Hello ,
We are using BOXI R4.1 and trying to access .unx universes through the api.
We can create a context, fetch an enterpriseSession, register the session to CmsSessionService, fetch a LocalResourceService, and retrieve a Universe from CMS . So far so good.
We get three files in the local folder. A .blx file with the business layer information, a .dfx file with the data foundation information and the connection shortcut file .cns.
Only the latter can be loaded with the LocalResourceService. For the other two files we get an UnsupportedOperationException.
Example:
lPath: c:\tmp\universes\retrieval-2013-11-21-15-05-19\MDR BIS Metadata.dfx
Exception in localService.load: c:\tmp\universes\retrieval-2013-11-21-15-05-19\MDR BIS Metadata.dfxmessage : csEX
java.lang.UnsupportedOperationException: csEX
at com.businessobjects.connectionserver.ConnectionServer.getInstance(ConnectionServer.java:165)
Can anyone help out please.
Thanks,
Bernd