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

From m204wiki
Revision as of 22:12, 12 August 2015 by JALWiccan (talk | contribs) (Automatically generated page update)
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.