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.

 All Forums
 Development Tools
 Other Development Tools
 Crystal Report Question

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 help
Thanks


Logon failed.
Details: Error Code: 0x
Source: ADODB.Connection
Description: 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: 0x
Source: ADODB.Connection
Description: 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: Next
Line 62:


Source File: d:\inetpub\wwwroot\onboarding\pages\PrintReport.aspx.vb Line: 60

Stack Trace:


[COMException (0x8004100f): Logon failed.
Details: Error Code: 0x
Source: ADODB.Connection
Description: 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) +0
CrystalDecisions.CrystalReports.Engine.Table.set_Location(String value) +502
Pages_PrintReport.refreshCrystalReport() in d:\inetpub\wwwroot\onboarding\pages\PrintReport.aspx.vb:60
Pages_PrintReport.Page_Load(Object sender, EventArgs e) in d:\inetpub\wwwroot\onboarding\pages\PrintReport.aspx.vb:18
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.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,
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2008-02-26 : 03:05:42
You may need to search at http://support.businessobjects.com

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -