Guardian Procedure Errors and Messages Manual
sysmsg[4] = Length of node name, in bytes
sysmsg[5] FOR 3 = Reserved
sysmsg[8] FOR * = Node name (including the \)
Response The response, if any, is application-dependent.
-121 PATHSEND DIALOG ABORT
Cause A Pathsend dialog has been aborted for one of the following reasons:
• The requester aborted the dialog explicitly by calling the SERVERCLASS_DIALOG_ABORT_
procedure.
• The requester process abended.
• The requester canceled the last server-class send operation in the dialog.
Format The operating system sends the server process the following message, provided the server
has opened its $RECEIVE file to receive file-management system messages either by setting the
FILE_OPEN_ procedure parameter options.<15> to 0 or by setting the OPEN procedure parameter
flags.<1> to 1:
sysmsg [0]=-121
Response The server process must reply to this system message with an error value of either FEOK
(0) or FEEOF (1); these values direct the LINKMON process to release the link for re-use. To identify
the dialog to which this message applies, the server must first call FILE_GETRECEIVEINFO_ to
obtain the file number and process handle associated with this message. For more information
about Pathsend dialogs, see the NonStop TS/MP Pathsend and Server Programming Manual.
-141 NOWAIT PROCESS_SPAWN_ COMPLETION
Cause A call to the PROCESS_SPAWN_ procedure was completed.
Format The layout of the received message described in terms of an array of words is:
sysmsg[0] = -141
sysmsg[1] FOR 13 = Reserved
sysmsg[14] FOR 2 = nowait-tag supplied to PROCESS_SPAWN_
sysmsg[16] FOR 2 = ZSYS-DDL-PROCESSRESULTS.Z-LEN of
process-results supplied to
PROCESS_SPAWN_
sysmsg[18] FOR 10 = ZSYS-DDL-PROCESSRESULTS.Z-PHANDLE of
process-results (process handle of
the new process)
sysmsg[28] FOR 2 = ZSYS-DDL-PROCESSRESULTS.Z-PID of
process-results (OSS pid of the
new process)
sysmsg[30] FOR 2 = ZSYS-DDL-PROCESSRESULTS.Z-ERRNO of
process-results (OSS errno)
sysmsg[32] = ZSYS-DDL-PROCESSRESULTS.Z-TPCERROR of
process-results (Guardian error)
sysmsg[33] = ZSYS-DDL-PROCESSRESULTS.Z-TPCDETAIL of
process-results (Guardian error
detail)
If this message returns an error value indicating that process creation failed, then it does not return
a valid process handle or OSS process ID.
Response The response, if any, is application-dependent.
-147 DEVICE INFORMATION INQUIRY
270 System Messages