Cannot Find Database Dll Crystal Reports 8.5 1

194 views
Skip to first unread message

Dominica Peche

unread,
Dec 7, 2023, 10:52:28 AM12/7/23
to nvilthahanddrag

Editor and Publisher of Crystal Clear
www.chelseatech.co.nz/pubs.htm RE: Cannot find database DLL. techies (Programmer)5 Nov 02 16:10"Cannot find database DLL " means Crystal reports is unable to find the database driver dll for data access. In CR8.5 the databse driver used for ADO datasource is P2smon.dll. For native SQL Server it is P2ssql.dll and its dependency dlls are p2lsql.dll and ntwdblib.dll.

For CR9 the database driver dlls are different and the reports created or converted to CR9 are not backward compatible. In CR9, the ADO database driver is Crdb_ado.dll and the native SQL Server driver is not supported, so these reports should be converted to use either odbc driver(Crdb_odbc.dll) or ado driver.

So find your appropriate database driver dll and put it in the System32 directory. You can also perform a dependency check on the dll to find any futher ones using depends.exe. Hope this helps!


cheers. RE: Cannot find database DLL. Flupke (Programmer)(OP)6 Nov 02 08:32You wrote in a reply to my problem:

You can also perform a dependency check on the dll to find any futher ones using depends.exe.

Can you please explain to me how I can do that?

Many thanks for your kind help
RE: Cannot find database DLL. techies (Programmer)7 Nov 02 12:02Hi Flupke,

Depends.exe is the dependency walker, its a tool that is part of Visual Studio. Open Depends from the "Microsoft Visual Studio6.0 Tools". Then Choose File-Open and select the dll whose dependency you want to check. It will list all the dependency dlls for the dll you have selected.If your system is missing one, it will show that with a yellow icon and give its description.

Cheers,
Techi googletag.cmd.push(function() googletag.display('div-gpt-ad-1406030581151-2'); ); Red Flag This PostPlease let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.
CancelRed Flag SubmittedThank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Cannot Find Database Dll Crystal Reports 8.5 1


Download File https://t.co/6DXd3WkOl4



Just for the record, the Crystal error was: "Runtime Error - 20532 Cannot
Find Database DLL" which is mentioned on the Crystal support site.
The system is: Windows: 2000, Visual Basic: 6.0, Crystal Reports: 8.5, SQL
Server: 2000
The user has one PC that works fine and the other with this problem. They
seem similar in spec and configuration.
The user registered the following DLLs
Craxddt.dll
Craxdrt.dll
Crpaig80.dll
Crpe32.dll
Crviewer.dll
Crxlat32.dll
Crystl32.dll
Implode.dll
Itircl.dll
Itss.dll
Msadodc.ocx
Msbind.dll
Msldbusr.dll
Msstdfmt.dll
Msvbvm50.dll
Msvbvm60.dll
Msvcirt.dll
Msvcp50.dll
Msvcp60.dll
msvcrt.dll
Msvcrt40.dll
Msvfw32.dll
Oleaut32.dll
Olepro32.dll
P2bbnd.dll
P2bdao.dll
P2ctdao.dll
P2irdao.dll
P2lodbc.dll
P2lsql.dll
p2smon.dll
P2sodbc.dll
P2soledb.dll
P2ssql.dll
Shlwapi.dll
Sscdlg.dll
Sscrc.dll
Sscsdk80.dll
U252000.dll
U25dts.dll
U2dapp.dll
U2ddisk.dll
U2dmapi.dll
U2dnotes.dll
U2fhtml.dll
U2frtf.dll
U2ftext.dll
U2fwks.dll
U2fwordw.dll
U2fxls.dll
U2l2000.dll
Urlmon.dll
Uxddisk.dll
Uxfdoc.dll
Uxfwks.dll
Uxfwordw.dll
Vb6stkit.dll
Some had to be registered in safe mode. Errors occurred in two groups, as
follows-:
Group 1:
Error: "DLL Name" was loaded, But the DLL Register Server Entry Point Was
not found
Error: DLL Register Server may not be exported, or a corrupt version of "DLL
name" may be in memory. Consider using Pview to detect and remove it.
These errors applied to these DLLs
Crpaig80.dll
Crxlat32.dll
Mcvcp50.dll
Msvcp60.dll
Msvcrt.dll
Msvcrt40.dll
Msvfw32.dll
P2smon.dll
P2sodbc.dll
P2soledb.dll
P2ssql.dll
Shlwapi.dll
U252000.dll
U25dts.dll
U2dapp.dll
U2ddisk.dll
U2dmapi.dll
U2dnotes.dll
U2ftext.dll
U2fwks.dll
U2fwordw.dll
U2fxls.dll
U2l2000.dll
Vb6stkit.dll
Group 2:
Error: Load Library ("DLL name") Failed- The Specified module Could not be
found
These errors applied to these DLLs
Craxddt.dll
Craxdrt.dll
Crviewer.dll
Implode.dll
Msldbusr.dll
P2lsql.dll
Sscdlg.dll
Sscrc.dll
Sscsdk80.dll
U2fhtml.dll
U2frtf.dll
Uxddisk.dll
Uxfdoc.dll
Uxfwks.dll
Uxfwordw.dll
The remaining DLLs registered successfully.
Regards
Stephen FOrd

Wed, 08 Jun 2005 01:05:26 GMT F.Merg
#2 / 4 Runtime Error - 20532 Cannot Find Database DLL Hi,
Not all DLLs need to be registered.
Most of them are just copied to path specifed in help file (e.g.
C:\WINNT\Crystal)
I remember only database-related dlls (e.g. P2dmon.dll ) need to be
registered.
Besides, dependency files may also cause this problem.
Hope it useful to you.
F.Merge.


Quote:> An error occurred in Crystal Reports which seems to be caused by the need
> for a DLL to be registered, or so it says in the Crystal support sheet for
> this error. However, there are other issues here which might have other
> causes, so comments would be appreciated.
> Just for the record, the Crystal error was: "Runtime Error - 20532 Cannot
> Find Database DLL" which is mentioned on the Crystal support site.
> The system is: Windows: 2000, Visual Basic: 6.0, Crystal Reports: 8.5, SQL
> Server: 2000
> The user has one PC that works fine and the other with this problem. They
> seem similar in spec and configuration.
> The user registered the following DLLs
> Craxddt.dll
> Craxdrt.dll
> Crpaig80.dll
> Crpe32.dll
> Crviewer.dll
> Crxlat32.dll
> Crystl32.dll
> Implode.dll
> Itircl.dll
> Itss.dll
> Msadodc.ocx
> Msbind.dll
> Msldbusr.dll
> Msstdfmt.dll
> Msvbvm50.dll
> Msvbvm60.dll
> Msvcirt.dll
> Msvcp50.dll
> Msvcp60.dll
> msvcrt.dll
> Msvcrt40.dll
> Msvfw32.dll
> Oleaut32.dll
> Olepro32.dll
> P2bbnd.dll
> P2bdao.dll
> P2ctdao.dll
> P2irdao.dll
> P2lodbc.dll
> P2lsql.dll
> p2smon.dll
> P2sodbc.dll
> P2soledb.dll
> P2ssql.dll
> Shlwapi.dll
> Sscdlg.dll
> Sscrc.dll
> Sscsdk80.dll
> U252000.dll
> U25dts.dll
> U2dapp.dll
> U2ddisk.dll
> U2dmapi.dll
> U2dnotes.dll
> U2fhtml.dll
> U2frtf.dll
> U2ftext.dll
> U2fwks.dll
> U2fwordw.dll
> U2fxls.dll
> U2l2000.dll
> Urlmon.dll
> Uxddisk.dll
> Uxfdoc.dll
> Uxfwks.dll
> Uxfwordw.dll
> Vb6stkit.dll
> Some had to be registered in safe mode. Errors occurred in two groups, as
> follows-:
> Group 1:
> Error: "DLL Name" was loaded, But the DLL Register Server Entry Point Was
> not found
> Error: DLL Register Server may not be exported, or a corrupt version of
"DLL
> name" may be in memory. Consider using Pview to detect and remove it.
> These errors applied to these DLLs
> Crpaig80.dll
> Crxlat32.dll
> Mcvcp50.dll
> Msvcp60.dll
> Msvcrt.dll
> Msvcrt40.dll
> Msvfw32.dll
> P2smon.dll
> P2sodbc.dll
> P2soledb.dll
> P2ssql.dll
> Shlwapi.dll
> U252000.dll
> U25dts.dll
> U2dapp.dll
> U2ddisk.dll
> U2dmapi.dll
> U2dnotes.dll
> U2ftext.dll
> U2fwks.dll
> U2fwordw.dll
> U2fxls.dll
> U2l2000.dll
> Vb6stkit.dll
> Group 2:
> Error: Load Library ("DLL name") Failed- The Specified module Could not be
> found
> These errors applied to these DLLs
> Craxddt.dll
> Craxdrt.dll
> Crviewer.dll
> Implode.dll
> Msldbusr.dll
> P2lsql.dll
> Sscdlg.dll
> Sscrc.dll
> Sscsdk80.dll
> U2fhtml.dll
> U2frtf.dll
> Uxddisk.dll
> Uxfdoc.dll
> Uxfwks.dll
> Uxfwordw.dll
> The remaining DLLs registered successfully.
> Regards
> Stephen FOrd

computer_2();
Fri, 10 Jun 2005 10:44:11 GMT Stephen For
#3 / 4 Runtime Error - 20532 Cannot Find Database DLL p2dmon.dll - this was not mentioned by the user. I will investigate and
report back.
Thanks.
Stephen

Fri, 17 Jun 2005 00:21:51 GMT Stephen For
#4 / 4 Runtime Error - 20532 Cannot Find Database DLL Quote:> p2dmon.dll - this was not mentioned by the user. I will investigate and
> report back.

p2dmon.dll was not on the machine. Should it have been?
Stephen

Mon, 20 Jun 2005 19:51:46 GMT Page 1 of 1
[ 4 post ] Relevant Pages 1. Error: pdsodbc.dll not found, 20532 cannot find database dll

Hi,
The code is executing perfectly on the dev pc. When after completing the setup, the exe file is executed on test console, I am getting this error :
"Run-time error '20532' cannot find database DLL"
I believe this is a general crystal report error as it comes when I click the command button to generate a report file. I am using Crystal Report 8.5.
Can u plz help me by telling which associated dll could be the problem.

Hi
I have a question. I am trying to install crystal reports run time .msi file. How ever it installs by default in c drive
I have already installed crystal reports designer and server in d drive .
Is it possible to install the crystal report runtime in the location in d drive rather than installing it by default in c drive programa files SAPBUSINESSOBJECTS folder ?

eebf2c3492
Reply all
Reply to author
Forward
0 new messages