Error Installing Rational Reporting for Development Intelligence
Felipe Hernandez (30●3●11●16)
| asked Aug 28 '13, 6:12 p.m.
retagged Aug 29 '13, 4:51 p.m. by Amy Laird (165●1●4)
Hi All,
I'm trying to install RRDI but when it comes the time to configure the Data Warehouse it fails. I've put all the information and after the validate process everything seems to be ok, but then I click on the "Create Database" it fails with the next error:
|
2 answers
Please set the log level to debug in log4j.properties which can be found in "RRDI Installation Folder"\setup\logs and repeat your scenario. If the problem occurs again, please attach rrdi_setup.log which can be found in logs folder too.
|
Sorry, the last part of the post got cropped:
CRRRA0132E: An error happened when running the script. '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: Cannot open database "RIDW" requested by the login. The login failed. ClientConnectionId:35486d46-71d7-43fc-86e8-4705796b405f'.
I'm using windows server 2008 RC 2 with MS SQL 2008.
Regards.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Are you trying to create local database? Or just setup the DW schema on an existing DB?
I'm trying to create a new Database, but I could do the schema creation too.
You can create a new DB by SQL Server Management Studio first, then use RRDI setup create the schema.
BTW - 1) Your MSSQL Server should be configured as mix-authentication mode. 2) The collation of DB should be set to SQL_Latin1_General_CP1_CS_AS
The server is set up in that way (since I also have CLM installed) and for the schema how could I do that, because I tried without checking the box of create database and it failed too