How to switch from domestic to international CAREWare

Modified on Fri, 13 Nov 2015 17:30 by Kevin Ricciardo — Categorized as: Uncategorized

To switch between domestic and international versions of CAREWare, change the versionTypeLevel setting using the CW Admin Utility or by editing the cw_common_storage table in the database.

To edit this field using the CW Admin Utility:

Image

  1. Go to the RW CAREWare Business Tier folder located at:
    C:\Program Files (x86)\CAREWare\RW CAREWare Business Tier
  2. Right click CW Admin
  3. Click Run as Administrator
  4. Click Common Storage Settings
  5. Change the cmm_st_number field for the versionTypeLevel to the version number you want to use
  6. Click any other field to save
  7. Click Server Settings
  8. Click Start Server

There are three settings options:

Domestic = 0
International with URN's disabled = 1
International with URN's enabled = 2


To change this setting using SQL Server Management Studio:

Image

  1. Open SQL Server Management Studio
  2. Connect to the database instance
  3. Expand Databases
  4. Expand CW_Data
  5. Expand Tables
  6. Right click on cw_common_storage
  7. Click Edit Top 200 Rows
  8. Edit the cmm_st_number field for the versionTypeLevel to the version number you want to use
  9. Click on any other field to save
  10. Restart the business tier by following the instructions here.

Back to How do I install the International version of CAREWare?