NETV* - VTAM Line Driver Messages

Overview of Messages

NETV001E | NETV002E | NETV003E | NETV004E | NETV005I | NETV006I | NETV007I | NETV008E | NETV009I | NETV010I | NETV011E | NETV012I | NETV013I | NETV014I | NETV015I | NETV016E | NETV017I | NETV018I | NETV019E | NETV020I | NETV021E | NETV022E | NETV023E | NETV024E | NETV025E | NETV026E | NETV027I | NETV028I | NETV029I | NETV030E | NETV031I | NETV032I | NETV033I | NETV034I | NETV035E | NETV036E | NETV037E | NETV038E | NETV039I | NETV040I | NETV041I | NETV042I | NETV043I | NETV044I | NETV045I | NETV046I

NETV001E Entire Net-Work VTAM DRIVER ERROR
Explanation

An undocumented error has occurred.

Normal operations continue.

Action

Contact your Software AG technical support representative.


NETV002E ERROR IN xxxxxx FOR xxxxxx - R0=00000000; RF=00000000
Explanation

An error has occurred during VTAM control block generation. R0 and RF are the values returned by VTAM.

The VTAM driver OPEN command fails.

Action

Refer to the IBM VTAM documentation for a description of the error indicated by the values in R0/RF. Correct the problem and restart Entire Net-Work.


NETV003E ACB OPEN ERROR x 'cc' =>text
Explanation

An error occurred while attempting to open the ACB. The hexadecimal value 'cc' is the ACBERFLG value; the text describes the error.

The VTAM driver OPEN command fails.

Action

Refer to the IBM VTAM documentation for a description of the error indicated by ACBERFLG. Correct the problem and restart Entire Net-Work.


NETV004E VTAM FUNCTION VECTOR LISTS NOT LOCATED
Explanation

The function vector, which describes VTAM characteristics, could not be located.

Normal processing continues.

Action

None.


NETV005I 31 BIT ADDRESSING NOT SUPPORTED BY VTAM RELEASE
Explanation

The version of VTAM installed on this system does not support 31-bit applications.

The Entire Net-Work VTAM line driver will execute in AMODE=24.

Action

Relink ADARUN with AMODE=24, or upgrade VTAM.


NETV006I AUTHORIZED PATH NOT SUPPORTED BY VTAM RELEASE
Explanation

The version of VTAM installed on this system does not support Authorized Path.

Authorized Path is disabled, and processing continues.

Action

None.


NETV007I Entire Net-Work NOT APF AUTHORIZED. AUTHPATH DISABLED.
Explanation

MVS - One or more of the libraries in the STEPLIB for Entire Net-Work is not authorized.

GCS - The virtual machine is not defined as authorized.

Authorized Path is disabled, and processing continues.

Action

MVS - Authorize all STEPLIB libraries.

GCS - Define the virtual machine as authorized.


NETV008E SETLOGON START FOR APPLID = aaaaaaaa HAS FAILED - RC=xx, FB2=xx
Explanation

The SETLOGON START macro failed. RC and FB2 indicate the error.

No new connections can be accepted.

Action

Refer to the IBM VTAM documentation for a description of the error as indicated by the values in RC/FB2. Correct the problem and restart Entire Net-Work.


NETV009I SETLOGON START FOR APPLID = aaaaaaaa HAS COMPLETED
Explanation

The SETLOGON START macro completed successfully.

New connections can be accepted now.

Action

None.


NETV010I Entire Net-Work MODULE mmmmmmmm LOADED AT aaaaaaaa
Explanation

The module mmmmmmmm has been successfully loaded, and resides at address aaaaaaaa.

Normal processing continues.

Action

None.


NETV011E MODULE mmmmmmmm COULD NOT BE LOADED
Explanation

The module mmmmmmmm could not be loaded from the STEPLIB libraries.

The module is not used, and processing continues.

Action

Make sure the module is in one of the STEPLIB libraries.


NETV012I CONNECTION INITIATION TO LINK=llllllll NOT SUPPORTED BY REMOTE NODE
Explanation

The system type for link llllllll indicates that the remote node does not support connections from this local node. All connections must be initiated from the remote node.

The connection fails, but processing continues.

Action

Specify ACQ=No in the LINK statement.


NETV013I LINK llllllll CONNECT FAILED - LOG MODE TABLE DOES NOT CONTAIN SNASVCMG ENTRY
Explanation

The MODEENT= parameter for link llllllll specifies LUTYPE=6.3 and parallel sessions, but the log mode table specified in the LOGMODE= parameter does not contain an SNASVCMG entry.

The connection fails.

Action

Add an SNASVCMG entry to the log mode table and reassemble it.


NETV014I MAXRU SET TO MAXIMUM (491,520)
Explanation

The MAXRU= parameter or the MAXBLK= parameter specifies a value larger than the maximum allowed. The value is reduced to the maximum.

Normal processing continues.

Action

None.


NETV015I MAXRU SET TO MINIMUM (128)
Explanation

The MAXRU= parameter or the MAXBLK= parameter specifies a value smaller than the minimum allowed. The value is increased to the minimum.

Normal processing continues.

Action

None.


NETV016E STORAGE ALLOCATION REQUEST (xxxxxxxx BYTES) FAILS
Explanation

An attempt to allocate xxxxxxxx bytes of storage from the buffer pool or the private storage area has failed due to insufficient storage.

If the storage request is on behalf of a specific link, that link is disconnected. Otherwise, the Entire Net-Work VTAM line driver is closed.

Action

Increase the size of the buffer pool or the amount of private storage allocated to Entire Net-Work.


NETV017I LU=llllllll CID=cccccccc CINIT RECEIVED
Explanation

VTAM has delivered a CINIT for LU=llllllll; cccccccc is the unique session identifier.

The connection is accepted if this LU matches a LINK statement LUNAME= or ASSOCLU= parameter, or if ACCEPTUI=YES was specified in the DRIVER statement. Otherwise, the connection is rejected. If the connection is accepted for an LU without a link, all control blocks are dynamically allocated.

Action

None.


NETV018I LU=llllllll CID=cccccccc BIND RECEIVED
Explanation

VTAM has delivered a Bind for LU=llllllll; cccccccc is the unique session identifier.

The connection is accepted. If this LU matches a LINK statement's LUNAME= or ASSOCLU= parameter, or if ACCEPTUI=YES was specified in the DRIVER statement. Otherwise, the connection is rejected. If the connection is accepted for an LU without a link, all control blocks are dynamically allocated.

Action

None.


NETV019E LU=llllllll CID=cccccccc INBOUND CONNECTION REJECTED (BY USER EXIT)
Explanation

VTAM delivered a CINIT or Bind for LU=llllllll; cccccccc is the unique session identifier. The LU does not match any LUNAME= or ASSOCLU= parameter on any LINK statement, and ACCEPTUI=NO. The driver user exit indicated that the connection should be rejected.

The connection is rejected.

Action

If a connection is desired, either code a LINK statement for this LU, or code ACCEPTUI=YES, or change the user exit.


NETV020I LU=llllllll CID=cccccccc UNBIND RECEIVED, CODE=xx
Explanation

VTAM has delivered an Unbind for the LU=llllllll; cccccccc is the unique session identifier; xx is the unbind code.

The session between NETVTAM and this LU that has the unique session identifier cccccccc is terminated.

Action

None.


NETV021E LU=llllllll CID=cccccccc RQ=rrrrrrrr RC=xx
Explanation

The VTAM request rrrrrrrr for LU=llllllll on the session with the unique session identifier cccccccc has failed.

All sessions between NETVTAM and this LU are terminated, and the connection is closed.

Action

Refer to the IBM VTAM documentation for a description of the error indicated by the values in RC/FB2 and the sense data ssssssss.


NETV022E LU=(UNKNWN) CID=(UNKNWN) LOSTERM CODE=xx
Explanation

The session between NETVTAM and LU=llllllll that has the unique session identifier cccccccc is being terminated.

All sessions between NETVTAM and this LU are terminated, and the connection is terminated.

Action

Refer to the IBM VTAM documentation for a description of the Losterm code=xx.


NETV023E LU=llllllll CID=cccccccc, FMH7 RECEIVED SENSE=ssssssss
Explanation

VTAM has delivered an FMH7 RU with sense data=ssssssss for the LU=llllllll session with the unique identifier=cccccccc.

All sessions between NETVTAM and this LU are terminated, and the connection is terminated.

Action

Refer to the IBM VTAM documentation for a description of sense data=ssssssss.


NETV024E LU=llllllll CID=cccccccc NSEXIT; REASON=rr
Explanation

VTAM has delivered a Cleanup RU with Reason Code rr for the LU=llllllll session with the unique identifier cccccccc.

All sessions between NETVTAM and this LU are terminated and the connection is terminated.

Action

Refer to the IBM VTAM documentation for a description of the Cleanup Reason Code=rr.


NETV025E MODEL LINK=llllllll CANNOT BE CONNECTED
Explanation

Connection initiation for link llllllll has failed because the link is considered a model link. By definition, a model link has an invalid LUNAME / APPLID.

Connection initiation fails, and normal processing continues.

Action

Code ACQ=NO in the LINK statement.


NETV026E LINK COULD NOT BE LOCATED FOR OPERATOR COMMAND
Explanation

An operator command specified an unknown link name.

Normal processing continues.

Action

Reissue the operator command with a valid link name.


NETV027I OPERATOR COMMAND COMPLETED: cccccccccccccccccccccccccccccc
Explanation

The operator command cccccccc.... has completed successfully.

Normal processing continues.

Action

None.


NETV028I OPERATOR COMMAND REJECTED: cccccccccccccccccccccccccccccc
Explanation

The operator command cccccccc.... was rejected for one of the following reasons:

  • The link name specified was not found.

  • The command is not valid.

  • The required operands were not entered (ALTER command).

  • The driver is not in the proper state.

Normal processing continues.

Action

Correct the operator command and reissue the command.


NETV029I NETVTAM AVAILABLE OPERATOR COMMANDS
Explanation

This is the first of a group of messages generated in response to the HELP operator command.

All valid operator commands are listed on the console. For more information, see the section Entire Net-Work Operator Commands.

Action

None.


NETV030E KEYWORD/VALUE ERROR = >
Explanation

An ALTER operator command was entered with an invalid keyword or an invalid value. Some DRIVER statement and LINK statement parameters can be altered only when the driver or link is closed.

All parameters following the invalid keyword or value are ignored.

Action

Either correct the keyword or value, or close the driver or link. Then reissue the command.


NETV031I +-------------------------------------+
Explanation

This is the first of a group of messages generated in response to the SHOW or STATS operator command.

This message is written to the console.

Action

None.


NETV032I llllllllSTATE(xxxxxxxxxxxx)MSGS SENT(xxxxxxxx)RCVD(xxxxxxxx)
Explanation

One of a group of messages generated in response to the SHOW or STATS operator command. It shows the driver or link name, its state, and the number of messages sent/received.

This message is written to the console.

Action

None.


NETV033I BYTESSENT(xxxxxxx.xxxu) BYTESRCVD(xxxxxxx.xxxu)
Explanation

One of a group of messages generated in response to the SHOW or STATS operator command. It shows the total number of bytes sent and received.

This message is written to the console.

Action

None.


NETV034I RPLS: xxxxx RCVS COMP.:xxxxxxxx OVERRUNS xxxxx (00%)
Explanation

One of a group of messages generated in response to the SHOW or STATS operator command. It shows the number of receive RPLs, the total number of receives that have completed, and the number and percentage of receive overruns. An overrun occurs when all receive RPLs are inactive at the same time. A high percentage of overruns may indicate a need to increase the number of receive RPLs in use.

This message is written to the console.

Action

None.


NETV035E ENCRYPTION NOT SUPPORTED BY VTAM RELEASE, LINK=llllllll
Explanation

The LINK statement for link llllllll specifies encryption, but the version of VTAM installed on this system does not support it.

Link initialization fails.

Action

Specify CRYPT=NO in the LINK statement. Restart Entire Net-Work.


NETV036E LINK xxxxxxxx CONNECTION REJECTED, PARTNER RETURNED INVALID RU SIZE
Explanation

The partner on link xxxxxxxx returned a positive response to a bind sent from NETVTAM. However, the RU size parameter, which determines the maximum RU size that VTAM can deliver to NETVTAM, was increased above the maximum that NETVTAM can accept.

The inbound connection request is rejected.

Action

Either increase the value of the MAXRU= parameter in the DRIVER statement to allow NETVTAM to accept a larger RU size, or decrease the value of the RU parameter in the partner's communications software.


NETV037E LINK xxxxxxxx SNASVCMG BIND RECEIVED FROM DEPENDENT LU
Explanation

The logon exit was driven with a bind image named SNASVCMG, which is reserved for independent LUs and should never be received by the logon exit. The bind image was received for link xxxxxxxx.

The inbound connection request is rejected.

Action

Define a logmode entry other that SNASVCMG in the partner's communications software.

For an OS/2 partner, this problem is caused by the parameter PARALLEL_SESSION_SUPPORT(YES) which is specified on the DEFINE_PARTNER_LU statement in the NDF file. Change this value to PARALLEL_SESSION_SUPPORT(NO).


NETV038E LINK xxxxxxxx USER EXIT DETECTED ON PARTNER SYSTEM
Explanation

A message from a partner was received by link xxxxxxxx. A flag in the message indicates that it was processed by a user exit before it was sent. Link xxxxxxxx does not have a user exit and therefore cannot process the message.

The message is discarded and the link is disconnected.

Action

Either remove the user exit on the partner's side or code EXIT=exitname in the LINK statement on the local side.


NETV039I LINK cccccccc DISCONNECTED, SEND TIMEOUT EXCEEDED
Explanation

A message was sent to link cccccccc, but VTAM shows that the message was not received by the link.

After the SNDTMOUT value is exceeded, the link is disconnected.

Action

Verify the link s status.


NETV040I Entire Net-Work VTAM CLOSE COMPLETE APPL=aaaaaaaa
Explanation

The VTAM ACB has been closed for APPLID=aaaaaaaa.

The VTAM line driver is closed.

Action

None.


NETV041I RECVRPLS RESET TO nnnn, STORAGE REQUEST FAILED
Explanation

An operator command specified a new value for RECVRPLS, and the storage needed to support the new value could not be obtained.

RECVRPLS is reset to its previous value.

Action

Specify a lower value for RECVRPLS, i.e., a value for which there is sufficient available storage.


NETV042I + Link: llll Partner: ppppppppp Lu Name(s): nnnnnnnn, aaaaaaaa +
Explanation

This message is generated in response to the VTAM link STATS operator command; llll is the link name, pppppppp is either blanks or the node name, nnnnnnnn is the APPLID name or the LU Name, and aaaaaaaa is the Associate LU Name.

Action

None


NETV043I + Status : ssssssss Period hh:mm:ss ( 10.015 Secs) +
Explanation

This message is generated in response to the VTAM link STATS operator command; sssssssss is the link's current status (see message NET0117 for possible status), hh:mm:ss is time in hours, minutes, and seconds since the last request to display statistics.

Action

None


NETV044I + ## CID LU Type Bytes Messages I/O's +
Explanation

This message is generated in response to the VTAM link STATS operator command.

Action

None


NETV045I + 01 cccccccc llllllll iiii n.nnnK mmmmmmmm ooooooo
Explanation

This message is generated in response to the VTAM link STATS operator command; cccccccc is the LU CID, llllllll is the LU name, iiii Inb (Inbound) Outb (Outbound), nnnnnnnn is the number of bytes since last status reset, mmmmmmm is the total number of messages either sent or recv on this LU since last status reset, and ooooooo is the number of I/Os.

Action

None


NETV046I + 00 Per Second ==> n.nnnn K 0 0+
Explanation

This message is generated in response to the VTAM link STATS operator command; nnnnnnnnn is the number of Kbytes per second.

Action

None