Setting the Partner Admin tool database connectivity
In PA tool one database configuration must be present. Use this procedure to set up a database connection.
- Access the PA tool.
- Select File > Database Settings.
- On the Database settings window, click New to display the Create new database item window.
-
Specify the information to use when you configure the database setting
and database communication channels.
This table shows the database fields definition and default value:
Field Definition Name Specify a descriptive name for this database. DB URL Specify the URL for the JDBC connection string.
-
If the database is configured with the default port number and not installed as a named instance, use this URL format:
jdbc:sqlserver://[host]:[port number]
-
If the database is installed as a named instance, use any of these format:
jdbc:sqlserver://[host]:[port number]\[instance name]
jdbc:sqlserver://[host]\[instance name]
DB Name Specify a database name.
Schema Specify a schema to use.
Default value is dbo.
User Specify a case sensitive database user name to access the database. Password Specify a case sensitive database password for the user. Driver Specify the JDBC driver class to use. By default, this is configured as:
com.microsoft.sqlserver.jdbc.SQLServerDriver
Tr. Isolation Optionally, use this field to set up the database communication channel only. You configure the database communication settings in the Database tab in Manage > Communication.
Select an isolation level for this transaction.
-
TRANSACTION_SERIALIZABLE
-
UNKNOWN_TRANSACTION_ISOLATION
-
TRANSACTION_NONE
-
TRANSACTION_READ_COMMITTED
-
TRANSACTION_READ_UNCOMMITTED
-
TRANSACTION_REPEATABLE_READ
-
TRANSACTION_SERIALIZABLE
-
-
Click Test to verify the database
connection.
If an error occurs, click show stack trace to show the database connection log. Check your database connectivity to correct the error and click OK to proceed.
- Click OK to save the new settings.
- Click OK to finish and go back to the Database settings window.
-
Select the database configuration from the list and click Use.
An asterisk shows under the column Use to indicate a database in use.
- Close and exit.