ADA0002 |
Program $1 cancelled - no space in Buffer Pool "Adabas" |
Explanation: |
This message is issued by the Com-plete ADABAS interface. It indicates
that Com-plete was unable to successfully perform an ADABAS call for program $1
because there was insufficient room in the general buffer pool for the ADABAS
buffers required by the interface.
|
System action: |
The application program is abnormally terminated and a dump is
taken.
|
Terminal operator info: |
The condition causing the error may be temporary and due to heavy use
of ADABAS. Wait a few minutes and try again. If the problem persists, report
the problem to the system programmer responsible as it indicates that
insufficient space has been allocated at startup of Com-plete.
|
System programmer info: |
As this buffer is gotten from Com-plete's Adabas Buffer Pool, this
message indicates that there is insufficient buffers available at certain times
to satisfy all requests.
|
Appl. programmer info: |
Register 1 in the dump contains the address of the ADABAS parameter
list, which contains the address of the ACB and buffers. From this information,
the ADABAS command can be determined and the amount of data being transferred
to and/or from ADABAS can be verified. If the program issues an ADABAS call
that requires an extremely large amount of data to be transferred, it may be
possible to modify it to make more calls transferring a smaller amount of data
with each call. If this modification cannot be made or if it is not felt that
the amount of data being transferred is excessive, consult the Com-plete system
programmer about increasing the size of Com-plete's region to allow for general
buffer pool expansion.
|