Convert a scripted AERS signal configuration to interactive (Optional)

Previous Topic

Next Topic

Book Contents

Convert a scripted AERS signal configuration to interactive (Optional)

Follow the steps in this section only if you have scripted AERS Signal Management and want to convert to interactive AERS Signal Management. After the conversion, you must no longer use the scripted AERS signal configuration.

The conversion will preserve:

The conversion will not preserve:

To run a conversion, you will need the signal configuration ID of the existing scripted AERS Signal Management and the signal configuration ID of a freshly installed interactive AERS Signal Management.

When you are ready to initiate the conversion, verify that all AERS Signal Management users are logged out, and then unpublish the scripted AERS signal configuration as follows:

  1. Log in to the Empirica Signal application as a superuser, and click Settings.
  2. Click Manage Signal Configurations.

    The Manage Signal Configurations page appears.

  3. Click the row menu for a scripted AERS signal configuration, and then click Publish.
  4. Click Remove on each row under Publication Level.

    The text This Signal Configuration is marked as Private appears.

Perform these steps using the non-privileged user account on the application server.

  1. Navigate to the aers_ism_prep/SSM_to_ISM_update directory, for example:

    $ cd /u01/stage/projects/aers_ism_prep/SSM_to_ISM_update

  2. Execute the following command to give execute permissions to all .sh files:

    $ chmod u+x convert_SSM_to_ISM.sh

  3. Execute the convert_SSM_to_ISM.sh script to initiate the conversion:

    $ ./convert_SSM_to_ISM.sh <signal database account name> <TNS_name> <scripted AERS ID> <interactive AERS ID>

    for example:

    $ ./convert_SSM_to_ISM.sh WEBVDME ORCL 0 2

    A password prompt for AERS_SIGNAL_PREP appears.

  4. Enter <password>, where <password> is the AERS_SIGNAL_PREP account password.

    A password prompt for the Empirica Signal database user account, such as WEBVDME, appears.

  5. Enter <password>, where <password> is the Empirica Signal database user account password.

    When the conversion is done, the message Conversion for signal management objects completed appears.

    The conversion.log file is created.

The conversion sets the properties for the data configuration for 2D and 3D runs to relevant aliases. For example, if scripted Signal Management used the yyyyQn: AERS+SRS (S) data configuration for 2D runs, then the conversion sets the 2D data configuration in the interactive signal configuration to Latest AERS+SRS (S). If scripted Signal Management used yyyyQn: AERS+SRS (S + C), then the conversion sets the interactive signal configuration to Latest AERS+SRS (S + C).

Send Feedback