RRDI 5.0.2 Configure Data Content Store in Configuration wizard showing error?
Error Message
The information about the database connection could not be validated due to an error. Ensure that the database is running and the user name and password are correct. If you want to create a new database, select the "Enable to create the local database" check box.
Details
CRRRA0077E: An error happened when validating the database. 'com.ibm.rational.rrdi.setup.db.common.RRDIDBException: CRRRD4710E: Connection to the database cannot be established. Make sure that the connection information, the user, and credentials are valid. Make sure that the driver is properly set up and that the correct communication protocols have been configured on the database. Refer to the DBMS error message and code for details. Error Code: 4710 SQL ERROR: [jcc][t4][2013][11249][3.63.123] Connection authorization failure occurred. Reason: User ID or Password invalid. ERRORCODE=-4214, SQLSTATE=28000'.
Error Image : Page Image
Please tell me the solution
Note : i have DB2 on different machine and Application on other Machine.
The information about the database connection could not be validated due to an error. Ensure that the database is running and the user name and password are correct. If you want to create a new database, select the "Enable to create the local database" check box.
Details
CRRRA0077E: An error happened when validating the database. 'com.ibm.rational.rrdi.setup.db.common.RRDIDBException: CRRRD4710E: Connection to the database cannot be established. Make sure that the connection information, the user, and credentials are valid. Make sure that the driver is properly set up and that the correct communication protocols have been configured on the database. Refer to the DBMS error message and code for details. Error Code: 4710 SQL ERROR: [jcc][t4][2013][11249][3.63.123] Connection authorization failure occurred. Reason: User ID or Password invalid. ERRORCODE=-4214, SQLSTATE=28000'.
Error Image : Page Image
Please tell me the solution
Note : i have DB2 on different machine and Application on other Machine.
Accepted answer
Hi Salman,
As the error message says: your user or password is invalid. Did you double check it?
I also would suggest you checking if you are able to connect using db2 client from command prompt:
db2 connect to connection-url USERuser-id USING password
Let us know if you are able to connect to db using cmd
As the error message says: your user or password is invalid. Did you double check it?
I also would suggest you checking if you are able to connect using db2 client from command prompt:
db2 connect to connection-url USERuser-id USING password
Let us know if you are able to connect to db using cmd