Deploying website that has crystal reports

Post Author: Sridhar
CA Forum: Deployment
Hi,
   we are using Crystal Reports 10 to design crystal reports. The web development environment is Visual Studio 2005. When I run the website that has the crystal reports on my localhost I am not getting any errors. I am using Non-Embedded Crystal reports. However when I deploy the website on the server I am getting "cannot load file or assembly ....". I am thinking this is because of the version issues. When I looked at the version of dlls that are used in the development enviroment they are 10.2.3600. I am not able to find these dlls on the server. I cannot even copy them from the development machine since they are in Global Assembly Cache. The dlls with version 10.2.3600 might have come from the visual studio 2005 installation. But how I can get these dlls on the server so that the crystal reports work fine. Please let me know.
Thanks,
sridhar.

Post Author: mewdied
CA Forum: Deployment
You will need to create a deployment package using a merge module available from: http://support.businessobjects.com/downloads/merge_modules.asp#07

Similar Messages

  • If i visited a website that has been hacked by Turkis Hackers is there a security risk for my computer and online accounts?

    If i visited a websited that has been hacked by Turkis Hackers is there a security risk for my computer and online accounts?

    Try to rename the cert8.db file in the Firefox profile folder to cert8.db.old or delete the cert8.db file to remove intermediate certificates that Firefox has stored.
    If that helped to solve the problem then you can remove the renamed cert8.db.old file.
    Otherwise you can rename (or copy) the cert8.db.old file to cert8.db to restore the previous intermediate certificates.
    Firefox will automatically store intermediate certificates when you visit websites that send such a certificate.
    If that didn't help then remove or rename secmod.db (secmod.db.old) as well.

  • I cannot display own website that has developed flash program

    hi dear support team and member of this site ;
    I am having a bit problem ,thus,
    I cannot view own website corretly via iphone safari
    I am using iphone 5 and version is 6.02  and my website is http://www.artibilisim.com  I ask to still apple does not support website that has coded flash program

    firstly thanks for quick respond ,Actually I already using dead technology but just need to When want to use banner ,you said apple never support and Adobe never developed actually this is a actual problem who have purchased mobile devices .anyway , Thanks in advance

  • Will Apple Unlock a phone that has been reported as stolen?

    Will Apple Unlock a phone that has been reported as stolen? My network provider has registered the iphone's IMEI as stolen; therefore I'm assuming that it will need to be unlocked by Apple...?

    The Phone was not locked to a specific network provider .... as I purchased the phone independently.
    I only have a SIM contract with the network provider, but the said that they would barr the SIM and then the phone using the IMEI. They said hat anyone wanting to use the phone would need to request an un-barr using the IMEI. Would request be made to my network provider .... can then then pass these details on?

  • HT5002 I used Inkscape on Linux before moved to Mac. Now I am trying to install it using MacPorts, but libpixman has some problems that has been reported out there. Does any one know how to fix it without the need to use other way than MacPorts?

    I used Inkscape on Linux before moved to Mac. Now I am trying to install it
    using MacPorts, but libpixman has some problems that has been reported out there.
    Does any one know how to fix it without the need to use other way than MacPorts?

    Start with this comprehensive troubleshooting article:
    https://discussions.apple.com/docs/DOC-3521
    Look at this one for possible solutions:
    https://discussions.apple.com/docs/DOC-3353
    Ciao.

  • I have a website that has a scrolling marquee which i assume uses java and because you have blocked java it wont work when viewing, is there a way around this?

    I have a website that has a scrolling marquee at bottom of the page with vital information for viewers of the site, this works fine on internet explorer but not firefox, I assume its because you have blocked Java? Is there a way of solving this problem?

    To avoid confusion: http://kb.mozillazine.org/JavaScript_is_not_Java
    Marquee requires JavaScript to be enabled.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Error deploying the application with Crystal Report

    Hello,
    I'm using Visual Studio 2010 and I installed the required version of crystal report for it. I'm developing a windows Application with C# and Crystal Reports. The program runs correctly in the visual studio but when I tried to deploy it by adding the setup it gives me the following warnings:
    - Unable to find dependency 'MICROSOFT.VISUALSTUDIO' (Signature='B03F5F7F11D50A3A' Version='1.0.5000.0') of assembly 'crdb_adoplus.dll'
    +- The 'SAP Crystal Reports Runtime Engine for .NET Framework 4.0' item selected requires 'Microsoft.Net.Framework.2.0'. Select the missing prerequisite in the Prerequisites Dialog Box or create a bootstrapper package for the missing prerequisite.     +
    - No 'HomeSite' attribute has been provided for '.NET Framework 2.0 SP2', so the package will be published to the same location as the bootstrapper.
    I tried to ignore the warnings and deploy it but when I try to open the crystal report and in the program it gives me an error message then an empty report.
    I also tried in the Prerequisites to choose the option : Download prerequisites from the same location as my application. but when I do that I receive the following errors:
    - The install location for prerequisites has not been set to 'component vendor's web site' and the file 'MDAC28\mdac_typ.exe' in item 'Microsoft Data Access Components 2.8' can not be located on disk. See Help for more information.
    - General failure building bootstrapper.
    - Unrecoverable building error.
    of course In addition to the previous error.
    I'm not using the click-once deployment.
    Can you please help and advice me with that? I tried to search through the net for these warnings but with no luck of the solution.
    Thank you,

    No, .Net Framework 2 is not installed. I'm using windows 7 so I installed .Net framework 4. I tried to Install .Net 2 but it doesn't install because of windows 7. I also tried to add it in the prerequisites but again with no luck in solving the issue.
    If I try to deploy the App and install it. When I try to open the crystal report the app crushes and gives me the following error:
    Report load failed.
    exceptions:
    CrystalDecisions.Shared.CrystalReportsException: Load report failed. ---> System.Runtime.InteropServices.COMException: Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack.
       at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
       at DataViewer2.Form5.crystalReportViewer1_Load(Object sender, EventArgs e)
       at System.Windows.Forms.UserControl.OnLoad(EventArgs e)
       at CrystalDecisions.Windows.Forms.CrystalReportViewer.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.Form.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: starrysky88 on Sep 13, 2011 11:35 AM

  • Deploying an application with crystal reports

    Hi, we have a license for Crystal reports (please contact me for key information, if needed), and have been developing them in a VB.Net application.
    Now, we are trying to install on the application on the client side.
    We have followed this guide for setup:
    http://vb.net-informations.com/crystal-report/vb.net_crystal_report_deployment_setup.htm
    And it worked for a while.
    In our recent setup for the customer, this stopped working and we get the following error:
    Could not load file or assembly 'CrystalDecisions.Windows.Forms,Version:12.0.2000.0,Culture=neutral,PublicKeyToken=692fbea5521e1304' or one of it's dependencies.
    What are we doing wrong??
    The developers have Crystal Reports 2008 12.1.0.892 installed.

    Check the GAC (windows\assembly) and make sure that the CrystalDecisions.Windows.Forms dll  version 12.2 is there.
    If it is not then you did not deploy correctly and will need to make sure to deploy the Crystal Reports 2008 runtimes to the machine.
    Also is the machine running a 32 or 64 bit OS?

  • Firefox is asking me to add an exception for security for a website that has told me its certificate is valid.

    I am running Firefox 31.0 on a Windows 8.1 o/s. When I attempt to access my email provider in its' "secure" mode, I am advised that the connection is untrustworthy. (Parenthetically, this does not occur on my other two systems running respectively, Windows 7 and Windows XP.) I am asked to provide an authorization for an 'exception' prior to completing the connection. The option of making the exception permanent is NOT available, so I go through this every time I begin a new internet session. I have contacted the email provider and been advised that their digital certificate is valid. So, as I see it there are three problems: (1) if the certificate is valid, as is suggested by the provider, why does Firefox not recognize this, (2) why does the exception window not allow me the option to make the exception status enduring, and (3) why is this problem present only on my Windows 8.1 system?

    Try to rename the cert8.db file in the Firefox profile folder to cert8.db.old or delete the cert8.db file to remove intermediate certificates that Firefox has stored.
    If that helped to solve the problem then you can remove the renamed cert8.db.old file.
    Otherwise you can rename (or copy) the cert8.db.old file to cert8.db to restore the previous intermediate certificates.
    Firefox will automatically store intermediate certificates when you visit websites that send such a certificate.
    If that didn't help then remove or rename secmod.db (secmod.db.old) as well.

  • Is there any way that I can block a website that has started appearing unprompted on my computer?

    I have been attacked by some kind of adware. I keep having tabs pop up when I am not even at my computer. Is there a way to block specific sites?

    Safe browsing requires vigilance, and this includes making sure you have programs installed on your computer to protect you online, and that they are regularly updated.
    Steps to take:
    <br /><br />
    *Updating everything can be time-consuming, and if you're not sure what to do, use a program like Secunia's [https://secunia.com/vulnerability_scanning/personal/ Personal Software Inspector (PSI)] to help automate the process of updating all software on your computer.
    *Make sure Windows Update is turned on and set to automatic.
    *Always run antivirus software -- there are many free programs from vendors like Avast, AVG, TrendMicro, etc.
    *Make sure your Windows firewall is on (if you are not using a replacement firewall, if so, keep that one up to date).
    *Make sure your browsers are the latest versions.
    Once you get everything up-to-date, then install a couple of helpful add-ons to your new Firefox installation:
    <br /><br />
    *[https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/ Adblock Plus] will help block unwanted advertisements.
    *[https://addons.mozilla.org/en-US/firefox/addon/noscript/ NoScript] will only turn on scripting (automated web-page actions) for websites that you trust.
    After you've updated everything and have your new add-ons installed, you'll be safer on the web and should not be bombarded by adverts.

  • How do I get music to stop in Safari from a website that has been closed?

    I have played a mahjong game in www.mahjonggames.com which has accompanying music, using my Safari browser.  When I close the site, the music doesn't stop.  I have cleared the caches and that didn't help.  Any suggestions?

    If you haven't had any luck yet, try this:
    PRAM RESET
    Zap the PRAM
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • When I go to a website that has a large amount of pictures it seems to lock up

    I see the circle going around in a counter clock direction and never stops going in a counter clock direction. It site never loads and all other screens on firefox freeze with the counter clockwise circle.

    The default of the pref network.http.max-connections has been increased from 30 to 256 in Firefox 6+ versions.
    Try to decrease the value of the pref <b>network.http.max-connections</b> from 256 to 30 as used in Firefox 3 versions.
    *https://support.mozilla.com/kb/Firefox+never+finishes+loading+certain+websites

  • Is there a website that has Motion user tips and tricks?

    Is there a website you could recomend where users post tips, tricks and how-to's of creating cool stuff? I know there are a few things in this discussion group, but I'm looking for just the creative stuff without the trouble-shooting.
    Thanks

    There's the whole "Fun with... Series" here:
    http://discussions.apple.com/search.jspa?q=fun+with&objID=f656&dateRange=all&num Results=30
    Patrick

  • I go to a website that has drop down boxes to select videos they do not work in Firefox but do in IE

    I am working in a site called Niche Proffit Classrooms. They require me to use Firefox. I have installed Firefox 11.2. Their drop down boxes to choose a video to watch work fine in IE but not in Firefox when using my desktop. They only drop down to expose 1 video out of 8. If using my laptop, they work in Firefox. I have uninstalled and reinstalled Firefox 11.2 on my desktop but it still does not work.

    ''"I have installed Firefox 11.2"'' - There's no such Firefox version. It could be either Firefox 11 or Firefox 12.
    * see this article to find-out your Firefox version -> [[Finding your Firefox version]]
    Regarding your problem, perform the suggestions mentioned in the following articles:
    * Make sure that you are using the '''"Remember History"''' setting as described in this article -> [[Settings for privacy, browsing history and do-not-track]]
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache Clear Cookies & Cache]
    * [[How to clear the cache#w_clear-the-cache|Clear the Network Cache]]
    Check and tell if its working.

  • How to tell that Crystal Report 13.0 for VS 2010 installed on target mach

    Hi,
    I developed Windows application that has Crystal Report functionality.
    The final step is distribution application development.
    I am using Install Shield 2011 to build Basic MSI project. 
    What is the best registry key value I can use to identify the right version of Crystal Report redistributable has been already installed on target machine?
    I think I am going to use one of the key values that located under HKEY_CLASSES_ROOT\CrystalReports13.
    But which one?
    Also where can I get the minimum requirements when it comes to windows operating systems that supports Crystall Report 13.0 redistributable?
    Thank you.

    I installed CRRuntime_32bit_13.msi on Windows XP SP 3 machine, which is my testing production machine.
    1. Under Add and Remove programs there is only one entry
    -SAP Crystal Reports runtime engine for .NET Framework 4(32-bit)
    -SAP Crystal Reports, version for Visual Studio 2010 has not been installed because I think there is no Visual Studio 2010 installed on the target machine.
    2. During the installation registry keys have been created
    HKLM\SOFTWARE\SAP Business Objects\Crystal Reports for .NET Framework 4.0
    These key has another 9 sub keys I am not going to list here.
    3. After I manually uninstall runtime all registry keys have been deleted except:
    HKLM\SOFTWARE\SAP Business Objects\Crystal Reports for .NET Framework 4.0\Report Application Server
    All assemblies from GAC have been uninstalled
    win32_x86 folder has been uninstalled from
    C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0
    I hope this info will help to safe your development time.
    Happy programming

Maybe you are looking for

  • Starting Essbase server in  Solaris:OpticException:starting opmn server

    We have installed Hyperion 11.1.2.1 server on Solaris machine. When we are trying to start Essbase server on this machine we are getting the below error in the starter logs OpticException : Error in starting opmn server Can some one show light on thi

  • How to use the set functions effectively in webi ,please let me know with detail

    how to use the set functions effectively in webi ,please let me know with detail

  • Error while configuring SAP authentication in CMC adn Win XP PRO

    Hi, I am new to Business Objects and i was installing the Business Objects integartion Kit for SAP. I have already installed Crystal Server 2008 and copied the SAP Jco to the specified folders.But whiling trying to configure the SAP authenticatuion,

  • Failed Delta from R/3

    Hi all: I had a failed delta load from R/3 ( Cost Centers: Actual Costs Through Delta(0CO_OM_CCA_9) ) to our BW Production System . We deleted the requests that failed . We tried doing re-construct but it says the previous delta has not finished .Is

  • Justified text wrap error CC vs CS6

    I have a client that requires text files be set up in CS6. I have set up columns of justified text in CS6 but I have several words that are flowing outside the text box. When I open the file in CC it appears correctly. I tried saving some test files