| Original Message |
SD Posted Dec 9, 2011 4:01 AM
Hello Tim,
The application does almost nothing, but check access through APS are working properly... Which is not the case :~)
# It connects to Essbase server
this.olapServer = (IEssOlapServer)dom.getOlapServer(essBean.getOlapServerName());
this.olapServer.connect();
# Then, we try to get An application object from the Essbase server
this.application = this.olapServer.getApplication(essBean.getApplicationName());
The problem occurs exaclty here : olapServer.getApplication (IEssOlapServer), where the exception is thrown.
We run Essbase & APS on HP-UX (11.23) Itanium 64 server, 8 Gb of RAM, 4 CPU
Best Regards,
Sebastien |
|
|