MSIR.0477 Starting cursor thread for user (usernum) for IP address (ipaddr)

From m204wiki
(Redirected from MSIR.0477)
Jump to navigation Jump to search

A Janus Specialty Data Store thread received a request to open a cursor from the middleware with which it is communicating (presumably a Sybase Adaptive Server) while it already has a cursor open. Since only one cursor may be open on a given SDAEMON thread, Janus Specialty Data Store initializes a new SDAEMON thread (the thread issuing this message) to process the new cursor. usernum is the user number of the thread that received the open cursor request. Activity for a Janus Specialty Data Store connection can jump around between all the SDAEMON's that have open cursors for the connection.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages