M204.2911: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
No edit summary |
||
Line 10: | Line 10: | ||
<LI>The host machine is not configured for IPV6 addressing.</LI> | <LI>The host machine is not configured for IPV6 addressing.</LI> | ||
<LI><code>LOOKUP=IPV4ONLY</code> was specified on the <var>DEFINE LINK</var> command.</LI> | <LI><code>LOOKUP=IPV4ONLY</code> was specified on the <var>[[DEFINE_LINK_command:_Horizon_for_TCP/IP|DEFINE LINK]]</var> command.</LI> | ||
</ul> | </ul> | ||
<P> | <P> | ||
The processgroup will attempt to connect to a remote IPV6 server if one of these is true:</P> | The processgroup will attempt to connect to a remote IPV6 server if one of these is true:</P> | ||
<ul> | <ul> | ||
<LI>Its remote ID resolves to an IPV6 address, and <code>LOOKUP= | <LI>Its remote ID resolves to an IPV6 address, and <code>LOOKUP=IPV4ONLY</code> was not specified on the <var>[[DEFINE_PROCESSGROUP_command:_Horizon_for_TCP/IP|DEFINE PROCESSGROUP]]</var> command.</LI> | ||
<LI>Its remote ID is an explicit, colon-separated, IPV6 address.</LI> | <LI>Its remote ID is an explicit, colon-separated, IPV6 address.</LI> |
Latest revision as of 21:56, 4 April 2018
M204.2911 Attempted connect from processgroup token to IPV6 server token2, but link token3 is IPV4
The link named in the message is defined as using TCP IPV4 addressing, but the processgroup is attempting to connect to a remote server using IPV6 addressing. This will usually fail with TCP/IP socket error code 121 (EINVAL).
The link will be IPV4 if one of these is true:
- The local ID is a symbolic name that has no IPV6 address.
- The host machine is not configured for IPV6 addressing.
LOOKUP=IPV4ONLY
was specified on the DEFINE LINK command.
The processgroup will attempt to connect to a remote IPV6 server if one of these is true:
- Its remote ID resolves to an IPV6 address, and
LOOKUP=IPV4ONLY
was not specified on the DEFINE PROCESSGROUP command. - Its remote ID is an explicit, colon-separated, IPV6 address.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITMS | Writes the message with line type MS to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |