Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Unable to login to essbase using paython script

3746072Jul 31 2018 — edited Aug 6 2018

Hi,

I am getting below error when i tried to login to essbase using below paython script. please let me know some inputs to fix this

EssException: com.essbase.api.base.EssException: Cannot sign on user. Invalid sign on attempt.

Script

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

fdmAPI.logInfo("started")

dom = ess.signOn("user", "password", "servername", None, "Embedded")

fdmAPI.logInfo("Ended")

essServer = dom.getOlapServer("servername")

essServer.connect()

Thanks

Sri

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 3 2018
Added on Jul 31 2018
5 comments
263 views