Hello,
When I created a report(CrystalR eport3.rpt) in webapplication( newweb) and try to run the application I am getting the error as :
Server Error in '/newweb' Application.
--------------------------------------------------------------------------------
Logon failed.
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: CrystalDecision s.CrystalReport s.Engine.LogOnE xception: Logon failed.
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:
[LogOnException: Logon failed.]
.F(String , EngineException ErrorID
)
.A(Int16 , Int32 )
.@(Int16 )
CrystalDecision s.CrystalReport s.Engine.Format Engine.GetPage( PageRequestCont ext reqContext)
CrystalDecision s.ReportSource. LocalReportSour ceBase.GetPage( PageRequestCont ext pageReqContext)
CrystalDecision s.Web.ReportAge nt.u(Boolean N)
CrystalDecision s.Web.CrystalRe portViewer.OnPr eRender(EventAr gs e)
System.Web.UI.C ontrol.PreRende rRecursiveInter nal()
System.Web.UI.C ontrol.PreRende rRecursiveInter nal()
System.Web.UI.C ontrol.PreRende rRecursiveInter nal()
System.Web.UI.P age.ProcessRequ estMain()
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET Version:1.1.432 2.573
How can rectify it? Plz help.
Thank You.
When I created a report(CrystalR eport3.rpt) in webapplication( newweb) and try to run the application I am getting the error as :
Server Error in '/newweb' Application.
--------------------------------------------------------------------------------
Logon failed.
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: CrystalDecision s.CrystalReport s.Engine.LogOnE xception: Logon failed.
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:
[LogOnException: Logon failed.]
.F(String , EngineException ErrorID
)
.A(Int16 , Int32 )
.@(Int16 )
CrystalDecision s.CrystalReport s.Engine.Format Engine.GetPage( PageRequestCont ext reqContext)
CrystalDecision s.ReportSource. LocalReportSour ceBase.GetPage( PageRequestCont ext pageReqContext)
CrystalDecision s.Web.ReportAge nt.u(Boolean N)
CrystalDecision s.Web.CrystalRe portViewer.OnPr eRender(EventAr gs e)
System.Web.UI.C ontrol.PreRende rRecursiveInter nal()
System.Web.UI.C ontrol.PreRende rRecursiveInter nal()
System.Web.UI.C ontrol.PreRende rRecursiveInter nal()
System.Web.UI.P age.ProcessRequ estMain()
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET Version:1.1.432 2.573
How can rectify it? Plz help.
Thank You.
Comment