Jazz Reporting Service "Connect to Data Sources" error
![]()
"The server was unable to connect to the database. Try entering the password again or confirm that the database is available."
I entered the correct password but it's not working. I can log into SQL Management Studio, RTC connects and runs data collection jobs without issue, and RRDI is working as well. I previously followed these instructions and to be sure restarted both Tomcat and WAS and tried again without luck. What step am I missing?
My Setup:
WAS Server with DCC, RRDI, and JRS on Windows 2012
TOMCAT server with JTS and CCM on Linux 6.4
SQL Server 2012 - all databases on same server
Everything is 64 bit
Steps I followed:
Add WAR file to WAS:
https://WASSERVER:PORT/ibm/console
Applications/Application Types/Websphere Enterprise Applications
Install
C:\Program Files\IBM\RRDI\jrs\JazzTeamServer\server\tomcat\webapps
Select rs.war
Next (wait), Next, Next, Next, Next
Make sure Context Root = rs
Next, Next, Finish (wait), Save
Environment/Shared Libraries
Scope = Cell (also tried Node)
New
Name: JRS Shared Libraries
Classpath:
C:\Program Files\IBM\RRDI\jrs\JazzTeamServer\server\conf\rs\WAS_SharedLibrary
Check use an isolated class loader
OK
Save
Applications/Application Types/WebSphere Enterprise Applications
rs_war
Shared Library References
Click rs_war
Click Shared Library References
Check rs_war
Click Reference Shared Libraries
Select JRS Shared Libraries + right arrow,
OK, OK, Save
Servers/Server Types/Websphere Application Servers
Click RationalReportingServer
Java & Process Management/Process Definition
Click Java Virtual Machine/Custom Properties
New
JAZZ_HOME
file:///C:/Program Files/IBM/RRDI/jrs/JazzTeamServer/server/conf
OK, Save
Copy jdbc driver (sqljdbc4.jar) to WAS shared library folder
StartMenu/Stop the server (run as administrator)
Wait until cmd window closes
StartMenu/Start the server (run as administrator)
Wait until cmd window closes
https://TOMCATSERVER:PORT/jts/setup
Register Application
Add Application
Instance = /rs
DiscoveryURL = https://WASSERVER:PORT/rs/scr
Application Type and Functional User ID will autofill
Click Register Applications
Add RTC Outbound Connection
https://TOMCATSERVER:PORT/jazz/admin
Friends
Click Add
Name: JRS
URI: https:WASSERVER:PORT/rs/rootservices
Secret: (use same as did for RRDI)
Check Trusted
Click Create Friend
Next, Finish
Add RTC Inbound Connection
https://TOMCATSERVER:PORT/jts/admin
Server
Consumers Inbound
Approve
Save
https://WASSERVER:PORT/rs
Connect to Data Sources
Prompted to enter password for JAZZDBUSER
Enter jazzDBuser password (FAILS)
Import Reports (didn't get there yet since prior step failed)
|
3 answers
![]()
Due to the JRS setup not properly copying the database string from the JTS, I set up a data source manually on the Data Source tab (oddly enough by copy/pasting the string verbatim from the JTS data warehouse connection page). This seems to work. I was able to import the ready-to-use reports. Not sure why the JRS setup does this wrong when the string is clearly correct in JTS.
|