TS/MP 2.5 Pathsend and Server Programming Manual

233 (FESCErr) indicates that an error occurred. You can call the SERVERCLASS_SEND_INFO_
procedure to get detailed information about the error.
inputpathmon-process-name
STRING:ref:EXT:*
contains the external Guardian process name of the PATHMON process controlling the server-class
(for example, $PM or \AB.$PMN).
OR
is the pathway domain name, whose member PATHMON processes have the server-class configured
under them (for example, %DOM, %DOM1).
The process name portion can have up to five characters after the dollar sign ($), if it is a local
process name, and up to four characters after the $ sign if it is a process on a remote system. The
name cannot include an optional first or second name qualifier. The name must be left justified in
the buffer, and can contain trailing blanks.
The domain name portion can have minimum two and a maximum of eight characters. It must begin
with a ‘%’ sign and can contain alphanumeric characters. Also, special characters, ‘-‘ and ‘_’ are
allowed. Since Pathway domain is a logical entity, it cannot be qualified by the node name.
This is a mandatory parameter.
inputpathmon-process-name-len
INT:value
is the byte length of the pathmon-process-name string. This value can range from 2 through 15.
This is a mandatory parameter.
inputserver-class-name
STRING:ref:EXT:*
contains the name of the server-class to be sent to (for example, EMP-SERVER). This name must
conform to the Pathway server-class naming rules, must be left justified in the buffer, and can contain
trailing blanks. This server-class name, along with the pathmon-process-name, uniquely identifies
a server-class.
This is a required parameter.
inputserver-class-name-len
INT:value
is the byte length of the server-class-name string. This value can range from 1 through 15.
This is a mandatory parameter.
input, outputmessage-buffer
STRING:ref:EXT:*
contains the message to send to the server-class. On successful completion of the send operation,
message-buffer contains the reply from the server-class.
This is a mandatory parameter.
inputrequest-len
INT:value
is the byte length of the data contained in message-buffer. The range of acceptable values is 0
through 32767 bytes.
92 Pathsend Procedure Call Reference