Source: jProgBusiness - CWTEMP, Adam-1, Central Administration: Only global users can modify Central permissions.
at jProgBusiness.jBusiness.jBusinessAdministration.GiveDomainPermissions(String GUIDToken,jBusinessShared BusinessShared,
jDomainPermissionGroup DomainPermission, jPermissionAdministration PA)
at jProgBusiness.jBusiness.jBusinessRemote.ADM_PA_Give_Domain_Permissions(String SessionToken, jDomainPermissionGroup
DomainPermissionGroup)
CWTEMP, Adam-1, Central Administration: Only global users can modify Central permissions.
This error is occurring due to a data tier update not completing correctly. Users can resolve the issue by following the steps below to delete the current global user permission from the CW_Data database and rerunning the appropriate data tier update.
Note Access to the database using a SQL Manager and permission to update/delete values on the database are required!
To resolve the error using Management Studio- Connect to the database instance using Windows User Authentication
- Expand the CAREWare instance
- Expand the CW_Data database
- Click the New Query Button
- In the new window paste the following query to verify the existence of the field
SELECT *
FROM [CW_Data].[dbo].[cw_permission_rft]
where prm_rpk = '582b'
- Once the field has been verified run the following query to delete the field completely
Delete
FROM [CW_Data].[dbo].[cw_permission_rft]
where prm_rpk = '582b'
- Once the field has been deleted successfully, go to the RW CAREWare Business Tier directory (Default location: C:\Program Files\CAREWare\RW CAREWare Business Tier\)
- Double click on CW Admin
- Press Stop Server
- Click on the Common Storage Settings tan
- Click on the cmm_st_pk column header to alphabetize the column
- Locate the DataTieVersion row in the cmm_st_pk column
- Change the value for DataTierVersion to 83.8 in the cmm_st_number column
- Click on a different column and row
- Click on the Server Settings tab
- Press Start Server
- Login to CAREWare and allow the remaining DT updates to complete successfully
Back to
ErrorsBack to
Frequently Asked Questions