ICON installation

I’m trying to install ICON 7.2.000.18; in the ICON (outdated >:frowning: ) deployment guide to execute the provided scripts to initialize the IDB in the following order:

  1. gcc_<db_type>_schema.sql
  2. gos_<db_type>_schema.sql
  3. gcc_<db_type>_dict.sql
  4. gcc_<db_type>_stp_api.sql
  5. gcc_<db_type>_stp_sys.sql

but I got “Std 25018 Fatal error: database queue [DBWCALLPARTY]: schema version is obsolete” followed by an ICON crash.

I have found in the release notes that starting from 7.2.000.14 version a new set of scripts is provided:

gcc_dict_2.sql
gcc
schema_2.sql
gcc
stp_api_2.sql
gcc
disp.sql
gcc
_version.sql

A deployment procedure is said to be included in the software installation package, but actually there is not.
Since they are mentioned as “extensions”, I run both old and new set, but I’m still having the same error above. Should only the new set be run against the db? Does anybody have the updated deployment procedure?

The sequence of the scripts to run is described in the deployment procedure which can be found in the ICON installation package.

The sequence is:

gcc_schema.sql Main core schema script
gcc
dict.sql Dictionary content
gos
schema.sql Outbound schema script
gcc
stp_api.sql Core stored procedures
gcc
stp_sys.sql System stored procedures
gcc
dict_2.sql Dictionary extension
gcc
schema_2.sql Schema extension
gcc
stp_api_2.sql Stored procedures extension
gcc
disp.sql Dispatcher interface upgrade
gcc
_version.sql Schema version upgrade

Regards,
Leszek

Thanks a lot LeszekM,

now it works :smiley: I don’t why I don’t have any deployment procedure in my package :-\

2 Likes