Creating a new SQL Server database connection
You can create a SQL Server database connection using a JDBC driver.
- After importing the TrueSight_DataMart universe as mentioned in Importing-a-universe-that-is-stored-in-the-repository, in the Repository Resources tab, click Insert Session.
- In the Open Session dialog box, specify the System, User Name, and Password and click OK.
- Right-click Connections > Insert Relational Connection.
- In the New Relational Connection dialog box, enter the Resource Name and Description (optional).
- Click Next.
- In the Database Middleware Driver Selection screen, expand MS SQL Server 2008, select JDBCDrivers. Click Next.
- In the Parameters for MSSQL 2008 Connection screen, enter the following details:
- In the Authentication Mode list, select Use specified user name and password.
- Enter the following details depending on the authentication:
- For SQL Server authentication:
- User Name — Type reuniv (read only user) or type Report Engine Database login name (for users other than read only) you have created using the create_sql_user.bat script.
- Password — Type RE#Adm1n (read only user) or type the password for the Report Engine database login (for users other than read only) you have created using the create_sql_user.bat script.
- Servers — type the database host name and the port in the following format. The default port number is 1433.
SQLServerhostName:SQLServerInstancePort
For example, foo.zz.com:1433 - Database — type the SQL Server database name.
- (Windows only) For Windows authentication:
- User Name — Type reuniv (read only user) or type Report Engine Database login name (for users other than read only) you have created using the create_sql_user.bat script.
- Password — Type RE#Adm1n (read only user) or type the password for the Report Engine database login (for users other than read only) you have created using the create_sql_user.bat script.
- Servers — type the SQL Server host name and the SQL Server port in the following format. The default port number is 1433.
SQLServerhostName:SQLServerInstancePort;integratedSecurity=true
For example, clm-pun-000735.bmc.com:1433;integratedSecurity=true - Database — type the SQL Server database name.
- For SQL Server authentication:
- Click Test Connection, to validate the connection.
- Click Finish.
Where to go next
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*