Error message: SRV0044E

This error occurs when the password for the Db2® user ID account for which IBM Spectrum Control is installed under is changed.

Problem

The GUI will not start and an error occurs in the log:
PM SRV0044E: Unable to connect to repository database.  Please ensure that
the repository database is up and  running.  Connection authorization failure
occurred.    Reason: password invalid. 

Action

To change the Db2 user ID password, follow these steps:
  1. From a command prompt, change to the directory where the file repository.config resides in the IBM Spectrum Control installation path. For example on Windows:
    <installation_dir>\data\config
  2. Run the following command for the Data server:
    java -classpath "<installation_dir>\data\server\lib\TSRMsrv.zip"  
    com.tivoli.itsrm.repository.Transform  
    -p <new_db2userid_password> repository.config
  3. Make sure the Device server is running. Run the following commands for the Device server:
    cd <installation_dir>\device\bin\<platform>
    setenv
    srmcp -u <user_ID> -p <password> ConfigService setPw   
    <new_password>
    Where <new_password> is the new password. This sets the Db2 user ID password (not the Db2 administrator password).
  4. Stop and then restart IBM Spectrum Control - Data server from the Windows Services window.
  5. Restart IBM® WebSphere® Application Server V6 - Device server from the Windows Services window.
  6. Start the IBM Spectrum Control GUI.