 |
» |
|
|
 |
|  |  |
(Subsystem 185) |  |
- 10
- MESSAGE
The procedure could not create a new file label. - CAUSE
LM_ALLOC_LABEL returned bad status. - ACTION
Check the status returned from LM_ALLOC_LABEL and call
your Hewlett-Packard Representative.
- 20
- MESSAGE
The new file size is greater than the available disk space. - CAUSE
LM_ADD_EXTENT_DESCRIPTION returned bad status. - ACTION
Free some disk space and try again.
- 30
- MESSAGE
The new file size is greater than the available disk space. - CAUSE
ALLOCATE_SEC_STORAGE failed or accounting denied disk
request. - ACTION
Reduce requested file size or add on more disk space.
- 40
- MESSAGE
The PAGE ALLOCATION request for a new file is negative. - CAUSE
Bad parameter value (INIT_ALLOC_PAGE) passed to SM_CREATE. - ACTION
Fix source and recompile if running user code..
- 50
- MESSAGE
Initial page request exceeds file size. - CAUSE
Bad parameter passed to SM_CREATE. - ACTION
Fix source and recompile if running user code.
- 60
- MESSAGE
Volume Management refused file open request. - CAUSE
VLM_INCR_OPEN_COUNT returned bad status. Possible security
violation. - ACTION
Examine the status returned from VLM_INCR_OPEN_COUNT.
- 70
- MESSAGE
Volume Management refused request to close a file. - CAUSE
VLM_DECR_OPEN_COUNT returned bad status. Storage management
attempted to decrement the file open count but it was already 0.
Possible security violation. Possible full KSAM file. - ACTION
Examine the status returned from VLM_DECR_OPEN_COUNT.
Check for possible security violations. If you're using a KSAM file,
verify that it is not full. If it is, increase its size and try
operation again.
- 100
- MESSAGE
Missing FILE LABEL occurred during FILE OPEN. - CAUSE
LM_GET_FILE_LABEL_PTR returned bad status. - ACTION
Check the status returned from LM_GET_FILE_LABEL_PTR.
If corrupt, call your Hewlett-Packard Representative.
- 110
- MESSAGE
VSM failed to ALLOCATE a new file descriptor. - CAUSE
VSM_ALLOCATE_GU_FD failed. Table may be full. - ACTION
Examine the status returned from VSM_ALLOCATE_GU_FD.
Retry program; GU_FD table entries will be made available dynamically.
- 200
- MESSAGE
The GLOBAL FILE POINTER was not initialized. - CAUSE
Caller did not set parameter value correctly. - ACTION
Recode and recompile user program.
- 220
- MESSAGE
Illegal protection request during FILE OPEN. - CAUSE
File is currently open and protected by an incompatible protection
scheme. - ACTION
Close the file or change access to match the one
currently being used or alter file security.
- 230
- MESSAGE
New user requests incompatible access methods during FILE_OPEN. - CAUSE
Another user has opened the file with a different
PID protection mechanism or with incompatible access rights. - ACTION
Alter the open method to include compatible access
rights or wait until all other users have closed the file.
- 250
- MESSAGE
VSM was unable to MAP requested file to memory. - CAUSE
VSM_MAP_IN_FILE failed. Possible memory contention. - ACTION
Examine the status returned from VSM_MAP_IN_FILE.
- 260
- MESSAGE
VSM could not remove file from memory. - CAUSE
File is currently open with incompatible access
methods or SM_MAP_OUT_FILE returned bad status. - ACTION
Examine error stack to find original source of error.
- 292
- MESSAGE
The file size exceeds the MAP-IN limit. - CAUSE
Size of the file is greater than maximum size of
SR6/SR7 space. - ACTION
Reduce the file size.
- 296
- MESSAGE
MAP-IN failed because of a bad volume ID. - CAUSE
VSM_MAP_IN_FILE failed. - ACTION
Examine the status returned from VSM_MAP_IN_FILE and
compare the value with the volume ID.
- 310
- MESSAGE
STMGT received a READ/WRITE request for an unopened file. - CAUSE
GUFD entry was not found in the hash table. - ACTION
Recode source to open file before reading/writing.
- 320
- MESSAGE
On file close, a negative EOF value was found. - CAUSE
Unknown at this time. - ACTION
Call your Hewlett-Packard Representative.
- 340
- MESSAGE
MEMMGT failed to POST data from memory to disk. - CAUSE
The call to POST returned bad status. - ACTION
Call your Hewlett-Packard Representative.
- 350
- MESSAGE
The root node (accounting) could not be closed. - CAUSE
SM_CLOSE returned bad status. Another process may
be accessing the root node. - ACTION
Examine the status from SM_CLOSE.
- 360
- MESSAGE
The procedure could not CLOSE account node. - CAUSE
SM_CLOSE failed. Another process may be accessing
the root node. - ACTION
Examine the status returned from SM_CLOSE.
- 370
- MESSAGE
The procedure could not CLOSE group node. - CAUSE
SM_CLOSE failed. - ACTION
Examine the status returned from SM_CLOSE and call your
Hewlett-Packard Representative.
- 514
- MESSAGE
A Pascal recover block was entered unexpectedly. - CAUSE
Cause is usually associated with software or hardware traps
which have been tripped because of invalid addresses, invalid access
rights, or arithmetic underflow/overflow. - ACTION
Take a system dump and call your Hewlett-Packard Service
Representative.
- 600
- MESSAGE
An unknown option was passed to SM_CNTL. - CAUSE
Bad parameter. - ACTION
Review the source of the program.
- 650
- MESSAGE
Label Management failed to update the EOF. - CAUSE
The request to start or restart a transaction failed. - ACTION
Examine the status returned from LM_START_WRITE and
call your Hewlett-Packard Representative..
- 660
- MESSAGE
Label Management failed to update the EOF. - CAUSE
The request to finish a transaction failed. - ACTION
Examine the status returned from LM_FINISH_WRITE and
call your Hewlett-Packard Representative.
- 670
- MESSAGE
The EOF could not be updated in the Label Table. - CAUSE
XM_END_SYSTEM_TRANS failed. - ACTION
Examine the status from XM_END_SYSTEM_TRANS and call
your Hewlett-Packard Representative.
- 680
- MESSAGE
After EOF expansion, the virgin area of the file could not be filled on disk. - CAUSE
VSM_FILL_DISK_VIRGIN failed. - ACTION
Examine the status returned from VSM_FILL_DISK_VIRGIN
and call your Hewlett-Packard Representative.
- 700
- MESSAGE
The file's actual disk requirement could not be determined. - CAUSE
GET_OBJECT_ATTRIBUTE failed. - ACTION
Examine return status from GET_OBJECT_ATTRIBUTE and
call your Hewlett-Packard Representative.
- 750
- MESSAGE
The available disk space is less than the amount requested. - CAUSE
The prefetch failed or an attempt to move data to
disk escaped because of insufficient disk space. - ACTION
Generate new disk space.
- 760
- MESSAGE
A prefetch request failed. - CAUSE
A call to prefetch failed. - ACTION
Examine the status from prefetch to determine why
it failed.
- 800
- MESSAGE
No file descriptors exist on the closed file list. - CAUSE
Number of open files is exactly the same as available
file descriptors. - ACTION
Expand the VSOD table.
- 850
- MESSAGE
An XM file could not be mapped from memory to disk. - CAUSE
Call to XM_POST_FILE_FOR_MAP_OUT failed. - ACTION
Examine the status returned from XM_POST_FILE_FOR_MAP_OUT
and if necessary, add more secondary storage.
- 860
- MESSAGE
VSM failed to map file from memory to disk. - CAUSE
VSM_MAP_OUT_FILE failed. - ACTION
Examine the status returned from VSM_MAP_OUT_FILE.
- 900
- MESSAGE
The label table has a negative EOF. - CAUSE
Label management requested a negative EOF during SM_MAP_LABEL. - ACTION
Fix the source to pass a positive EOF.
|