13. Create the temporary ETL (ETL_Temp) database
Applies to the following products:
Questionmark Perception
Applies to the following Perception versions:
Perception 5.7
Now you need to create the temporary ETL (ETL_Temp) database using the configuration application.
The configuration application can create the ETL_Temp database for you automatically, or you can create it manually.
Please choose your preferred method below:
To create the ETL_Temp database automatically:
- Select Automatic
- Select the database type you are installing Perception on from the Choose database type drop-down list
- Refer to the relevant section depending on your database type:
-
- Enter the database server name of your ETL server
- Select how you connect to the database on your ETL 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 2008, you will typically use the sa user.
- Enter a Database Name for the temporary ETL database. Ensure you do not use illegal characters when creating your database. For more information, please refer to A1. Illegal characters.
- Set a password or use an auto-generated one
- Click Create. Once complete, you should be presented with a screen similar to the following:
Now you can continue on to step 14 using the link below.
-
Manual (you create the database manually, and then provide the details to the configuration application)
To manually create the ETL_Temp database, you will need to create the database first. For instructions on doing so, please refer to the following section:
ADV12. Create the databases manually
After you have created the temporary ETL database, refer to the relevant section depending on your database type:
-
- 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 address of your ETL server. Enter the fully-qualified name 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. Remember to include the instance name where necessary: <servername>\<instancename>
- Enter the name of the temporary ETL database you created before
- Click Create. Once complete you should be presented with a screen similar to the following:
Now you can continue on to step 14 using the link below.