Previous Topic: SRS124Next Topic: SRS229


SRS159

INTERNAL TABLE SIZE EXCEEDED

Reason:

The following occurred:

In DSF
processing

In the process of doing a VERIFY function on a DATABASE entity-occurrence, an internal table size has been exceeded. This occurs whenever the maximum number of DATACOM-IDs for a table (240) within a database, or the maximum number of key DATACOM-IDs within a database (999) has been exceeded. The structure being verified is thus too large to be handled by CA Datacom/DB.

In SQL
processing

An attempt was made to create too many tables in a single database.

Action:

Perform the following:

In DSF
processing

Reduce the number of tables within the database by splitting it into two or more databases, or reduce the number of key IDs within the database by deleting unnecessary keys or sharing key IDs appropriately.

In SQL
processing

Specify an area in a different database with the CREATE TABLE IN area-name statement. If necessary, define another database and area to contain SQL tables.