Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

The Enterprise logon failed error

Status
Not open for further replies.

beefeater267

Programmer
Apr 6, 2005
79
0
0
Hey,

We're developing a C# . NET app and using CE10 for web reporting. So, all is good in that we can sucessfully open a report... however, the problem is this:

any icon that we click from the Crystal header (print, next / prev page, etc), we get the error:

The Enterprise logon failed.
Exception Details: CrystalDecisions.ReportSource.EnterpriseLogonException: The Enterprise logon failed.


[EnterpriseLogonException: The Enterprise logon failed.]
CrystalDecisions.ReportSource.EromReportSource.CreateRptClientDocInEnterprise(Object docID, Object logon) +576
CrystalDecisions.ReportSource.EromReportSource.CreateEromReportSource(Object objToBind, Object entLogonInfo, String sReportAppServer, Boolean bCreateIfNoPrefix, Boolean bIsDesignMode) +129
CrystalDecisions.ReportSource.EromReportSource.CreateFromViewState(Object objEnterpriseLogon, Hashtable viewStateTable) +376
CrystalDecisions.ReportSource.ReportSourceFactory.CreateReportSourceFromViewState(Object objEnterpriseLogon, Hashtable viewStateTable) +110
CrystalDecisions.Web.ReportAgentBase.LoadViewState(Object viewState, Boolean bRptSourceChangedByNavigation) +130
CrystalDecisions.Web.ReportAgent.LoadViewState(Object viewState, Boolean bRptSourceChangedByNavigation) +43
CrystalDecisions.Web.CrystalReportViewerBase.LoadViewState(Object viewState) +230
CrystalDecisions.Web.CrystalReportViewer.LoadViewState(Object viewState) +681
System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +136
System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +412
System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +412
System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +412
System.Web.UI.Page.LoadPageViewState() +306
System.Web.UI.Page.ProcessRequestMain() +447

Can anyone help out w/ this one? Any ideas on what's going on?

Thanks
 
Any luck on this? Can you share your code to connect to enterprise from .net pages?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top