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:
- Go to the RW CAREWare Business Tier folder located at: C:\Program Files (x86)\CAREWare\RW CAREWare Business Tier
- Right click CW Admin
- Click Run as Administrator
- Click Common Storage Settings
- Change the cmm_st_number field for the versionTypeLevel to the version number you want to use
- Click any other field to save
- Click Server Settings
- 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:
- Open SQL Server Management Studio
- Connect to the database instance
- Expand Databases
- Expand CW_Data
- Expand Tables
- Right click on cw_common_storage
- Click Edit Top 200 Rows
- Edit the cmm_st_number field for the versionTypeLevel to the version number you want to use
- Click on any other field to save
- Restart the business tier by following the instructions here.
Back to
How do I install the International version of CAREWare?