Version 7.4.2
 —  Entire Net-Work Messages and Codes  —

Expandable Buffer Pool Messages

Overview of Messages

NETB001I | NETB004E | NETB008I | NETB009I | NETB010 | NETB011I | NETB012I | NETB013I | NETB014I | NETB015I

NETB001I STATISTICS FOR BUFFER POOL nnnn LOC = IIII
Explanation

One of a group of messages generated in response to the DISPLAY STATS operator command or the end of an Entire Net-Work session. It provides the name of the buffer pool (nnnn) and the storage location (IIII).

User Action:

No action is required. This message is informational only.


NETB004E LOAD FAILED FOR MODULE xxxxxxxx
Explanation

During buffer pool initialization, module "xxxxxxxx" could not be loaded and the buffer pool initialization was terminated.

User Action:

Contact your Software AG technical support representative.


NETB008I REQ = (nnnnnnnn, xxxxxxxx, yyyyyyyy, zzzzzzzz)
Explanation

One of a group of messages generated in response to the DISPLAY STATS operator command or at the end of an Entire Net-Work session. It provides information about the GET and FREE requests processed for a subpool within the buffer pool identified by the preceding NETB001I message.

nnnnnnnn is the number of successful GET requests
xxxxxxxx is the number of failed GET requests
yyyyyyyy is the number of successful FREE requests
zzzzzzzz is the number of failed FREE requests
User Action:

No action is required. This message is informational only.


NETB009I HIGH ALLC = hhhhhhhh CURR ALLC = cccccccc CURR AVAIL = aaaaaaaa K
Explanation

One of a group of messages generated in response to the DISPLAY STATS operator command or the end of an Entire Net-Work session. It provides information about storage for the buffer pool identified in the preceding NETB001 message.

hhhhhhhh is the highest storage allocation
cccccccc is the current storage allocation
aaaaaaaa is the current storage available
User Action:

No action is required. This message is informational only.


NETB010 ELM = (bbbbbbbb, hhhhhhhh, cccccccc, llllllll), SZ = ssssssss
Explanation

One of a group of messages generated in response to the DISPLAY STATS operator command or the end of an Entire Net-Work session. It describes an element for a specific subpool where

bbbbbbbb is the base number of elements
hhhhhhhh is the highest number of elements
cccccccc is the current number of elements
llllllll is the lowest number of elements
ssssssss is the element size in bytes
User Action:

No action is required. This message is informational only.


NETB011I STR = (bbbbbbbb, hhhhhhhh, cccccccc, llllllll) K
Explanation

One of a group of messages generated in response to the DISPLAY STATS operator command or the end of an Entire Net-Work session. It describes the storage environment of a specific subpool where

bbbbbbbb is the base storage allocation
hhhhhhhh is the highest storage allocation
cccccccc is the current available storage allocation
llllllll is the lowest storage allocation
User Action:

No action is required. This message is informational only.


NETB012I EXP = (nnnnnnnn, xxxxxxxx, yyyyyyyy, zzzzzzzz)
Explanation

One of a group of messages generated in response to the DISPLAY STATS operator command or the end of an Entire Net-Work session. It describes the expansion within a subpool where

nnnnnnnn is the number of times this subpool has expanded
xxxxxxxx is the maximum number of times this subpool is allowed to expand
yyyyyyyy is the current total number of expansions
zzzzzzzz is the highest number of expansions at any time
User Action:

No action is required. This message is informational only.


NETB013I COMBINED BUFFER POOLS SIZE nnnnnnnn K
Explanation

One of a group of messages generated in response to the DISPLAY STATS operator command or the end of an Entire Net-Work session. It describes the total size of the buffer pool, i.e., nnnnnnnn is the combined size of all subpools in all buffer pools belonging to Entire Net-Work.

User Action:

No action is required. This message is informational only.


NETB014I BUFFER POOL STARTING INTERNAL TRACING
Explanation

The buffer pool manager detected an invalid request and the error trace table was initialized.

System Action:

Beginning with this error, errors are traced in the error trace table until the error trace table is full (see message NETB015I).

User Action:

No action is required. This message is informational only.


NETB015I BUFFER POOL ERROR TRACING TABLE IS FULL
Explanation

The error trace table is full.

System Action:

Stops tracing errors in the error trace table.

User Action:

Issue the operator command SNAP to output the trace table information. The SNAP command will then automatically clear the contents of the error trace table so that error tracing can continue. Save the DDPRINT and contact your Software AG technical support representative.


Top of page