Hi,
We have CR Server 2008, From the server URL with authorization type as "Enterprise", I am abe to login. But when I tried to deploy report using Crystal Designer 2011 using Enterprise option, I am getting "Communication Failure" error when I tried to login. Same way, when I tried to run report from ASP.Net application, it is throwing "Comexception with out any error message" at the below line:
enterpriseSession = sessionManager.Logon(CrystalEnterpriseUserName, CrystalEnterprisePassword, server, "secEnterprise");
What might be the reason?
Thanks in advance