top of page
  • Black Instagram Icon

Cannot Find Database Dll Error 20532: Tips and Tricks to Resolve It Quickly

  • Writer: anlowadetalilapa
    anlowadetalilapa
  • Aug 13, 2023
  • 7 min read


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.


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




Cannot Find Database Dll Error 20532



It was successfully installed without any error. All the function are running properly i.e. adding the records in the database fetching it in the dropdown but the problem occurred when I generate the report.


  • I need confirmation whether Crystal Reports 8.5 is compatible upon Windows Vista. Could someone at SAP please confirm this. The version of Crystal Report was purchased from Seagate Software ??\\n\\nAs mentioned in earlier posts, I am trying to port a application developed in VB6 from Windows 2000 onto Vista. App works fine, but Crystal Reports within app crash with error 20532. If it is a 'dll' problem could someone please help me identify which one is missing ?\\n\\nThank you.\",\"author\":\"username\":\"former.member\",\"displayName\":\"Former Member\",\"groupIcons\":[],\"suspended\":true,\"isCurrentUser\":false,\"parentAuthor\":\"username\":\"former.member\",\"displayName\":\"Former Member\",\"groupIcons\":[],\"suspended\":true,\"isCurrentUser\":false,\"id\":5676757,\"creationDate\":1237394238000,\"activeRevisionId\":7239830,\"lastActivity\":1237394238000,\"parentId\":5669249,\"originalParentId\":5630746,\"likeCount\":0,\"visibility\":\"full\",\"depth\":0,\"attachments\":[],\"canVoteUpOrCancel\":false,\"relations\":\"canReport\":false,\"visibility\":\"full\",\"canEdit\":false,\"canUseDelete\":false,\"isLiked\":false,\"type\":\"comment\",\"canVoteUpOrCancel\":false,\"canConvertToAnswer\":false,\"canBeModerated\":false,\"canViewRevisions\":false,\"showInReply\":false,\"reported\":false,\"canCancelReport\":false,\"canDelete\":false,\"canVoteDownOrCancel\":false,\"canComment\":false,\"canViewReports\":false,\"isCurrentUserAuthor\":false,\"liked\":false,\"moderatorComment\":false}]}}"); const simplifiedQuestionView = JSON.parse("true"); (function() window.pageContext = mergeDeep(pageContext, question: id: 5630746, plug: "error-20532-on-windows-vista-and-office-2007", votes: 0, questionTitle: "Error 20532 on Windows Vista and Office 2007", isClosed: false, isLocked: false, isRedirected: false, redirectedFromTitle: "", redirectedFromId: "", closedStatusData: JSON.parse(""), userVoted: false, relations: JSON.parse("\"canClose\":false,\"canUnredirect\":false,\"canReport\":false,\"visibility\":\"full\",\"canEdit\":false,\"canUseDelete\":false,\"canReopen\":false,\"type\":\"question\",\"canVoteUpOrCancel\":false,\"canViewRevisions\":true,\"canUnlock\":false,\"reported\":false,\"canVoteDownOrCancel\":false,\"canLock\":false,\"canCancelReport\":false,\"canComment\":true,\"isCurrentUserAuthor\":false,\"canViewReports\":false"), isQuestionAccepted: true , childToViewInfo: id: "" , comments: JSON.parse("\"5633077\":\"rootParentId\":5633077,\"commentsCount\":5,\"comments\":[\"body\":\"I need confirmation whether Crystal Reports 8.5 is compatible upon Windows Vista. Could someone at SAP please confirm this. The version of Crystal Report was purchased from Seagate Software ??\\n\\nAs mentioned in earlier posts, I am trying to port a application developed in VB6 from Windows 2000 onto Vista. App works fine, but Crystal Reports within app crash with error 20532. If it is a 'dll' problem could someone please help me identify which one is missing ?\\n\\nThank you.\",\"author\":\"username\":\"former.member\",\"displayName\":\"Former Member\",\"groupIcons\":[],\"suspended\":true,\"isCurrentUser\":false,\"parentAuthor\":\"username\":\"former.member\",\"displayName\":\"Former Member\",\"groupIcons\":[],\"suspended\":true,\"isCurrentUser\":false,\"id\":5676757,\"creationDate\":1237394238000,\"activeRevisionId\":7239830,\"lastActivity\":1237394238000,\"parentId\":5669249,\"originalParentId\":5630746,\"likeCount\":0,\"visibility\":\"full\",\"depth\":0,\"attachments\":[],\"canVoteUpOrCancel\":false,\"relations\":\"canReport\":false,\"visibility\":\"full\",\"canEdit\":false,\"canUseDelete\":false,\"isLiked\":false,\"type\":\"comment\",\"canVoteUpOrCancel\":false,\"canConvertToAnswer\":false,\"canBeModerated\":false,\"canViewRevisions\":false,\"showInReply\":false,\"reported\":false,\"canCancelReport\":false,\"canDelete\":false,\"canVoteDownOrCancel\":false,\"canComment\":false,\"canViewReports\":false,\"isCurrentUserAuthor\":false,\"liked\":false,\"moderatorComment\":false]"), answerPager: answersCount: 2, page: 1, pageSize: 10, pageCount: 1, sort: "votes" , answers: JSON.parse("[\"body\":\"Hi\\n\\nThis error occurs since the Crystal Reports Data-Bound Control database DLL (P2bbnd.dll) is not included with a Typical installation of Crystal Reports 8.5. You will need to perform a Custom or Complete installation.\\n\\n\\nIf Crystal Reports 8.5 has already been installed:\\n\\n\\n1. Run the Crystal Reports setup again.\\n\\n2. Click 'Add/Remove'. The 'Select Features' section appears.\\n\\n3. Expand 'Data Access'.\\n\\n4. Click 'Bound Reporting' and then click 'Entire feature will be installed on local hard drive'.\\n\\n5. Click 'Next'. The Start Installation section appears.\\n\\n6. Click 'Next' to install the driver and continue the setup to completion.\\n\\n\\nNOTE: For information about the runtime file requirements for Crystal Reports, refer to Knowledge Base article c2008238.\\n\\nHope this helps!!!\\n\\nRegards\\nSourashree\\n\",\"author\":\"username\":\"former.member\",\"displayName\":\"Former Member\",\"groupIcons\":[],\"suspended\":true,\"isCurrentUser\":false,\"id\":5633077,\"posted\":1236705050000,\"votes\":0,\"isAccepted\":true,\"isLocked\":false,\"userVoted\":\"\",\"relations\":\"canCancelAccept\":false,\"canUnlock\":false,\"canUseDelete\":false,\"accepted\":true,\"canVoteDownOrCancel\":false,\"canLock\":false,\"canAccept\":false,\"type\":\"answer\",\"canVoteUpOrCancel\":false,\"isCurrentUserAuthor\":false,\"attachments\":[],\"body\":\"Please re-post if this is still an issue to the Legacy Application Development SDKs Forum or purchase a case and have a dedicated support engineer work with you directlyOfficially support for 8.5 ended a long time ago and well before vista was out. Use Prcess Monitor to see what's missing.\",\"author\":\"username\":\"don.williams\",\"displayName\":\"Don Williams\",\"groupIcons\":[\"name\":\"moderator\",\"title\":\"This user is an SAP Moderator\",\"priority\":20,\"name\":\"employee\",\"title\":\"This user is an SAP Employee\",\"priority\":21],\"suspended\":false,\"isCurrentUser\":false,\"id\":6600918,\"posted\":1255305120000,\"votes\":0,\"isAccepted\":false,\"isLocked\":false,\"userVoted\":\"\",\"relations\":\"canCancelAccept\":false,\"canUnlock\":false,\"canUseDelete\":false,\"canVoteDownOrCancel\":false,\"canLock\":false,\"canAccept\":false,\"type\":\"answer\",\"canVoteUpOrCancel\":false,\"isCurrentUserAuthor\":false,\"attachments\":[]]"), answerForm: formAction: "/answers/5630746/post.json", textareaName: "body", textareaErrors: "", isAttachmentsEnabled: true, answerEditorialGuideline: title: "Before answering", content: "You should only submit an answer when you are proposing a solution to the poster\'s problem. If you want the poster to clarify the question or provide more information, please leave a comment instead, requesting additional details. When answering, please include specifics, such as step-by-step instructions, context for the solution, and links to useful resources. Also, please make sure that your answer complies with our Rules of Engagement.", links: [ title: "Rules of Engagement", href: " -of-engagement.html", ] , answerMinBodyLength: '10', answerMaxBodyLength: '20000' , currentUser: sapInternalId: '', permissions: canVoteUpOrCancel: false, canVoteDownOrCancel: false, canModerate: false, , isVotedUp: false, isVotedDown: false , alerts: alertModeratorMinLength : "It should be given a proper explanation about why the content is inappropriate.", alertModeratorMinLengthValue : "10", alreadyReportedMessage : "You already have an active moderator alert for this content." , url: profileApiBaseUrl: ' -api.services.sap.com', followUnfollowQuestion: '/sap/nodeSubscription.json', isFollowingQuestion: '/sap/isFollowingNode.json', vote: voteUp: '/commands/0/voteup.json', voteDown: '/commands/0/votedown.json', cancelVote: '/commands/0/cancelvote.json' , rss: answers: '/feed/5630746/answers.rss', answersAndComments: '/feed/5630746/comments-and-answers.rss' , authorizeUploadContext: type: 'answer' , atMention: userSearchServiceUrl: ' ', currentUserName: '', useNewUSSCORS: true, atMentionDelayMs: 100, showMentionInRedactor: true , attachmentSettings: commentMaxAttachments: '2', answerMaxAttachments: '10', commentMaxAttachmentSizeBytes: '1048576', answerMaxAttachmentSizeBytes: '1048576', commentAttachmentsSizeBytesTotal: '2097152', answerAttachmentsSizeBytesTotal: '10485760' , editor: editorClipboardUploadEnabled: true ) )(); Home

  • Community

  • Ask a Question

  • Write a Blog Post

Login / Sign-up Search Questions and Answers 0 Former Member Mar 10, 2009 at 11:04 AM Error 20532 on Windows Vista and Office 2007 273 Views Follow RSS Feed I have a application developed in VB6, with Access 2000 as backend, using CR8.5 for reporting, running upon W2K and Office 2000. Application working correctly.


2ff7e9595c


 
 
 

Recent Posts

See All

Comments


© 2023 by Zoe Marks. Proudly created with Wix.com

bottom of page