The following procedure is of value when there are issues with scoreboard visualization, such as:
Release 17.3 and higher
CA Service Desk Manager
Scoreboard is likely corrupt and should be reset
Run the following steps to have the scoreboard for that user rebuilt:
pdm_extract User_Query > usq_backup.txt
pdm_extract -f "Select id from ca_contact where userid = 'Administrator'"
pdm_extract -f "Select * from User_Query where obj_persid = 'cnt:XXXX' " > user_reset.datwhere cnt:XXXX refers to the value returned for ID in the previous step.
pdm_load -v -r -f user_reset.datThe -v flag will display each action taken by the command above. If you prefer, you can run the command as follows to keep the output for reference:
pdm_load -v -r -f user_reset.dat > user_reset.out
pdm_cache_refresh -t User_Query