Install an interactive AERS signal configuration
Perform these steps using the non-privileged user account on the application server.
- If it does not already exist on the Empirica Signal application server, create the following directory:
/u01/stage/projects
- 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 directory, for example:
$ cd /u01/stage/projects/aers_ism_prep
- Execute the following command to give execute permissions to all .sh files:
$ chmod u+x common/*.sh sigdet/*.sh site/*.sh
- Navigate to the aers_ism_prep/sigdet, for example:
$ cd /u01/stage/projects/aers_ism_prep/sigdet
- Execute the following command to give write permissions to the database directory:
$ chmod u+w db
- Execute the main_install_sigmgt.sh script to initiate the installation:
$ ./main_install_sigmgt.sh <signal database account name>@<TNS_name>
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.
A password prompt appears.
- Enter <password>, where <password> is the Empirica Signal database user account password.
A second password prompt appears.
- Reenter <password>.
The database tables for the interactive AERS signal configuration are populated. The install_sigmgmt.log file is created in the sigdet/sigmgt/install/log subdirectory.
Note: If you enter the password incorrectly, an error such as this appears in the install_sigmgmt.log file: Error returned from execution of "sqlplus /NOLOG @db/connect webvdme @db/fetch_next_config_id".
If the following error message appears, the AERS SM project already exists:
ERROR at line 1:
ORA-00001: unique constraint (WEBVDME.UC_PROJECTS1) violated
You can disregard the error.