HI,
I am able to successfully installed OBIA 11.1.1.10.2 on my Linux Box and during the process of installation while creating RCU for OBIA, it was not recognizing the hostname in the jdbc connection string.
I tried giving it as localhost after which I was able to proceed with RCU process. Post installation I am trying to connect to Work Report and getting below error.
oracle.odi.core.config.WorkRepositoryResourceFailureException: ODI-10182: Uncategorized exception during repository access.
Could not get JDBC Connection; nested exception is java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
I am able to login to ODI Console and also from ODI studio I am able to connect to Master Repository.
I suspect it is because of my earlier parameter "localhost" which I had given during RCU process of OBIA.
Please let me know if there a fix for this.
When searching the Oracle Community I found below which has similar issue
How to enable detailed ODI Studio connection tracing? and how to troubleshoot a connection problem.