Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
vk18
Posting Yak Master
146 Posts |
Posted - 2008-01-29 : 20:53:46
|
Hi guys,I am using VS.NET2005 and Crystal 10. Report work fine on my local machine but when i try to deploy to another server i get this message.Any idea? Appreciate your helpThanks Logon failed.Details: Error Code: 0xSource: ADODB.ConnectionDescription: Provider cannot be found. It may not be properly installed.Error in File C:\WINDOWS\TEMP\Medea {75AF52CB-2B30-454F-9B58-539E0C3294B6}.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: Error Code: 0xSource: ADODB.ConnectionDescription: Provider cannot be found. It may not be properly installed.Error in File C:\WINDOWS\TEMP\Medea {75AF52CB-2B30-454F-9B58-539E0C3294B6}.rpt:Unable to connect: incorrect log on parameters.Source Error: Line 58: CrTable.ApplyLogOnInfo(crtableLogoninfo)Line 59: Line 60: CrTable.Location = crConnectionInfo.DatabaseName & ".dbo." & CrTable.Location.Substring(CrTable.Location.LastIndexOf(".") + 1)Line 61: NextLine 62: Source File: d:\inetpub\wwwroot\onboarding\pages\PrintReport.aspx.vb Line: 60 Stack Trace: [COMException (0x8004100f): Logon failed.Details: Error Code: 0xSource: ADODB.ConnectionDescription: Provider cannot be found. It may not be properly installed.Error in File C:\WINDOWS\TEMP\Medea {75AF52CB-2B30-454F-9B58-539E0C3294B6}.rpt:Unable to connect: incorrect log on parameters.]CrystalDecisions.ReportAppServer.Controllers.DatabaseControllerClass.SetTableLocation(ISCRTable CurTable, ISCRTable NewTable) +0CrystalDecisions.CrystalReports.Engine.Table.set_Location(String value) +502Pages_PrintReport.refreshCrystalReport() in d:\inetpub\wwwroot\onboarding\pages\PrintReport.aspx.vb:60Pages_PrintReport.Page_Load(Object sender, EventArgs e) in d:\inetpub\wwwroot\onboarding\pages\PrintReport.aspx.vb:18System.Web.UI.Control.OnLoad(EventArgs e) +99System.Web.UI.Control.LoadRecursive() +47System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436 |
|
post_ans
Starting Member
1 Post |
Posted - 2008-02-26 : 02:08:39
|
Hi,I am also getting similiar error. Does anyone have solution to this problem?Dear vk18, were you able to fix the issue? Could you please tell me the solution?Thanks, |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|