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

System wide Information Status Messages

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

-10001

MESSAGE

Invalid item number passed in itemnum_array for AIFSYSWIDEGET.

CAUSE

A non-zero, invalid item number was passed in itemnum_array.

ACTION

Pass an appropriate item number as specified in the reference manual.

-10003

MESSAGE

An account was not specified for AIFSYSWIDEGET.

CAUSE

The account name must be specified to obtain account information.

ACTION

An item_array element associated with the account item number is needed.

-10004

MESSAGE

User and group information cannot be obtained in the same AIFSYSWIDEGET call.

CAUSE

The itemnum_array contained items for user and group.

ACTION

If group and user information is needed use separate AIFSYSWIDEGET calls.

-10005

MESSAGE

Invalid output priority in AIFSYSWIDEGET call.

CAUSE

The output priority value in the item_array is invalid.

ACTION

Use a value from 0 to 14 in item_array.

-10006

MESSAGE

Invalid spool file state in AIFSYSWIDEGET call.

CAUSE

The spool file state specified in item_array was invalid.

ACTION

Use a value from 0,1,2,3,4,6,7,8 in item_array.

-10007

MESSAGE

Invalid spool file inout value in AIFSYSWIDEGET call.

CAUSE

The spool file inout value specified in item_array was invalid.

ACTION

Use a value from 0 or 1 in item_array.

-10008

MESSAGE

Invalid spool file pages value in AIFSYSWIDEGET call.

CAUSE

The spool file pages value specified in item_array was invalid.

ACTION

Use a value from 0 to 65535 in item_array.

-10009

MESSAGE

Invalid spool file copies value in AIFSYSWIDEGET call.

CAUSE

The spool file copies value specified in item_array was invalid.

ACTION

Use a value from 0 to 65535 in item_array.

-10010

MESSAGE

Invalid spool file jobabort value in AIFSYSWIDEGET call.

CAUSE

The spool file jobabort value specified in item_array was invalid.

ACTION

Use a value 0 or 1 in item_array.

-10011

MESSAGE

Invalid spool file disposition in AIFSYSWIDEGET call.

CAUSE

The spool file disposition specified in item_array was invalid.

ACTION

Use a value 1 or 2 in item_array.

-10012

MESSAGE

Invalid search key.

CAUSE

The search key pointer is inaccessible for write access.

ACTION

Check search key to make sure it is in an accessible space.

-10014

MESSAGE

The num_entries specified is too large.

CAUSE

The num_entries specified is too large for the return arrays.

ACTION

Specify a smaller num_entries parameter.

-10015

MESSAGE

Badly aligned buffer_ptr was encountered.

CAUSE

The buffer_ptr passed to AIFSYSWIDEGET is unaligned.

ACTION

Check the application for alignment of buffer_ptr.

-10016

MESSAGE

Num_entries is a required parameter.

CAUSE

Num_entries is a required parameter to AIFSYSWIDEGET.

ACTION

Check the application.

-10017

MESSAGE

Search key is not valid with the pathname specified.

CAUSE

The search key pathname is not a member of the fileset specified.

ACTION

Check the application.

-10018

MESSAGE

Num_entries should not be zero when return arrays are passed.

CAUSE

Non-nil return array parameters were passed.

ACTION

Check the logic of your application.

Feedback to webmaster