To create a schema that includes Inland ENC (IENC) features, attributes and usages, two scripts must be run:
• LoadCatalog.sql extends the catalogue to include IENC profiles.
• ienc_usages.sql creates usages specific to IENC products.
Both of these scripts are located in C:\ProgramData\CARIS\HPD\<version>\Server\IENC<version>. The versions can be IENC 2.1, IENC 2.2, IENC 2.3 or IENC 2.4.
When the LoadCatalog.sql script is running, conflicts between entries in the Source Editor profile and the IENC profile are listed in Command Prompt (conflicting values in the Source Editor profiles are not overwritten).
To run the scripts:
1. Open Command Prompt.
2. Navigate to the IENC<version> folder.
3. Start an SQL session as the schema owner:sqlplus <schema_owner>/<password>@<database>
4. Press <Enter>.
SQLPlus is activated.
5. At the SQL prompt, enter @LoadCatalog.sql
6. Press <Enter>.
When the script is complete, you are disconnected from SQLPlus.
7. Next, start another SQL session as schema owner.
SQLPlus is activated.
8. At the SQL session prompt, enter @ienc_usages.sql
9. Enter commit;
10. Press <Enter>.
The IENC usages are created and the IENC schema is ready for use.