Reason:
The following occurred:
|
In DSF |
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 |
An attempt was made to create too many tables in a single database. |
Action:
Perform the following:
|
In DSF |
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 |
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. |
|
Copyright © 2014 CA.
All rights reserved.
|
|