Upgrading an Existing Version of Omni-Patient Management Central

How to:

If you are upgrading an earlier version of Omni-Patient Management Central (OPMC), unless specified in the release notes, the Screen display templates described in MData.xml and in the [Tomcat_Home]\prodDB.H2.db do not need to be changed.

Procedure: How to Upgrade an Existing Version of Omni-Patient Management Central

  1. Backup and then remove the omni360, OmniDomain, OmniService, RemediationService folders, and the same .war files from the following directory if they exist:
    [Tomcat_Home]\webapps
  2. Repeat steps 2 through 7 in Installing a New Version of Omni-Patient Management Central.
  3. Start Apache Tomcat.

    The following property files should be checked whenever the upgrade includes a new .war file, as shown below.

    OmniWorkflow References

    File Name

    Folder

    Context.xml

    Tomcat 7.0\conf

    OmniService .xml

    Tomcat 7.0\Webapps

    iSM Data Providers

    (iSM configuration above)

    Context.xml

    <!-- Workflow JNDI DATA SOURCE TOMCAT -->
         <Resource name="jdbc/Omni-WorkflowTomcat" auth="Container"
          type="javax.sql.DataSource" username="iwayadmin" password="cr#ev0Uy"
          
          driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver" url="jdbc:sqlserver://rhwdb368d\prd_sql_bi_5;databaseName=OmniWorkflow"
    	  maxActive="10" maxIdle="10" initialSize="75"/>
    <!-- END add for OPMC  -->

    Sample OmniService.properties

    #- Workflow
    workflow.jdbc.driverClassName=net.sourceforge.jtds.jdbc.Driver
    workflow.jdbc.url=jdbc:jtds:sqlserver://rhwdb368D/OmniWorkflow;
    instance=PRD_SQL_BI_5
    omni.jdbc.username=iwayadmin
    omni.jdbc.password=cr#ev0Uy
    omni.jdbc.tableCreation=none

    iSM Data Provider

    Connection String:
       jdbc:sqlserver://rhwdb368d\prd_sql_bi_5;databaseName=OmniWorkflow
       Found in base.xml
       Tomcat 7.0/WebApps/RemediationService/WEB-INF/Config/Base