Crystal Report Merge Modules

Hello,
I am using CR XI Release 1 and Install Shield 10.5.
I include the CR merge modules in my Install Shield script,
but I do not think that they are getting installed on the target
machiine.
Shouldn't I see a "Business Objects" folder on the target
machine, once the installation is complete?
Also, the  Installl Shield cab files are only 3 MB.
Shouldn't the Install shield package be HUGE?
Is there some Install Shield step that I am missing?
Other than, including the merge modules in the Install Shield Script.
TIA
-Jacques

Interesting. Sounds like you are using the correct msm files;
CrystalReports11_RDC_License.msm
CrystalReports11_RDC_Reportengine.msm
CrystalReports11_RDC_Runtime.msm
If the above is the case, you should be fine. One place to double check the keycode is in the registry at HKLMsoftware usiness objectssuite 11.0crystal reportskeycodescr ent (but incorrect keycode would not give you the behavior you are seeing anyhow).
Have a quick peek at [this|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/901c0761-cf1d-2b10-dea4-8e83937a9337&overridelayout=true] article re. RDC runtime distribution.
Make sure there are no other CR references in your deployment project (sometimes, these just get "sucked" in).
Also check with InstallShield, see if they have any  nuggets of wisdom. Kbase Q106852 may be worth looking at.
Ludek

Similar Messages

  • Crystal report merge module

    Hi Members,
    We have an application developed in Visual Basic6, MSAccess(Datastorage) and Crystal Reports11 (for reporting), and working fine since years.
    Now, we have developed the same application using Labview 7.1.
    We are using Crystal Reports Ver.11 for report generation, and working fine. (Had to do this because we have invested a lot of $ for Crystal Reports.)
    Now we want to distribute the software to our customers by giving them the setup. We are sucessfully able to generate the setup of Labview application and working fine on the customer PC, but it gives problems when generting reports on the customer's PC. We studied the documentation of Crystal reports, and found that they have Merge modules that needs to be included in the Setup. We have done it sucessfully in VB6, using MS-Installer, because they support including .MSM files directly.
    We would like to know, how we can include those .MSM files of crystal reports in Labview Application builder, 
    or 
    how to include these .MSM files into our setup cd that is to be given to our customer.
    Thanking you,
    with best regards from,
    Kiran V Sutar
    Mumbai, INDIA.
    P.S. : I have also posted this question on other forum at : http://forums.lavag.org/Crystal-Report-t13349.html
    I hope this does not offend anybody, Since I am desparate to get a solution to this.

    Sorry for the late reply. Just got back from work. I asked the previous developer. They told me they're using .NET to call the Crystal Report 2013 in VF. Yes we use the SAP Crystal Reports Developer Version for Visual Studio.NET. When i check they reference this C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet\CrystalDecisions.CrystalReports.Engine.dll. Back from my previous concern.
    My concern is when i'm going to deploy my application to my client.Will it work if i'm going to add the merge module file to my package from this link SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads? Because it say its for Visual Studio and Framework 4.0.
    Do i really need to change my target framework to 4.0 in VS2010 and add the framework 4.0 dependency in my package?
    Thank you for your reply......

  • Crystal 2008 Merge Module SP 2.2 - SP 3.0 Cannot Rebuild Setup Program

    I have a project that did use Crystal Reports 2008 Merge Module sp2.2. We upgraded to Merge Module CR 2008 sp3.0 hoping for speed improvements. So far we cannot even build the setup program. The Installer is referencing CR 2008 sp2.2 AND CR 2008 sp3.0 merge modules now and then generates an error stopping the build process. We have gone through every referenece and even went so far as to delete the sp2.2 merge module. The installer still tries to add it. We have removed and replaced all referneces in the program for Crystal. Still same problem. We have been working with Installshield for 2 weeks on this problem but still no resolution. We had a terrible time figuring out all the dependencies for the CR 2008 sp 2.2 originally and eventually had to pay for Crystal support to even get this to work. I am very surprised at how hard it is to use Crystal Reports in a VB.Net project. Please help.
    Edited by: maintsmart on Jul 8, 2010 1:57 PM
    Edited by: maintsmart on Jul 8, 2010 1:59 PM

    Hi,
    WRT InstallShield, what version of InstallShield do you use and what type of project is it - InstallScript or MSI?  There's an aritcle here on a couple of possible solutions for -5037 http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q109144&sliceId=
    I've also seen a comment to turn off .NET dependency scanning for the components in the project, and add the components back in manually, to workaround the error.
    For each new release of a Crystal merge module I replace the merge module in the location where the merge modules are held (e.g. C:\Program Files\InstallShield\2010\Objects), and then open my InstallShield MSI project, deselect the merge module in the Redistributables view and then reselect the merge module which refreshes the references to the merge module in the project.  That said moving from CR2.2 to SP3 the merge module filename has changed so for SP3 this will be listed as a seperate Redistributable (or Object in InstallScript), but I've already built a setup using this without any issues, using this method of deselecting / reselecting the merge module.
    WRT the Visual C++ libraries, I have to edit the Crystal merge module to change the ModuleDependency ModuleLanguage to language independant in order for the build to be successfull (as per this lengthy forum posting here 2008 SP1 Merge Modules).  I'm sure you've already gone through all this pain!
    Peter.

  • Deploying Crystal Reports runtime using merge module failed

    Hi,
    I am having a problem when deploying Crystal Reports using merge module runtime, included into MS Visual Studio web setup project, when installing my *.msi with CR runtime on a completely clean PC (with only MS Windows installed). Error: Failed to register one of the Crystal Reportsu2019 *.dll because it could not find Microsoft visual C++ runtime (msvcr71.dll was not in Windows\System32 folder)
    I am using Crystal Reports runtime merge modules, which I downloaded from here: https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm
    I tried both cr120_mm.zip (Crystal Reports 2008) and cr121_mm.zip (Crystal Reports 2008 SP1)
    cr120 could not find msvcr71.dll, cr121 could not find msvcp80.dll.
    Steps to reproduce:
    -          In MS Visual Studio 2008 create a new empty Web Setup Project.
    -          Add Crystal Reports merge module CRRuntime_12_0.msm or CRRuntime_12_1.msm
    -          Build *.msi
    -          Try to install this *.msi on a completely clean PC. I tried it on Windows Server 2003 R2 SP3, which did not have msvcr71.dll or msvcp80.dll files in C:\Windows\System32 or in any other PATH folders.
    -          During installation there is an error u2013 failed to register one of the Crystal Reportsu2019 *.dll
    I am looking forward to hear from you.
    Thank you.

    I believe these threads have the answer for you:
    https://forums.sdn.sap.com/click.jspa?searchID=19475295&messageID=6558989
    https://forums.sdn.sap.com/click.jspa?searchID=19475295&messageID=6559113
    Ludek

  • Deploy crystal report with add-on package by b1de

    Hi
    I have some problem with add-on installer. after i package add-on by b1de, I install it on client machine. It works correctly. But when i call report, It have error with crystal report license code and .dll. I found solution that solve that problem. I must include crystal report merge module and License code into  windows installer project. But i use b1de to package. How i can include crystal report merge module and License code into b1de project . If anybody have other method to package crystal report into b1de. please help me.
    Regards,Seang

    for this problem I created window installer which only have merge modules of crystel report & provide it to user to install it as well , bcz sap installer was not including merge modules
    , how ever u can try professional installer of SAP DE
    but I have not try it,

  • Crystal 9 SP7 merge modules

    Post Author: paulhaines
    CA Forum: Older Products
    Has anyone yet made Crystal 9 merge modules that included the SP7 update?  I see the last one posted in the downloads section is still prior to SP6.
    We ran into an issue lately where the Crystal 9 viewer crashes after repeated attempts to the same report over and over.  One of our programmers installed the SP7 update on his PC and the issue was resolved.  However, when we package the last merge modules and deploy it to our users - they still get the problem.  If we force the SP7 install on their PC (which is only meant for a full install of CR9) and click past all of the errors on the backup -- it works!  The issue doesn't appear anymore.
    I'm going a bit nuts trying to butcher the old merge modules to include the SP7 updated files, but I'm finding a futile effort.  Does Business Objects have SP7 merge modules that can be put in the download area?  Or can I get a list of all the files that should be included in each merge module and I'll build it myself.
    Paul

    Post Author: ejthunder
    CA Forum: Older Products
    Hello,
    It is unlikely that the CR9 merge modules are going to be updated any more.  SP7 for CR9 was released back in January 2006, and all patch support, etc. has expired for CR9.
    The work around is going to be to install SP7 on your client machines.  While BOBJ never recommended installing full SPs on a deployment machine in this case you really don't have an option.
    EJ

  • Crystal Report add on displays all modules

    Is there a possible way where i can retain the modules visibility setting once i run the crystal report add on?
    By default, once the add on is started, it displays all the modules in SBO even if I uncheck some modules to display.
    Thanks!

    I would want to restrict each user on the modules I wanted to display in their menu but once i run the crystal report, all modules are displayed even if the crystal report is the only option in each module.
    Edited by: Denisse Calaquian on Jan 29, 2010 4:28 AM

  • Deployment of Crystal Report

    I am getting this error when iam deploying a crystal report website. I need help pliz.
    Server Error in '/ftreports' Application.
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: Could not load file or assembly 'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
    Source Error:
    Line 22:           <xhtmlConformance mode="Legacy"/>
    Line 23:           <httpHandlers>
    Line 24:                <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
    Line 25:           </httpHandlers>
    Line 26:      </system.web>
    Source File: C:\ftReports\web.config    Line: 24
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' could not be loaded.
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832

    <p>There&#39;s not enough info to help troubleshoot the issue as there could be many reasons for the error to occur. One thing that does come to mind is that you may be missing a runtime file. Make sure you used the Crystal Reprots merge modules (msm) or the windows installer (.msi) to install the CR runtime on the web server. There&#39;s a lot of info on the BOBJ support site and the <a href="http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm" target="_blank">DevLibrary</a> on how to deploy CR applications.</p><p>It might be worth calling the BOBJ support team to help troubleshoot in case there is some specific configuration in your deployment that could be causing the error.</p><p>-MJ</p>

  • Keycode for License Merge Module

    Hi, please help.  I am supporting a legacy enterprise app written in  VB6 + Crystal Report 10, now it is upgraded to Windows 7 and Crystal Report XI R2.  I need to create a deployment package using InstallShield.  But the Crystal License Merge Module is requiring a Keycode entry.  Where do I get it?  Can I assume to deploy my app within our firm is runtime license and should be free of charge?

    Hi Jonathan
    Before we get to the keycode;
    Do make sure yo are using CR XI R2 SP 6 as this is the only SP for CRXI R2 that supported WIN 7. To see how to update to SP 6, see this blog.
    As for the keycode. You can all sales at 866-681-3435 or navigate the registry to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.5\Crystal Reports\Keycodes
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Localization of Crystal Report Viewer toolbar tips

    Hi Crystal .net gurus!
    I have the Crystal 2008 merge modules but I wonder how does one get the localized versions of the tooltips to display?  Does the viewer pick up on the system locale settings or is there some special merge module add-on required?  I couldn't find anything specific to this on the SAP site.
    Thanks guys!
    Evan

    Hey, Evan;
    How's things?
    If you download the latest merge modules for SP 2, (https://smpdl.sap-ag.de/~sapidp/012002523100009159092009E/cr2008sp2_mm.zip) you will notice when you unzip them there are several additional msm files, such as CRRuntime_12_2.es.msm. These are the language merge modules that you would distribute if you need additional language resource files. The runtime will look at the system locale settings, and if it has the correct language resource files, will display the appropriate language.
    cheers,
    Jonathan

  • Crystal Report 9 merge Module and its service pack 7.

    Hello, My application is using Crystal report 9 and have its merge modules which are integrated in Installer. It has packages: rdcdesigntime.msm, rdcruntime.msm, reportengine.msm and Database_Access.msm which are already integrated in my application Installer. There are few issues which are fixed in its service pack 7 for CR 9(File: cr90win_en_sp7.exe).
    Now my Q is:
    1. Are there latest merge modules for CR 9 which has changes for SP 7 also incorporated? So that I can change modules in installer itself to have changes for SP7 also.
    2. I couldn't get merge modules for CR 9 even from the site. From where I can get this?

    Hi Neha,
    Click [here|http://resources.businessobjects.com/support/additional_downloads/runtime.asp#01] to download the availabe merge modules of CR 9.
    Or
    Click [here|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm] to get all the CR9 documents, mergemodules, fix packs etc. just you need to provide the "CR" as S/W product and "9" as a roduct version.
    Also the Wiki [here|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsforVisualStudio.NETRuntimeDistribution-Versions9.1to12.0] is currently the best resource for CR.NET Runtime information.
    Sincerely,
    Amit

  • Crystal Reports 2008 Merge Modules SP1 Fails when installing Wise 7.0

    Hello all,
    We are packaging our software solution .NET 2.0 Visual Studio 2008, with Wise Studio 7.0 using Crystal Reports 2008 Merge Modules (SP1). (We use CR2008 for reporting)
    There is a point (fix service) in the installation when an error message appears saying, " cannot register Businessobjects.enterprise.sdk cannot be register because of dependencies.
    We have tried installing in a XP, a Windows 2003 Server, and Vista. The three of them with the same error.
    Any ideas???
    Thank in advance.
    Adrián.-

    I believe this thread will help:
    warnings on build with CRRunTime_12_1.msm
    Ludek

  • Crystal Report XI R2 merge modules install Enterprise components... Why?

    I am in charge of creating the runtime component insallation (we are using the RDC) and have used the merge modules for Crystal Reports XI R2 to create a msi package for installation. I used the Microsoft Visual Studio Installer for the creation of the msi. The installer seems to be adding some Business Objects Enterprise 11.5 components which is causing some of our users Enterprise 10 to stop working... It also seems that if they unregister the EnterpriseFramework.dll and register the same file associated with Enterprise 10, they are able to run with some minor issues (like colors not there, etc.).
    The question I have; Is there a particular reason these Business Objects Enterprise 11.5 components NEED to be installed? If not, is there a way to keep them from being included in my installation package?
    Any help is appreciated, I have been searching for similar issues on this for a couple days now and have found absolutely nothing of any help.

    Maybe we need to back up a little bit. When you say:
    Enterprise 10 to stop working...
    What does that mean? What actually happens? Errors, behavior, etc?
    Next:
    At this point what would my options be for this issue (remove files from merge module)?
    - I am not sure that removing the EnterpriseFramework.dll would be the way to go. Presumably the dll is htere because it is needed by the RDC(?). BTW., this is the only DLL with Enterprise in it that I see in the msm files.
    Would this be a bug related to the merge modules, or are these files supposed to be included?
    - Not sure, but the dll is installed into this directory: c:\program files\business objects\businessobjects enterprise 11.5\win32_x86. And it is a COM dll, so CE 10 should not even know that this dll is there. One good way to check is to use regsvr32 /u and unregister the EnterpriseFramework.dll. See if the CE 10 install starts to work now. You may want to re-register the EnterpriseFramework.dll of version 10.
    Ludek

  • Crystal Reports XI Merge Module Error

    Hi,
    I am attempting to create an installer that uses the latest (CRXIWIN_SP4) Crystal Reports XI merge module (CrystalReports11_RDC_Reportengine.msm).
    When the installer is run an error often occurs (it only occurs on some machines and I have so far be unable to find a pattern as to which machines it fails on):
    Error 1904.Module C:|Program Files\Busines Objects\BusinessObjects Entrprise 11\win32_x86\plugins\auth\secLDAP\secldap.dll failed to register. HRESULT -2147024770.
    The dll in question (secldap.dll) is present on the machine at the point where the error occurs, but further inspection seems to indicate that a dependency is missing (though it's not clear what dependency).
    The readme file supplied with the merge modules would seem to suggest that this is a defect in the merge module that has been fixed (ADAPT00409449).
    Any help to sort this out would be much appreciated as I've run out of ideas!
    Many thanks,
    Simon Clarke.

    Please post this query to the Legacy Application Development SDKs  forum:
    SAP Crystal Reports - Legacy SDKs
    That forum is monitored by qualified technicians and you will get a faster response there.
    Thank you for your understanding,
    Ludek

  • Crystal Reports XI Release 2 SP4 RDC Merge Module

    I've been trying to find the RDC Merge module for Crystal Reports XI Release 2 SP4 and cannot find it.  I found a link - https://smpdl.sap-ag.de/~sapidp/012002523100009381702008E/crxir2sp4_rdc_mm.zip - but when I navigate there I get an error "Error Message - ObjectID not existant".  Does anyone know where I can get this from?

    I couldnt find the SP4 RDC however there is a crxir2_fp55_rdc_mm.zip released on 06/07/2009, which can be found at
    [https://smpdl.sap-ag.de/~sapidp/012002523100008181452009E/crxir2_fp55_rdc_mm.zip]

Maybe you are looking for

  • Only showing one program at a time?

    I used to be able to have firefox open behind the word program I was working on, then click to the firefox to do a quick search (would go on top of word document, but word doc could still be seen) then I could click right back to the word document &

  • MacBook DVD drive no longer recognizing blank DVDs

    I thought I'd do some DVD archives of photos (using a Burn folder) and popped in a blank DVD (from a stack of blank DVDs that I've been using for a while). Lo and behold this message popped up: "The disc can't be used because the disc drive is not su

  • Item category TAK in sales order.

    Hi all, Actually i am a PP guy. One of out user want customer specific planned and production order. For that he want to change item category in sales order From TAN to TAK. he want the system should directly create sales order for that item with ite

  • Western Digital External Hard drive keeps undocking when running time machine.

    I have been using a 2TB Western Digital My Book external hard drive for about a year now to run time machine and backup my files. The past month I have noticed that my backups have been failing. I try and for a backup and about halfway through it get

  • How do I extract a CRM Status Profile into BW?

    The CRM system has a status profile established for the changes to the statuses within case management.  Could someone please point me to a document which shows me how I can extract those statuses to the BW environment? Thank you. Karen