MSIR.0147 Can't delete remote server (servername) from port (portname), a connection is active

From m204wiki
Jump to navigation Jump to search

This indicates that a JANUS DELETEREMOTE command failed because there is currently a server-to-server connection with the remote server. To correct this problem, wait until the server-to-server connection is terminated (probably due to an inactivity timeout), or BUMP the site-handler user controlling the server-to-server connection. To determine the site-handler user number and to determine if there are any user connections currently active over the server-to-server connection issue the command "JANUS STATUSREMOTE portname servername". The user numbers of the in-coming and and out-going site-handlers will be SITEUI and SITEUO. These will almost always be identical. The number of active user connections running over the server-to-server connection will be NCONNI and NCONNO. If these values are zero the connection is currently inactive. Of course, a user connection can be initiated between the time a JANUS STATUSREMOTE command and a BUMP command is issued.


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

Back to list of messages