Cannot register CRAXDRT.DLL

Post Author: ale
CA Forum: Deployment
I have created a package of my VB6 application, including the necessary DLL for CR XI...
When I launch the setup on another computer at the end of the installation a message says that the CRAXDRT.DLL cannot be registered.
The setup is created with Install Shield 5.5. I do not use merge modules.
Why this DLL cannot be registered?

Post Author: ejthunder
CA Forum: Deployment
Hi,
Normally a file won't register because it is missing a dependency file.  You can use Dependency Walker (search for it on Google) and see what file(s) might be missing.
BOBJ does not support manual deployment of CR XI runtime files. Only merge module deployments are supported.  This is because there are too many files to install, register (or not), etc. to be able to do it manually any more.  Here's a link to the CR XI deployment documentation:
http://support.businessobjects.com/communityCS/TechnicalPapers/rdcXI_deployment.pdf
There's also a kbase article discussing the policy - c2017252 - that you can search for on the BOBJ tech support page (technicalsupport.businessobjects.com).
Good luck!
EJ

Similar Messages

  • Problems registering craxdrt.dll

    Hi Everybody,
    I am trying to get an application that makes use of Crystal Reports to build but have run into problems due to dlls not being registered on my build machine. The error message I get is:
    "The type or namespace name 'CRAXDRT' could not be found (are you missing a using directive or an assembly reference?)".
    This is due to a reference we have to craxdrt.dll (which is not registered on the build machine) in our application. The problem is that when I try to register the craxdrt.dll file with regsvr32 I get the following error:
    "The module "craxdrt.dll" failed to load. Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files. The specified module could not be found."
    I've had a look at craxdrt.dll with dependency walker, which lists the following dlls as missing:
    API-MS-WIN-APPMODEL-RUNTIME-L1-1-0.DLL
    API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL
    API-MS-WIN-CORE-WINRT-L1-1-0.DLL
    API-MS-WIN-CORE-WINRT-ROBUFFER-L1-1-0.DLL
    API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL
    API-MS-WIN-SHCORE-SCALING-L1-1-1.DLL
    CSLIBU-2-1.DLL
    DCOMP.DLL
    GPSVC.DLL
    IESHIMS.DLL
    MFC71U.DLL
    I'm not sure if these are a red herring though as they appear to be Windows system DLLs for the most part, which I would not expect to have to redistribute with my application.
    Any help would be greatly appreciated as its starting to feel like banging my head against a brick wall trying to get this to work and getting nowhere.
    Thanks a lot for any help you are able to give!

    Hi Max,
    Moved your post to the Legacy SDK forum.
    Need more info, what version of CR are you using?
    And since the RDC is only supported in Visual Studio 6 I assume this is what you are using?
    Current version of the RDC packages up to CR XI R2 ( version 11.5 ) have redist packages available so don't try to deploy the runtime manually yourself, use the MSM or MSI.
    MSI should have all of the dependencies include, MSM will be missing ALL of the dependencies so you need to include them yourself.
    Don

  • Error 1904 "Cannot register ExportSDK.dll" when installing BOXI

    When installing BO Entreprise XI Release 2 on my PC WXP SP2, had 2 error messages 1904 "Cannot register dll" on :
    - ExportSDK.dll
    - importent6.dll
    I had to ignore both errors to complete install.
    Although BOXI seams to work fine, should I fix the error and how to ?
    Marc

    Hi Marc,
    Could you please review the following information it might help you to resolve the issue.
    Hi Chris,
    This is with reference to the information provided by you.
    Could you please test the following solutions to resolve the issue?
    Solution1:
    1. Log in as u2018Computer Administratoru2019.
    2. Make sure that no anti-virus program or spy ware is running on your machine.
    3. Copy and paste all the installation files of BOXI to your local drive of your machine.
    4. Start the installation by running the setup file from your local machine.
    5. Click ignore to all the 1904 errors you get while installing and it should finish the install process
    6. Once the install is complete, go to the Control Panel -> Add/Remove Programs and reinstall BOXI.
    7. The installation the second time should register those dlls without error
    8. After successful installation, restart your machine.
    9. Open BOXIR2 and let me know what happens
    If the above mentioned solution doesnu2019t works then could you please apply the following solution?
    Solution2:
    You need to disable the DEP option for all services and programs other than those needed by the Operating System, before installing the product.
    To disable DEP:
    1) Go to Start > Settings > Control Panel > System > Advanced tab > Settings button > Data Execution Prevention tab.
    2) Select the top radio button and restart the system for changes to take effect.
    3) Upon completing these steps, you can now successfully install the product.
    Solution3:
    Sometimes we fail to register the .DLL using REGSVR32 because in the system there is the alias copy of these DLLs. Therefore, could you please check the system folders that is there any alias .DLLs are present for ExportSDK.dll and Import6.dll if there is any such .DLLs could you please remove the dlls and try to register again.
    In case of queries please do revert we will be glad to help you.
    Regards,
    Sarbhjeet Kaur

  • Registering ODAC Dlls

    Hello everyone!
    Normally before installing my app I install the ODTwithODAC112030. But I've just recently been able to get a hold of a registered copy of Visual Studio 2010 Ultimate and was exploring the Setup Package. I came across the "Global Assembly Cache Folder" and was wondering if it is possible to just add the ODAC dlls on this folder and then free myself from Installing the ODTwithODAC112030 everytime I install an app. I tried it but i get this error:
    System.TypeInitializationException: The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw an exception. ---> Oracle.DataAccess.Client.OracleException: The provider is not compatible with the version of Oracle client
    at Oracle.DataAccess.Client.OracleInit.Initialize()
    at Oracle.DataAccess.Client.OracleConnection..cctor()
    --- End of inner exception stack trace ---
    at Oracle.DataAccess.Client.OracleConnection..ctor(String connectionString)
    at cdoearth.module_connection.connectToDB(String dbu, String dbp, String dbs, String ceu, String cep)
    at cdoearth.loginFrm.loginBtn_Click(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Edited by: m.davide on Mar 8, 2012 10:37 PM

    Problem with acces to Oracle.DataAccess.dll in application folder
    Hello,
    actual there are only 2 methods to install and register these DLLs. Xcopy and universal installer
    Please read this thread for more information.
    Your Exception:
    I got the same message. I tried to place the DataAcess Dll into the application folder and removed them from GAC. This does not work. It seems that they need some underlying non managed Dlls and cannot access them in this way.
    regards Ellen

  • Re-Register AdobePDF.dll?

    I own Acrobat Pro 7. My OS is XP Pro. I have a 3d party app (DocScan Pro) which uses Acropdf.dll to display PDFs which it creates by scanning. The problem is that the app thinks acropdf.dll is not installed, so it nags me to install Acrobat Reader (and, fails to display any pdfs). I've tried installing Reader 8, then Reader 9, then uninstalling them, then reinstalling, them, etc., but the problem persists.
    My guess is that somehow acropdf.dll is not registered in the registry properly. It exists where you'd expect to find it. There are numerous references to it in the registry, but maybe not the one which lets a 3d party app call it?
    I've always had Acrobat Pro set to be my default PDF viewer (why use Reader if you paid for Pro?). I also have PDFs on the internet set to display in Acrobat and *not* the browser. However, when I reverse that and try to display an internet pdf in my browser, the browser (Firefox) gives me an error indicating that it can't display it.
    Q. - How can I re-register Acropdf.dll to fix this?

    I have a customer who is having the same problem. We sell an application that uses acropdf.dll for display of pdf files in the program. My customer has Reader 9 installed, but it seems the acropdf.dll file is not correctly registered on the machine because our application cannot load the pdf files in our viewer. Our program is written currently in VB5. It works just fine for most everybody on both XP and Vista, but some encouter this problem.
    The user has unistalled and re-installed Reader 9 at my suggestion, but with no success (this does fix the problem for most people). The acropdf.dll file is located in the expected location.
    Does anybody have any suggestions on how to fix this apparent registration problem, when uninstalling and re-installing of Reader 9 is unsuccessful in fixing it? Is there anything the user should check/do after uninstalling Reader 9 to make sure that acropdf.dll will be registered correctly upon re-installation.
    Thanks in Advance!

  • I moved itunes file to external hard drive and want to move the file on my pc to recycle bin. When I move i get an error message that it cannot delete ituneshelper.dll access is denied. Can I move that file to the recycle bin?

    I am trying to free up space on my pc and moving itunes files to external hard drive. I have followed instructions and believe I have file copied to new drive, but I am having trouble moving file to recycle bin as the instructions say. I am getting the following error message: cannot delete ituneshelper.dll:access denied, make sure disk is not full or write protected and file not in use. I know the file is not in use when trying to move. Any help would be most appreciated. I am on Windows XP.

    Yes. And you should not have moved that folder. Put it back. To move your iTunes library move the folder from User's Music.
    tt2

  • I am trying to finish a book in InDesign CS2 with another person. My old XP computer became unstable and I had to get a Windows 7 computer. I was able to install CS2 on the Virtual XP Machine on my Windows 7 computer, but I cannot register or activate it.

    I am trying to finish a book in InDesign CS2 with another person. My old XP computer became unstable and I had to get a Windows 7 computer. I was able to install CS2 on the Virtual XP Machine on my Windows 7 computer, but I cannot register or activate it. Adobe no longer supports activation. Is there a way I can keep using CS2? I need to get files back and forth to my coauthor. I also have CS6. I understand that files can go form 2 to 6, but not backwards. Thanks Robert

    you can download a new installer and serial number from Adobe at Adobe - CS2 Downloads

  • I am trying to install the newest version of Itunes and it fails with the message "Program cannot start MSVCR80.dll is missing from your computer. Try reinstalling program to fix this program.I have tried reinstalling several times but get same results

    I am trying to install the newest version of Itunes and each time I repeatedly get the message "Program cannot start MSVCR80.dll is missing from your computer Try reinstalling to fix this problem". I have tried reinstalling several times and I get the same message . Any ideas? I am most appreciative. I am using Windows 7.

    Hi 49balf,
    Thanks for visiting Apple Support Communities.
    I recommend removing and reinstalling iTunes using these steps:
    Check for .dll files
    Go to C:\Program Files (x86)\iTunes and C:\Program Files\iTunes and look for .dll files.
    If you find QTMovie.DLL, or any other .dll files, move them to the desktop.
    Reboot your computer.
    Note: Depending on your operating system, you may only have one of the listed paths.
    Uninstall and reinstall iTunes
    Uninstall iTunes and all of its related components.
    Reboot your computer. If you can't uninstall a piece of Apple software, try using the Microsoft Program Install and Uninstall Utility.
    Re-download and reinstall iTunes 11.1.4.
    You can find the article with these steps and more information here:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Best,
    Jeremy

  • Cannot register my CC and I do not know why

    I cannot register my CC to purchase. There is no problem with information, what to do?

    What do you mean you cant delete? Are they still in your contact app or they come up when you text or call them?

  • Hello - I live in the UAE and my itunes account is regsitered here. Unfortunately the choice of music is not as good as when my account was registered in the UK. I cannot register my account in the UK as my bank details are all in the UAE now. HELP!

    Hello - I live in the UAE and my itunes account is regsitered here. Unfortunately the choice of music is not as good as when my account was registered in the UK. I cannot register my account in the UK as my bank details are all in the UAE now. HELP!

    Sorry, but no help is possible. You can only use the UAE iTunes Store, and Apple can only offer what content they are able to license for sale in that country. You'll have to look elsewhere for content. Whether there are any other download stores able to sell in the UAE I don't know. You may need to purchased CDs and import them into iTunes.
    Regards.

  • Seeburger EDI Adapter Deployment Error: Cannot register EarLoader

    Hello,
    we currently have updated our SAP Netweaver Development Environment 2004s to SP20. This installation runs on IBM iSeries.
    We also have to deploy a Seeburger EDI Adapter (Version 1.8) but we faced following error in the deployment:
    ---snipped
    PM Error: Aborted: development component
    'SeeFunctionsEar'/'seeburger.com'/'SEEBURGER
    AG'/'20090701183537.1.8.1'/'1', grouped by software component
    'SeeXIExtendedTools'/'seeburger.com'/'LOCAL'/'20090701183537.1.8.1''/'1':
    Caught exception during application deployment from SAP J2EE Engine's
    deploy service:
    java.rmi.RemoteException: Cannot register EarLoader for application
    seeburger.com/SeeFunctionsEar..
    Reason: null; nested exception is:
    java.lang.NullPointerException
    (message ID:
    com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    ---snipped
    We've deployed not only with the JSPM but also with developer Studio. (The SDM-Tool has a big problem after upgrating to SP20 - SAP knows the error and with the next SP this will be fixed. So this tool cannot be used!)
    First of all, I think it is very useful for us to know what is the EarLoader but unfortunately we can't find any information on the sap help, documentation or here in the SDN. Neither on the Web .....
    Could someone explain the issue to me, please?
    Thanks in advance.
    Christian Sperlich

    Hi,
    1)Can you check your class path, whether it is configured correctly
    2)Check whether you have included the latest class file while importing
    3)Check whether you have activated the objects after you have made changes are imported
    Regards
    Agasthuri Doss

  • Get the Picture object location path from crystal report using CRAXDRT.DLL

    Post Author: hpatel_it
    CA Forum: Crystal Reports
    Hi All,I am working on one project - Crystal report to SQL Report conversion and I am using CRAXDRT.DLL to open and read crystal report.I have done conversation of all controls but I am not able to get PICTURE object from Crystal report and also PICTURE object source path.I am using CRAXDRT.OLEOBJECT to get the path of the picture object.if someone have knowledge of CRAXDRT please help me.Regards,Harry

    You can get at specific objects using events,  but not a whole record.
    Can't think of any way of doign this at all...
    Ludek

  • Cannot start HP Pavilion laptop due to Winlogon.dll error cannot find SHLWAPI.dll

    Hello,
    We are getting a winlogon.dll error that it cannot find shlwapi.dll.
    First off, we do not have recover CDs, we do not want to reboot with a complete recovery as we have data we need on this computer.
    We cannot logon at all, it gives the error and then you have to say okay and it stays at a black screen. We have tried repairing from the start up menu, we have tried recovering a previous start up point, we can get to the f8 c prompt but the different commands offered from other website forum tech supports are not recognizable.
    At this point, we are dead in the water. If there were some way to start the computer, get into our pictures, files, etc. to just download and save those then fine we can do a complete new installation.
    Please help.
    Thank you,
    Kelly

    Hi Kelly,
    You need to download and install ImgBurn first.  Then download the Image ( ISO ) for Ubuntu.  When done, use ImgBurn to write the Ubuntu ISO to a blank CD and then just follow the rest of the guide.
    Try the following links for these Two downloads.
    ImgBurn.
    Ubuntu
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Where can i get craxDrt.dll,craxDDrt.dll ,crviewer.dll (11.5)?

    where can i download the files below?
    craxDrt.dll              Crystal Reports ActiveX Designer Run Time Library 11.5
    craxDDrt.dll           Crystal Reports ActiveX Designer and Design Run Time Library 11.5
    crviewer.dll            Crystal ActiveX report Viewer Library 11.5

    Hello,
    I have moved this posting the Legacy forums. RDC has been deprecated meaning it is not longer being enhanced or new functionality being added to it. When CR 9 was release Microsoft posted info that they would no longer be supporting COM so we followed along and created the .NET components. You can find them in: C:\Program Files\Business Objects\Common\3.5\managed. RDC is shipped for backward compatablity only and we highly suggest you move to .NET.
    CR XI R2 is the last version the RDC is being shipped in. CR 2008 no lnger includes craxdrt.dll, craxddrt.dll is there but is not for public use any more, it's the report designer included in visual Studio .NET IDE.
    The files for XI R2 RDC are located in: C:\Program Files\Business Objects\Common\3.5\bin
    Also, as a reminder do not post the same question multiple times and this is a community area for all users of CR and BOE SDK's, it is not a case management system. If you would like a dedicated support Engineer to help you with your issues please purchase a case, links are on the main page.
    Thank you
    Don

  • Bug in 10.1.3 production: Cannot register Custom ViewCriteriaAdapter

    Hi
    I think there is a bug in JDeveloper 10.1.3 production. I cannot register a custom ViewCriteriaAdapter (see also Thread BUG in 10.1.3 EA: Can't register custom ViewCriteriaAdapter
    This is my code:
    public class myAdapter implements ViewCriteriaAdapter
      public String getViewCriteriaClause(ViewObject viewobject, ViewCriteria viewcriteria)
        System.out.println("***** \"myAdapter\" successfully called ***** ");
        return "My ViewCriteria Clause";
    public class tester
      public static void main(String[] args)
        System.out.println("Check if you see a line which states that, that myAdapter was successfully called:");
        AppModuleImpl module = (AppModuleImpl) Configuration.createRootApplicationModule("project1.AppModule", "AppModuleLocal");
        ViewObjectImpl vo = module.getArticlesView1();
        vo.setViewCriteriaAdapter(new myAdapter());
        ViewCriteria vc = vo.createViewCriteria();
        ViewCriteriaRow vcRow = vc.createViewCriteriaRow();
        vcRow.setAttribute("ArticleNo", "like 'DV%'");
        vc.addElement(vcRow);   
        vo.applyViewCriteria(vc);
        vo.executeQuery();
        System.out.println("You didn't see such a line? This means 'myAdapter' has not been called, which is a bug!");
    }

    Some investigations discovered that the problem seems to be, that method "applyViewCriteria" in ViewObjectImpl resets the Custom ViewCriteriaAdapter.
    So the problem seems to be solved if you override ViewObjectImpl.applyViewCriteria() like this:
        public void applyViewCriteria(ViewCriteria viewcriteria)
          super.applyViewCriteria(viewcriteria);
          setViewCriteriaAdapter(new myAdapter());
        }Another workaround is to set property "jbo.ViewCriteriaAdapter" to "project1.myAdapter" in the Configuration of all ApplicationModules (or at least in the one which is first instantiated).
    Hope this helps.
    Frank Brandstetter

Maybe you are looking for