Installation/Upgrade of Jasper Server 7.8 using an Oracle (RAC) Cluster Fails with the below error.
C:\Temp\install.xml:490: The following error occurred while executing this line:
C:\Temp\install.xml:1113: Unable to get Jasper Database version
ERROR: The following error occurred while executing this line:
C:\Temp\install.xml:1324: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12504, TNS:listener was not given the SID in CONNECT_DATA
Clarity 16.0 and any releases supporting Jaspersoft 7.8
This is caused by defect DE60196.
Use the below workaround to address the issue.
Before
After
Edit file setup.xml under buildomatic/bin folder. Modify "dbSidOrServiceNameProp" from "ServiceName=${serviceName}" to "SERVICE_NAME=${serviceName}" on Line 914
Before
After