This error appears when the GUI does not recognize the new password for the QSA so it will either not connect or not start
This happens in AIX mostly when there QSA password is changed in oracle and you attempt to restart the agent or reset the password from bin then you get the above error
WORKAROUND 1:
a. Rebuild the module by using a shell script attached
- The QSAcmd.sh needs to be copied to the QSA bin directory. This is where QSAStart.sh is located.
- You need to give the file QSAcmd.sh execute privs: as follows
"chmod a+x QSAcmd.sh.
- Then when you want to change the password run the following command
execute: ./QSAcmd.sh -P <new password>
WORKAROUND 2:
If the module is not corrupt:
a. cd to the QSA bin directory, and you can update the password by doing the following:
cd $QSA_INSTALL_Dir/Quest/QSA/<<SID>>/bin
qexecd -P <new password>
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center