Add-ins Crystal Report

Hi,
I'm new to Add-ins creation in Crystal Report so to kick off it would like to know few things
1. Can i able to read/control over the data which is displayed on the Report?
2. If there is any help available please pass it which basically explains steps that are involved to create a plug-in and deploy.
Thanks

1. Can i able to read/control over the data which is displayed on the Report?
Not sure why you'd need and add-in for this? You can use selection formulas to control the data.
2. If there is any help available please pass it which basically explains steps that are involved to create a plug-in and deploy.
Places to start:
[Crystal Reports .NET SDK Samples|http://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples]
(Search for "Add-in" on the above page)
[Extending Crystal Reports 2008 Custom Add-ins|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/d00e296b-59f3-2b10-b187-b453dd601f93&overridelayout=true]
Also see [this|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] note.
Ludek

Similar Messages

  • "Failed to open the connection" - Add-on Crystal Reports (SAP B1 2007A)

    I have Created One Crystal Report.
    When I Preview Report (Administration>Crystal Reports>Select Report-->Print and Preview),
    System displays the following error message.
    " Failed to open the connection."
    Can you help me?
    Kind regards
    Margarida Pedroso
    PT

    You may check these threads:
    Re: Crystal Reports Add-on error on workstations
    Crystal Report Add On - Connection error.
    Crystal Reports install errors on workstation
    Thanks,
    Gordon

  • I can't add A Crystal Report to CMC

    Hello,
    I download the Crystal Reports Server a month ago. 
    I've been adding reports for our management.  The management said they don't like this product in that it is very slow when viewing reports.  I am looking at the reports and trying to troubleshoot.  I deleted a report, worked on the stored procedure and wanted to add the report back.
    Now, when I right click on the folder, I no longer see add crystal report.  Now it only says add local document or program.
    I'm not sure what happened?!
    How do I get the CMC to be able to add Crystal Reports again?
    Thank you.
    Tony

    I knew to do that.
    When I look at the servers, I see that the crystal reports job server is disabled.  I've tried several times to enable it.
    I also tried to clone the server and then enable the clone.  It is disabled also and will NOT become enabled.
    I had already loaded service pack 3.  That did nto work either.
    I am going to uninstall and reinstall and see if that will resolve anything.
    Tony

  • How to add in crystal report

    hi i am developing a web application , i am using crystal report plugin in eclipse europa editor .
    my problem is that , there is a table which has a date colunm and i am adding all the dates together by using
    sum(DateDiff("yyyy",{Birth_date},{death_date)) as a function
    i am getting the data by record filter but above formula showing me only result for the last record , what happening to other records , i don't know.
    so please guide me .
    Thanks in advance...........                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi Rizwan,
    You can't with the report itself because once the refresh is complete it requires a full refresh to update any page. And there is no option to for example refresh just the subreport.
    RAS SDK has samples on how to add subreports, see the OverView tab for a link to the samples, but it still requires a refresh to be called.
    One way may be to use Subreports on Demand, URL's to another report.... Each subreport would run individually without refreshing the main report. It would like a Table Of Contents report though.
    So to be clear, adding pages is the same thing as adding more data. Problem is most of the data needs to be complete so that summaries and running totals etc. type of objects require the data to be complete to be able to render each page.
    So why do you need to do this? Can you explain your workflow?
    Don

  • Is it possible to add a crystal report to BP maintenance screen

    In SAP 8.8 we would like to use a Crystal Report statement of account and be able to click on the screen and run the report. is there a way in 8.8 to attach a Crystal report to a screen? Thanks

    BP Master table has different structure with most tables. I don't think you could associate with any reports here. Better create a standalone report.
    Thanks,
    Gordon

  • Crystal Reports Add-on

    SAP B1 was installed in my laptop recently. Since the installation, I am not able to login straight. I get multple windows saying 1) Add-on executable file not found, 2) EndInstall() returned an error, installation (probably) failed. 3) Add-on Crystal Reports for SAP Business One: Installation failed.
    Any help to resolve this will be much appreciated.
    Thanks.

    Hi,
    What is your B1 version and PL?
    Thanks,
    Gordon

  • Error while loading Crystal report

    Professionals'
    I have encountered an error while opening a crystal report 2008, I am using VB.NET 2005 with Business One. When I am running the source code it works fine. With ARD I am getting problem "Crystal report can not open". What should be the solution for that? I made ARD with all the required reports and added all DLL required for it.. Is it required to add any crystal report reference when creating ARD?
    Thanks.

    Hi,
    Are you checking the Addon in the Client or in the Working Machine....?
    if it is client Machine install the Crystal Runtime and Check it out....
    With Regards,
    Madhu

  • How to generate crystal report in sap application

    hi,,
    i  want to  generate crystal report  through sap application...
    How  is it possible ....?
    could you help me  in details?
    Plz  help me???????????

    STEP 1: Like any other add-on project, refer SBO UI and DI COM to your project. Initialize SBO APPLICATION object and SBO COMPANY object and listen to events. (This is standard add-on project steps)
    STEP 2: Add a Dataset to the project. This is used as a data source to your Crystal Reports. (For more information on this search for Push Technique Crystal Reports)
    STEP 3: Add a Windows Form to your Project.
    STEP 4: Add a Crystal Report Control to it.
    STEP 5: Design report based on dataset added above.
    STEP 6: Launch this Form with required parameters and selection criteria when any even happens.
    Remember there is lot stuff available on net if you search with PUSH TECHNIQUE CRYSTAL REPORT. SAP SDN has lot answers for adding Crystal Reports integration to SAP Business One Add-On.
    HTH
    B Ravi Shankar

  • Internal error publishing Crystal report to BOE 3.1

    Trying to add a Crystal report to a BOE 3.1 server, via a JSP page, but it keeps failing with an internal error.  Currently I am using code that came directly from a published example, but the jsp always fails when it gets to the boInfoStore.commit.
    Current error message is
    An internal error occurred. An error was encountered. A description of the error
    is as follows:
    com.crystaldecisions.sdk.occa.managedreports.reportadd.internal.b: Adding
    Crystal Report "TestUpload.rpt" failed. An internal error occurred.
    I searched extensively and found people with similar errors due to version errors in required jar files, but I have checked extensively and I am sure all the jar files are in sync with the server, which is 3.1 SP6.
    When I take the exact same java code and copy it into a program object, I can run it successfully, it just won't run when called from jsp.  Any suggestions?
    A copy of the test jsp page is attached.

    Hello Benjamin,
    Please try the attached sample to publish a crystal report to enterprise.
    Convert the attached text file to JSP & do the necessary changes in the sample & if you want you can also add multiple crystal report path from your local disk in the code to publish in the enterprise in one go.
    Hope this help.
    Thanks,
    Shailendra

  • Error when trying to deploy crystal reports to a web site

    I'm using VS 2008.  When I add a Crystal Report page to my application I get the following error.
    Can anyone help be resolve this problem?
    Server Error in '/' 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.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
    Source Error:
    Line 110:               <add path="ScriptResource.axd" verb="GET,HEAD" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false"/>
    Line 111:               <add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false"/>
    Line 112:               <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></httpHandlers>
    Line 113:          <httpModules>
    Line 114:               <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
    Source File: C:\InetPub\Websites\church-site_org\web.config    Line: 112
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.Web, Version=10.5.3700.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.1433; ASP.NET Version:2.0.50727.1433

    Hi,
    I also encountered problem: Could not load file or assembly 'CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
    I try to install the CRRedist2008_x64.msi in our web server. And its ok. But my problem now is the report i created in VS 2003. The error now is:
    Parser Error Message: File or assembly name CrystalDecisions.CrystalReports.Engine, or one of its dependencies, was not found.
    Source Error:
    Line 22:           debugging ASP.NET files.
    Line 23:     -->
    Line 24:     <compilation defaultLanguage="vb" debug="true"><assemblies><add assembly="CrystalDecisions.CrystalReports.Engine, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportSource, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Shared, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Web, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></assemblies></compilation>
    Line 25:
    Line 26:     <!--  CUSTOM ERROR MESSAGES
    Source File: E:\INETPUB\WWWROOT\DTS\web.config    Line: 24
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.CrystalReports.Engine' could not be loaded.
    === Pre-bind state information ===
    LOG: DisplayName = CrystalDecisions.CrystalReports.Engine, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
    (Fully-specified)
    LOG: Appbase = file:///E:/INETPUB/WWWROOT/DTS
    LOG: Initial PrivatePath = bin
    Calling assembly : (Unknown).
    Please need your help.
    thanks

  • VS2010 Error creating an application with Crystal Reports

    Hi
    I've loaded the RTM version for Crystal reports, but when I try to add a crystal reports  application as a new project I get an exception error as below.
    Error     1     Custom tool error: "Code generator 'ReportCodeGenerator' failed.  Exception stack = System.TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. ---> System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {C0D87D96-8D57-4274-AA18-D465E31F901E} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
       at CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor()
       --- End of inner exception stack trace ---
       at CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor()
       at CrystalDecisions.VSDesigner.CodeGen.ReportClassWriter..ctor(String filePath)
       at CrystalDecisions.VSDesigner.CodeGen.ReportClassWriter..ctor(String filePath, String resourceNamespace)
       at CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator.GenerateCode(String inputFileName, String inputFileContent)"     C:\Users\Neil\AppData\Local\Temporary Projects\CrystalReportWpfApplication1\CrystalReport1.rpt     1     1     CrystalReportWpfApplication1
    I've tried uninstalling and reinstalling but without any joy. I still get the same error.
    I'm running an Acer 5332 laptop (64bit), with Windows 7 home premium and 4GB of ram.
    I'd appreciate any help you give me as I'm on a tight deadline for a project.
    Rgds

    Hi'
    I tried using Process Monitor, but it hung up the PC, whilst trying to run the install. After about an hour I had to restart the PC by removing the power supply and battery. So no further forward.
    I did notice that there was check box which stated 'create log file'. Would this file give me a clue if I could look at it. Is fo what is it and where would it be created?
    Don, I create the application by going into vs2010 and taking the option to create a Crystal reports application. It is at this point that I get a warning 'The deigner cannot process the code at line 20 Me.CrystalReport1 = NewCrystalReport1, and then follows the  exception error. How do I know which NET 4.0 framework it is using?
    Thanks both for your suggestions, it is appreciated.

  • Having trouble opening Crystal Report files from a document library

    I am trying to open Crystal Report .rpt files from a document library in either the native, client Crystal Reports software or in Crystal Reports Viewer. When I add the Crystal Report files to a document library and attempt to open them SharePoint displays
    a prompt asking me to save the file locally instead of opening the file. I have done a lot of research online and found several sites discussing similar scenarios, however, I have not been able to get these solutions to work. Here is a short list of sites
    I have referenced for possible solutions:
    http://naadydev.blogspot.com/2013/03/crystal-report-viewer-sharepoint-2010.html?showComment=1383339860122
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/52aabf2d-10dc-424c-bd50-124fc972a9b9/crystal-report-viewer-integration-with-sharepoint-2010?forum=sharepointgeneralprevious
    http://www.codeproject.com/Articles/42731/Crystal-Reports-WebPart-for-SharePoint
    Here are the steps I have done to try to get the .rpt files to open:
    Added the Crystal Report extension .rpt as a MIME type
    Installed the Visual Studio 2012 Crystal Reports Viewer toolbar
    Installed the 64-bit Crystal Reports runtime
    I have also created a solution file based off the Code Project site which partially works, but not quite right. In this project I have created a document library called "Crystal Reports rpt Files" and deployed the solution file to a site. When
    I open the Web Part Maintenance Toolbar I can see the selected .rpt file in the drop-down, but no Crystal Report file is displayed on the page itself.
    I am not sure what I am doing wrong. Does anyone have experience working with Crystal Reports and SharePoint 2013 (or earlier versions) that could lend some advice?
    Thank you,
    Alex

    We are having the exact same issue, has anyone resolved this yet?

  • Use of GUID to Access Crystal Report on BW Server

    Hi,
    In the iView we have an option to select the "BusinessObjects Enterprise Report Type" = bw_id.
    As I understand this allows us to add a Crystal Report to the portal which are held on the BW Server as long as we enter the GUID in "BusinessObjects Enterprise Report ID".
    What do we enter for  "Application Parameters" and "Application Parameters"
    Thanks,
    Leo

    Hi,
    that depends on the actual application you entered. the application is also an open entry and you could create your own application and then enter additional parameters if needed
    ingo

  • Using Crystal Reports in Visual Basic 2010

    I am trying to add several Crystal Reports to a new project and having a major problem.  Here's the situation. I created a new Visual Basic 2010 project with only one form, In visual Basic I added Crystal Reports.   I then imported a form that was created in Crystal Reports 8.5.
    There were no errors and the report with valid data was visible. I then tried to run...it wouldn't run and 31 errors appeared.
    Obviously I missed something. I have searched for a very simple basic tutorial and  either can't find one or didn't recognize one.
    Can anyone point me in the right direction.
    Milt

    Ok. So, you added the report to the project. Now we have to add the CR assemblies to the project, add the viewer (if need be) and fire it off. Simplest code would be:
    Public Sub New()
            ' This call is required by the designer.
            InitializeComponent()
            ' Add any initialization after the InitializeComponent() call.
            CrystalReportViewer1.ReportSource = ("path to report")
        End Sub
    In this case you are using the viewer SDK to runt he report. The report will prompt for any logon parameters - but you can code these also. You can load the report via the engine as bellow. Again, the report will prompt. I prefer to use the engine as it is way more "extensible"...
    Public Sub New()
            ' This call is required by the designer.
            InitializeComponent()
            ' Add any initialization after the InitializeComponent() call.
            Dim crReportDocument As New CrystalDecisions.CrystalReports.Engine.ReportDocument()
            crReportDocument.Load("path to report")
            'Bind the report to the viewer
            CrystalReportViewer1.ReportSource = crReportDocument
        End Sub
    If you have a report added to the project (strongly typed) the code would be:
    CrystalReportViewer1.ReportSource = New myReport()
    For more details, I'd recommend looking at the sample app vbnet_win_simplepreviewreport.zip available from the following location:
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples
    The developer help files are here:
    [SAP Crystal Reports .NET SDK Developer Guide|http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_dg_2010_en.zip]
    [SAP Crystal Reports .NET API Guide|http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_api_2010_en.zip]
    - Ludek

  • CR 2008 Add-Ins - doesn't go back to preview mode afterwards

    I created a Add-In with no problems and it all works well. But when I run my add-in, Crystal Reports switches to design mode and stays there. But when I run the Add-In that is in the downloadable sample, it also goes into design mode but then automatically switches back to preview mode so that I can see the effects on my report. I looked through the code but don't see anything that would be the cause for why it goes into preview mode.
    How do I get my add-in to go back into preview mode after it runs?
    Thanks.

    Briefly tested -
    I think it's the report state after the ReportClientDocument.Save() rather than any configurations in the Designer or settings in the report.
    The record selection formula is updated, but not the report view on Save.
    If I add lines to export the report (to force a report refresh) before the ReportClientDocument.Save(), then it comes back up in Preview.
    Filter filter = new FilterClass();
    filter.FreeEditingText = "{Employee.Employee ID} > 12";
    reportClientDocument.DataDefController.RecordFilterController.Modify(filter);
    reportDocument.ExportToDisk(ExportFormatType.PortableDocFormat, "C:\\testcraddin.pdf");
    Sincerely,
    Ted Ueda

Maybe you are looking for

  • Apache plug-in for weblogic server under linux

    Ladies and gents,           Having problems getting the plug-in working..............           System components:           RedHat linux 6.1           BEA Weblogic server 5.1           Apache web server 1.3.19 (WLS supports the plug-in)           I

  • Import frame file pulls in blank images

    When I import a frame file into RoboHelp, all images are blank. Source files are all on my workstation. I tried installing the TifLZWSetup but to no avail. The images coming from Frame into RoboHelp are still blank. If I save the .tif image in an unc

  • Fireworks not responding at startup

    Hi all, Im tearing my hair out here.. all the apps (including Fireworks) in my Studio MX 2004 are refusing to start-up. I can't find any help or acknowledgment of this problem in the Adobe support website. HAs anyone had this happen to them.. and if

  • Map implementation vs. map reference query

    Hello all and Happy New Year. I've written a Map implementation to store and retrieve values for a a class that needs to hold 80,00+ entries; performance is an issue, especially since it's a bucketed map with multiple values mapping to one key. every

  • How can i work with Mysql using socket

    hi When i connect through mysql using socket then can i send a query to mysql through socket. if yes then how retrive data which is performed by query plz help me THANKS