Resetting scoreboard back to baseline (all users)
search cancel

Resetting scoreboard back to baseline (all users)

book

Article ID: 261079

calendar_today

Updated On:

Products

CA Service Desk Manager CA Service Management - Service Desk Manager

Issue/Introduction

The following procedure may be attempted to address widespread scoreboard issues across multiple users.

Environment

Release 17.3 and higher
CA Service Desk Manager

Resolution

Run the following steps to have all scoreboards reset:
 

  1. Open a Command Prompt on the box where Service Desk is installed;
     
  2. Run the following command to take a backup of the table where the Scoreboard is registered:
    pdm_extract User_Query > usq_backup.dat
  3. Run the following command to extract the scoreboard queries for all users:
    pdm_extract -f "Select * from User_Query where obj_persid like 'cnt%'" > Users.dat 
  4. Run the following command to remove the scoreboard queries from the table:
    pdm_load -v -r -f Users.dat
    The -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 Users.dat > users_deleted.out
  5. Run the following command to refresh Service Desk cache:
    pdm_cache_refresh -t User_Query
    The next login done by any user will show the Default Scoreboard defined to his Access Type.

Additional Information

IMPORTANT:   The above instruction is a global change across all users.  Any user with a custom defined scoreboard will wind up losing all of their scoreboard definitions and will revert to the baseline scoreboard definition based on their access type.

If just a few users need to have the scoreboard reset, then proceed with steps from KB Article 261077 above to each of them.