MSIR.0469 Establishing connection to host (nameOrAddr) port number (pnum) using Janus CLSOCK port (pname), user socket number (socknum): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "This informational message indicates that a Janus Sockets application is connecting to a remote server. [Name|]addr shows the IP address of the remote server (as addr) and, if...")
 
m (remove Sirius Mods link)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This informational message indicates that a Janus Sockets application is connecting to a
This informational message indicates that a <var class="product">[[Janus Sockets]]</var> application is connecting to a remote server.  
remote server. [Name|]addr shows the IP address of the remote server (as addr) and,
if the remote host name was specified for the connection, it is shown as name, with a
vertical bar (“|”) separating the host name and IP address. Pnum shows the port
number of the remote server. Pname shows the name (i.e., JANUS DEFINE pname) of
the CLSOCK port being used. Socknum shows the socket number returned to the User
Language application by the Janus Sockets “CONNECT” $function.


[[Category: Sirius Mods messages]]
<ul>
<li><var class="term">nameOrAddr</var> shows the IP address of the remote server and,
if the remote host name was specified for the connection, it is shown preceding the IP address (with a
vertical bar (<tt>|</tt>) separating the host name and IP address).
 
<li><var class="term">pnum</var> shows the port number of the remote server.
 
<li><var class="term">pname</var> shows the name (that is, from the [[JANUS DEFINE|JANUS DEFINE command]] port name) of
the <var>CLSOCK</var> port being used. Janus connections are always associated with a Janus port, and outgoing connections always use <var>CLSOCK</var> ports.
 
<li><var class="term">socknum</var> shows the socket number returned to the <var class="product">User Language</var>/<var class="product">SOUL</var> application by the <var class="product">Janus Sockets</var> "Connect" method or $function. All outgoing Janus connections are associated with a more or less arbitrary socket number, which is displayed in the message.
</ul>
 
{{Template:MSIR.0469 footer}}
[[Category:MSIR.0400 - MSIR.0599]]

Latest revision as of 23:43, 3 March 2017

This informational message indicates that a Janus Sockets application is connecting to a remote server.

  • nameOrAddr shows the IP address of the remote server and, if the remote host name was specified for the connection, it is shown preceding the IP address (with a vertical bar (|) separating the host name and IP address).
  • pnum shows the port number of the remote server.
  • pname shows the name (that is, from the JANUS DEFINE command port name) of the CLSOCK port being used. Janus connections are always associated with a Janus port, and outgoing connections always use CLSOCK ports.
  • socknum shows the socket number returned to the User Language/SOUL application by the Janus Sockets "Connect" method or $function. All outgoing Janus connections are associated with a more or less arbitrary socket number, which is displayed in the message.


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