Troubleshooting Guide

Enter this command in order to obtain the object ID for the alias you received from a user page:
admin:run cuc dbquery unitydirdb
SELECT objectid ,alias from tbl_Globaluser WHERE Alias = ''
Note: You must enter the Alias you obtained from the previous command.
Example:
admin:run cuc dbquery unitydirdb
SELECT objectid ,alias from tbl_Globaluser WHERE Alias = 'test1' objectid−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−f9653977−df35−43ad−8cc7−8a6252e58d70
3.
Enter this command in order to delete a user:
admin:run cuc dbqery unitydirdb execute procedure
csp_globaluserdelete(pobjectid='')
Note: You must enter the object ID you obtained from the previous command in step 3.
Example:
admin:run cuc dbquery unitydirdb execute procedure
csp_globaluserdelete(pobjectid = 'f9653977−df35−43ad−8cc7−8a6252e58d70')
After you remove a user that was in the partition, run the csp_PartitionDelete command and remove
the partition.
4.
Updated: Apr 09, 2014 Document ID: 117573