Crystal Reports Load report failed

Hi all,
Using VS2008. Crystal Reports 2008.
I have a .net application which uses LINQ. I am required to integrate existing Crystal reports into the web site.
In my web config file i have my connection string set up
<add name="connection Name" connectionString="Data Source=ServerName;Initial Catalog=database;uid=username;password=Password;Integrated Security=SSPI" providerName="System.Data.SqlClient"/>
and also I have set the authentication as follows:
<authentication mode="Windows"/>
    <identity impersonate="true" userName="username" password="password"/>
I need the impersonation for when I deploy my app to the server.
The crystal report uses an existing connection set up when the report was created. So this is not tied to a LINQ table (i think this may be the problem).
I have no clue how to progress from here. When I try to change the datasource location to the LINQ table within the application, it won't map properly as the table contains nullable values.
Any ideas would be greatly appreciated.
Louise

Hi,
That particular problem with 'Load Report Failed' was happening because the identity impersonation account I had set up did not have rights to my TEMP folder on my machine. Crystal needs to be able to read and write to that folder.
I hope that helps you.
Louise

Similar Messages

  • Vista/Adobe 9/sql image Error in Crystal Report:Failed to Export the Report

    When I try to export my Crystal Report (v2008) from a Vista machine (using Crystal RDC export methods) as a PDF, I get the following error:
    Error in Crystal Report:  Failed to export the report.
    This only happens when a particular subreport (that contains a sql image) prints (based on an input parameter).  We have other subreports (within this same report) that print a sql image just fine.  But, when this subreport prints, the above error appears.
    I can run the same report on an XP machine without error.
    Exportmodeller.dll and crtsv.dll are both installed and registered to the
    C:\Program Files\Common Files\Business Objects\3.0\bin folder
    I have tried opening the report, removing the image, and then adding it back in again to the subreport.
    Still receive the same error.
    Any suggestions?

    >
    Don Williams wrote:
    > RDC is no longer shipped in CR 2008. You are using the embedded designer used within the Visual Studio .NET IDE and is not licensed for distribution.
    >
    > Upgrade to the .NET components and post your question to the .NET forums.
    >
    > Also, those old dll's will not work in CR 2008. Last patches will give you the option to export to Excel in Legacy mode. We built it into our export dll.
    Don,
    Can you please clarify?
    Our VB6 app that uses Crystal XI RDC runtime components.  Our Crystal reports are edited in CR2008 SP1 developer edition (not through the VB.NET embedded report designer).  We have deployed the CRXIRelease 2 runtime components (via the merge module) to our client machines in order to execute the RDC.
    We can print/preview/export to excel, but the pdf creation is failing with this error.
    We are only using the RDC (which we know is no longer supported) because of huge issues with the Crystal for .NET methods we are having with our customers (I have an active case for this issue).  Therefore, we have to rollback our .NET product and revert to the RDC code. 
    Vista is failing to create a PDF for a report developed in the CR2008 SP1 developer edition when using the RDC.
    When you say  "Also, those old dll's will not work in CR 2008. Last patches will give you the option to export to Excel in Legacy mode. We built it into our export dll.", what do you mean by "will not work in CR2008"?
    Thank you

  • Crystal report "Failed to load database information" error after publish

    I have seen similar questions, but none of the answers seem to apply to my situation.
    I am upgrading an older web application to Visual Studio 2013, using the SAP Visual Studio Crystal Reports tools. Everything works great until I publish.
    I have two sorts of reports: Some that export to Excel, and some that export to PDF. All work fine within Visual Studio. However, when I publish, the reports that should go to PDF give me the following error.
    Failed to load database information.Error in File [Report Name] {GUID}.rpt
    I have seen several posts that indicate that this could be a 32/64 bit issue. I am using a newer 64 bit SQL database, and this is an old application. I have it set to Any CPU. However, since the reports work fine in Visual Studio, I don't see how this could be the issue.
    Any other ideas?
    Thanks,
    Geoff Callaghan

    Hi Geoff
    This is definitely not due to the export type. Rather it will be due to a db issue of some sort. My suspicion is that reports that work use a different type of connection that reports that fail. E.g.; the reports that work use OLE DB, those that fail use ODBC and the ODBC datasource is 32 bit, not 64 bit(?). E.g.; check the database connections between reports that work and those that do not. And remember to also check the connections in subreports (if any).
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Crystal Report fails to print embedded pictures

    Hi,
    I use crystal report templates and embed data from Java POJO's to print my reports.
    My application was running successfully until the day when below mentioned exception started appearing in logs, every time I ran the report generation code.
    My CRConfig.xml has correct  <reportlocation> tag.
    The report generated was missing two static pictures embedded in the templates.
    The jar files are also present at correct location.
    I have no clue why why this exception can suddenly start appearing in a well-running application.
    Can someone please provide me with any pointers about about could be wrong here?
    Thanks for your help.
    Regards,
    Anand
    {com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: com.crystaldecisions.reports.reportdefinition.InsertFieldObjectCommand---- Error code:-2147467259 Error code name:failed
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.<init>(Unknown Source)
         at com.businessobjects.sdk.erom.jrc.a.<init>(Unknown Source)
         at com.businessobjects.sdk.erom.jrc.ReportAgentFactory.createAgent(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.<init>(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         at com.aig.alico.webapp.actions.FulfillmentDocumentsAction.printReport(FulfillmentDocumentsAction.java:252)
         at sun.reflect.GeneratedMethodAccessor2036.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:618)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
         at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:216)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1087)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
         at com.aig.alico.webapp.service.AuthenticationFilter.doFilter(AuthenticationFilter.java:288)
         at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:837)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:680)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:588)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
         at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:748)
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1466)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:122)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
         at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
         at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
         at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
    Caused by: java.lang.NoClassDefFoundError: com.crystaldecisions.reports.reportdefinition.InsertFieldObjectCommand
         at com.businessobjects.reports.reportconverter.v12.d.a(Unknown Source)
         at com.businessobjects.reports.reportconverter.v12.d.a(Unknown Source)
         at com.businessobjects.reports.reportconverter.v12.d.if(Unknown Source)
         at com.businessobjects.reports.reportconverter.v12.d.if(Unknown Source)
         at com.businessobjects.reports.reportconverter.v12.d.E(Unknown Source)
         at com.businessobjects.reports.reportconverter.v12.d.m(Unknown Source)
         at com.businessobjects.reports.reportconverter.v12.f.if(Unknown Source)
         at com.businessobjects.reports.reportconverter.v12.V12SaveLoader.a(Unknown Source)
         at com.businessobjects.reports.loader.ReportLoader.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCReportLoader.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCReportLoader.a(Unknown Source)
         at com.businessobjects.reports.sdk.requesthandler.ReportDocumentRequestHandler.a(Unknown Source)
         ... 47 more
    Caused by: java.lang.ClassNotFoundException: com.crystaldecisions.reports.reportdefinition.InsertFieldObjectCommand
         at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java:487)
         at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:388)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:597)
         ... 59 more}

    So, you mean that it could be a websphere issue?
    Can crystal reports be at fault here? Are you aware of anyt CR related issues related to this problem?
    We run our application in Websphere and include the crystal reports jars supplied by Rational Application Developer.
    What is the recommended method of including crystal reports jars in our web application. We put the CR jar files under WEB-INF\lib dir.
    Regards,
    Anand

  • Crystal Report failed because a free license could not be obtained

    My question is about Crystal Report Standard (v. 10) and Crystal Report Professional (v.10)
    Trying to print labels on from my application using Crystal Report Standard Edition (v. 10) and I am getting the follow error.  And it doesnu2019t print any more.
    "Crystal Reports job fauile because a free license coukd not be obtained in the time allocated.  More licenses can be purchased direct from Crystal Decissions or thorough the Crystal Decisions Online Store"
    If a run the same application on another server using Crystal Report Professional Edition (v. 10) and get this error, but the print after few seconds.
    "A Crystal Reports job was delayed 2 seconds waiting for a free RDC runtime concurrente license to become available.  More licencses can be purchased direct from Crystal Decisions or through the Crystal Decisions Online Store"
    Is this happening because Standard / Professional differences?.  It is any way to workaround on the standard edition and made print again with out reboot server.  How many users can print at the same time?
    Thanks for your help.

    Hello Monica,
    In your earlier posts you said the RDC was referenced in one of the licensing warning messages.  The licensing warnings you've listed here would normally be seen in a Crystal Reports .NET application, not an RDC application.  I don't see any details about your application though.  More details about the actual application would be helpful.  What type of application is it? Which Crystal component are you using?  Which IDE did you use to create your application?  How did you deploy the application?  What type of keycode did you use to deploy?   Is a full version of Crystal Reports also installed along with the runtime application?  Also, please confirm whether or not this is a web or windows application.
    Since these are CR.NET licensing warnings I'll address the errors and warnings related to the CR.NET object model.
    Crystal Reports 10 Standard edition and Professional edition are not a development level products.  These types of keycodes would not normally allow a runtime application to operate.  You'd normally see the warning messages if you were using either a CR10 Developer, or CR10 Advanced Developer keycode when deploying a CR.NET application.
    The CR.NET runtime licensing model has 3 Concurrent Processing Licenses (CPLs).  This number can not be changed.  CR10 Developer edition does not include queuing in it's licensing model, so when the 4th request comes in if the 3 CPLs are in use then the 4th request will fail with the "free license could not be obtained" error message.
    CR10 Advanced Developer edition includes queuing in it's licensing model, so when the 4th request comes in if the 3 CPLs are in use then the 4th request will queue and test to find a free license every 2 seconds for approximately 2 minutes.  In this case you'll see warning messages in the event viewer.
    The 3 CPLs can not be increased - they're a fixed limit based on the number of CPUs on a particular web server.  If you use a web garden or web farm and use load balancing then the number of CPLs increases as the number of CPUs increases.  It's 3 CPLs per CPU.
    There is no way to force the licenses to be freed up.  This is handled by the CR.NET report engine.  When the engine is finished using the license it is freed up automatically.
    The Report Designer Component (RDC) does have a 5 seat model in CR10, but it does not follow the same queuing model seen with the CR.NET component.
    Once you post more information about your application, and the Crystal Reports runtime component you're really using we can see if the above information applies or not.
    Sincerely,
    Dan Kelleher

  • Crystal Report: failed to read parameter object

    Hello -
    I have a report that consists of numerous static parms and one dynamic parm. I can save the report to my desktop but cannot save it to BO 3.1 CMC Personal Folder (or any folder for that matter).
    The dynamic parm does not use a LOV based on Business Views. A table associated with the same data source as the stored proc on which the Report itself is based provides two fields - a code field that is used in the Value and a name field which is used in the Description.
    The specific error is:
    "Failed to read data from report file <file name> Reason: failed to read parameter object".
    All the normal things have been checked -
    - VERIFied the database
    - Ensured 'No Printer' is checked
    - Ran the report (successfully) on the desktop (locally)
    The data source is Oracle. The report can be saved to the CMC and run without problem if the dynamic parameter is deleted from the report.
    The version of Crystal Reports is CR 2008 vers 12.04
    I've seen numerous postings regarding LOVs and Business Views, especially surrounding security issues, but I've yet to see a note about a dynamic parameter based on a table....
    Thanks

    Hi!
    Thanks for the response....
    Re: check the "Enable Repository Refresh" checkbox
    The SAVE failed with the Failed to read data from report file error.
    When I went to the Bus View mgr, I found the LOV. It was set as a cascading prompt (not what I wanted when I set the parm) and could not edit it. No permissions.
    I went back to the report and tried to edit the parm into which I had stuffed the LOV I can't touch in Bus Views, and found I can't open in the report canvas without logging into the repository.... which I did.... and went to edit the parm...can't open in the report canvas without logging into the repository.... which I did.... and went to edit the parm... You get the idea....
    What I had WANTED to do is take a table with 2 fields in it - a NAME and a CODE field, create a dynamic parm, use the CODE field as the Value and the NAME field as a description. When I brought in the LOV, it came in as a cascading LOV... I needed to have the Description as the user fronted piece... but I can't seem to get there from here.....

  • Crystal Report failed scheduling onto the File System

    Hi,
    We have set up a Crystal report file for scheduling via file system. This report has been running fine with regards to generation all through last few months, but has started failing to generate the report at the scheduled time onto the file system from the last few days. When I checked the logs of the Instance Manager, it shows an error like this 'Unable to connect: incorrect log on parameters. Details: [Database Vendor Code: 1017 ]'.
    Please note, I was able to run the report from InfoView without any issue, so I don't believe there is any issue with stored procedure/report/database connection but something else.
    Can someone please provide some insights on this.
    Thanks.

    Hello Satish,
    Is this issue specific to FileSystem location? What about default enterprise location?
    When you view the reprt in InfoView, click on Refresh button to get current data. If the repot was published with Saved Data option, then you would see data in the report but it would be old one.
    Above step would confirm that there is no issues with database user credentials specified with the report.
    Also, open the report in Crystal Reports 2011, refresh it and publish without saved data in BI 4 repository and schedule it.
    Regards,
    Mahesh

  • Crystal Reports - Failed to retrieve data from the database

    Hi There,
    I'm hoping that somebody can help me.
    I've developed a crystal report from a stored procedure which I wrote. I can execute the stored procedure within SQL Server and within the Crystal Reports designer without any errors. Furthermore, I have imported the report into sap and can run it within SAP from the server without any errors. SAP version 8.81 PL5
    The issue is that when it's run from a client machine, I get the following error: "Failed to retrieve data from the database. Details: Database Vendor Code: 156. Error in the File RCR10010 {tempfile location}
    Here's a list of things which I have tried, all to no avail:
    - Checked user permissions to ensure that they have proper authorizations
    - Re-set the datasource connection and re-imported the report to SAP.
    - Exported the report and reviewed the datasource connection and re-imported to SAP.
    - Tried to run the report on multiple machines to ensure that it's not machine specific
    - Tried to run the report using different users to ensure it's not user specific.
    - Tested other reports built from stored procedures on client machines to ensure that they work.
    Any assistance in this would be GREATLY appreciated.
    Thank you

    After further testing, we found that the report could be run within SAP on any work station which had the CR designer installed on it.
    As it turns out, the procedure which I wrote has temp tables in it.  The runtimes built into the SAP client install do not support creating temp tables when executing the report from within SAP.  Which is why the report could not retreive data.
    To work around this, I installed external runtimes which were the same version of the Crystal Report and now the report can be run within SAP from any workstation which has the external runtimes (and not just the runtimes within the SAP client).
    I hope this makes sense.

  • Print crystal report failed in SAP B1 add-ons

    I had develop a add-on for viewing Crystal Report in SAP B1 form. There was no problem in viewing and also the function in the crystal report viewer. (eg. export, search). The only problem is the print function in the crystal viewer cannot function at all. (Click on the button don't have trigger anything)
    So anyone got suggestion on what happen to it? any others solution for it?
    Is it possible i print it with SAP B1 print function?
    I'm using:
    - Crystal Report XI
    - Reference used
           - CRAXDRT
           - CrystalActiveXReportViewerLib11
    Thanks for any help and suggestion.

    Hi hock,
    i don't have hWnd set and its working.
    my interface program is written in vb6 - so i guess its 0
    or maybe it has something to do that i've this functions included.
    i can't remember - iam developing too much things
    Declare Function PEOpenEngine Lib "crpe32.dll" () As Integer
    Declare Function PEGetErrorCode Lib "crpe32.dll" (ByVal printJob As Integer) As Integer
    Declare Function PEOpenPrintJob Lib "crpe32.dll" (ByVal RptName As String) As Integer
    Declare Function PEOutputToWindow Lib "crpe32.dll" ( _
                                                                ByVal printJob As Integer, _
                                                                ByVal Title As String, _
                                                                ByVal myLeft As Long, _
                                                                ByVal Top As Long, _
                                                                ByVal myWidth As Long, _
                                                                ByVal Height As Long, _
                                                                ByVal style As Long, _
                                                                ByVal PWindow As Long) As Integer
    Declare Function PEOutputToPrinter Lib "crpe32.dll" ( _
                                                                ByVal printJob As Integer, _
                                                                ByVal nCopies As Integer) As Integer
    Declare Function PEStartPrintJob Lib "crpe32.dll" ( _
                                                                ByVal printJob As Integer, _
                                                                ByVal WaitOrNot As Integer) As Integer
    Declare Function PEClosePrintJob Lib "crpe32.dll" (ByVal printJob As Integer) As Integer
    Declare Sub PECloseEngine Lib "crpe32.dll" ()
    try it
    regards
    David

  • Crystal Report Fails on Large Jobs

    Post Author: Lynn
    CA Forum: Crystal Reports
    We have developed user software in VB6 using Crystal 8.5.  We use SQL Server for the database and a DSN for the report connection.  Our problem is that when a large print job is sent to the printer, it sometimes lock up.  The report we have specifically been testing prints a check and has two sub reports which print the detail invoices being paid.  From some of our development machines it works fine producing 30 - 50 checks with no hitch, from others only the first 1 - 6 checks are printed and then the windows printing system hangs as well as the application.  We did have a customer using the software and the driver for the printer was HP PCL6.  We found that changing the driver to HP PCL5 larger data can be printed.  This, however, didn't solve a client who had HP Laser Jet 4350.  The PCL5 didn't change the situation.  Our software has been in distribution for about three years and these print issues have only cropped up in the last few months.  We have seven different databases, applications and hundreds of reports.  This type of situation is occuring in all seven.  We have been fighting this for a while.  Please any response would be appreciated!
    Lynn

    Post Author: Lee
    CA Forum: Crystal Reports
    Hi Lynn,
    Have you found a solution to this problem? We are having the exact same issue. Crystal 8.0 with a VB6 app. When the print job is being spooled it simply locks up. Sometimes you can do one or two jobs before this happens. Other times it happens right off the bat.  HP LaserJet 2100 printers with PCL 5 and 6 drivers (tried both) Lee

  • Crystal 10 Reports fail with error: "Load Report Failed"

    Hi,
    this seems to be a mystery. A client has Crystal 10 reports run from a Visual Studio 2003 application  (.NET 1.1) running fine on and old server.
    Once the .NET application is installed on a new Windows 2003 server, all Crystal 10 reports fail with the error message: "Load report failed" Source: CrystalDecisions.CrystalReport.Engine.
    I set the worker process in the application pool to "system admin" and all Crystal reports failed. I had thought it was a security issue. I even removed Crystal 10 and installed Crystall XI Developer Edition and all reports raised the exact same error message from CrystalDecisions.CrystalReport.Engine.
    Crystal does call the stored procedure to retrieve the data but cannot load the PDF. I have used 3 different physical servers, one Win 2003 64-bit and two Win 2003  32-bit and get the same error.
    Help!
    Thanks

    Hi Mak,
    It seems that you are having issue with SDK's.
    Post your question in  Business Objects SDK Application Development  ->
    .NET Development - Crystal Reports Forum.
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all SDK's queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Shweta

  • Crystal report Error "Failed to open the connection."

    I have an ASP.NET application that access a database through ODBC. There is a problem  when I run Crystal Report " Failed to open the connection. Failed to open the connection". Can someone tell me how can i overcome ths problem.

    Moved to .NET SDK forum.
    Search here, lots of posts on how to debug database access through a WEB app.
    Don

  • How to see error message for a failed crystal report in CMC BO XI 3.1

    Hi,
    I do not have much knowledge on CMC.
    Currently there is a crystal report failing on server.
    I can see the error message on CMC as "Object failed to run due to an error while processing on the Job Server".
    Is there any way i could see the actual error message causing this issue.
    Attached is the error message.
    Please suggest.
    Thanks
    Rahul

    Hi rahul,
    Can u try these
    :Object failed to run due to an error while processing on the Job Server.
    2 )Object failed to run due to an error
    3 )Object failed to run due to an error while proc... | SCN

  • Windows 8.1 is throws error when displaying SAP Crystal Reports 10.5

    Hi there,
    On windows 8.1 – 64  bit SAP Crystal Reports fails to work (even empty report):
    “Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version 10.5.3700.0, culture=neutral, PublicKeyToken=blahblah' or one of its dependencies. The system cannot find the file specified.”
    Project that run SAP Crystal Report was compiled as 64 bit & 86 bit & ANY CPU, but all displayed the same error message. Is windows 8.1 64 bit missing any *.dlls? Or is there compatible CRRuntime engine with windows 8.1 64 bit?
    I had this problem before on windows 7 but by changing solution Platform and Target CPU – solved the problem, however windows 8.1 seems to have a bug!
    More Info about app:
    VisualStudio2010
    SAP BusinessObjects XI 4.0
    Support Pack (several been tried): crruntime_64bit_13_0_7.msi

    Post Author: JonathanP
    CA Forum: .NET
    Are you simply viewing the report, or exporting it?
    The error doesn't tell us much. A windows application should not need any special permissions. Try giving the user full rights to the temp directory, as the report engine does need to write seme files there.

  • Deploy Crystal Report via ClickOnce without .msi

    Hi,
    I would like to know whether it's possible to deploy Crystal Report without requiring admin rights from the installer.
    My program uses many 3rd party components. Most of them very heavyweight with licensing, COM objects etc but Crystal Report is the only one that needs a .msi install. Is it possible to include Crystal Report's dll with the application? I tried it but Crystal Report failed to load at the form saying there's something wrong with the installation (I didn't "install").

    Only way to distribute the CR runtime is via the MSM or MSI files. For links to the msm and msi files see [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki.
    Ludek

  • Multi Value Parameter in SP  error in Crystal Report SAP B1 ?

    Hi Experts ,
    i am Getting an error in Crystal Report
    "Failed to retrieve data from the database.  Details:  42000:[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '('. [Database vendor code: 120]" 
    I an executing the SP In Command  , I want to pass multi value parameter in SP
    When Pressing  ok
    than  On Ok Button  Error come
    So I have Some Question
    1> Why All parameter in Commend Are  Automatic getting  Compulsory  and How to Avoid It?
    2> How to Solve  this error ? this error is only coming with multivalued parameter ?
    i have many report in which i have to send the multi value parameter into query it self  so , Plz Help Me
    I am New to Crystal Report so it will be Kind Of you  if explain  with example .
    Thankks in Advance !!!
    Regards,
    Mayank Shah

    Hi Shachar,
    i will explain one because i think some thing is misunderstood
    please the images
    when all parameter record selected and no parameter record selected ... i want all record should display
    this blank report is problem
    Regards,
    Mayank Shah

Maybe you are looking for

  • Error while installing Oracle 9i on Redhat9

    Hi, While running ./runInstaller on Linux 9 I get following error--- "The user is root. OUI cann't continue installation if the user is root." I have set all the Oracle and linux parameters like- oracle_sid, path etc. I have also created one user nam

  • I cannot get my HDTV to read shared files from my iMac

    I have just brought a HDTV live and am having trouble getting it to connect to my mic and read files. I am pretty sure I have all my file sharing settings ok. I read that there are issues with this system and mountain lion is that correct! I really n

  • Rejected Sales order ??

    Hi All, How to find rejected sales order . At header level there in Status tab there is field Overall status . Is that field tell sales order is Open , Closed or Rejected. Any suggestions welcome . Regards,

  • Contribute for Mobile????

    Hi folks, I'm bidding on a project that uses a joomla calendar but everything else is static, DW Template created pages that the client updates with Contribute.  Aside from the fact that their Contribute is out probably out of date and that it is no

  • Transport Related Problem

    Hi, I have a Demo Server. I have configured stms by adding a virtual system. I have created a Transport Request and released it. Now I want it to show in the import queue of my system. So I am adding it manually via transaction stms_import --> Extras