Datawarehouse connection error
Hi,
Yesterday I installed the Jazz Reporting Server (JRS) v5.0.2 in a computer and the setup runs without problems: data sources were connected succesfully and I was able to run some custom reports. Everything worked fine.
Today, I have followed the same installation procedure in other computer and I am getting the following error when attempting to connect to the datawarehouse:
I have checked the connection parameters but I cannot find the problem source. All the parameters seems to be okey.
Does anyone knows which could be the solution?
Thanks in advance,
Leire.
Yesterday I installed the Jazz Reporting Server (JRS) v5.0.2 in a computer and the setup runs without problems: data sources were connected succesfully and I was able to run some custom reports. Everything worked fine.
Today, I have followed the same installation procedure in other computer and I am getting the following error when attempting to connect to the datawarehouse:
A com.ibm.team.integration.reporting.db.exception.DbAccessException error has ocurred when validating the connection to the database, caused by !CRRGW6018E Server could not connect to database: "//localhost:1527/conf/jts/derby/warehouseDB" Exception: "CRRGW6003E Server could not connect to the database because the connection settings are not valid or because the database is not accessible (SQLSTATE:08004, SQLCODE :40,000). Check the connection values in the data source."!.
I have checked the connection parameters but I cannot find the problem source. All the parameters seems to be okey.
Does anyone knows which could be the solution?
Thanks in advance,
Leire.
Accepted answer
You're using the embedded Derby database, so JTS should start the database automatically. If fails to connect, chances are the database cannot start. You can simply restart the machine and try again. Another thing to note is to ensure nproc and nofile are correctly set on a Linux environment.
Comments
One other answer
Every time the JTS (Jazz Team Server) is restarted, the connection with the data warehouse database breaks, and the JRS (Jazz Reporting Service) is not able to connect to it. Any idea?