I am the BOBJ administrator for my company. I have configured an Oracle connection based on the Oracle jdbc in the IDT. The connection has a successful tnsping, and I can build universes from it.
The problem is once the connection is published, I log on to the IDT, open a session, search for my connection, and perform a "test connection" to only get "test failed." However, the published universe is still viably used for report consumption.
If I create a shortcut and place it in my project folder, it also fails.
However, if I totally recreate a brand new connection with the exact same credentials, it tests successfully! In which, I can build another universe.
Is it possible to re-use an Oracle connection?
We reuse BICs/BEx connections all the time. So this is confounding.
The error I receive is as follows:
Unable to retrieve the datasource configuration : com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to find servers in CMS abc-bodserver1.na.ad. mycompany.com:6400 and cluster @BOD with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServicesDown: Unable to find servers in CMS abc-bodserver1.na.ad. mycompany.com:6400 and cluster @BOD with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
detail:Unable to find servers in CMS abc-bodserver1.na.ad. mycompany.com:6400 and cluster @BOD with kind pjs and service null. All such servers could be down or disabled by the administrator. (FWM 01014)
Any guidance would be appreciated.