Skip to main content

New to CV and found that the previous guru created schedule policies under two different user id instead of a generic id.  I’ve tried modifying but no joy.  There are several and I really do not want to recreate as that is open season for errors.  What method am I missing?

Have you tried this qscript? Worked for me every time.

https://documentation.commvault.com/commvault/v11/article?p=features/cli/qscripts/CommServ.QS_changeScheduleOwner.Readme.html

 


As Anthony says, I would use the Qscript to change the schedule owner.

Alternatively if the user still exists in the CommCell, You could do a “Transfer Ownership” from that user to a User or User Group: Transferring Ownership of Entities (commvault.com)

 

Regards,

Michael


To add a little extra information to this since you mentioned that you are newer to Commvault.

 

In the future If you were to delete a user in the future it will prompt you during the deletion of the user account to reassign ownership of the owned entities such as schedules to another user during the process.

 

For your current scenario as you are only looking to reassign between two active users the qscript is an excellent method to use.

 

Best Regards,

Sean


@Trish-Boulder County

Try this

qoperation execscript -sn ChangeScheduleOwner -si olduser -si domain\newuser -si "schedulename"


Reply