Unknown Database Connector Error

I’ve this message in my html and i can’t fix it !!

“Unknown Database Connector Error Error in File c:\windows\temp\fac_a{9f9f3d0f-b93b-473f-a75b-f7e6a80d6a69}.rpt:\n Unknow DataBase Connector Error”

I’m using ASP.NET 1.1, somebody know what is it?

Tks!!
untitled2.JPG


leandro.almeida25 (BOB member since 2009-06-10)

It is possible that the server does not have the right database library installed.

How are you connecting to your database when you design the report.

I am having the same issue if I install Crystal Reports on a machine that has an older version of crystal installed on it.

I am still trying to work out what DLL is being used.

If you have resolved it then can you let us know.

Cheers


Hally (BOB member since 2009-06-30)

Using regmon it appeared that on a machine that was working it was calling msdao15.dll

On the machine that was showing the error, which you could replicate when you opened a report created on the working machine and selected Database->Set database location and click on create new connection in the replace with part of the dialog and then select OLE DB

It was calling msdao10.dll

running regsvr32 msdao15.dll, closing and opening crystal appeared to resolve the issue.

I hope this helps.


Hally (BOB member since 2009-06-30)