Create the streams between the InForm study schema and the Reporting schema, and install the Reporting schema

Previous Topic

Next Topic

Book Contents

Create the streams between the InForm study schema and the Reporting schema, and install the Reporting schema

Use the install_reporting_diffdb.sql script to install the Reporting and Analysis module in a multiple database environment. Before running the installation script, make sure that you have updated the study-specific variable settings with the configdiffdb-<studyname>.sql script. For more information, see Configuring the reporting variables for a study—Different database instances.

  1. Open a Command Prompt window.
  2. Change to the directory where the reporting software is located.
  3. Run the script using the command:

    install_reporting_diffdb

    You are prompted for the following parameters:

    • trial_schema_owner_password—Password for the study schema owner.
    • rep_schema_owner_password—Password for the reporting schema owner.
    • dbauser_trial_password—Password for the study DBA user.
    • dbauser_rep_password—Password for the reporting DBA user.
    • streams_admin_user_rep_passwd—Password for the reporting streams admin user.
    • streams_admin_user_trial_pwd—Password for the study streams admin user.
    • rep_proxy_user_password—The password for the user that exists in the study database who has read-only access to the specified study schema.
  4. Search the logs for the word Error. If the installation is successful, you should find no errors.
  5. After the installation is complete, copy the configdiffdb.sql file to a different location with a different name.

    You will need this file in the future if you want to uninstall or re-install the Reporting and Analysis module.

Note: If the installation process fails, run the deinstall_reporting_diffdb.sql script to remove all components associated with the Reporting and Analysis module for a single study schema and reporting schema. For more information, see About removing reporting elements and an InForm study.

For more information, see install_reporting_diffdb.

Send Feedback