Data Requester MSSQLDataRequester: Setting Up the Project
Prerequisites
- Run the database script - MSSQLDataRequester.sql, located in the TIBCO_HOME/bw/palettes/adb/version_number/Samples/Data Requester directory.
- Import the MSSQL_DataRequester project before setting it up. For more information, see Importing a Sample Project.
Procedure
- Expand the imported project in the Project Explorer view.
- Expand the Module Descriptors resource, and then double-click Module Properties.
-
In the Module Properties panel, complete the following tasks:
- Set the value of the userName field as the username of the database.
- Set the value of the password field to access the database.
- Set the value of the dbDriver field to the database driver name. For example: tibcosoftwareinc.jdbc.mssql.SQLServerDriver.
- Set the value of the dbUrl field to the database URL name. For example: jdbc:tibcosoftwareinc:sqlserver://<host>:<port>;DatabaseName=<databaseName>
- From the menu bar, click to save the project.
Copyright © 2021. TIBCO Software Inc. All Rights Reserved.