Monday, October 14, 2013

ISD • Connection authorization failure occurred. Reason: User ID revoked. ERRORCODE=-4214, SQLSTATE=28000

Start of IBM Systems Director Server failed with "Connection authorization failure occurred. Reason: User ID revoked. ERRORCODE=-4214, SQLSTATE=28000" error message.

To fix:

1. Stop Director Server

# smstop

2. Run changePassword to get the password changed
   If you are letting Director manage the passwords
   Run <director-root>/bin/changePassword.sh

# /opt/ibm/director/bin/changePassword.sh

For additional information see:

changePassword tool
http://pic.dhe.ibm.com/infocenter/director/pubs/topic/com.ibm.director.cli.helps.doc/fqm0_r_cli_changepassword.html

3. Stop the ISD managed DB2:

# /opt/ibm/director/bin/smdb stop

4. Start the ISD managed DB2:

# /opt/ibm/director/bin/smdb start

6. Verify the connection:

# /opt/ibm/director/bin/smdbcli.sh connect

5. Start Director Server

# smstart