The data base DLL 'crdb_dao.dll' could not be loaded.

This has  been posted in other threads but I've not seen a final resolution.
I used VS2008 to create an application that includes Crystal Reports and One Click in VS2008 to create a runtime system to distribute my application.  The system installs and runs properly on a 32 bit system but fails to run on a 64 bit system.  I get a message on the 64  bit system that says
The data base DLL 'crdb_dao.dll' could not be loaded.
I cannot find the crdb-dao.dll module on the 64 bit system but can find it on the 32 bit system.   Can anyone tell me how to overcome this problem?
Thanks!
John

Hi John,
Moved to .NET Developer Forum. As noted in those other threads, there is no 64 bit version of the DAO driver. Your only option is to use ODBC or OLE DB.
No plans to create one because I don't Microsoft does NOT support their Access driver in 64 bit modes. See this Microsoft article on the history and supportability of DAO:
http://msdn.microsoft.com/en-us/library/ms810810.aspx
In this article it states:
There is no 64-bit version of the Jet Database Engine, the Jet OLEDB Driver, the Jet ODBC Drivers, or Jet DAO available. This is also documented in KB article 957570. On 64-bit versions of Windows, 32-bit Jet runs under the Windows WOW64 subsystem. For more information on WOW64, see http://msdn.microsoft.com/en-us/library/aa384249(VS.85).aspx. Native 64-bit applications cannot communicate with the 32-bit Jet drivers running in WOW64.
Thank you
Don
Edited by: Don Williams on Apr 27, 2010 6:56 AM

Similar Messages

  • The driver: sun.jdbc.odbc.JdbcOdbcDriver could not be loaded with jws

    Hi,
    When I execute my executable jar file, there is no problem but when I open my .jnlp with web start, I obtain my main frame but the queries don't work.
    I have the error message below :
    Java Web Start 1.2 Console, d�marr�e Fri Apr 25 14:55:59 CEST 2003
    Environnement d'ex�cution Java 2 : version 1.3.1 par Sun Microsystems Inc.
    See com.borland.dx.dataset.DataSetException error code: BASE+83
    com.borland.dx.dataset.DataSetException: The driver: sun.jdbc.odbc.JdbcOdbcDriver could not be loaded. This could be a problem with the driver itself, or that the driver is not found on the classpath.
         at com.borland.dx.dataset.DataSetException.a(Unknown Source)
         at com.borland.dx.dataset.DataSetException.driverNotLoadedAtRuntime(Unknown Source)
    Anyone can help me please?

    Almost certainly, you need to include the JAR file that contains the class in question as a resource in your JNLP. My personal preference for this kind of thing is to have an entry that actually points to another JNLP for the driver (database, e-mail, whatever you need).
    In general, the whole application has to be packaged so that JWS is aware of all the pieces (other than the JRE)--one other thing I've done in some cases is put the driver JAR's into the jre/lib/ext directory.
    HTH,
    J M Craig

  • The driver: sun.jdbc.odbc.JdbcOdbcDriver could not be loaded with I use jws

    Hi,
    I use Java web start and the problem is that java web start can't be loaded the driver.
    Here is my error message :
    See com.borland.dx.dataset.DataSetException error code: BASE+83
    com.borland.dx.dataset.DataSetException: The driver: sun.jdbc.odbc.JdbcOdbcDriver could not be loaded. This could be a problem with the driver itself, or that the driver is not found on the classpath.
    at com.borland.dx.dataset.DataSetException.a(Unknown Source)
    at com.borland.dx.dataset.DataSetException.driverNotLoadedAtRuntime(Unknown Source)
    at ...
    In my .jnlp I put :
    <resources>
    <j2se version="1.3+" />
    <jar href="ManipulationLigneAS400.jar" /> it's my application
    <jar href="classes12.zip" />
    </resources>
    I don't know what .jar I have to put?
    Someone could help me please?

    Hi,
    see your thread http://forum.java.sun.com/thread.jsp?forum=31&thread=385994
    Ulrich

  • The database sql generation parameters file could not be loaded. (MS Analysis Services 2012, OLEDB, OLAP)

    I am facing this error while creating a report in BI launchpad.It is working fine in rich client.I am using BO 4.1 and ms sql server 2012
    Thanks
    Riaz

    Hi amit,
    Do I need to create DSN for cube or data base?
    I am working on sql server cube
    By UDT i have selected OLE DB to create connection.
    While creating DSN what i have to select in the list

  • The class or interface 'URL Variables' could not be loaded

    what should i do for this problem is my action scripts...
    my scripts is....
    import mx.transitions.Tween;
    import mx.transitions.Zoom.*;
    import caurina.transitions.*;
    import flash.net.URLRequest;
    import flash.net.URLVariables;
    var myGalleryXML = new XML();
    myGalleryXML.ignoreWhite = true;
    /*new*/
    var search = 'all';
    var filter = 'all';
    var search:String = ExternalInterface.call("window.location.search");
    var vars:URLVariables = new URLVariables(search);
    trace(vars.search);
    trace(vars.filter);
    if(vars.search!='all' and vars.filter!='all')
        search= vars.search;
        filter=vars.filter;
    myGalleryXML.load("http://supremeinv.in/demo/index.php/"+search+"/"+filter);

    First you need to decide which version of Actionscript you are going to use, then use the code that agrees with that decision.  URLVariables (and URLRequest) are AS3 code elements.
    Elsewhere, you will end up with conflicts if you continue to declare the same variable multiple times.  In this case you are declaring var search at least twice.

  • Alarm & Event (AlertView​.dll) control report Control could not be loaded error on LV Runtime

    Hello, when I try to execute my application that use Alarm & Event control, the window show in red color the text: Control could not be loaded.
    I have tried to manually copy the AlertView.dll on C:\Program Files\National Instruments\Shared and then register the control with:
    regsvr32 C:\Program Files\National Instruments\Shared\AlertView.dll
    but still the control is never on the screen.
    When the window is invoked and the ActiveX is loading the system show several error message (unable to initialize ComponetWorks control ...) and then exit the the red color error message Control could not be loaded.
    If I install the DSC everything works fine ...
    Any idea?
    Regards.
    Marco Savegnago

    Hi msave,
    I'm not sure I've understood correctly your problem, but reading your post it seems that you want to execute your application that loads an ActiveX control without installing the DSC module.
    I did some researches for you and what I found is that copying the alertview.dll (in your case) into the path: <drive:>\Program Files\National Instruments\Shared  and register it into regsrv32, may not be sufficient.
    National Instruments, suggests to install the DSC (and from your post it seems you can do it) in order to have correctly installed all the parts you need effectively (in fact, in your case when you install the DSC all seems to work properly).
    I hope I've been of some help
    carlo> 

  • The Acrobat PDFMaker Server could not be loaded

    Hi All, Using Acrobat 8 pro on xp system inc Office 07. Suddenly today i am unable to create a PDF from any doc unless using PDF printer option. My COM add in tabs vanished. I have uninstalled booted etc then reinstalled no change. I have also run the installer in repair mode, no joy. I have managed to recover the COM add ins from the disabled option for all my windows progs such as word etc but all come up with the warning " The Acrobat PDFMaker Server could not be loaded" This also counts for creating a PDF direct from the PDFMaker opening page. Any ideas anyone as i believe the problem lies with Acrobat rather than the windows components.

    "PDFMaker server could not be loaded"
    I just did the following to my xp, office 2003 system
    1. updated to sp3 again
    2. update to .NET on most recent version
    3. deleted blocking of old formats such as old ppt, dbf etc on office 2003
    4. put patch for 2007 read on 2003
    5. uploaded Adobe 8.0.1.2
    6. then tried to used pdf maker and got the deadly: "PDFMaker server could not be loaded"
    7. then went through usual suspects of reloading, removing and then reloading, etc, even redid the dlls, no use
    8. if this seems to be as wide spread a problem as it appears on the web boards would one not think adobe in the kindness of its heart would fix it
    9. i can print to pdf and it is editable
    10. the adobe convert logo is now missing when i look at the files on windows explorer and right click, so somehow the upgraed washed out all functions
    11. well at least it worked for a few days, better than microsoft, but you guys are catching up fast
    12. in my companies i tell my people, if all else fails listen to the customer! it works

  • DB2 Issue - The specificed library could not be loaded

    When we start our application, we are getting the following error:-
    +sun-appserver-ee8.1_02|STC.eWay.DB.UDB.com.stc.connector.db2adapter.base.PreparedStatementAgentImpl|_ThreadID=11;|execute() failed - [SeeBeyond][DB2 JDBC Driver][DB2]The Specified library "<Stored Proc Name>" could not be loaded.|#]+*
    Database is up and running. Stored Proc is being used by another application, in websphere. What else could be the issue?
    Thanks in advance for your replies.

    I did not post the full error message. It is:-
    [SeeBeyond][DB2 JDBC Driver][DB2]The Specified library "storedproc name" could not be loaded.

  • XMII WebService shows error as - SOAP Service could not be loaded: null

    Dear Friends,
       I'm doing the xMII <-> XI <-> RFC scenario with the reference of the blog: https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/8703. [original link is broken] [original link is broken] [original link is broken] I just create an asyncronous scenario. Sender with SOAP adapter and receiver with RFC adapter. After creating the WSDL file from the scenario, I stored it in the xMII server path D:XISendere10099xMII_integration_1_Outbound_MI.wsdl. Then in the WebService action block of xMII BLT, I gave the URL as this file path, user name and password of XI server and click Next. Then I got the error message as SOAP Service could not be loaded: null.
       Please give the solution for this issue.
    Regards,
    Jagan.

    Dear Selvam,
       Actually I checked those things already. Everything is fine. I executed already HTTP <-> XI <-> xMII scenario and it was working fine. I checked with SendSMS.wsdl file now. That is also working fine. I am attaching the WSDL file, which I am using, for reference. This file is working fine in SOAPSonar and data posted in SAP R/3 table. But it is showing the error in xMII as "SOAP Service could not be loaded: null".
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions name="xMII_integration_1_Outbound_MI" targetNamespace="http://www.xxx.com/XIBatch3/10099/xMII_Integration_1" xmlns:p1="http://www.xxx.com/XIBatch3/10099/xMII_Integration_1" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><wsdl:types><xsd:schema targetNamespace="http://www.xxx.com/XIBatch3/10099/xMII_Integration_1" xmlns="http://www.xxx.com/XIBatch3/10099/xMII_Integration_1" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><xsd:element name="xMII_integration_1_Outbound_MT" type="xMII_Integration_1_Out_DT" /><xsd:complexType name="xMII_Integration_1_Out_DT"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">750324e0438311ddad100019bb528b1e</xsd:appinfo></xsd:annotation><xsd:sequence><xsd:element name="Vendor" type="xsd:string"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">b24fc7d01b6611dd8de7001320eb83c5</xsd:appinfo></xsd:annotation></xsd:element><xsd:element name="Name" type="xsd:string"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">b24fc7d11b6611dd8b8e001320eb83c5</xsd:appinfo></xsd:annotation></xsd:element><xsd:element name="Street" type="xsd:string"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">b24fc7d21b6611ddcc29001320eb83c5</xsd:appinfo></xsd:annotation></xsd:element><xsd:element name="City" type="xsd:string"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">b24fc7d31b6611dd8303001320eb83c5</xsd:appinfo></xsd:annotation></xsd:element><xsd:element name="Dist" type="xsd:string"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">b24fc7d41b6611ddcd00001320eb83c5</xsd:appinfo></xsd:annotation></xsd:element><xsd:element name="Country" type="xsd:string"><xsd:annotation><xsd:appinfo source="http://sap.com/xi/TextID">b24fc7d51b6611dd9fa5001320eb83c5</xsd:appinfo></xsd:annotation></xsd:element></xsd:sequence></xsd:complexType></xsd:schema></wsdl:types><wsdl:message name="xMII_integration_1_Outbound_MT"><wsdl:part name="xMII_integration_1_Outbound_MT" element="p1:xMII_integration_1_Outbound_MT" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" /></wsdl:message><wsdl:portType name="xMII_integration_1_Outbound_MI"><wsdl:operation name="xMII_integration_1_Outbound_MI"><wsdl:input message="p1:xMII_integration_1_Outbound_MT" /></wsdl:operation></wsdl:portType><wsdl:binding name="xMII_integration_1_Outbound_MIBinding" type="p1:xMII_integration_1_Outbound_MI" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" /><wsdl:operation name="xMII_integration_1_Outbound_MI"><soap:operation soapAction="http://sap.com/xi/WebService/soap1.1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" /><wsdl:input><soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" /></wsdl:input></wsdl:operation></wsdl:binding><wsdl:service name="xMII_integration_1_Outbound_MIService"><wsdl:port name="xMII_integration_1_Outbound_MIPort" binding="p1:xMII_integration_1_Outbound_MIBinding" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><soap:address location="http://aprins07:8010/XISOAPAdapter/MessageServlet?channel=:A_Test:xMII_Integration_1_xMII_Sender_CC&version=3.0&Sender.Service=A_Test&Interface=http%3A%2F%2Fwww.xxx.com%2FXIBatch3%2F10099%2FxMII_Integration_1%5ExMII_integration_1_Outbound_MI" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" /></wsdl:port></wsdl:service></wsdl:definitions>
    Regards,
    Jagan.

  • Specified Driver could not be loaded due to system error 5

    Hello,
    I am trying to run oracle 9i on my lap top. I installed the package from the website and got everything installed correctly. I checked my sqlnet.ora and tsnnames.ora files and the test connection in the ODBC driver is working fine.
    However, as i try and connect to the database through my ASP application i get the error:
    Code: 80004005
    Specified Driver could not be loaded due to system error 5
    I have been searching these forums for an answer and the closest solution i found was that something may be wrong with my path variable. I checked it and everything looks fine, it points to my /bin directory.
    I am not sure if it is something wrong with my driver (though i installed the latest one available) or something else. I Would appreciate any help anyone can offer.
    Thanks
    samir.

    The user that IIS runs as doesn't have appropriate access to the Oracle directory or to ODBC. There's a good, recent Usenet thread on this
    http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=3d119df8%240%24234%24ed9e5944%40reading.news.pipex.net&rnum=2&prev=/groups%3Fq%3DASP%2Bsystem%2Berror%2B5%2Bgroup:comp.databases.oracle.*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26scoring%3Dd%26selm%3D3d119df8%25240%2524234%2524ed9e5944%2540reading.news.pipex.net%26rnum%3D2
    I'm assuming that you've verified that you can, say, create a new DSN with the Oracel driver and successfully test it with the "test connection" button.
    Justin

  • [Axtive X in a panel] "control could not be loaded"

    Hi I do an experiment in robot control. The setup is shown in the attached file.
    The problem occurs at the client site, the panel is loaded through the web page except the two ActiveX objects."control could not be loaded" was appeared rather than the objects.
    I searched the previous posts but I still unable to solve the problem at the client side.??
    Should I download the SDK for the activeX object at the ???
    Attachments:
    ask labVIEW.docx ‏105 KB

    Thank you for your reply
    on the server side: the operating system is windows vista, while the client side use windows7.
    Also i need to notify you that when I load the html on the server site the 2 activex are loaded in the panel ( but the axtivex responsible for transfere the camera video is still black, and no any images are displayed in this activex box.

  • SOAP service could not be loaded: premature end of file

    Hi,
    I am trying to call some web services using the Web Service action in the logic editor, but I am always getting some errors. For instance, for an online service (e.g. http://webservices.imacination.com/distance/Distance.jws) I am getting:
    "SOAP service could not be loaded: Premature end of file."
    I've tried 3 different web services that are available out there, and no result. I've laso tried writing it like this:
    http://webservices.imacination.com/distance/Distance.jws/ or
    http://webservices.imacination.com/distance/Distance.jws?wsdl
    , but the result was the same.
    I've also tried a web service that's currently deployed on my machine, using Tomcat. Here, I'm getting some slightly different errors:
    http://localhost:8080/epcis-repository-0.2.0/capture/
    SOAP service could not be loaded: the element type "HR" must be terminated by the matching end-tag "</hr>"
    http://localhost:8080/epcis-repository-0.2.0/capture or
    http://localhost:8080/epcis-repository-0.2.0/capture?wsdl
    SOAP service could not be loaded: WSDLEXception (at /html): faultCode=INVALID_WSDL: Expected element 'definitions'.
    As a note, this web service that I have deployed locally is also available online (http://demo.accada.org/epcis/capture), and if I try out this one, the error is again:
    SOAP service could not be loaded: Premature end of file.
    As far as I could tell, the /epcis/capture webservice is document/literal, so I don't think this should be a problem. I have read other posts about people having similar problems, but I could not find the answer to my problem...
    Can anyone please help?
    Thanks in advance!
    Angela

    Hi,
    Thanks a lot, everyone, for your answers! Yes, the firewall and the "rpc/encoded" encoding might explain why the first two web services did not work...
    However, it does not explain why the web service installed locally does not work, since it is "document/literal" encoded, as far as I could tell..... And unfortunately, this one is the one that I need to connect to (the others I was only using for testing). Again, this is the error message that I get:
    SOAP service could not be loaded: WSDLEXception (at /html): faultCode=INVALID_WSDL: Expected element definitions'.
    Parts of the wsdl file are copied bellow, and I can't see anything wrong with it (certainly no <definitions/> missing):
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- EPCIS QUERY SERVICE DEFINITIONS -->
    <wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:epcis="urn:epcglobal:epcis:xsd:1" xmlns:epcisq="urn:epcglobal:epcis-query:xsd:1" xmlns:epcglobal="urn:epcglobal:xsd:1" xmlns:impl="urn:epcglobal:epcis:wsdl:1" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:epcglobal:epcis:wsdl:1">
      <wsdl:binding name="EPCISServiceBinding" type="impl:EPCISServicePortType">
        <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="getQueryNames">
          <wsdlsoap:operation/>
          <wsdl:input>
            <wsdlsoap:body use="literal"/>
          </wsdl:input>
          <wsdl:output>
            <wsdlsoap:body use="literal"/>
          </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    </wsdl:definitions>
    As a side note, I now get the same error message if I try to connect from outside the company's firewall to the same web service available on the internet (http://demo.accada.org/epcis/capture?wsdl).
    Does anyone have any more ideas?
    Thank you once again in advance!
    Angela

  • The database DLL 'crdb_odbc.dll' could not be loaded.

    Post Author: lurked
    CA Forum: Data Connectivity and SQL
    Hi guys.The post title explains the problem...I'm using Crystal Report XI : Developper with Windows Server 2003.I need to display reports over the web, so I'm using the Crystal Report ActiveX Viewer.All is working fine for now, except the following : When I try to show the report, I only see the Viewer's border, with the viewer empty, and on the top, its written : Failed to load database information. Details: The database DLL 'crdb_odbc.dll' could not be loaded.
    I searched my computer, and I found many different crdb_odbc.dll(I used many different versions of Crystal Report), they all are in the Common Files folders, and I tried to register it, but since there is no Entry, I cant register it. I also un/re-installed Crystal Report, both on the server AND on the client machine, and I keep getting the same error message.So I'm kinda stuck now.. If anybody knows where I should head first, to get over this problem, it would be very nice.Thanks.François BoivinSTAS, Analyst Programmerwww.stas.biz

    Post Author: V361
    CA Forum: Data Connectivity and SQL
    when you set up your ODBC connection what type of connection did you create. Does it work from any machine ?.  You might want to try adding another ODBC connection to the Windows Server, Chose System DSN (If that is appropriate for your environment) and try the openlink generic (Again If that is appropriate for your environment) Whatever you call this connection, you will need a clone on the server side as well, same name, same case, same everything....   Not sure if this will help, but I had some situations were I got a similar error, and doing the above fixed my problem....  ( I am using SQL server though, so....)

  • The database DLL 'crdb_p2bbtrv.dll' could not be loaded.

    I'm using Visual Studio 2008 to develop an ASP.NET application to display reports created using Crystal Reports XI.
    We currently have a working VB6 application that employees use to launch reports written in Crystal Reports XI. My task is to rewrite the user interface using Visual Studio 2008 in ASP.NET and provide the reports on our company ASP.NET portal.
    The reports that need to be launched are all existing reports written in XI. There is no VB code that defines data connection; it just launches the report in a report viewer.
    Here is the VB 6 code:
    Set CrystalApplication = CreateObject("CrystalRuntime.Application.9")
    Set CrystalReport = CrystalApplication.OpenReport(grsReports!ReportFile)
    crViewer.ReportSource = CrystalReport
    crViewer.ViewReport
    Very simple!
    Now this should be simple to reproduce in ASP.NET page; 30min top.
    Dim crystalReport As New ReportDocument()
    crystalReport.Load(q.ReportLoc)
    CrystalReportViewer1.ReportSource = crystalReport
    I created the page threw it up on the server and everything looks fine. When the user selects a report they are presented with a box that says enter values. They enter the date range and select OK. Then BOOMB!
    The error message u2013 u201CFailed to load database information. Details: The database DLL 'crdb_p2bbtrv.dll' could not be loaded. Error in File C:WINDOWSTEMPvoucher reprint by voucher {AE5F62B2-1704-428D-8DCD-4BD83001BF49}.rpt: Failed to load database information.u201D
    When I open the report in Crystal it works just fine and I dont get any errors, even on the server
    I installed process monitor on the server
    1. I've deployed the CRRedist2008_x86.msi (BootStrapper)  on the server.
    2. Installed Crystal Report XI on the server
    3. Installed pervasive PSQL
    I folllowed the SAP links.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7b6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333333363338333933333331%7d.do
    Install the Btrieve database engine on the system with the Visual Studio .NET application.  How do I do that?
    Thank you

    Hi Larry,
    The problem is you originally used the CR Basic version which is included with VS 2008, cr version is 10.5. So what you are doing is going backwards in CR runtime version.
    Next problem is CR Basic for VS 2008 does not include the native Btrieve driver and the one included in the XI runtime will not work in VS 2008. VS 2008 and CR basic only supports the basic ODBC, OLE DB and few others drivers...
    When you downloaded the trial version of CR 2008 use Service Pack 3 full version and rebuild your app with the updated 12.3.x.x runtime, 12.0.1100.x and 12.0.2000.x assembly versions. And when you do install CR 2008 SP 3 select the custom option to manually select the native btrieve/pervasive driver, it's not installed by default. Now your application will spefifically look for CR 2008 rutime, if you don't update by rebuilding the app it will continue to use the 10.5 runtime.
    Now when you build your deployment package also use the Service Pack 3 Redist MSI package, it will include the native driver.
    If you don't purchase CR 2008 your license will run out in a month and your users will not be able to continue using your app.
    If you don't upgrade your only option is to convert your reports to ODBC and then verify you are not using any CR XI specific features, they won't work in CR 10.5 runtime.
    Hope this clears it all up for you?
    Thank you
    Don

  • The database connector "Crdb_p2bpfx.dll" could not be loaded

    Hello,
    I received a new laptop, and now my reports no longer work.  I get the error "The database connector "Crdb_p2bpfx.dll" could not be loaded" then several others that follow.  I have ODBC connections setup that test successfully and I connect to the database via other means.  I am using Crystal Reports Professional  version 11.5.12.1838 on Windows 7. I have seen a few other posts regarding this file, but nothing that seemed to address my particular situation.  Any help would be greatly appreciated, Thank you.

    No references. Only from the DB driver name it tells me you are using a report that was originally created off that Third Party DB driver. How to get around it is something we don't have any details on nor can we. Search using Google, it may tell you something..
    After searching I see it is the DataFlex Driver: http://www.pfxcorp.com/faqcrystal.htm
    PFXcrystal FAQ
    How can Crystal Reports 9, 10, XI, XI R2 and 2008 work with PFXplus data?
    Crystal Reports can access Powerflex database directly, connecting via PFXcrystal; or through ODBC, connecting via PFXodbc.
    Contact DataFlex for assistance... They were an OEM Partner or had the source code. So somewhere you got those reports from their product and or package...
    Don
    Edited by: Don Williams on Jan 16, 2012 1:54 PM

Maybe you are looking for

  • Poor full screen display quality

    I am in a dual-display environment. One display I have set up as a full-screen display for images as I edit them in Aperture. They show up in a dismally poor quality; a grid-like low resolution. When I zoom in on them, the issue goes away. It's just

  • Users on a new system (Homogeneous copy)

    Hi people, I have done a system copy  (homogeneous) I do not know if the target system must be or not users who were at the source system, someone I can indicate what? Thank you. P.D: <removed_by_moderator> Edited by: Julius Bussche on Jul 1, 2008 1:

  • Direct Link to Next Task via Email

    I would like to send a direct link to the next process task via e-mail.  In this scenario a user would receive notification to complete a task assigned to them and be able to access that task directly from a link in the mail. I am currently able to s

  • Form with Javascript has stopped working

    This form was working before, but it no longer responds in any way when I click the "Send Request" button (which is basically an email submit button). https://acrobat.com/#d=lELFS*MPtZixEHObM2nkNA I have added some new functions, but I don't know how

  • Can elements11 be installed on more than one computer

    Can elements 11 be installed on more than one computer