10. Create the Main and Results Warehouse (RW) databases using the configuration application
Now you need to create the Main and Results Warehouse (RW) databases using the configuration application.
Before you run the configuration application and create any databases/make any changes, you need to restart AppFabric. To do this:
- Launch the Caching Administration Windows PowerShell as an administrator. PoweShell can be found, by default, in the following location:
- Start | All Programs | Windows Server AppFabric | Caching Administration Windows PowerShell
- Enter the following command to restart AppFabric:
- Restart-CacheCluster
For information about the configuration application, navigate to the following sections for more information:
The configuration application
The configuration process is responsible for linking the various parts of the application to their related database. The configuration application is designed to make configuring Analytics, Enterprise Manager, and the databases easier. Please follow the appropriate steps as defined below.
The configuration application contains the following workflow:
If you exit the configuration application before completing all of the steps in the workflow, or want to return to the configuration application for any reason, you can navigate to:
http://localhost/configuration
You need to be logged on to your Perception server locally in order to access the configuration application.
If you return to the configuration application, you can:
- Resume the configuration (if you haven't completed it)
- Redo a previous section
- Start the configuration again (starting the configuration again does not delete existing databases)
The configuration application can create the Main and Results Warehouse (RW) databases for you automatically, or you can create them manually.
Please choose your preferred method below:
Automatic database creation
When creating the Perception databases, it is important to note that the databases must be separate databases with unique names. The configuration application assumes the databases will be unique and that none will be used more than once (i.e., it assumes that the Perception_MAIN database will not also be used as the shared repository). Also, if you don't use the default names, please ensure you do not use illegal characters when creating your database. For more information, please refer to Illegal characters.
To create the Main and Results Warehouse (RW) databases automatically, you will need to provide several details. The details required will depend on what database technology you are using, but will include:
- Database base administrative user details including password
- The address of the database server
To create your databases automatically:
- Make sure the Automatic option box is selected.
- Select the database type you are installing Perception on from the Choose database type drop-down list.
- Refer to the relevant section below depending on your database type.
SQL Server
- Enter the fully-qualified name for the database server you want to use in the format <servername>.<domain>, e.g., db2008.myorganization.local. You may also use an IP address, or just the server name if the server is not part of a domain. Do not use (local) or localhost. If you have multiple instances on your database, remember to include the instance name where necessary: <servername>\<instancename>
- When administering this database server, you need to login to the relevant service. Select how you connect to the database server using the I connect using drop-down list. If you login using:
- Windows Authentication - You will need to enter the Windows username and password associated with the system administrator for the database server. If you are using a domain server, remember you should use the fully qualified <domain>\<username>. For example, myorganization\dbsysadmin.
- SQL Server Authentication - You will need to enter the database system administrator and password. For example, on SQL Server, you will typically use the sa user.
- Enter a username for the database user you would like the configuration application to make. This user will be used by the ODBC connection to allow the databases to communicate with Perception. You can allow the configuration application to create a random password for this user, or you can specify your own by unchecking the Auto Generate option.
- You can now enter the names you would like to assign to the two databases created at this time (the Perception Main database and the Analytics Results Warehouse database).
Enter the desired names for the databases.
- Click Create. Once the databases have been setup, you will see the following:
- Click Continue to move to the next step.
You can now continue to step 11 using the link below.
Manual database creation
To manually create the Main and Results Warehouse (RW) databases, you will need to create your databases first. For instructions on doing so, please refer to the following section:
After you have created your databases, refer to the relevant section below depending on your database type.
SQL Server
- In the configuration application, select Manual from the How do you want to create the databases? section.
- Select SQL Server from the Choose database type drop-down list.
-
Enter the fully qualified name for the database server you want to use in the format <servername>.<domain>, e.g., db2008.myorganization.local. You may also use an IP address, or just the server name if the server is not part of a domain. Do not use (local) or localhost. If you have multiple instances on your database, remember to include the instance name where necessary: <servername>\<instancename>
- Enter the Login and Password details for the user you created for the databases.
- Enter the Database name you assigned to the Perception shared repository database (Perception_MAIN) you created.
- Enter the Database name you assigned to the Result Warehouse database (Perception_RW) you created.
- Click Create.
Once the databases have been setup, you will see the following:
- Click Continue.
You can now continue to step 11 using the link below.