HPlogo 900 Series HP 3000 Computer Systems: MPE/iX Architected Interface Facility: Operating System Reference Manual > Appendix A AIF Status Messages

Item Status Messages

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

-1

MESSAGE

Read probe failed.

CAUSE

Caller does not have read access to a virtual address.

ACTION

Check for uninitialized pointers.

-2

MESSAGE

Write probe failed.

CAUSE

Caller does not have write access to a virtual address.

ACTION

Check for uninitialized pointers.

-3

MESSAGE

Read nonscalar probe failed.

CAUSE

Caller does not have read access to a series of pages in VSM.

ACTION

Check for uninitialized pointers and counts.

-4

MESSAGE

Write nonscalar probe failed.

CAUSE

Caller does not have write access to a series of pages in VSM.

ACTION

Check for uninitialized pointers and counts.

-5

MESSAGE

Bad pointer was encountered.

CAUSE

The address is uninitialized.

ACTION

Check for uninitialized pointers.

-6

MESSAGE

Badly aligned pointer was encountered.

CAUSE

The pointer is incorrectly aligned.

ACTION

Check for uninitialized pointers and alignment requirements.

-7

MESSAGE

A value mismatch was encountered.

CAUSE

The value passed in ver. array is not the same as int. value.

ACTION

Call an AIFGET procedure to obtain the correct value.

-8

MESSAGE

Array overflow.

CAUSE

The dynamic length array passed in was too small to hold all values.

ACTION

Use AIFSCGET to obtain upper bounds on array sizes required.

-9

MESSAGE

Internal Error. Unable to lock data that needed to be accessed.

CAUSE

An unexpected error occurred because another process had the data structures locked.

ACTION

Change the logic of application to check for this error and restart AIF call.

Feedback to webmaster