Logon failed. Crystal Reports .NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • GFro

    Logon failed. Crystal Reports .NET

    I am getting the following error since we upgraded from .NET Framework
    1.0 to 1.1. The reports all ran fine yesterday.

    I get this error in all apps with reports. The apps run fine but the
    reports give me the login error.

    Any ideas?



    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.
  • Raterus

    #2
    Re: Logon failed. Crystal Reports .NET

    Push or Pull reports?

    If they are Pull, and you are using integrated windows authentication, they won't work (though that doesn't explain why they worked before). You have to use sql authentication or push the data to the report.



    also you might want to search that site for "logon failed" and you'll get some other scenarios.

    --Michael

    "GFro" <gfro27@yahoo.c om> wrote in message news:d0b043f4.0 407230808.59540 5ff@posting.goo gle.com...[color=blue]
    > I am getting the following error since we upgraded from .NET Framework
    > 1.0 to 1.1. The reports all ran fine yesterday.
    >
    > I get this error in all apps with reports. The apps run fine but the
    > reports give me the login error.
    >
    > Any ideas?
    >
    >
    >
    > 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.[/color]

    Comment

    • Gregg Froelich

      #3
      Re: Logon failed. Crystal Reports .NET

      These are push reports. The only change we made was update the
      Framework from v1.0.3705 to v.1.1.4322.573. Could we have installed
      something wrong? It seemed pretty straight forward.

      Here is the error screen we get.


      Server Error in '/Roadmap' 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:


      Line 129:
      Line 130: // Export the report.
      Line 131: crRptDoc.Export ();
      Line 132:
      Line 133: // Sent the Report to the browser


      Source File:
      d:\inetpub\jdf. jadetech.com\ht docs\roadmap\re ports\rptbudget .aspx.cs
      Line: 131

      Stack Trace:


      [LogOnException: Logon failed.]
      .K(String 
      , EngineException ErrorID  ) +546
      .F(Int16 , Int32 ) +491

      CrystalDecision s.CrystalReport s.Engine.Format Engine.Export(E xportRequest
      Context reqContext) +470
      CrystalDecision s.CrystalReport s.Engine.Format Engine.Export() +114
      CrystalDecision s.CrystalReport s.Engine.Report Document.Export () +74
      Roadmap.Reports .rptBudget.Page _Load(Object sender, EventArgs e) in
      d:\inetpub\jdf. jadetech.com\ht docs\roadmap\re ports\rptbudget .aspx.cs:131
      System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
      System.Web.UI.C ontrol.LoadRecu rsive() +35
      System.Web.UI.P age.ProcessRequ estMain() +731




      ------------------------------------------------------------------------
      --------
      Version Information: Microsoft .NET Framework Version:1.1.432 2.573;
      ASP.NET Version:1.1.432 2.573

      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      Working...