Essbase JAPI connection Issue
Summary
Essbase JAPI connection IssueContent
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);
0