| Charles A. Lackman 2005-08-24, 9:57 pm |
| Hello,
I am have made a web site that is using SQL Server, Datasets and Crystal
Reports with VS 2003.
I am filling the report using a dataset, which works great on my production
computer.
CrystalReportViewer1.ReportSource = CrystalOrder
CrystalOrder.SetDataSource(OrderDataset)
However, when it is deployed on the server I get the following error when I
go to the report.
[LogOnException: Logon failed.]
.~(String L, EngineExceptionErrorID M) +506
.y(Int16 D, Int32 E) +537
CrystalDecisions.CrystalReports.Engine.FormatEngine.GetPage(PageRequestContext
reqContext) +539
CrystalDecisions.ReportSource.LocalReportSourceBase.GetPage(PageRequestContext
pageReqContext) +189
CrystalDecisions.Web.ReportAgent.u(Boolean N) +164
CrystalDecisions.Web.CrystalReportViewer.OnPreRender(EventArgs e) +108
System.Web.UI.Control.PreRenderRecursiveInternal() +62
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Page.ProcessRequestMain() +1489
Any ideas on how to make this work the way it should would be greatly
appreciated.
Thanks,
Chuck
|