Installation Guide › JBoss Version › Separate Database Configuration › How to Create Separate Databases › Run the Script for Workflow
Run the Script for Workflow
CA IdentityMinder includes SQL scripts for setting up a new workflow database instance.
To run the CreateDatabase script:
Follow these steps:
- Add the path to the sqljdbc.jar to the DB_CLASSPATH attribute in the CreateDatabase.bat or .sh script before you run it.
- From a command prompt, run CreateDatabase.bat or sh. The default location for this script is:
Windows: C:\Program Files\CA\Identity Manager\IAM Suite\Identity Manager\tools\Workpoint\install.
UNIX: /opt/CA/IdentityManager/IAM_Suite/Identity_Manager/tools/Workpoint/install.
A command prompt window and the WorkPoint application open.
- Select the database type from the drop-down.
- Use the following guidelines to fill in fields in the configuration utility:
- For the JDBC Class parameter, enter:
Oracle: oracle.jdbc.driver.OracleDriver
SQL Server: com.microsoft.sqlserver.jdbc.SQLServerDriver
- For the JDBC URL, enter:
Oracle: jdbc:oracle:thin:@wf_db_system:1521:wf_oracle_SID
SQL Server: jdbc:sqlserver://wf_db_system:1433; databaseName=wf_db_name
- For the Database User ID parameter, enter the workflow user you created when creating the workflow database.
- For the Password parameter, enter the password you created for the workflow user.
- For the Database ID, enter WPDS
- Accept the default check box selections.
- Click the Initialize button.
When the configuration is complete, a message that resembles the following appears in the Command Prompt window:
The create database process finished with 0 errors.
- Restart the application server.
Copyright © 2013 CA.
All rights reserved.
|
|