How to: |
This section describes how to install a new version of Omni-Patient Management Central (OPMC).
Modify the jdbc.url, jdbc.username, and jdbc.password properties, as shown in the following example.
#- Omni #workflow.jdbc.driverClassName=net.sourceforge.jtds.jdbc.Driver #workflow.jdbc.url=jdbc:jtds:sqlserver:etc #workflow.jdbc.username=sa #workflow.jdbc.password=testpwd #workflow.jdbc.tableCreation=none
WinZip displays the following prompt:
C:\OPMC_Home\Workflow
C:\OPMC_Home\Workflow
C:\OPMC_Home\Workflow\omni_home\properties\
Previously, the RemediationService.war file was copied into the Tomcat 7.0.x\webapps folder from which it could be, and now has been, deployed. The RemediationService.war file contains an embedded iWay Service Manager (iSM) instance, which serves as the Remediation Server. iSM requires a user name and password that is valid for Windows OS level access to the Windows OS, which is hosting the OPMC Remediation Server. A pre-configured user name and password is shipped in iSM, within the RemediationService.war file. Until that user name and password is changed to a valid user name and password on the Windows machine, the Remediation Server will generate an error when invoked due to denied access to an invalid user name and password.
To modify the embedded iSM Data Provider user name, password, and URL of the Remediation Server:
http://[opmc_hostname]:8080/RemediationService
An iSM console logon dialog displays and prompts you for the iSM user name and password, as shown in the following image.
The iSM Administration Console opens, as shown in the following image.
The Data Provider pane opens.
The Data Providers - JDBC pane opens for the selected provider (Omni-Workflow), as shown in the following image.
com.microsoft.sqlserver.jdbc.SQLServerDriver
This will test the JDBC connection you specified for the User, Password, and Connection URL parameters that you specified. If these parameter values are valid, then a success message is displayed in red text, as shown in the following image.
Note that when database names also include instance names (schemas), then the JDBC Connection URL string has the following syntax:
jdbc:sqlserver://rhwdb368d\prd_sql_bi_5;databaseName=OmniWorkflow
The following is another JDBC driver sample (relationships):
driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver" url="jdbc:sqlserver://rhwdb368d\prd_sql_bi_5;databaseName=OmniWorkflow "maxActive="10" maxIdle="10" initialSize="75"/>