I am trying to view a report and I get the following:
Server Error in '/corporate_customer/applications/CISS' Application.
--------------------------------------------------------------------------------
Logon failed. Details: ADO Error Code: 0x80040e4d Source: Microsoft OLE DB Provider for SQL Server Description: Login failed for user 'SA'. SQL State: 42000 Native Error: 18456 Error in File UNKNOWN.RPT: Unable to connect: incorrect log on parameters.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: Logon failed. Details: ADO Error Code: 0x80040e4d Source: Microsoft OLE DB Provider for SQL Server Description: Login failed for user 'SA'. SQL State: 42000 Native Error: 18456 Error in File UNKNOWN.RPT: Unable to connect: incorrect log on parameters.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[COMException (0x8004100f): Logon failed.
Details: ADO Error Code: 0x80040e4d
Source: Microsoft OLE DB Provider for SQL Server
Description: Login failed for user 'SA'.
SQL State: 42000
Native Error: 18456
Error in File UNKNOWN.RPT:
Unable to connect: incorrect log on parameters.]
CrystalDecisions.ReportAppServer.ClientDoc.ReportC lientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
CrystalDecisions.ReportAppServer.ReportClientDocum entWrapper.Open(Object& DocumentPath, Int32 Options) +72
CrystalDecisions.ReportAppServer.ReportClientDocum entWrapper.EnsureDocumentIsOpened() +218
[Exception: Load report failed.]
CrystalDecisions.ReportAppServer.ReportClientDocum entWrapper.EnsureDocumentIsOpened() +269
CrystalDecisions.CrystalReports.Engine.ReportDocum ent.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +760
CrystalDecisions.CrystalReports.Engine.ReportDocum ent.Load(String filename) +52
CISS.CISSViewer.Page_Load(Object sender, EventArgs e) in Q:\entrisk\corporate_customer\applications\CISS\CI SSViewer.aspx.
vb:82
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
Any feedback would be great
Knowledge is to be shared.