We've recently upgraded our IIS server to Win2K3. Prior to this upgrade all our crystal reports stored in our production website folder could be opened without problem from within our asp.net app. However, since the upgrade we are now getting the following error when attempting to run some of our reports from within our app. The error is:Unable to connect: incorrect log on parameters. in CrystalDecisions.CrystalReports.Engine
at .I(String , EngineExceptionErrorID )
at .D(Int16 , Int32 )
at CrystalDecisions.CrystalReports.Engine.Table.(String R)
at CrystalDecisions.CrystalReports.Engine.Table.set_Location(String value)
at AKC.ReportCreate.SetTableConnection(Database database, ConnectionInfo connectionInfo, TableLogOnInfo logOnInfo) in C:\Inetpub\ 277
at AKC.ReportCreate.EstablishConnection(ReportDocument report) in C:\Inetpub\ 258
at AKC.ReportCreate.ShowReport() in C:\Inetpub\ 109
at AKC.ReportCreate.Page_Load(Object sender, EventArgs e) in C:\Inetpub\ 29
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()
Our environment includes CR 9 developer, .Net Framework 1.1, Sql Server 2000, and Win2k3. The strange thing happening is that some of our reports that are exporting to the same format, PDF, work fine. I can't figure this out.
Any info. is appreciated.
OJ
OJ
DB/.Net/CR Developer
at .I(String , EngineExceptionErrorID )
at .D(Int16 , Int32 )
at CrystalDecisions.CrystalReports.Engine.Table.(String R)
at CrystalDecisions.CrystalReports.Engine.Table.set_Location(String value)
at AKC.ReportCreate.SetTableConnection(Database database, ConnectionInfo connectionInfo, TableLogOnInfo logOnInfo) in C:\Inetpub\ 277
at AKC.ReportCreate.EstablishConnection(ReportDocument report) in C:\Inetpub\ 258
at AKC.ReportCreate.ShowReport() in C:\Inetpub\ 109
at AKC.ReportCreate.Page_Load(Object sender, EventArgs e) in C:\Inetpub\ 29
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()
Our environment includes CR 9 developer, .Net Framework 1.1, Sql Server 2000, and Win2k3. The strange thing happening is that some of our reports that are exporting to the same format, PDF, work fine. I can't figure this out.
Any info. is appreciated.
OJ
OJ
DB/.Net/CR Developer