Kbase P15131: Can't load the data from one database into a new database with a different database structure file.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
SYMPTOM(s):
Can't load the data from one database into a new database with a different database structure.
Receiving errors when loading data into a database using CREATE and ASSIGN statements.
Loading of data via the Data Dictionary also receives the same errors.
Error 778: Error reading socket ret=<n>;, errno <n> (778)
SYSTEM ERROR: Attempted to exceed maximum size on file <dbname.d1>. (9452)
SYSTEM ERROR: Unable to extend database within area Schema Area. (8897)
Changing the structure of a database. New database structure has less extents and smaller extents than original database.
CAUSE:
The new structure file for the database wasn't large enough to support the size of the database.
FIX:
Used prostrct add command to add additional extents to the database.