Friday, February 24, 2012

CE10 - internal error - secLdap plugin

Hello

After installing the CE10 SDK on our IIS Server my program generates a CR report but only about 50% of the time - the error I get (which occurs when the program attampts to logon to the CE10 server) is :-

"An internal error has occurred in the secLdap plugin."

Our templates reside on a CE10 server. Another server contains our SDK and the code that calls the API. Has anyone received this before or does anyone have any ideas ?

My code to logon is as follows :-

SessionMgr ceSessionmgr = null;
EnterpriseSession ceSession;
Response.Expires = 0;
ceSessionmgr = new SessionMgr();
//Get username
user = Request.ServerVariables.Get("HTTP_PROXY_REMOTE_USER");
//Get password/token
password = Request.ServerVariables.Get("HTTP_LDAPTOKEN");
apsName = "NYITDCED001";
string apsAuthType = "secLDAP";
ceSession = ceSessionmgr.Logon(user, password, apsName, apsAuthType);

ceSessionmgr.Dispose();
ceSessionmgr = null;
ceSession.Logoff();
ceSession.Dispose();
ceSession = null;
...
...
...I have not received a reply to this so I am posting in "Business Objects:Crystal Enterprise"|||I have not received a reply to this so I am posting in "Business Objects:Crystal Enterprise"
Good. Hope you find the solution :)

No comments:

Post a Comment