Upgrading AERS signal configuration from 8.1.1.1 to 9.0
To upgrade an AERS interactive signal configuration from 8.1.1.1 to 9.0 perform the following steps:
- Rename your /u01/stage/projects/aers_ism_prep directory to aers_ism_prep_2_0 for safe keeping
- Copy the AERS_Prep_3_0_0_0_xxx.zip file from the distribution media to:
/u01/stage/projects
- Change your current directory to /u01/stage/projects as follows:
cd /u01/stage/projects/
- Unpack the AERS_Prep_3_0_0_0_xxx.zip file into a temporary directory, for example:
$ unzip AERS_Prep_3_0_0_0_xxx.zip -d /u01/stage/projects/
The aers_ism_prep subdirectory is created.
- Navigate to the aers_ism_prep/sigdet/db directory, for example:
$ cd /u01/stage/projects/aers_ism_prep/sigdet/db
- Run update_AERS_ISM_8_1_1_1_to_9_0.sql script in SQL*PLUS providing AERS Signal Management configuration Id as parameter:
$ sqlplus <signal database account name>@<TNS_name> @update_AERS_ISM_8_1_1_1_to_9_0 <SMC_Id>
where <signal database account name> is the Empirica Signal database user account name, for example, webvdme, and <TNS_name> is the TNS name that the application server uses to access the database server.
You will be prompted to enter the Signal account password.
- Inspect update_AERS_ISM_8_1_1_1_to_9_0.log log file for possible errors.
Note: If application is not re-started after upgrade, the first refresh may fail. To avoid that, it is suggested to restart Signal application after the upgrade.