Issue with Crystal Report integration with SAP Portal

Hi,
  Crystal Report using Crystal Reports 2008 trail version is created.This .rpt file is present on my desktop and I would like this report to be published on SAP Portal.Can anyone please let me know steps to do so?
Regards,
Madhu.

You need to install SAP integration kit. There are some configurations you need to do.Please go through the below URLs for more details:
[http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a00ee3b2-5283-2b10-f1bf-8c6413e0898f;jsessionid=(J2EE3414800)ID0872910550DB10406683879540656926End]
[http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/004aacbb-4983-2b10-8da7-cdff5dcbb948;jsessionid=(J2EE3414800)ID0872910550DB10406683879540656926End]
Publishing:
[http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414800)ID0872910550DB10406683879540656926End?blog=/pub/wlg/11144]
[http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414800)ID0872910550DB10406683879540656926End?blog=/pub/wlg/11146]
[http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414800)ID0872910550DB10406683879540656926End?blog=/pub/wlg/11147]
Hope this helps!!!

Similar Messages

  • Crystal report integration with CRM

    Hi, Guru:
    I would like to check with you.
    I need show a demo to integrate crystal reports with our CRM product.
    I know for CRM mobile (mobile system maintenance), we could have this option. however, my requirement is to seek any other options to integrate crystal reports with CRM webclient UI, so just like to check with you if you know how I can start to implement this.
    Cheers,
    Eric

    Hello Eric,
    Check
    SAP Customizing Implementation Guide -> SAP NetWeaver  ® Business Intelligence -> Links to Other Systems -> Crystal Enterprise Integration):
    Also,in the following URl you can search for CRYSTAL REPORT.
    http://help.sap.com/saphelp_crm50/helpdata/en/1a/023d63b8387c4a8dfea6592f3a23a7/frameset.htm
    Hope this helps!
    Regards,
    Shanthala Kudva.

  • Crystal report integration with CRM 7.0

    Hi, Guru:
    I would like to check with you.
    I need show a demo to integrate crystal reports with our CRM product.
    I know for CRM mobile (mobile system maintenance), we could have this option. however, my requirement is to seek any other options to integrate crystal reports with CRM webclient UI, so just like to check with you if you know how I can start to implement this.
    Cheers,
    Eric

    Hello Eric,
    Check
    SAP Customizing Implementation Guide -> SAP NetWeaver  ® Business Intelligence -> Links to Other Systems -> Crystal Enterprise Integration):
    Also,in the following URl you can search for CRYSTAL REPORT.
    http://help.sap.com/saphelp_crm50/helpdata/en/1a/023d63b8387c4a8dfea6592f3a23a7/frameset.htm
    Hope this helps!
    Regards,
    Shanthala Kudva.

  • Crystal Report Integration with BW 70

    Crytal Integration with SAP BW  
    Posted: Apr 21, 2008 6:53 PM       E-mail this message      Reply 
    Need help.
    I have read some links at SDN, like Getting started link on BO and also http://www.businessobjects.com/product/packages/ to understand do we have to buy any additional licenses to use Crytal reports with my SAP BI 70?
    1) We already own Crystal Enterprise. We are using for Non SAP Data
    2) I remember to see SAP's integration kit in BW 3.5 and toolset to allow creating Crystal Reports on BW Queries. Also remember as SAP Customer we have access to create 10 queries even when we do not have Crystal License. Part of BW 3.5.
    3) Since we have Crystal Enterprise already, do we need to buy additional Licenses for using it for SAP BW?
    My question is limited to Crytal and not Generic BO, because SAP had some content development relationship with Crystal earlier. We have Business content (Brazilian Taxes in Crystal Reports)
    BusinessObjects XI Integration Kit for SAP will certainly will allow it but is it really needed for Crystal Reports?
    Can some one clarify?
    Pankaj Gupta

    Hi
    We recently bought Crystal Reports and also now in the process of connecting it to ECC6.0, CRM and BI 7.0. We do have the SAP integration Kit and from the installation manual I can figure out that the integration kit is a must because of many auth issues etc. They have provided a couple of transport to be imported into each of the systems and many parameter settings.
    If you are not having the Integration Kit it you should be trying to connect through ODBC etc which may be quite difficult with BI.
    Sunder Arunachalam

  • Crystal reports integration with sql server and visual studio 2010

    when I am trying to open a crystal report  through code ( visual basic 2010 ) I get the error
    the report has no tables
    I am using SQL SERVER 2008 R2
    HERE IS THE CODE I WROTE 
    Imports System.Data
    Imports System.Data.OleDb
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Windows.Forms
    Imports CrystalDecisions.Shared
    Public Class frmRep
        Dim objConnection As New OleDbConnection("Provider=SQLOLEDB;Data Source=ASHRAF-PC\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=TEST")
        Dim objDataAdapter As New OleDbDataAdapter()
        Dim objDataSet As New DataSet()
        Private Sub CrystalReportViewer1_Load(sender As System.Object, e As System.EventArgs) Handles CrystalReportViewer1.Load
        End Sub
        Private Sub frmRep_Load(sender As Object, e As System.EventArgs) Handles Me.Load
            Dim cr As New ReportDocument
            objDataAdapter.SelectCommand = New OleDbCommand()
            objDataAdapter.SelectCommand.Connection = objConnection
            objDataAdapter.SelectCommand.CommandType = CommandType.Text
            objDataAdapter.SelectCommand.CommandText = "select * from bands"
            objConnection.Open()
            objDataAdapter.Fill(objDataSet, "bands")
            objConnection.Close()
            cr.Load("D:\MY VB 2010 PROJECTS\test2\test2\CrystalReport1.rpt")
            cr.SetDataSource(objDataSet.Tables("bands"))
            CrystalReportViewer1.ReportSource = cr
            CrystalReportViewer1.Refresh()
        End Sub
    End Class

    I suggest you post that question in a Crystal Reports forum.
    Markus

  • How to show a crystal report in a SAP Portal?

    Hi
    I am trying to show a crystal report in SAP Portal. I did a crystal enterprise report iview, and in SAP portal I got this error when I trying to show it:
    404 Missing Page
    The page you requested is not available on this web server for one of the following reasons:
    The address you typed may be inaccurate. For example, a character was missing. To correct this issue, double-check the address and make sure that it is spelled correctly.
    If you clicked on a link or button, the web application that generates this link may be experiencing a temporary problem. Close and restart your browser and try the link again at a later time.
    Then I test ce_url service, and got this error:
    Service cannot be reached
    What has happened?
    URL http://portalsap:8002/sap/bw/sap-client=100_cmsname=ipmachinebo call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system BTP with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:mars_BTP_02-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    I reviewed a Ingo's blog, and I have the configuration like he mentioned. With this handler
    /CRYSTAL/CL_BW_HTTP_HANDLER
    In http tab, I have
    Protocol: http
    Web server host and port: ipmachinebo:8080
    Path: SAP
    Viewer application: reportView.do
    can someone help me please?
    Regards,
    Paulina

    Hi Ingo
    Thank you for your response,
    I changed the 2 items, but I got this error when I executed the report in portal
    HTTP Status 400 - Invalid path /viewreport was requested
    type Status report
    message Invalid path /viewreport was requested
    description The request sent by the client was syntactically incorrect (Invalid path /viewreport was requested).
    And  when I tested the ce_url service I got this error:
    Service cannot be reached
    What has happened?
    URL http://mars.penitus.com:8002/sap/bw/sap-client=100_cmsname=192.168.0.35 call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system BTP with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:mars_BTP_02-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    Regards,
    Paulina

  • Crystal Report integrated into SAP but Menu not sorting well

    Dear Expert,
    I am worry about the Crystal Report menu displayed from SAP B1;
    May I know the sorting rule? because it's not sorting by name or by adding date; and it looks not well organized now for users to choose reports.
    Thanks in advance.
    Best regards,
    Michelle

    Hi Allen,
    Try to browse this link:
    https://www.sdn.sap.com/irj/sdn/businessone?rid=/webcontent/uuid/807d22cb-cb1d-2b10-8794-fb76d7feca88
    beside the thread provided by Gordon.
    I am sure the real Crystal Report that will launched with SAP B1 2007A product CD in the last August have been improved and different with the free trial. So, I suggest to browse SAP service market place to know more if it is available in your country
    Rgds,

  • Security issue in Crystal Report 2008 for SAP B1

    Hi Friends,
                     I want to hide the Query which is used in my report from the end user,I don't want they can see and edit the report after exporting from sap b1.
    Please help.....its urgent
    Thanks.
    Andy

    Hi Andy,
    SAP B1 is an OEM version of CR 2008. I can't move your post so please mark as answered and post your question to this forum:
    /community [original link is broken]
    Thank you
    Don

  • SAP B1 8.8 integration with Crystal report

    Hi Experts,
    Is there different Installer for SAP B1 8.8 version.
    I installed crystal report for SAP B1, but I am getting following error
    " External connection to database failed. SAP Crystal add on may not function properly. Please rerun the Account setup with Superuser login"
    I am login as Super User & When i am trying to open Account Setup , i am getting following error -
    " Item - Could not commit action because the item is currently in focus. [ 66000-23]
    could you please suggest, possible solution
    tks,
    Sb1

    Hi Sb1,
    There is no external addon and installer for Crystal report integration with SBO 8.8. Just install SBO8.8 and CR2008 is using for only designing the reports. SAP already incorporated all the related integration in SBO 8.8 version.
    Thanks
    Sachin

  • Crystal Reports 2008 with BO Enterprise XI 3.1

    Hi All,
    We are in the process of implementing CR2008 with BO Enterprise XI 3.1.
    We have completed the installation successfully. We can connect from CR2008 client desktop directly to BI-7 using the BO SAP Connector. But We have the following issues,
    1) On CMC (OB Ent Server) we don't see any business object related roles in the list of values under the authorization. We see 3 J2EE related roles only.  We did everything according to the documentation. Changed JCO (sapjco.jar) along with the DLLs to various versions and even changed the 64bit to 32bit but no luck. Classpath is also set in Tomcat but still we don't see any of the BO related roles.
    2) We have created a connection to universe using Designer (BO Ent). But when we try to connect from CR2008 to universe though the Business Object Enterprise Server using the client desktops, we can only select the fields for the query. But when we try to confirm the query we get a message saying NOT LOGGED ON.
    Are we doing the right thing ? We have BI-7 installed on Windows 2003 (64 Bit Server) and BO Enterprise Server XI 3.1 and SAP Connector XI 3.1 Server was also installed on the same server. We have client desktops with Crystal Report 2008 with SAP Connector Client installed.
    What are we missing ?
    Appreciate if you could kindly help us to get this problem solved as this is dragging for a while now.
    Thanks a lot in advance.
    Thanks and Regards
    Kushan

    Hi,
    take a look here:
    BusinessObjects and SAP - Overview
    /people/ingo.hilgefort/blog/2008/02/07/businessobjects-and-sap-part-i
    Crystal Reports and BI Queries
    /people/ingo.hilgefort/blog/2008/02/19/businessobjects-and-sap-part-2
    Crystal Reports and BI Hierarchies
    /people/ingo.hilgefort/blog/2008/02/27/businessobjects-and-sap-part-3
    Crystal Reports and SAP R/3
    /people/ingo.hilgefort/blog/2008/03/23/businessobjects-and-sap-part-4
    Install Part #1
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-1-of-4
    Install Part #2
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-2-of-4
    Install Part #3
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-3-of-4
    Install Part #4
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-4-of-4
    SAP Authentication
    /people/ingo.hilgefort/blog/2008/09/19/businessobjects-and-sap--configure-sap-authentication
    Publishing part 1
    /people/ingo.hilgefort/blog/2008/09/23/businessobjects-and-sap--publishing-of-crystal-reports-part-1-of-3
    Publishing part 2
    /people/ingo.hilgefort/blog/2008/09/24/businessobjects-and-sap--publishing-of-crystal-reports-part-2-of-3
    Publishing part 3
    /people/ingo.hilgefort/blog/2008/09/24/businessobjects-and-sap--publishing-of-crystal-reports-part-3-of-3
    XC, CR and LO Part 1 of 4
    /people/ingo.hilgefort/blog/2008/10/03/businessobjects-and-sap-part-1-of-4--creating-a-xcelsius-dashboard-on-top-of-sap-bi
    XC, CR and LO Part 2 of 4
    /people/ingo.hilgefort/blog/2008/10/07/businessobjects-and-sap-part-2-of-4--creating-a-xcelsius-dashboard-on-top-of-sap-bi
    XC, CR and LO Part 3 of 4
    /people/ingo.hilgefort/blog/2008/10/07/businessobjects-and-sap-part-3-of-4--creating-a-xcelsius-dashboard-on-top-of-sap-bi
    XC, CR and LO Part 4 of 4
    /people/ingo.hilgefort/blog/2008/10/10/businessobjects-and-sap-part-4-of-4--creating-a-xcelsius-dashboard-on-top-of-sap-bi
    Technical Material
    /people/ingo.hilgefort/blog/2008/11/19/businessobjects-integration-with-sap-netweaver-bi--technical-material
    Ingo

  • Crystal Reports Templates usage - SAP BW MDX query data

    Hi Ingo,
    How are you?
    I am experiencing issues with crystal reports when trying to use crystal reports templates with SAP BW data.
    I have successfully created Crystal Report using SAP BW data with NodeID,  ParentNodeID hierarchy, Crystal Hierarchical Grouping.
    Also developed Xcelsius Dashboard using Live Office --> Crystal Report (SAP BW data) with refresh data on open.
    Now trying to create a template for new crystal reports to be designedu2026
    The following are observed by me:
    1.     When I create a crystal report using Report Wizard and select  templates from  the list shown, the following error displayed for SAP BW data:
    2.     When I try to apply template using Template Expert and selecting the report which is created using SAP BW data (and formatted), the following error displayed:
    u201CCould not apply template to the documentu201D
    I would like to know, whether there are known issues with Crystal Reports Templates using SAP BW data?  If so, could you suggest any solutions/work around to this issue?
    Thanks & Regards,
    S.Salai Manimudiyan

    I tried the following three methods:
    1. Applied all the 12 Crystal Templates
    2. Applied my own reports as Template
    3. Also applied Crystal Report developed using Templates Fileds.
    None of the above is working.
    Created a report with BW query data and try to apply all the above templates but the same issue.
    If I create a report using eFashion universe and apply all the above works without any problem.
    I do agree with you that templates should not depend on the data source, as it is mainly for the common/standard report page layout (to reuse)...
    Could you pl. check at your end and let me know the results.
    Thanks & Regards,
    S.Salai Manimudiyan

  • Crystal report error in SAP

    I have linked my first Crystal report into SAP (2007A), but when I try to run it I get an error. 
    Msg header "SAP Crystal AddOn"....Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version = 12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
    I searched the SAP forums, but found nothing regarding this error. Anybody have an idea how to fix? I can't see my Crystal report.  Does the report need to be stored in a specific location for it to be called from SAP?  I was able to browse to it when I setup the link in SAP.
    Edited by: shredder on Nov 17, 2009 11:52 PM

    Hi Shredder ,
    Actually you should have posted in reporting and printing forum ..anyway close your previous thread too..
    and please take a look at this
    *I copy from the other thread *
    Client you need to install .net framework 3.5 and Crystal Run time to run reports.
    in the client make sure the shared directory is accessible from run without any password
    and in the add on go to report properties and set the path to the shared folder .rpt files and apply changes
    use OLE DB connection
    CRYSTAL REPORTS 2008 V1 FOR B1
    (click on Installation)
    https://websmp208.sap-ag.de/~form/handler?_APP=00200682500000001943&_EVENT=DISPHIER&HEADER=N&FUNCTIONBAR=N&EVENT=TREE&TMPL=01200314690900002156&V=INST
    Crystal Reports Integration for SAP Business One
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/707f51b3-0b20-2b10-8daa-d8ee72ace309 [original link is broken]
    in case you have any problem installation go through the demo and make sure you have installed correctly
    https://websmp201.sap-ag.de/~sapidp/011000358700000727712008E.htm
    Hope this helps
    Bishal

  • Crystal Reports access to SAP/CRM 6.0 with Integration with SAP Solutions

    Hello,
    we are running Crystal Reports 2008 with SAP CRM 6.0.
    To boost productivity or Report writeing we need especially access to:
    - Function Modules
    - the CRM Business Objects Repository (Transaction SW01).
    What kind of SAP/CRM  ( or SAP / ERP )  Objects can be accessed with the Integration for
    SAP Solutions ?
    The BO Documentation  [BusinessObjects XI Integration for SAP Solutions User's Guide|http://help.sap.com/businessobject/product_guides/boexir31SP2/en/xi31_sp2_bip_sap_user_en.pdf]  does not give a clue if this is possible.
    However,  Ingo Hilgefort stated in his book that it is at least possible to access  ABAP Functions, SAP Querries and SAP InfoSets.
    What is the minimum product portfolio and the necessary Version - Can I install the following products stand alone ?
    Crystal Reports 2008
    Integration for SAP Solutions
    Tomcat / Jaco
    or
    Must I need at minimum BO Edge  and must install the CMS Server ?
    Thank You
    Martin

    HI,
    What kind of SAP/CRM ( or SAP / ERP ) Objects can be accessed with the Integration for
    SAP Solutions ?
    here is also a blog about this:
    /people/ingo.hilgefort/blog/2008/03/23/businessobjects-and-sap-part-4
    However, Ingo Hilgefort stated in his book that it is at least possible to access ABAP Functions, SAP Querries and SAP InfoSets.
    >> correct. It is also in the Installation Guide / User Guide for the SAP Integration kit. You can use ABAP Functions, ABAP / SAP Queries, InfoSets, Tables
    What is the minimum product portfolio and the necessary Version - Can I install the following products stand alone ?
    Crystal Reports 2008
    BusinessObjects Integration for SAP Solutions
    BusinessObjects Edge or BusinessObjects Enterprise
    Ingo

  • ECC5 integration with crystal report

    hello friend
    i am looking to integrate ecc5 with crystal reports can any one suggest me the  solutions for generatign reports in crystal report usising sap r/3 ecc5 version

    Hi Nomadus,
    I have to use Crystal Reports because this is what my customer already has.
    Actually it's an integration with NO Oracle products.
    Any idea?
    Thanks

  • Getting No rights error in Crystal Reports connection with SAP ECC 6

    I am ABAP/BI developer and would like to work in Crystal Reports 2011. Currently, We have SAP ECC 6 and BI 7 set up. I have installed trial version of Crystal Reports 2011.
    I am getting error while trying to create blank report in Crystal Reports:
    Create New Connection -> SAP Tables.. -> entered SAP Development server user id and password -> following error message :
    LOGON failed
    Details : You do not have necessary rights to design reports against the SAP system. Please check with your system administrator.
    My user id has all rights in development server.  So, is any special rights require? OR do we have to install any patch for Crystal Reports at SAP level?
    Please guide me.

    Hi,
    To be able to report off an SAP data source in Crystal Reports, request the SAP Administrator to set the appropriate authorizations for the user.
    For a list of authorizations that are necessary for each type of SAP connection, consult the document:
    BusinessObjects XI Integration for SAP Installation Guide
    In the "Authorizations" chapter, there is a description of each authorizations needed for each type of connection and actions.
    ( The document is attached to this SAP Knowledge Base Article in the attachment section )
    In addition to the authorizations specified in the SAP Integration Kit Installation Guide, the following authorizations are required:
    For Authorization object: S_RFC with Field name: RFC_Name. According to the installation guide the values should be: SYST, /CRYSTAL/OPENSQL
    Additionally you will need the value: SUSR as well.
    For Authorization object: ZSEGREPORT with field name: ACTVT. According to the installation guide the value is: 02 (Change)
    Additionally you will need the value: 01 (Create or generate) as well.
    Thank you.

Maybe you are looking for

  • Fatal error while running Test JSP in Jdeveloper

    Hi, After performing initial jdeveloper set ups when I run the test JSP i get following error It prompts about Port conflict. Upon clicking OK I get following error Fatal Error: Unable to write to the transaction log (/E:/p4045639_11i_generic/jdevhom

  • Webutil - issue with uploading text files with client_get_file_name

    Hi, I'm using webutil client_get_file_name to upload files from the client machine to the server. It works fine for xls,pdf,doc files etc. but not for txt files it seems. It doesn't display any error at all either. Has anyone seen this type of issue

  • Syndicator Preview tab values are not same to Syndicator Output file

    HI All, I am struct with the following issue, can any one give there inputs where the issue is: In the MDM Syndicator preview tab I can see the look up flat multiple table values... But in the output file I cant abel to see the entire node at all...

  • Captivate 8 RGB entry bug

    Does the Captivate 8.0.1.242 patch address the bug with entering RGB values in the Color Picker? Don't see it specifically mentioned in the patch FAQ, thought I'd double-check. Thanks! Tim

  • Mac book air (2013) doesn't start

    Hi, my mac book air doesn't start anymore. I used it yesterday, put it on the macsafe charger and took it off when the chargerlight went green. Than, when I wanted to start it. Nothing happenend. I used all the tricks. SMC reboot, shaking it, push al