FixCaseListOfRecreatedUser

Description

When an user is recreated (Fox example in active directory you can delete and create user with same login name) then GUID of user changes.

For such recreated users, case manager may not show the cases where the user is assigned directly as a reviewer.

Run this script to fix the issue as per usage instructions below.

qoperation execscript -sn QS_FixCaseListOfRecreatedUser.sql -si 'OldUserGuid' -si 'NewUserGuid'
  • script_name: QS_FixCaseListOfRecreatedUser
  • OldUserGuid - GUID of user before user is deleted and recreated
  • NewUserGuid - GUID of user after user is recreated
  • Usage

    qoperation execscript -sn QS_FixCaseListOfRecreatedUser.sql -si 'OldUserGuid' -si 'NewUserGuid'

    script_name: QS_FixCaseListOfRecreatedUser

    Script to fix the problem of user being unable to access certain cases in Case Manager after recreation of account

    OldUserGuid - GUID of user before user is deleted and recreated

    NewUserGuid - GUID of user after user is recreated

    Details

    • Scope: All
    • Platform: CommServe (Database: CommServ)
    • Release: 11.0.0

    Disclaimer of Warranties

    CommVault provides software tools and utilities on an "as is" basis, as a courtesy and convenience to its users, and they may be changed from time to time without notice. These tools and utilities are provided without express, implied, or statutory warranties of any kind. You assume full risk and responsibility for the selection, possession, performance and proper installation and use of the software tools and utilities, and for verifying the results obtained there from. Your use of CommVault software tools and utilities indicates your unconditional acceptance of the above disclaimer.

    Loading...