Integration with EPM Planning was supported in OBIEE 11.1.1.9 and didn't require any configuration. You just had to make sure you used the html character code to replace the colon for the host:port and the Planning metadata imported successfully:
adm:thin:com.hyperion.ap.hsp.HspAdmDriver:ServerName%3A19000:AppName
You would expect that since this worked out of the box in 11.1.1.9 that it would also work in 12c right?
Wrong!
You'll get the following error when trying to import the metadata:
The connection has failed. [nQSError: 77031] Error occurs while calling remote service ADMImportService.
Details: Details: com.hyperion.ap.APException: [1085]
Error: Error creating objectjava.lang.ClassNotFoundException
Many thanks to Ziga who also encountered the same error and blogged the solution here:
http://zigavaupot.blogspot.co.uk/2016/02/obi-12c-series-connecting-obi-with.html.
The solution is hidden in the Metadata Repository Builder's Guide for Oracle Business Intelligence Enterprise Edition:
"For Hyperion Planning 11.1.2.4 or later, the installer does not deliver all of the required client driver .jar files. To ensure that you have all of the needed .jar files, go to your instance of Hyperion, locate and copy the adm.jar, ap.jar, and HspAdm.jar files and paste them into
MIDDLEWARE_HOME\oracle_common\modules."
Copy the following files from your Planning install:
- E:\Oracle\Middleware\EPMSystem11R1\common\ADM\11.1.2.0\lib\adm.jar
- E:\Oracle\Middleware\EPMSystem11R1\common\ADM\11.1.2.0\lib\ap.jar
- E:\Oracle\Middleware\EPMSystem11R1\common\ADM\Planning\11.1.2.0\lib\HspAdm.jar
to this location on your OBIEE 12c server:
- E:\Oracle\OBIEE\Oracle_Home\oracle_common\modules
Restart the services and away you go: