Hi,
We are developing a Asp.net application with Mainframe DB. We used Windows Authentication in our application. Sign-in for users works fine in all the browser for application. But when we come to Logon using,
CrystalDecisions.Enterprise.SessionMgr();
with the below line gets error,
oEnterpriseSession = oSessionMgr.Logon("", "", CMS, "secWinAD");
this line is not working for Chrome and Firefox browser. It works fine in IE browser.
The error message as follows,
Error Message: An error has occurred propagating the security context between the security server and the client. Please contact your system administrator.
Error Source:CrystalEnterprise14.SessionMgr.1
NOTE: it works perfectly in local machine with all the browsers.