NETnnnn - Entire Net-Work Control Module Messages

Messages relevant to overall Entire Net-Work operation are listed below. Messages are either issued to the print data set or displayed at the operator console and logged to the print data set, as appropriate.

Overview of Messages

NET0001I | NET0002I | NET0003I | NET0004I | NET0005I | NET0006I | NET0007I | NET0008I | NET0009I | NET0010I | NET0011I | NET0012I | NET0013I | NET0014I | NET0015I | NET0016I | NET0017I | NET0018I | NET0019I | NET0020I | NET0021I | NET0023I | NET0024I | NET0025I | NET0026I | NET0027I | NET0028I | NET0029I | NET0031I | NET0032I | NET0033I | NET0034I | NET0035 | NET0036I | NET0037I | NET0038I | NET0039I | NET0040I | NET0041I | NET0042I | NET0043I | NET0044E | NET0045I | NET0051I | NET0052I | NET0060I | NET0061E | NET0062E | NET0063E | NET0064E | NET0086I | NET0087I | NET0088I | NET0089I | NET0090I | NET0091I | NET0092I | NET0093I | NET0094I | NET0095I | NET0096I | NET0097I | NET0098I | NET0099I | NET0101I | NET0103I | NET0104I | NET0105I | NET0106I | NET0107I | NET0108I | NET0109I | NET0110I | NET0111I | NET0112I | NET0113I | NET0114I | NET0115I | NET0116I | NET0117I | NET0118I | NET0119I | NET0120I | NET0121I | NET0122I | NET0123I | NET0124I | NET0125I | NET0126I | NET0127I | NET0128I | NET0129I | NET0130I | NET0131I | NET0133 | NET0134I | NET0135I | NET0136I | NET0137I | NET0139I | NET0141I | NET0142I | NET0143I | NET0144I | NET0145I | NET0146I | NET0147I | NET0148I | NET0149I | NET0150I | NET0151I | NET0153I | NET0154I | NET0155I | NET0158I | NET0159I | NET0160I | NET0161I | NET0162 | NET0163 | NET0164 | NET0166I | NET0167I | NET0168I | NET0170E | NET0171I | NET0172I | NET0174I | NET0175I | NET0177I | NET0178I | NET0179I | NET0180I | NET0181I | NET0182I | NET0183I | NET0184I | NET0185I | NET0190I | NET0191I | NET0200I | NET0201I | NET0240E | NET0241I | NET0242I | NET0243E | NET0244E | NET0245E | NET0246E | NET0247E | NET0250I | NET0251I | NET0306I | NET0308I | NET0322I | NET0328E | NET0333I | NET0334E | NET0335 | NET0336 | NET0337 | NET0338 | NET0339 | NET0340 | NET0341 | NET0342 | NET0343 | NET0346I | NET0401 | NET0402 | NET0403 | NET0404E | NET0998I | NET0999I | NET1000I | NET1001I | NET1002I | NET1003I | NET1004W | NET1005E

NET0001I Statement too long
Explanation

Entire Net-Work parameter statements, even though they may extend over multiple lines, may not be infinitely long. The current maximum for any one statement is approximately 4000 characters (not counting embedded comments).

The statement in question is not interpreted; any statements following it are scanned for errors; session initialization is aborted after all statements have been read.

Note:
Errors reported in subsequent statements may result from this error.

Action

Try to abbreviate some keywords or eliminate some unnecessary blanks from the statement.


NET0002I Invalid statement: aaaaaaaa
Explanation

The statement verb, aaaaaaaa, is not one of those recognized by Entire Net-Work (NODE, DRIVER, or LINK).

The statement in question is not interpreted; any statements following it are scanned for errors; session initialization is aborted after all statements have been read.

Note:
Errors reported in subsequent statements may result from this error.

Action

Ensure correct coding of recognized statements; you may have coded a comment or a continuation line incorrectly.


NET0003I Invalid keyword: aaaaaaaa
Explanation

A keyword parameter was coded (aaaaaaaa), that is not recognized in this statement.

The statement in question is not interpreted beyond this point; it and any statements following it are scanned for errors; session initialization is aborted after all statements have been read.

Note:
Errors reported in subsequent statements may result from this error.

Action

Ensure correct coding of recognized keywords; note that the set of valid keywords is likely to be different between access methods, and between DRIVER and LINK statements of the same access method.


NET0004I Invalid value for keyword: aaaaaaaa nnn
Explanation

There are certain constraints on valid values for some keyword parameters, such as:

  • numeric values

  • hexadecimal values

  • YES or NO only, etc.

In this case, parameter aaaaaaaa was not correctly specified. The nnn value in the message is specified for multiple value parameters only; if given, it specifies the position of the subparameter in error.

The statement in question and any statements following it are scanned for errors; session initialization is aborted after all statements have been read.

Action

Refer to the section Entire Net-Work Parameter Statements for the allowed parameter values.


NET0005I Duplicate NODE statement
Explanation

More than one NODE statement was coded in the parameter data set.

The statement in question is not interpreted. Any statements following it are scanned for errors. Session initialization is aborted after all statements have been read.

Note:
Errors reported in subsequent statements may result from this error.

Action

Eliminate all but one of the NODE statements from the parameter data set.


NET0006I Invalid driver name: aaaaaaaa
Explanation

The value aaaaaaaa is not a valid line driver name.

The statement in question is not interpreted; any statements following it are scanned for errors; session initialization is aborted after all statements have been read.

Note:
Errors reported in subsequent statements may result from this error.

Action

For the valid name, see the documentation for the appropriate Entire Net-Work line driver:


NET0007I Duplicate aaaaaaaa DRIVER statement
Explanation

More than one DRIVER statement was coded for the access method aaaaaaaa.

The statement in question is not interpreted; any statements following it are scanned for errors; session initialization is aborted after all statements have been read.

Note:
Errors reported in subsequent statements may result from this error.

Action

Eliminate any extraneous DRIVER statements from the parameter data set.


NET0008I aaaa Driver not available
Explanation

The NETaaaa line driver module could not be loaded from your libraries. This is either due to an error in specifying the line driver name, or the line driver is not installed in your libraries.

The statement in question is not interpreted; any statements following it are scanned for errors; session initialization is aborted after all statements have been read.

Note:
Errors reported in subsequent statements may result from this error.

Action

Ensure that the driver NETaaaa is available and installed correctly, verify correct spelling, or check your JCL for correct library specifications.


NET0009I More than nn values for keyword: aaaaaaaa
Explanation

More values than expected were coded for the multiple-value keyword parameter aaaaaaaa. The value nn is the maximum number of values permitted by the definition of the parameter.

The statement in question and any statements following it are scanned for errors; session initialization is aborted after all statements have been read.

Note:
Errors reported in subsequent statements may be caused by this error.

Action

Refer to the section Entire Net-Work Parameter Statements for the allowed parameter values.


NET0010I Required parameter not specified: aaaaaaaa nnn
Explanation

The keyword or positional parameter aaaaaaaa was either incorrectly specified or was missing. The value nnn is specified for multiple value parameters only; if given, it specifies the position of the missing subparameter.

The statement in question and any statements following it are scanned for errors; session initialization is aborted after all statements have been read.

Note:
Errors reported in subsequent statements may be caused by this error.

Action

Refer to the section Entire Net-Work Parameter Statements for the allowed parameter values.


NET0011I EOF found before end of statement
Explanation

The last statement line found before the end of the data set indicated that a continuation line was to be expected.

The Entire Net-Work session is terminated abnormally.

Action

Correct the parameter statement.


NET0012I Adabas library is not Y2K ready
Explanation

This message informs you that your Adabas library does not provide year 2000 support.

None. This message is informational only.

Action

If you want Year 2000 compliance, upgrade the Adabas installed on your system to Version 6.2 SP1 or later or use the WAL library provided with Entire Net-Work.


NET0013I Buffer pool init failed, RC=nn
Explanation

The Entire Net-Work Buffer Pool Manager failed to set up the buffer pools as specified in the BUFFERS keyword parameter on the NODE statement.

Return codes of 20 and 24 indicate that the required amounts of memory were not available; other values indicate possible internal errors, and should be reported to your Software AG technical support representative.

The Entire Net-Work session is terminated abnormally.

Action

Correct the condition that caused the buffer pool failure (provide enough storage in the partition or address space, provide enough real storage to permit page-fixing the page-fixed buffer pool, or consider reducing the buffer pool sizes). On BS2000 systems, check the address space limit by calling SHOW-USER-ATTRIBUTES and, if necessary, increase it using MODIFY-USER-ATTRIBUTES from a privileged user ID.


NET0014I Control block space unavailable
Explanation

A storage request for permanent control blocks failed. Permanent control blocks describing the network topology are not allocated from the buffer pools but obtained from the operating system instead.

The Entire Net-Work session is terminated abnormally.

Action

Provide more storage in the partition or address space.


NET0015I aaaa Driver init failed (RC=nn)
Explanation

Line driver initialization failed; an explanatory message should have been issued by the line driver. The return code (nn) is access method dependent; it may relate to possible internal errors.

The statements following this DRIVER statement are scanned for errors; session initialization is aborted after all statements have been read.

Note:
Errors reported in subsequent statements may be caused by this error.

Action

Refer to the access-method-specific messages for corrective action. If an internal error is indicated, have a system dump and any other documentation available and contact your Software AG technical support representative.


NET0016I aaaa Driver not previously initialized
Explanation

A LINK statement referred to the access method aaaa, but either a DRIVER statement for aaaa was not specified, the specified line driver could not be loaded, or the driver initialization failed. Note that the DRIVER statement must appear before the LINK statement.

The statement in question and any statements following it are scanned for errors; session initialization is aborted after all statements have been read.

Note:
Errors reported in subsequent statements may be caused by this error.

Action

Ensure that a DRIVER statement is before the LINK statement and that the LINK statement specifies the correct DRIVER statement name.


NET0017I Duplicate link name: aaaaaaaa
Explanation

The names of all links on a node must be unique.

The statement in question and any statements following it are scanned for errors; session initialization is aborted after all statements have been read.

Note:
Errors reported in subsequent statements may be caused by this error.

Action

Assign unique link names to all LINK statements on the node.


NET0018I ADAMPM call nn failed
Explanation

An error occurred during interregion processing. Most likely, ADAMPM has also issued a NETMxx message to explain the problem; otherwise, an internal system error occurred. The call type is specified as nn.

The Entire Net-Work session is terminated abnormally.

Action

Refer to the section ADAMPM Messages for details. If a system error occurred, have a system dump and any other documentation available, and contact your Software AG technical support representative.


NET0019I Command queue space unavailable
Explanation

The storage request for the command queue (request queue) failed. The amount of storage necessary is (NC+1)*192 bytes, where NC is the value of the NC parameter in the ADARUN statement.

The Entire Net-Work session is terminated abnormally.

Action

Provide more storage in the partition or address space or reset the NC parameter value. Note that the amount of storage required for the command queue is usually small compared to the overall storage requirements of Entire Net-Work.


NET0020I Unresolved VCONS in driver module
Explanation

An internal error occurred; an incorrect line driver module was probably loaded.

The Entire Net-Work session is terminated abnormally.

Action

Have the storage dump and/or dumps of the Entire Net-Work modules available, then contact your Software AG technical support representative.


NET0021I Unexpected event indicator: xxxxxxxx
Explanation

An internal error occurred; an incorrect line driver module was probably loaded.

The Entire Net-Work session is terminated abnormally.

Action
NET0022I ACM work buffer shortage
Explanation

The access method working storage requests could not be satisfied by the line driver. This typically indicates an insufficient asynchronous buffer pool size.

The Entire Net-Work session is terminated abnormally.

Action

Check the buffer pool statistics printed at the end of the session, provide more storage in the asynchronous buffer pool.

For BS2000 systems running TCP/IP with subtask NETTCP, the ADARUN CMSIZE parameter and possibly the address space size need to be increased.


Have the storage dump and/or dumps of the Entire Net-Work modules available, then contact your Software AG technical support representative.


NET0023I NODE statement missing
Explanation

A NODE statement must be given as the first parameter statement.

The Entire Net-Work session is terminated abnormally.

Action

Code an appropriate NODE statement as the first parameter statement. For more information, see the section Entire Net-Work Parameter Statements.


NET0024I No driver loaded
Explanation

After initialization, the number of successfully initialized line drivers is zero. With no active line drivers, there is no point in continuing the Entire Net-Work session.

The Entire Net-Work session is terminated abnormally.

Action

Verify that all line drivers and their environments have been installed correctly, and that all DRIVER statements have been coded accordingly.


NET0025I Trace table init failed, RC=nn
Explanation

The requested trace table could not be initialized. RC=4 indicates that not enough storage was available; any other value indicates an internal error.

The system continues to run, but with tracing disabled.

Action

If RC=4, either try to run with a smaller trace table or provide a larger partition or address space. If nn is other than 4, contact your Software AG technical support representative.


NET0026I Initialization failed
Explanation

This is an informational message only, specific error conditions are described in preceding messages.

The Entire Net-Work session is terminated abnormally.

Action

Refer to the preceding messages for the reasons for the failure.


NET0027I Handshake buffer shortage (RC=nn)
Explanation

There were not enough short-term buffers available to sustain the handshake process. It is highly unlikely that the present amount of buffer space is adequate to handle any message traffic.

Return code values other than 4 or 8 may indicate an internal problem and should be reported to your Software AG technical support representative.

The Entire Net-Work session is terminated abnormally.

Action

Provide more storage in the short term (or possibly the page-fixed) buffer pool, according to the buffer pool statistics provided.


NET0028I Message buffer shortage
Explanation

There were not enough short-term buffers available to handle message traffic.

The Entire Net-Work session is terminated abnormally.

Action

No action is usually required for this mainly informational message. If followed by a NET017I Disconnect message, there is a buffer pool shortage. Provide more storage in the asynchronous buffer pool. In BS2000 systems running a TCP/IP subtask, increase the CMSIZE ADARUN parameter and possibly the address space size.


NET0029I B1: Target xxxxx init on unknown node yyyyy
Explanation

A B1 broadcast message was received from an unknown node. This indicates an error condition in the internal network tables.

None. This message is informational only. The Entire Net-Work session continues operation.

Action

If this message occurs repeatedly, attempt to locate inconsistent Entire Net-Work descriptions. Report the problem to your Software AG technical support representative.


NET0031I Invalid log parameter
Explanation

The value specified for the LOG keyword on the NODE statement or the SET operator command was invalid.

The erroneous parameter is ignored. Processing continues normally.

Action

Use the SET operator command to specify the correct LOG parameter value.


NET0032I Excessive ECB count in driver aaaa
Explanation

An internal error occurred; an incorrect module was probably loaded as line driver NETaaaa.

The Entire Net-Work session is terminated abnormally.

Action

Have the storage dump and/or dumps of the Entire Net-Work modules available, then contact your Software AG technical support representative.


NET0033I aaaa driver requires page-fixed buffers
Explanation

The access method aaaa requires a page-fixed buffer pool in order to function in your operating system configuration.

The line driver initialization is aborted. The system may continue operating if other line drivers are active.

Action

Use the BUFFERS parameter on the NODE statement to specify a page-fixed buffer pool. For more information, see the section Entire Net-Work Parameter Statements.


NET0034I Unsupported version of ADAIOR. NETWRK terminating
Explanation

An unsupported version of Adabas or the WAL library is being used.

Action

Supply the appropriate Adabas or WAL libraries.


NET0035 Isolated target targetid cannot be accessed from this node
Explanation

The targetid specified in the message cannot be handled because its value is greater than 255. This should only happen when Entire Net-Work is using an unsupported release of the WAL component. This target is unavailable to this node.

Action

Verify that the Entire Net-Work node that issued this message is using a supported version of WAL.


NET0036I rrrrrrrr mmmmmmmmmm nnnnnnnnnn
Explanation

This message is issued in response to operator command DISPLAY STATS EXTENDED. It lists statistics for internal Entire Net-Work service routines.

Action

No action is required. This message is for Software AG use only.


NET0037I module (yyyy-mm-dd SP=ss) ZAP LEVEL zzzz
Explanation

This message is issued in response to operator command DISPLAY ZAPS. For each Entire Net-Work module (module), its name, assembly date, system maintenance level, and zap level are displayed. If zaps were applied after initial shipment, their numbers are listed as 'Additional Zaps .

Action

No action is required for this informational message.


NET0038I module: NETWRK Date yyyy-mm-dd, Version: vv.rr, SP ss, Base WMnnnnnn
Explanation

This message is issued in response to operator command DISPLAY ZAPS. For each Entire Net-Work module (module), its name, Entire Net-Work version number, system maintenance level, and Entire Net-Work base level are displayed.

Action

No action is required for this informational message.


NET0039I module, NETSAF version is invalid, shutdown
Explanation

The NETSAF module version is invalid or the NETSAF module is not available; module is the name of the module issuing the message. Entire Net-Work will shut down following this message.

Action

Save the DDPRINT and contact your Software AG technical support representative.


NET0040I Get NETSAF work area failed for link xxxxxxxx
Explanation

An attempt to obtain buffer pool storage for the NETSAF work area failed for link xxxxxxxx. Security authorization cannot be performed without this work area, so the link is disconnected.

Action

The failure may be due to a buffer pool shortage. Check the buffer pool statistics. In BS2000 environments (running Sockets 2.1 or earlier), you may need to increase the value of the buffer pool parameters. In other environments, you may need to increase the region size.


NET0041I NETRCV buffer shortage, NET-WORK terminating
Explanation

NETRCV was unable to get the necessary storage. Entire Net-Work will shut down following this message.

Action

Save the DDPRINT and the DUMP, if available, and contact your Software AG technical support representative.


NET0042I Local target nnnnnn active
Explanation

This message is issued for each new target that becomes activated when Entire Net-Work is active.

Action

No action is required for this informational message.


NET0043I Local target nnnnnn inactive
Explanation

This message is issued for each new target that becomes deactivated when Entire Net-Work is active.

Action

No action is required for this informational message.


NET0044E License verification failed. Net-Work terminating
Explanation

The Entire Net-Work license could not be checked or is invalid. Entire Net-Work will be terminated. See other messages for details of the license error which has occurred.

Action

Investigate the cause of the error and rerun the job. If problems persist, contact your Software AG technical support representative for assistance.


NET0045I NET-WORK running in WCA mode
Explanation

Entire Net-Work is running in Entire Net-Work Administration mode.

Action

No action is required for this informational message.


NET0051I Nucleus extension xxxxxxxx not found
Explanation

The module xxxxxxxx has not previously been loaded as a nucleus extension.

Entire Net-Work terminates the initialization process.

Action

Ensure that Entire Net-Work is being started properly. The NUCXTNTS EXEC must be run before Entire Net-Work is started.


NET0052I Invalid LOGSIZE value; LOGSIZE set to 32000
Explanation

A value greater than 32000 has been specified for the LOGSIZE parameter. The valid range is 0 - 32000.

The value is set to 32000 and Entire Net-Work continues.

Action

Specify a valid LOGSIZE value.

Module

NETWRK


NET0060I Running without zEDC Compression Support.
Explanation

Initialization of IBM’s System zEnterprise Data Compression (zEDC) services was not requested.

Action

To activate zEDC support, the NODE parameter ZEDC must be set to "Y".


NET0061E Unable to Initialize Compression Support. Module NETZEDC not available.
Explanation

Entire Net-Work mainline could not find an entry for module "Netzedec".

Action

Verify that Entire Net-Work's module "Netzedc" is available. If the problem persists, contact your Software AG technical support representative.


NET0062E zEDC Compression Support Successfully Initialized
Explanation

Initialization of IBM’s System zEnterprise Data Compression (zEDC) services completed successfully.

Action

No action is required for this informational message.


NET0063E Unable to decompress message - zEDC not initialized
Explanation

A message destined for this node is zEDC compressed, but the message cannot be decompressed because zEDC compression services are not active.

The message is discarded with message NET0151, reason code 15, and the link is disconnected.

Action

Check for other messages identifying a problem with zEDC services and make appropriate corrections.


NET0064E Decompress failed; disabling decompression for this node
Explanation

An attempt to decompress a zEDC-compressed message failed. Decompression is disabled on this node, and the other nodes in the network are notified to no longer compress messages sent to this node. The failed message is returned to the caller with response code 224 (ADARSP224), subcode 1.

Action

Verify that the z/OS system is at the right software and hardware levels. If the problem persists, contact your Software AG technical support representative.


NET0086I Invalid SNAP parameter: xxxxxxxx
Explanation

A SNAP operator command was issued with an invalid additional parameter. Valid parameters are MAIN, MYBLK, TRACE, CURRMSG, UBQ, CQ, and BPH.

Action

Re-issue the SNAP command with valid parameters. For more information, see the section Entire Net-Work Operator Commands.


NET0087I nnnnnnnnnn Requests from local RQ
Explanation

This is an informational message displaying the number of requests Entire Net-Work received from its local request queue (RQ) for transmission to other nodes.


NET0088I nnnnnnnnnn Requests for target nnnnn on node aaaaaaaa
Explanation

This is an informational message displaying the number of requests Entire Net-Work handled for target nnnnn.

If aaaaaaaa is the local node, the number specifies incoming requests, otherwise outgoing requests.

This message is not displayed for targets with a message count of zero.


NET0089I nnnnnnnnnn Requests total ......... for node aaaaaaaa
Explanation

This is an informational message displaying the number of requests that Entire Net-Work handled for all targets on node aaaaaaaa.

If aaaaaaaa is the local node, the number specifies incoming requests, otherwise outgoing requests. This message is not displayed for nodes with a request count of zero.


NET0090I Buffer usage statistics
Explanation

This is an informational message that immediately precedes the NET0091 message.

Action

Refer to the NET0091 message for more information.


NET0091I resourcename: sizea (= nn.n %) of sizeb K used
Explanation

At the end of each Entire Net-Work session, usage statistics (sizea) for major buffer pool resources are displayed; values are in Kbytes (1024-byte units, or sizeb), and fractional values are rounded to the next lower value; the percentages given provide a better measurement of buffer pool usage (request queue statistics are specified in the number of queue elements).

Action

Monitor buffer usage, and take corrective action if any of the usage figures are near 100%.


NET0092I nnnnnnnnnn node stack expansions performed
Explanation

The value provided by the MAXPATH keyword parameter on the NODE statement determines the size of the node stack in the message header, which in turn records the message's path through the network. Whenever a message path exceeds the capacity of the originally created node stack, the relay node detecting the condition has to expand the node stack by copying the message into another buffer. To avoid this overhead, specify a larger MAXPATH value on the originating node (not on the node that presents this message to alert you to the condition at session termination).

Action

If the number of node stack expansions becomes significant, try to identify the originating node and increase the MAXPATH value. A good look at the network topology is likely to provide all the necessary clues. For more information, see the section Entire Net-Work Parameter Statements.


NET0093I nnnnnnnnnn replies could not be routed
Explanation

This is an informational message giving the number of cases where a reply could not be routed to the user s node, probably because the node ended operation or became unreachable after the subject messages were sent. No provision is made to deliver the reply elsewhere. The reply is abandoned; the count in this message is the only remaining indication of the abandoned replies.


NET0094I nnnnnnnnnn messages were stranded
Explanation

This is an informational message. Stranded messages are user requests that could not be routed to the target node, but also could not be returned to the user to provide a response code because the user s node (or the only link to it) terminated or became unusable after the message was sent. Since there is nowhere else the messages could be delivered, they were abandoned. The count in this message is the only remaining indication of the abandoned messages.


NET0095I nnnnnnnnnn requests timed out (RSP224)
Explanation

This is an informational message displaying the number of times this Entire Net-Work node had to issue the response code 224 (ADARSP224) for message timeouts.

Action

If the number becomes significant, it indicates certain bottlenecks somewhere in the network. You should identify and eliminate these. Alternatively, increase the REPLYTIM parameter on the NODE Statement. For more information, see the section Entire Net-Work Parameter Statements.


NET0096I nnnnnnnnnn requests failed due to buffer shortage
Explanation

This is an informational message displaying the number of times this Entire Net-Work node had to issue the response code 220 (ADARSP220) for short term buffer shortage conditions.

Action

If the number becomes significant, increase the size of the short term buffer pool.


NET0097I NETWORK terminating due to parm errors
Explanation

This informational message is issued after all parameter statements have been read, indicating that due to previously listed parameter errors the session of Entire Net-Work is about to be terminated.

Action

No action is required. This message is informational only.


NET0098I Abnormal termination completed
Explanation

This is an informational message indicating that the abnormal termination procedures were completed successfully.


NET0099I Normal end of run
Explanation

This is an informational message indicating that the normal termination procedures were completed successfully.


NET0101I aaaaaaaa driver open failed (RC=nn)
Explanation

The line driver aaaaaaaa could not be opened. More specific messages should have been issued by the line driver. The return code (nn) is access method dependent.

If this condition is detected during session initialization, Entire Net-Work will terminate abnormally; if it occurred during an attempt to re-open a line driver after access method failure (either manually by the START operator command or automatically based on the RESTART parameter values specified in the DRIVER statement), normal system operation continues - without the line driver in question.

Action

Refer to the related access-method-specific line driver error message for information on what condition caused this error. Correct the access method problem and issue a START operator command for the driver, or wait for the next RESTART to occur. Under certain circumstances, you may have to stop and restart the Entire Net-Work session to make the line driver available.


NET0103I Link aaaaaaaa (bbbb) open failed (RC=nn)
Explanation

The link aaaaaaaa (of driver bbbb) could not be opened. More specific messages describing the link problem were probably issued by the line driver. The return code (nn) is access method dependent.

The system continues to run normally without the link.

Action

Refer to the related line driver error message for information on the cause of this error. Rectify the access-method problem and issue a CONNECT operator command for the link, or wait for the next RESTART to occur. Under certain conditions you may have to stop and restart the Entire Net-Work session in order to make the link available.


NET0104I Link aaaaaaaa (bbbb) connect failed
Explanation

The link aaaaaaaa (for driver bbbb) could not be connected. More specific messages describing the link problem were probably issued by the line driver.

Note that this is an actual error condition. The normal operating case where one node tries to connect before the partner is available cannot cause this error.

The system continues to run normally without the link.

Action

Refer to the access-method-specific error messages for information on the cause of this error. Correct the access method problem and issue a CONNECT operator command for the link, or wait for the next RESTART to occur. Under certain circumstances, you may have to stop and restart the Entire Net-Work session in order to make the link available.


NET0105I All aaaa links closed by access method termination
Explanation

The access method aaaa was terminated. Links using that access method can no longer function. This condition cannot occur with some access methods such as CTCA or IUCV.

The system continues to run normally without the links.

Action

When the access method becomes available again, use the operator commands START and CONNECT to restart the line driver and links involved. You may want to specify the RESTART parameters on the DRIVER or LINK statements to automate this process. For more information, see the section Entire Net-Work Operator Commands.


NET0106I Link aaaaaaaa can't connect to node bbbbbbbb reason rsn
Explanation

Handshaking could not be completed to node bbbbbbbb via link aaaaaaaa for the reason (rsn) given, which can be one of the following reasons:

Reason Description
Inv(alid) link status The link received a handshake request from the other side that conflicted with the current link status. A handshake error message is sent to the other node, rejecting the request.
Reject by node A handshake request was rejected by the other node; this may be due to network conflicts (see below), in which case messages NET0108 and NET0109 are issued to describe the conflict; if no such messages appear, the problem is probably caused by an invalid link status on the other side (see above).
NETWORK conflict Handshaking determined that conflicts exist between the network topologies as seen by this node and node bbbbbbbb; therefore, a connection via link aaaaaaaa was not established. Messages NET0108 and NET0109 are also issued before this message, defining the conflicts. Note that the connection is physically functional, but cannot be used due to the conflicts.

The link is disconnected.

Action

Remove the conflict from the network. This may require terminating and renaming a node, or terminating one or more targets with duplicate target IDs. Then use the CONNECT operator command to resume handshaking.


NET0107I Link aaaaaaaa disconn. from node bbbbbbbb
Explanation

The link aaaaaaaa was disconnected from node bbbbbbbb by one of the following events: node termination, a DISCONNECT operator command, certain types of link failures (described by related line driver messages), or a disconnect request from the other node due to one of these causes.

The system continues processing without the link.

Action

If appropriate, try to reconnect the link with the CONNECT operator command. If the cause of the disconnect has not been corrected, the reconnect attempt will fail.


NET0108I Conflict: target nnnnn on node aaaaaaaa and bbbbbbbb
Explanation

Target IDs have to be unique throughout the network. If multiple targets with the same ID are detected during link connection, the link cannot be connected until the conflict is resolved. Message NET0106 or NET0306 is issued after all detected conflicts have been listed.

The link is disconnected.

Action

Remove the conflict from the network by terminating targets with duplicate target IDs. Then use the CONNECT operator command to resume handshaking.


NET0109I Conflict: node aaaaaaaa
Explanation

Node names must be unique throughout the network. If multiple nodes with the same name are detected during link connection, the duplicate link cannot be connected. Message NET0106 or NET0306 is issued after all detected conflicts have been listed.

The link is disconnected.

Action

Remove the conflict from the network by terminating and renaming the conflicting node(s). As an alternative, first try the PROBE operator command to verify if node aaaaaaaa is actually active, then issue the CONNECT operator command to resume handshaking.


NET0110I Link aaaaaaaa connected to node bbbbbbbb
Explanation

Link aaaaaaaa was successfully connected to node bbbbbbbb. The function may have been initiated from either side.

Normal processing continues, the newly connected link will be considered for message traffic.


NET0111I Link aaaaaaaa closed
Explanation

During Entire Net-Work termination, link aaaaaaaa was closed. Usage statistics for the link follow this message.

After displaying the usage statistics, termination processing continues normally.


NET0112I nn,nnn,nnn,nnn msgs; BLK factor = nnn.nn
Explanation

This message details the number of messages and transmission blocks sent via the link and the blocking factor achieved. This last item is only displayed if BLOCKMSG=Y and STATBLK=Y are in effect for this link.

This message is displayed as a result of the DISPLAY LINK operator command. With the Simple Connection Line Driver, this count is reset to zero (0) after link connect processing.


NET0113I nn,nnn,nnn,nnn {INPUT | OUTPUT} throwbacks;
Explanation

This message is printed in conjunction with message NET0111 if throwbacks occurred. It is an indication that not enough message buffers (short term or page-fixed buffer pool) were available at some point during the session. The worst case figure specifies how often one individual message was thrown back.

Action

Check the buffer pool usage statistics; increase the appropriate buffer pool size to prevent future occurrences of this message.


NET0114I Snap dump written to NETPRNT / DDPRINT
Explanation

The SNAP output is written to NETPRNT if it is available; otherwise, the output is written to DDPRINT.


NET0115I Operator command not recognized
Explanation

The last operator command entered was not recognized by Entire Net-Work.

The command is ignored.

Action

For the correct syntax, see the section Entire Net-Work Operator Commands; then reissue the operator command.


NET0116I Link aaaaaaaa not found
Explanation

An operator command was issued to act on link aaaaaaaa, but no link with that name is defined.

The command is ignored.

Action

To determine which links are defined, use the DISPLAY LINKS operator command, then reissue the corrected command.


NET0117I Link aaaaaaaa cannot be connected, STAT=ssssss
Explanation

An operator command was issued to connect link aaaaaaaa, but the link is in a state that does not allow connection (the link is probably already connected). STAT=ssssss may be one of the following status codes:

Status Code Description
NOTOPEN The link is not open yet.
OPEN The link is open.
CONSTA The connection process started.
COPEND The connection process is in waiting status.
COFAIL The connection attempt failed.
CONN The link requested is already connected.
HSERR A handshaking conflict occurred.
HS1 First handshake message was sent.
HS2 Second handshake message was sent.
HSING An interim status during handshake.
ACTIVE Active for payload message traffic.
SUSPND Connection process was suspended.
DISCRQ Other party requested to be disconnected.
DISC Successful disconnection completed.

The command is ignored.


NET0118I Invalid RQE address in reply; detailed snap dump
Explanation

A reply was received for a user request originating at this node. The message header's pointer to this request s Request Queue Element (RQE) is invalid. This is probably an internal error. A possible valid cause for this condition could be that the node was terminated and restarted while the message was under way in the network.

The message in error is dumped to the printer data set for diagnostic pureness and then discarded. A user waiting for this reply is timed out with response code 224 (ADARSP224).

Action

If a node restart did not cause the message, have the printout (as well as any other related information) available, and contact your Software AG technical support representative.


NET0119I Reply cannot be matched to; user=userid
Explanation

A reply to user userid s message has arrived, but the user no longer owns the request queue element (RQE) associated with the dialogue. This might be caused by the user program terminating abnormally or by a timeout condition due to the REPLYTIM parameter on the NODE statement. In either case, the user program that requested the reply is no longer waiting for it.

This condition is very similar to the 'USER GONE' error detailed in messages NETM91, NETM92, and NETM93.

The message in error is discarded.

Action

To reduce the chance of this error, increase the REPLYTIM parameter value on the NODE statement to accommodate the longest transmission time that typically occurs in the network. For more information, see the section Entire Net-Work Parameter Statements.


NET0120I aaaa Link bbbbbbbb to node cccccccc stat=ssssss
Explanation

This message is issued in response to the DISPLAY LINKS operator command. aaaa specifies the access method for the link, bbbbbbbb is the link name from the LINK parameter statement, cccccccc is the name of the node on the other side of the link, and ssssss is the link status. Refer to the status code descriptions for NET0117 explaining the meaning of the link status codes.

If the link is a TCPX link, the partner's TCP/IP address is displayed rather than the node name (cccccccc setting).


NET0121I Output queue: nnnnmsgs, mmmm tr.blks
Explanation

This message is issued in response to the DISPLAY LINKS operator command unless both nnnn and mmmm are zero. It indicates a transmission backlog for the link.

A small backlog is normally not an error condition, but a backlog that increases over time may indicate a problem with the link.

Note that there are usually no messages in the input queue when operator commands are handled.


NET0122I Node aaaaaaaa (bbbbbbbb) dist nnnnnn (lll) via link cccccccc
Explanation

This message is issued in response to the DISPLAY NODES, DISPLAY PATHS, or PROBE operator command. The node name (aaaaaaaa) from the NODE parameter statement, the node ID (bbbbbbbb) or target ID of the communicator, the distance (nnnnnn) to the node (computed by adding all link weights along the path to the node), the number (lll) of links between this Entire Net-Work node and node aaaaaaaa, and the name of the first link (cccccccc) on the path are given in the message.

See the WEIGHT parameter in the section Entire Net-Work LINK Statement) for more information about link weights.

In the case of a DISPLAY NODES command, only the shortest path is shown; in this case, the local node is shown with the term LOCAL in place of the distance information.

Either a DISPLAY NODES command specifying a node name or a PROBE command can cause 'INACTIVE' or 'NOT FOUND' to be displayed in place of the link information. For a DISPLAY PATHS command, all paths to all nodes are displayed; that is; each node is listed once for each link which has a path to it.

The distance shown is the shortest path length via the link.


NET0123I Targets: nnnnn,mmmmm, ... j NONE
Explanation

This message is issued in response to the DISPLAY NODES operator command. It lists the IDs of all targets currently active on the node named in the preceding message NET0122; the communicator's ID is not listed again in this message. The term NONE indicates that no targets except the communicator are active on that node.


NET0124I Target nnnnn (tt - tr) LOCKED | ACTIVE | INACTIVE on node aaaaaaaa
Explanation

This message is issued in response to the DISPLAY TARGETS operator command or at Entire Net-Work startup. All targets that were ever active in the network are listed. The target ID (nnnnn), the target type (tt), and the name of the node (aaaaaaaa) on which the target is or was active are given in the message. The value of tr is T if the target uses Adabas Version 7 translation or N if it does not.

At Entire Net-Work startup, this message is issued only for the local target; remote targets will not be displayed.

Inactive targets are shown on the node where they were last active. The following table contains the possible target types:

Target Type Code Description
A Anchor (e.g., Natural Global Buffer Pool)
c Client-only Element
C Communicator (Entire Net-Work)
I Global isolated database
L Local isolated database
N Non-database target (ACCESS)
T Translation / UES-enabled database
V Adabas Cluster Services database

NET0125I No active paths
Explanation

This message is displayed in response to a DISPLAY PATHS operator command when no paths are currently active.


NET0126I No links found
Explanation

This message is displayed in response to a DISPLAY LINKS operator command when no links have been defined or no links match the qualifier specified.

Note:
Although it may seem pointless to have a communicator active with no links defined, a DRIVER statement specifying ACCEPTUI=YES could be used to generate links dynamically when other nodes attempt to connect.


NET0127I SET command accepted
Explanation

This message is displayed to acknowledge a SET operator command.


NET0128I Entire Net-Work terminating targetnnnnn due to
Explanation

Entire Net-Work usually prevents concurrent sessions by more than one target with the same ID. If targets with the same ID are started simultaneously on different nodes, the condition is recognized as soon as the broadcast messages meet.

All targets with the same ID are terminated by their respective communicators, and this message is displayed on the operator consoles.

Action

One of the conflicting targets may be started again.


NET0129I aaaa driver opened
Explanation

This message acknowledges the successful execution of a OPEN driver (or START driver) operator command. aaaa defines the access method of the driver that was restarted.


NET0130I aaaa driver not opened
Explanation

The CONNECT link operator command could not be executed because the associated line driver was not open. aaaa is the access method of the line driver.

The command is ignored.


NET0131I aaaa driver already open
Explanation

The START driver operator command could not be executed because the line driver is already open. aaaa is the access method of the line driver.

The command is ignored.


NET0133 Invalid trace argument: aaaaaaaa
Explanation

An invalid argument aaaaaaaa was given for either the TRACE, TRON or TROFF parameter on the NODE statement or on a SET operator command. Valid trace arguments are 'MAIN' for the control module, 'BPM for the buffer pool manager, "TQM" for the Transmission Queue Manager, and "RQM" for the Receive Queue Manager as well as the access method names of all loaded line drivers. For more information, see the section Entire Net-Work Parameter Statements.


NET0134I No such target
Explanation

The target ID specified as an argument of a DISPLAY TARGETS operator command was either invalid, or does not exist.

The command is ignored.

Action

Re-specify the command with a valid target ID.


NET0135I Probe for node aaaaaaaa (nnnn.nnn sec)
Explanation

A PROBE operator command was issued for node aaaaaaaa, and the resulting message was returned. PROBE messages are time-stamped to measure the time needed to communicate between the local node and node aaaaaaaa. The required time is displayed in nnnn.nnn seconds.


NET0136I Probe msg sent. User data length: nnnnn
Explanation

This message acknowledges a PROBE operator command and displays the length of the random user data sent (maximum length is 64512 bytes). Message NET0135 is displayed when the PROBE reply is returned.


NET0137I Link aaaaaaaa connect initiated
Explanation

This is an informational message indicating that a connect request was issued for link aaaaaaaa. Further message will be displayed as the connection process progresses. If the partner node is not active some access methods may display appropriate messages, others may not.

The link is placed in 'Connect Pending' status; when all required actions by both nodes are completed, the link will be placed in 'Active' status and message NET0110 will be displayed.


NET0139I nn,nnn a bytes sent; compression rate nnn.nn
Explanation

This is an informational message displaying the number of (uncompressed) bytes sent via this link and the compression rate that was accomplished. The multiplier character '"a"' may take on one of the following values:

Value Description
blank = bytes
K = kilobytes
M = megabytes
G = gigabytes
T = terabytes

NET0141I via node(s): nodename
Explanation

This message appears in response to a PROBE command if the node being probed is not directly connected; that is, it is reached via some other node. The message shows the relay node(s) used to complete the end-to-end connections.


NET0142I Unable to load service routine NETCT1
Explanation

This message, in response to a TRANSLAT parameter statement or operator command, indicates that module NETCT1 is not linked, and cannot be loaded dynamically. For more information about TRANSLAT parameter statements, see the section Enhanced Translation Definitions.

The TRANSLAT parameter statement or operator command is ignored. Entire Net-Work operation continues.


NET0143I Selective logging driver driver status.
No linkgs being logged
Explanation

This message is issued in response to the DISPLAY LOGGING operator command. driver specifies the type of driver while status indicates the logging status of the driver.

Action

No action is required for this informational message.


NET0144I CSCI function not available
Explanation

A DISPLAY CSCI operator command was issued, but the NETCSI module is not linked to Entire Net-Work and is not available for dynamic load.


NET0145I Link xxxxxxxx disabled
Explanation

This message is a confirmation message in response to a DISABLE operator command. For more information, see the section Entire Net-Work Operator Commands.


NET0146I Link xxxxxxxx suspended
Explanation

This message is a confirmation message in response to a SUSPEND operator command. For more information, see the section Entire Net-Work Operator Commands.


NET0147I Link xxxxxxxx is not active
Explanation

A SUSPEND operator command was issued for a link whose status is not active. Only active links can be suspended. For more information, see the section Entire Net-Work Operator Commands.


NET0148I Link xxxxxxxx is not suspended
Explanation

A RESUME operator command was issued for a link that was not previously SUSPENDed. For more information, see the section Entire Net-Work Operator Commands.


NET0149I Link xxxxxxxx resumed
Explanation

This message is a confirmation message in response to a RESUME operator command. For more information, see the section Entire Net-Work Operator Commands.


NET0150I 'NODE DOWN' message sent
Explanation

This is the response to the Entire Net-Work operator command FORCE node. For more information, see the section Entire Net-Work Operator Commands.


NET0151I Invalid NET-WORK message on link xxxxxxxx (reason=nn)
Explanation

A message was received on link xxxxxxxx that violates the internal Entire Net-Work message protocol. The reason code (nn) indicates the type of error detected, as follows:

Reason Code Description
1 Invalid message header
2 Invalid control message
3 Invalid probe message
4 Invalid probe reply
5 Message length exceeds 16 megabytes
6 Invalid distribution list pointer
7 Invalid node name reported in message
8 Target number zero reported in message
9 Target list exceeds message length
10 Node list exceeds message length
11 Invalid extra buffers in control message
12 Buffer space exhausted
13 Message header invalid or not specified
14 NETZEDC returned a non-zero return code when attempting to decompress a zEDC-compressed message.
15 A zEDC-compressed message was destined for this node, but zEDC services are not available.

A hexadecimal dump of the message is written to DDPRINT, and link xxxxxxxx is disconnected.

Action

Retain all related information and contact your Software AG technical support representative.


NET0153I PARMS: link parameters
Explanation

This message is issued in response to operator command DEFINE LINK. It lists the parameters initially in effect for the new link. For more information, see the section Entire Net-Work Operator Commands.


NET0154I Link xxxxxxxx user exit detected on partner system
Explanation

A message was received on link xxxxxxx that was manipulated by a user exit on the sending Entire Net-Work node. A corresponding user exit was not defined on this Entire Net-Work node.

The link is disconnected.

Action

Ensure that the adjacent Entire Net-Work nodes both have a user exit defined, or delete the user exit on the other side.


NET0155I Operator command:
hex-cmd-from-remote-node
Explanation

This message displays the operator command issued using the Programmable Command Interface (PCI) from the remote node. The command is shown on the line immediately following this message.

Action

No action is required for this informational message.


NET0158I LOG=status
Explanation

This message is issued in response to the DISPLAY LOGGING operator command. It identifies the setting of the system's LOG parameter. This parameter can be set using the NODE statement's LOG parameter or the SET LOG operator command.

Action

No action is required for this informational message.


NET0159I LOGBUF=status , LOGBUFSZ=size
Explanation

This message is issued in response to the DISPLAY LOGGING operator command. It identifies the setting of the NODE statement's LOGBUF and LOGBUFSZ parameters. These parameters can be set using the NODE statement's LOGBUF and LOGBUFSZ parameters or the SET LOGBUF or SET LOGBUFSZ operator commands.

Action

No action is required for this informational message.


NET0160I SNAPERR=msg1[,msg2,msg3,msg4]
Explanation

This message is issued in response to the DISPLAY LOGGING operator command. It identifies the setting of the NODE statement's SNAPERR parameter. This parameter can be set using the NODE statement's SNAPERR parameter or the SET SNAPERR operator command.

Action

No action is required for this informational message.


NET0161I Refresh Completed
Explanation

The Net-Work operator command REFRESH has completed execution.

Action

No action is required for this informational message.


NET0162 Target nnnnn added
Explanation

As a result of the Net-Work operator command "REFRESH", target id nnnnn has been added to the Net-Work node.

Action

No action is required for this informational message.


NET0163 Target nnnnn active on node xxxxxxxx; ignored
Explanation

A target was found that is already active on the specified remote node. In order to avoid conflicts, the target on the local node is ignored.

Action

Duplicate targets are not allowed in the network unless both targets have ADARUN parameter LOCAL=YES. Set LOCAL=YES for both targets, or determine which location is correct for the target.


NET0164 REFRESH failed due to internal error
Explanation

The REFRESH operator command failed.

Action

Retry the command. If the error persists, contact Software AG.


NET0166I Duration hh:mm:ss.iiiiii
Explanation

Displays the amount of time the Net-Work has been running as Store Clock units of hours (hh), minutes (mm), seconds (ss), and microseconds (iiiiii).

Action

None. This is an information message.


NET0167I Wait-Time hh:mm:ss.iiiiii
Explanation

Displays the amount of time the Net-Work has been in a wait state as Store Clock units of hours (hh), minutes (mm), seconds (ss), and microseconds (iiiiii).

Action

None. This is an information message.


NET0168I CPU Time hh:mm:ss.iiiiii
Explanation

Displays the current Central Processor Unit (CPU) time in units of CPU hours (hh), minutes (mm), seconds (ss), and microseconds (iiiiii).

Action

None. This is an information message.

Note:
On z/OS systems, the CPU time delivered is a summation of the TCB (time spent in the Task Control Block) and the SRB (Time spent in the Service Request Block). See messages IEF033I/IEF032I.


NET0170E Verify argument not valid
Explanation

A non-numeric or out of range(1-65535) target ID was specified for the VERIFY operator command.

Action

Correct the VERIFY operator command input


NET0171I Verify target target-id already active
Explanation

The target to be verified and listed in the message (target-id) is in the network and is active.

Action

No action is required for this informational message.


NET0172I Verify target target-id not in this Net-Work
Explanation

The target to be verified and listed in the message (target-id) is not in this network.

Action

No action is required for this informational message.


NET0174I Verify target target-id is relocatable or virtual
Explanation

The target to be verified and listed in the message (target-id) is relocatable or virtual.

Action

No action is required for this informational message.


NET0175I Current CQ
Cmd=cmd,Db=dbid,File=fn,Len=nnnnnn,Seq-Nr=rrr
Time=ss sec ago,Job='jobname',TID=tid,Active
-- yy CQEs displayed
Explanation

This message is issued in response to the DISPLAY CQ operator command. The command name (cmd), DBID (dbid), file number (fn), length (nnnnnn), sequence number (rrr), seconds (ss), job name (jobname), terminal ID (tid), status, and total number of CQEs (yy) are listed in the message.

Action

No action is required for this informational message.


NET0177I CQE Seq-Nr=num,Status=status
Addr=cqeaddr,Cmd=cc,Db=dbid,File=fn,Len=length
Bin/out=xnnnn,Flags=xyyyy,AB=abaddr,UB=ubaddr
Job='jobname',TID=tid
Uid=uid
Time=stcktime; ss sec ago
Explanation

This message is issued in response to the DISPLAY CQE operator command. For the specified command sequence number, the following are listed in the message: the command sequence number (num), status (status), address of the CQE, command code(cqeaddr), database and file numbers (dbid and fn), length of attached buffers (length), buffer in/out flags (nnnn), CQE flags (yyyy), address of the attached buffers (abaddr), address of the user buffer (ubaddr), job name (jobname), terminal identifier (tid), user ID (uid), the time in STCK format (stcktime), and the age in seconds (ss).

Action

No action is required for this informational message.


NET0178I UBQ Cmd=cmd,Db=dbid,Fnr=fn,Checksum=cksum
Addr=ubaddr,Flags=ubflags,Job=jobname,time ago=sec
Uid=userid
-- yy UBs displayed
Explanation

This message is issued in response to the DISPLAY UBQ operator command. The command name (cmd), DBID (dbid), file number (fn), Checksum (cksum) , user buffer (UB) address (ubaddr), UB flag and flag1 (ubflags), job name (jobname), time elapsed since the command was sent, in seconds (sec), 28-byte user ID in hexadecimal (userid), and total number of CQEs (yy) are listed in the message.

Action

No action is required for this informational message.


NET0179I UBQ - Queue empty
Explanation

This message is issued in response to the DISPLAY UBQ operator command when there are currently no user buffers (UBs) in the transmit queue.

Action

No action is required for this informational message.


NET0180I nnnnn{K | G | T} messages were compressed
Explanation

This message shows the number of messages that were successfully compressed with zEDC.

Action

No action is required for this informational message.


NET0181I nnnnn{K | G | T} bytes uncompressed data
Explanation

This message shows the total number of uncompressed bytes that were successfully compressed.

Action

No action is required for this informational message.


NET0182I nnnnn{K | G | T} bytes compressed data
Explanation

This message shows the total number of bytes of compressed data.

Action

No action is required for this informational message.


NET0183I nnnnn% compression rate
Explanation

This message shows the compression rate as a percentage.

Action

No action is required for this informational message.


NET0184I Uncompressed: smallest-msg largest-msg avg-msg
Explanation

This message shows size of the smallest and largest messages that were successfully compressed, and the overall average size of those messages before compression.

Action

No action is required for this informational message.


NET0185I Compressed: smallest-msg largest-msg avg-msg
Explanation

This message shows size of the smallest and largest messages after they were compressed, and the overall average size of those compressed messages.

Action

No action is required for this informational message.


NET0190I Node=nodename,Nodeid=nodeid,Host=hostname
targetid[(clnucid)]: product code and version type,Jobname=jobname,Jobid=jobid
Explanation

This message is issued in response to the DISPLAY DETAIL operator command. It displays the network node name (nodename), the node ID (nodeid), and the host/LPAR name (hostname). The target number (targetid) and optional cluster nucleus ID (clnucid) are displayed as well as the product name and version number with which the target was started. The job name (jobname) and job ID (jobid) of the startup job are also shown.

The target types (type) can be:

  • Communicator - usually an Entire Net-Work;

  • Database - a database accessible by Entire Net-Work;

  • Isolated - usually a target accessible by Entire Net-Work;

  • Local - A local database, not accessible by Entire Net-Work;

  • Non-Database - not a database target;

  • Translator - a translation target, probably a UES database; or

  • Virtual - a target that has only registered with the Entire Net-Work.

Action

No action is required for this informational message.


NET0191I No target found
Explanation

This message is issued in response to the DISPLAY DETAIL operator command when there are currently no targets in the requested range to be displayed.

Action

No action is required for this informational message.


NET0200I zIIP-related statistics
Explanation

This message displays a variety of zIIP-related statistics.

See Understanding the zIIP-Related Statistics for complete information about the zIIP statistics.

Action

No action is required for this informational message.


NET0201I zIIP processing is not enabled
Explanation

The DISPLAY ZSTATS operator command can only be used when ADARUN parameter ZIIP=YES is specified.

Action

No action is required for this informational message.


NET0240E Unknown NETPRNT request
Explanation

An invalid NETPRNT request was detected. The only requests currently supported are OPEN, CLOSE, and WRITE.

Action

This message indicates a logic problem in Entire Net-Work and should be reported to your Software AG technical support representative.

Module

NETDUMP


NET0241I NETPRNT file closed
Explanation

The NETPRNT file has been closed. All print output is sent to DDPRINT until this file is re-opened. While the file is closed it remains allocated, but it can be copied and re-opened.

Action

No action is required. This message is informational only.

Module

NETDUMP


NET0242I NETPRNT file opened
Explanation

The NETPRNT file has been opened. All print output is sent to the file allocated to the NETPRNT DD statement. If the file was allocated SHR or OLD, it contains no existing print records. If the file was allocated MOD, the new records are placed after the existing records.

Action

No action is normally required. However, if you are running in z/VSE and the file has an expiration date that has not been met, you will need to issue a DELETE or CANCEL operator command. If DELETE is issued, the file is overwritten and Entire Net-Work continues processing. If CANCEL is issued, Entire Net-Work terminates. And if the initial space allocation becomes exhausted, you will need to specify a secondary extent allocation.

Module

NETDUMP


NET0243E NETPRNT file open failed - using DD PRINT
Explanation

The NETPRNT file failed to open. This may be caused by a missing NETPRNT DD statement or some other allocation error. All output is sent to the DDPRINT file until the NETPRNT file can be successfully opened.

Action

Check the JOBLOG and SYSLOG for operating system messages that indicate the cause of the allocation failure.

Module

NETDUMP


NET0244E Write failed to NETPRNT file
Explanation

A WRITE to the NETPRNT file failed. The cause may be an out-of-space condition such as ABENDSD37 or other I/O error or short-on-storage condition (e.g., IOR failed to get the storage it needed). The NETPRNT file is closed and all output is sent to the DDPRINT file. It may be possible to re-open the NETPRNT file if it was allocated SHR. The data set should be copied before reopening because all records will be deleted.

Action

Check the JOBLOG and SYSLOG for operating system messages that indicate the cause of the I/O error.

Module

NETDUMP


NET0245E Write failed to NETPRNT file
Explanation

A CLOSE of the NETPRNT file failed. This is an internal logic error or I/O error. The NETPRNT file will be unusable until Entire Net-Work is brought down.

Action

Check the JOBLOG and SYSLOG for operating system messages that indicate the cause of an I/O error. If no I/O error can be found, report this to your Software AG technical support representative.

Module

NETDUMP


NET0246E LOGBUFSZ=0; log buffer not allocated
Explanation

The LOGBUF parameter is set "ON" and logging is active, but there is no log buffer available because the LOGBUFSZ parameter is set to "0". As a result, LOGBUF is turned off (set to "OFF").

Action

Specify a size for the LOGBUFSZ parameter and set the LOGBUF parameter to "ON" again.


NET0247E Failed to get log buffer storage
Explanation

An attempt to get the storage specified by the LOGBUFSZ parameter failed. As a result, LOGBUF is turned off (set to "OFF").

Action

Increase the amount of storage available to Entire Net-Work or specify a smaller value for the LOGBUFSZ parameter. In either case, set the LOGBUF parameter to "ON" again.


NET0250I Dump options aaaaaaaa
Explanation

This message lists the values specified for the DUMP parameter on the NODE statement. This message will also be seen as a reply to the SET DUMP operator command. For more information, see the section Entire Net-Work Parameter Statements.

Action

This is an informational message only and no action is required.

Module

NETMAIN


NET0251I Invalid dump options aaaaaaaa
Explanation

An invalid value was specified for the DUMP parameter on the NODE statement. The default value 'ALL' is used to dump all areas. This message may also be seen as a reply to an invalid SET DUMP operator command specification.

Action

Correct the DUMP parameter specification on the NODE statement before restarting Entire Net-Work. A SET DUMP operator command can be used to specify the dump options for the currently running Entire Net-Work (see SET DUMP in the section Entire Net-Work Operator Commands). .

Module

NETMAIN


NET0306I Disconnecting link xxxxxxxx due to network conflict
Explanation

An Entire Net-Work conflict was detected in a control message received on link xxxxxxxx. The nature of the conflict is reported in preceding messages NET0108, NET0109, or NET0308.

The link is disconnected.

Action

Follow the user action recommended in the description of the preceding message, i.e., NET0108, NET0109, or NET0308.


NET0308I NODEID on xxxxxxxx in conflict with target ttttt
Explanation

An Entire Net-Work control message reported a node xxxxxxxx whose target ID is already active elsewhere in the network. This presents a network conflict, as target IDs must be unique throughout the network. Message NET0106 or NET0306 is issued after all detected conflicts have been listed.

The link is disconnected.

Action

Remove the conflict from the network by either terminating target ttttt, or assigning a new unique target ID to node xxxxxxxx.


NET0322I Node dddddd.aaaaaaaa (bbbbb) dist nnnnnn (lll) via cccccccc
Explanation

This message replaces the corresponding form of NET0122, when a node is listed that has a non-blank domain name. Also see the DOMAIN parameter in the section NODE Statement Parameters.


NET0328E Message buffer shortage. Sending deferred
Explanation

A message is to be sent on a link that has a user exit defined. There is not enough buffer space to provide a work area to the user exit.

The message is not sent at this time. An attempt is made to free enough working storage. Sending the message is then tried again.

Action

Increase the size of the Short Term Buffer Pool to prevent future occurrences of this problem.


NET0333I operator command - short description
Explanation

Multiple messages NET0333 are issued in response to the HELP command. The available operator commands are listed with a short explanation of their function.


NET0334E ADAIOR function call nnn failed with RC=xxx; terminating
Explanation

The ADAIOR function call named in the message failed with the return code given in the message. The values are displayed in decimal.

This is a critical error; Entire Net-Work terminates. Probable causes are a storage shortage or incompatible version of the WAL data set.

Action

Determine if the problem is caused by a storage shortage or if there is an incompatibility with the WAL data set version and fix the problem. If neither of these conditions are causing the problem, contact your Software AG Customer Support representative.


NET0335 ZIIP=YES is not allowed with SSL/SSLI Driver
Explanation

ADARUN parameter ZIIP cannot be set to YES if the SSL or SSLI Driver is defined.

zIIP processing is disabled.

Action

Set ZIIP=NO if using SSL or SSLI.


NET0336 Error during zIIP initialization
Explanation

zIIP initialization failed due to an error or incompatible configuration.

zIIP processing is disabled.

Action

Look for a previous error message that will explain the cause of the error.


NET0337 zIIP processing has been disabled
Explanation

zIIP processing has been disabled due to an error, incompatible configuration, or license check failure.

zIIP processing is disabled.

Action

Look for a previous error message that will explain the cause of the error.


NET0338 Net-Work is now executing in SRB mode
Explanation

Operator command SET ZIIP=YES was specified.

Net-Work is now executing in SRB mode and is eligible to run on zIIP processors when possible.

Action

No action required.


NET0339 Net-Work is now executing in TCB mode
Explanation

Operator command SET ZIIP=NO was specified.

Net-Work is now executing in TCB mode; zIIP processing is deactivated.

Action

No action required.


NET0340 Command permitted only when zIIP-enabled
Explanation

The SET ZIIP operator command can only be used when ADARUN parameter ZIIP=YES is specified.

Action

No action required.


NET0341 Command rejected; zIIP support is disabled
Explanation

The SET ZIIP operator command was rejected because zIIP processing has been disabled.

Action

Look for a previous error message explaining why zIIP processing was disabled.


NET0342 ZIIP is already set to NO
Explanation

The operator command SET ZIIP=NO was entered, but zIIP processing is already deactivated.

Action

No action required.


NET0343 ZIIP is already set to YES
Explanation

The operator command SET ZIIP=YES was entered, but zIIP processing is already active.

Action

No action required.


NET0346I KC1NET1 : Command from Adabas Manager: xxxxxxxxxxxxxxxxxxx
Explanation

The command shown is being processed based on a request from Adabas Manager. Additional messages may indicate the success or failure of the command.

NET0400I Net-Work running in WCT mode
Explanation

The Net-Work server is running in WCT mode. Please refer to the Net-Work Light (Product Code WCT) section for details.

Action

No action required, this is an informational message.



NET0401 Driver XXXX not applicable with WCT
Explanation

The indicated DRIVER is not available with WCT. Only the TCPL driver is supported. Please refer to the Net-Work Light (Product Code WCT) section for details.

Action

Remove the DRIVER definition from the DKARTE parameter input.


NET0402 LINK definitions not applicable with WCT
Explanation

The indicated LINK is not available with WCT. No LINK definitions are allowed with WCT. Please refer to the Net-Work Light (Product Code WCT) section for details.

Action

Remove the LINK definition from the DKARTE parameter input.


NET0403 Keyword: XXXXXXXX not applicable with WCT
Explanation

The indicated keyword used in a NODE or DRIVER definition is not available with WCT. NODE keywords BUFFERS, DEFINE, DOMAIN, MAXPATH, NID0 and ULINK may not be used with WCT. Please refer to the Net-Work Light (Product Code WCT) section for details.

Action

Remove the keyword definition from the DKARTE parameter input.


NET0404E Operator command not applicable to WCT
Explanation

The following operator commands are not applicable to Net-Work running in WCT mode: DEFINE, DISABLE, DISPLAY (NODES, PATHS, CSCI, CQ and CQE), DISCONNECT, ENABLE, PROBE, RESUME and SUSPEND.

Action

Exchange the operator command with an applicable one.


NET0998I Entire Net-Work node aaaaaaaa abnormal end
Explanation

This is an informational console message indicating that abnormal termination procedures have been started.


NET0999I Entire Net-Work node aaaaaaaa terminating
Explanation

This is an informational console message indicating that normal termination procedures have been started.


NET1000I Entire Net-Work node aaaaaaaa active
Explanation

This is an informational console message indicating that the Entire Net-Work session has successfully completed initialization and is now ready for processing.


NET1001I Current date is yyyy-mm-dd
Explanation

This message is displayed on the operator console and on the Entire Net-Work log data set at the beginning and end of a session as well as just after midnight. It helps to identify the exact time and date of any events recorded in the log.


NET1002I NET-WORK node xxxxxxxx active since yyyy-mm-dd hh:mm:ss
Explanation

This message is issued in response to the operator command DISPLAY STATS. It shows the startup date and time of the local node xxxxxxxx.


NET1003I DBID dbid relocated from local node to node
Explanation

The database target identified in the message (dbid) was previously active on this Entire Net-Work node. The target has been relocated to the node identified in the message (node). This message is associated with Adabas Cluster Services and Adabas Parallel Services database ID targets. Relocation was done on behalf of a command issued by an Adabas nucleus.

Action

No action is required for this informational message.


NET1004W Link linkname zEDC compression not active; disabled
Explanation

ZEDC=Y was specified for this link, but ZEDC compression services are not available.

zEDC compression is disabled for the link.

Action

Verify that the NODE parameter ZEDCINIT=Y was specified. Check for other error messages indicating that initialization of zEDC services failed and make appropriate corrections.


NET1005E Link linkname zEDC error limit exceeded; disabled
Explanation

The limit for the number of zEDC compression errors has been reached for the specified link. The limit is ten errors.

To prevent a looping error condition, zEDC compression is disabled for the link.

Action

Check for other error messages and investigate the cause of those errors. Make appropriate corrections.