Welcome to the setup wizard for ExpereComponents screen

1.       The Welcome to the setup wizardfor Expere Components screen appears.Review the information on the screen. Click Next to advanceto the Installation Options screen.

2.       In the Installation Options screen, select Expere Organization, Policy,and Product Setup Administration fromthe list of options. In most cases, you will also selectExpere runtime engine.

§  Expere runtimeengine

§  Expere Data Integration and Validation

§  Expere Organization, Policy, and ProductSetup Administration

3.       Click the Expere Organization, Policy,and Product Setup Administration checkbox and click Next to advance to the OPPSA Destination Folderscreen.

4.       In the OPPSA Destination Folder screen,Review the destination folder location. Click Change to selecta different installation folder. Click Next toadvance to the Installation URL screen.

5.       In the Expere Organization, Policy, and Product Installation URL screen, enter the OPPSA Installation URL path in the corresponding field.

6.       In the Authorization Service DatabaseInformation screen,complete the following fields:

§  Host Name

§  Database Name

§  Database User Name

§  Database User Password

7.       Click the Create this database (only check if database does NOT exist) checkbox.

Text Box: NOTE: Click the Create this database…checkbox to create the database and advance to the Database Information screen. See Database Information screen below.

8.       Click Next to advance to the DestinationLocation screen.

9.       The Setup Details screen displays a list of all applications that will be installed. Review the list; click Back through the installation screensto make any changes. ClickNext tobegin the installation.

10.    The Installation Wizard Completed screen appears, displaying a list of installed components. Click Finish to exit the installation.

Text Box: NOTE: If the database connection fails, review the web.config file to ensure the correct database credentials from the installation are saved in the correct format. There is an existing intermiitment issue whereby the “AuthSQLServer” configuration entry is added to the end of file but should be specified in the <connectionstring> element. 1. 1. Review the <connectionstrings> element. Validate the user id and password credientials match what was entered during installation. 2. 2. If the database credientials are incorrect, scroll to the end of the file and check if an additional database credientials entry exists. This extra entry is the correct database configuration parameters. The extra configuration line at the end of the file may look like this: 3. 3. To remedy, replace the <connectionstrings> setting with the configuration line from the end of the file. Then, remove the extra additional <add name=”AuthSqlServer”…> configuration entry from the end of the file.