You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Essbase JAPI connection Issue

edited Aug 2, 2018 2:36AM in Essbase 5 comments

Summary

Essbase JAPI connection Issue

Content

Hello everybody,

I have a JAPI code which I use to connect to Essbase server on 9.3.1 version

Unfortunately , I have an issue when I'm using the same code to connect to an Essbase server (11.1.2.4).

. I compiled the code using *.jar of 11 version and I got the same error :

* Impossible de se connecter au serveur du fournisseur :  a part of error message in french means something like = Impossible to connect to provider server.

Below a part of my code :

..............

try {

 

 

  ess = IEssbase.Home.create(IEssbase.JAPI_VERSION);

 

        IEssDomain dom = ess.signOn(s_userName, s_password, false, null, s_provider);

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!