Welcome Guest, Login
Image
RSS RSS

Navigation


Quick Search
»



Page History: Unable to add Global User permission to user accounts or groups

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: Fri, 27 Apr 2012 10:31


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

  1. Connect to the database instance using Windows User Authentication
  2. Expand the CAREWare instance
  3. Expand the CW_Data database
  4. Click the New Query Button
  5. 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'

  1. Once the field has been verified run the following query to delete the field completely

@@

Bug in b594 - Fix is delete prm_rpk 582b from cw_permissions_rtf table and rerun dt update 83.8

Back to Frequently Asked Questions

jProg is a registered trademark of Jeff Murray's Programming Shop, Inc. All other products mentioned are registered trademarks or trademarks of their respective companies. Questions or problems regarding this web site should be directed to JeffMurray@jprog.com.

© 1998- Jeff Murray's Programming Shop, Inc. (jProg) , all rights reserved.