Hi,
I am unable to login to BO Server, with the below parameters through Java SDK, although I am able to login through IDT and BO Designer. Please help me.
Server Name: boexp.xxx.com
username: userid
password: password
Authentication: LDAP
Not able to Login:
boSession = logon("boexp.xxx.com", "userid", "password","secEnterprise");
com.crystaldecisions.sdk.exception.SDKServerException: Enterprise authentication could not log you on. Please make sure your logon information is correct. (FWB 00008)
boSession = logon("boexp.xxx.com", "userid", "password","LDAP");
com.crystaldecisions.sdk.exception.SDKException$PluginNotFoundAtCMS: The LDAP plug-in does not exist in the CMS (FWM 02017)
Do I need to pass Admin Credentials?
Do I need to make any settings change in CMC?
Thanks,
Mahesh