Guardian Procedure Errors and Messages Manual

Cause An illegal token code or token map was supplied in the procedure call. Possible causes for
this error include:
The token data type was not recognized. For example, a program used a token data type not
included in the standard SPI definitions. The only token data types permitted by SPI are those
defined by SPI.
The token length was not a multiple of the basic length associated with the token data type.
The token map contained an invalid null-value specification.
The sum of the lengths of the null-value specifications in the token map was not equal to the
total structure length specified by the map.
A token map was supplied as a parameter to SSGETTKN, SSPUTTKN, or SSMOVETKN.
Any of these situations might arise if the program accidentally corrupted the variable holding the
token code or token map.
Effect The header token ZSPI-TKN-LASTERR is set to this error number, and the requested operation
is not completed.
Recovery Correct the token code or token map causing the error.
-10 ZSPI-ERR-BADSSID Invalid subsystem ID
Cause A subsystem ID with an invalid name was supplied as a parameter. The owner-name field
of a subsystem ID must contain an owner name that:
Begins with a letter
Contains only letters, hyphens, or digits
Is left-justified and padded with blanks
Effect The header token ZSPI-TKN-LASTERR is set to this error number, and the requested operation
is not completed.
Recovery Check the ssid parameter being supplied in the call, and correct it as necessary.
-11 ZSPI-ERR-NOTIMP Operation not supported
Cause This operation is not supported in the version of the SPI definitions being used. (For instance,
the operation ZSPI-TKN-ADDR was called to get the address of a header token.)
Effect The header token ZSPI-TKN-LASTERR is set to this error number, and the requested operation
is not completed.
Recovery Check that the token code being supplied in the call is defined for the version of the SPI
definitions being used.
-12 ZSPI-ERR-NOSTACK Insufficient stack space
Cause An SPI procedure was called with fewer words remaining in the data stack than were needed
by that procedure.
Effect The requested operation is not completed.
Recovery Increase the number of stack pages available or reduce the amount of stack space used.
The methods available for taking this action depend on the programming language.
-13 ZSPI-ERR-ZFIL-ERR File-system error
216 Subsystem Programmatic Interface (SPI) Errors