Previous Topic: Return Code 69 - TABLE HAS NO CURRENT INDEXNext Topic: Return Code 71 - DB INTERFACE COULD NOT INITIALIZE


Return Code 70 - BUFFER TOO SMALL

Reason:

If the error was in the MUF, the MUF startup option DATAPOOL length needs to be changed. If the error occurred in DBUTLTY or Single User, a buffer size (DATALN) specified in the Master List is too small.

Action:

See the following internal return codes for details.

Return Code 70 Internal Return Codes

Dec

Hex

M

B

Reason

Action

001

01

N

N

DATA AREA TOO LARGE

A data area you are attempting to open has a larger block size than the alternative buffer pool size specification.

Change the BUFFER_POOL_CONTENT statement for this data area to a buffer pool with a buffer size at least as large as the data area block length.
Note: The DBID must be optimized to use alternative buffer pools. Areas that use alternative buffer pools are required to be loaded with URI.
For more information about alternative buffer pools and the BUFFER_POOL_CONTENT statement, see the Database and System Administration Guide.

002

02

N

N

DXX TOO LARGE

A DXX you are attempting to open has a larger block size than the alternative buffer pool size specification.

Change the BUFFER_POOL_CONTENT statement for this DXX to a buffer pool with a buffer size at least as large as the DXX block length.
Note: The DBID must be optimized to use alternative buffer pools. Areas that use alternative buffer pools are required to be loaded with URI.
For more information about alternative buffer pools and the BUFFER_POOL_CONTENT statement, see the CA Datacom/DB Database and System Administration Guide.

003

03

N

N

IXX TOO LARGE

An IXX you are attempting to open has a larger block size than the alternative buffer pool size specification.

Change the BUFFER_POOL_CONTENT statement for this IXX to a buffer pool with a buffer size at least as large as the IXX block length.
Note: The DBID must be optimized to use alternative buffer pools. Areas that use alternative buffer pools are required to be loaded with URI.
For more information about alternative buffer pools and the BUFFER_POOL_CONTENT statement, see the Database and System Administration Guide.

038

26

N

N

DATA LENGTH NOT LARGE ENOUGH

An area is being opened that has a block size larger than the buffer
size specified in the MUF startup option DATAPOOL or the Master
List DATALN= parameter.

Correct the MUF startup option and restart the Multi-User Facility or correct the Master List, then reassemble and relink it.

084

54

N

N

INDEX BUFFER TOO SMALL

An Index Area is being opened that has a block size larger than
allowed.

Increase the size of the Index buffer by increasing the value of the ixxbfrsize parameter of the MUF startup option SYSPOOL and restart the MUF.