I’m trying to install ICON 7.2.000.18; in the ICON (outdated > ) deployment guide to execute the provided scripts to initialize the IDB in the following order:
gcc_<db_type>_schema.sql
gos_<db_type>_schema.sql
gcc_<db_type>_dict.sql
gcc_<db_type>_stp_api.sql
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:
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?