Was this helpful?
Fix FE Reload Script
Because the new database was not created with front-end catalogs, it is not necessary to drop them.
To fix the front-end reload script, for each database:
1. Open the file copy.in.
2. Delete the following lines:
\include/ing12/ingres/files/iiud.scr
\include/ing12/ingres/files/iiud65.scr
Note:  The directory path may differ.
3. Check for the ii_atttype catalog definition:
create table ii_atttype (
.
.
...about 23 lines...
.
.
        system_maintained char(1) not null
4. Change the name system_maintained to sys_maintained.
Not all databases contain the ii_atttype catalog, so it is okay if you do not find the definition.
5. Save the modified copy.in file.
Last modified date: 01/30/2023