For Programmers: Free Programming Magazines  


Home > Archive > Visual Basic Crystal Reports > August 2005 > Deployment









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Deployment
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


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com