Moved some Crystal Reports from 8.5 to 10. They all work except one.

Moved some Crystal Reports from 8.5 to 10. They all work except one.
The report runs, then stops.
It brings up the Formula Workshop - Format Formula Editor - Suppress (No Drill-Down)
Highlights one of the Formula Fields, which is in used as part of record selection, then stops

Go to [http://service.sap.com]
In that go to SAP Support Portal ->Help & support tab ->Report a Product Error
You would have to supply Customer number and User ID and it would allow you to create a case (incident).
You can also call on our CIC numbers if you face any issues and they would be able assist you in creating an Incident.
Americas : 1 866 8907686 (toll-free)
support.bosapamerica@ sap.com (Remove the space)
APJ: 1800 613459 (toll-free)
support.bosapasia@ sap.com
EMEA: 08081012181 (toll-free)
support.bosapemea@ sap.com
Hope that helps!!
Regards,
Shweta

Similar Messages

  • Duplicate Object Name Error When Publishing Crystal Reports from BW to BOE

    Hi,
    We recently upgraded our systems (all client and server) to SP2.7 in order to solve a problem with saving Crystal Reports to BW.  Now we are experiencing a new error when trying to publish a Crystal Report from BW to BOE (either all in one step from Crystal Reports application or directly from within BW).
    Upon trying to publish a Crystal Report from BW to BOE, we get the following error:
    "An error occurred while saving and / or publishing.  The return code 1 was returned from the server.  Logon to Crystal Enterprise failed.  Unable to commit the changes to Enterprise.  Reason: Failed to commit objects to server : Duplicate object name in the same folder."
    We have repeated this issue numerous time with different reports, users and logon credentials and have verified that there are NOT any duplicate object names.
    Additionally, in some cases, the report ultimately publishes to BOE, but with the above error interruption along the way.
    Any ideas?
    Thanks,
    Josh
    Edited by: Josh Crawford on May 10, 2010 9:46 AM

    Ingo,
    Apologies for the delayed response.  We've spent a few days poking around with this issue, and had even opened a customer message for it (13641).
    In the end, it seems that the problem was somehow associated with the "Prepare this report for translation." flag in the "Save to BW Options" dialog box of Crystal Reports.  If we try to Save & Publish with the Translation flag selected, we get the duplicate entry error.  If we Save & Publish without the Translation flag selected, everything is fine.
    There are still some details we need to look into, but for the time being it looks like we don't have an issue anymore(assuming we ever did) as we're not concerned with Translation capabilities.
    If we come across the problem again, I'll post again.
    Thanks,
    Josh

  • How to trigger crystal report from SAP ECC

    Hi All,
    I hope i m right forum to ask this question.
    we want to do label printing from Crystal reports. data will be present in SAP ECC .
    So I below issues
    1 ) how to connect SAP ECC database with Crystal Reports.
    2 ) how to trigger print output in Crystal reports from ECC , lets say I create a Delivery In ECC , the print output will be issued to Crystal report and I should get a print out Immediately ( for printing - printer will be connected to local system and SAP network printer ) .
    I have worked  with this type of scenario in smarforms , adobeforms. but not with Crystal Reports ...
    Regards
    Yashpal Gupta.

    Hi Yashpal,
    First thing you need to do is install the Connector on both your work station where you run Crystal Reports as well as the SAP Server where the data is.
    So I moved your post to the SAP Integration Kit forum.
    Need to know what version of Crystal Reports you are using?
    Search of browse here, lots of info on how to...
    Thanks
    Don

  • How to open Crystal Report from the SAP GUI ?

    Hi experts,
        We have developed some reports for our ECC 6.0 system by using Crystal Report 2008 and SAP integration kit , these reports are published to BO edge 3.1 server.  To view the report, our user have to open IE and login Infoview first.
       For convenience, we want to open Crystal report from SAPGUI directly without login BOE, How can we do it? 
    Thanks.

    Hi
    please take a look here
    Crystal Reports
    Regards,
    STratos

  • Error while running Crystal Reports from application

    Hi,
    I am getting the below error when I try to run Crystal Reports from my application.
    There are no Page Servers connected to the Cache Server or all connected Page Servers are disabled or all connected Page Servers are not part of the specified server group. Please try to reconnect later.
    I am able to preview the reports in CMC and Infoview, but when I try to run the same report via my application the above error pops up.
    Sometimes I get a different error:
    The Page Server you are trying to connect to is not accessible. Please contact your system administrator.
    Looks like some configuration settings are missing/ corrupted.
    I tried to look in a number of websites... tried few workarounds, but none seems to be working.
    Any help is highly appreciated.
    Meena
    Edited by: meenakshitikoo1 on Apr 19, 2011 12:46 PM

    Check the following SAP note
    https://service.sap.com/sap/support/notes/1032461
    Regards,
    Stratos

  • Calling Crystal Reports from Oracle Forms 6i

    Hello
    I am trying to invoke/call Crystal Reports from Forms 6i.
    I have created OCX Item, while right click on item and insert-object, i am unable to see "Crystal Report" Control.
    I have installed crystal Reports 2008 (Version 12) and CR Standard Production version 9.
    Is there any Active X control registration in forms.
    I could see "Crystal Report Viewer Control 9" and "Crystal Report Print Control 12.0"
    Could some one help me,
    Thanks
    Tumuganti

    Did u Succeed in calling crystal Reports XI from Forms 6i
    or from Forms10g
    for me also the same Requirement
    please send any document ,Attachment ,steps to call Crystal Reports XI from Forms
    [email protected]
    Message was edited by:
    user501763

  • Printing Problem in Crystal Report From JSP

    Hi,
    I m calling crystal report from JSP.Report is parameterized.I m passing parameters from JSP.Report is displaying on the page,but when I try to print or export the report by pressing Print or export Button ,it displays an error message "Some parameters are missing values".
    Please guide my,what should I do? Following is the code.
    Good Bye
    AQ
    Vector fieldVector = new Vector();
    SPParameters spParams = new SPParameters();
    ReportFactory     reportFactory = new ReportFactory();
    // Setteing the report Name (Path Appended)
    reportFactory.setReportName(ReportsCoreDataConstants.REPORT_PATH.concat("Test_Rep2.rpt"));
    //Setting the parameters for the report
    ParameterField paramFeilds = null;
    System.out.println("fiscalYearCode:"+fiscalYearCode);     
    paramFeilds = spParams.createParams("IPFISCALCODE",fiscalYearCode);
    paramFeilds.setReportName("");
    fieldVector.add(paramFeilds);
    //Creating the ReportSourceInstance
    reportFactory.setFields(fieldVector);
    String exp = "";
    try {
         ReportFactory l_reportFactory=null;
         l_reportFactory = reportFactory;
         if (l_reportFactory != null) {
         CrystalReportViewer viewer = new CrystalReportViewer();
         viewer.setParameterFields(l_reportFactory.getFields());
         viewer.setOwnPage(true);
         viewer.setDisplayGroupTree(false);
         viewer.setHasZoomFactorList(false);
         viewer.setHasLogo(false);
         viewer.setHasPrintButton(true);
         viewer.setHasRefreshButton(true);
         viewer.setHasToggleGroupTreeButton(false);
         viewer.setHasViewList(false);
         viewer.setPrintMode(CrPrintMode.ACTIVEX);
         viewer.setSeparatePages(true);
         viewer.setEnableParameterPrompt(false);
         viewer.setReuseParameterValuesOnRefresh(true);
         viewer.setReportSource(l_reportFactory.createReport( request.getLocale() ));
         viewer.refresh();
         viewer.processHttpRequest(request, response, getServletConfig().getServletContext(),out);
         viewer.dispose();
    } catch(Exception e) {
         exp = e.toString();
         System.out.println("Exception in JSP : " + e.toString());
         e.printStackTrace();
    }

    I think ScreenRaghu is right. If you look at the generated source, your jsp becomes an action and processHttpRequest() method is invoked everytime some action happens. So when you click the export button, request object no longer has the values your report needs. Either put the values in session or via link or db or whatelse.

  • How to delete all the crystal reports from SAP B1 ?

    Dear Experts,
    I have one problem and I need to Delete all the Crystal PLD's and Crystal Reports from SAP B1.
    I can delete a PLD or Report using delete option from Report and layout manager or layout designer.
    But I need to select delete option for each PLD and It makes very time.I have some 200 Reports and I need to delete fully.
    Is there any possible to multi delete option in SAP B1?
    I have searched many but i will not receive proper solution. Any one can explain how to do This?
    Thanks ,
    Karthikeyan.P
    MSBI Developer-Chennai

    Dear Karthikeyan,
    Manual deletion is actually the most safe way to delete them. If you try update B1 tables directly, you are against SAP support rule.
    Thanks,
    Gordon

  • Need help in RFP - Migration Estimates for Crystal Reports from BI 3.1 to 4.1

    Hi,
    I have to migrate 100 crystal reports from BI 3.1 to 4.1. The reports vary from simple to complex in terms of complexity.
    I want to know the time estimates (no. of hours/report) for the above upgradation for a client proposal.
    What all parameters should i mention in the proposal?
    Thanks

    You don't actually have to upgrade the reports to a newer version of Crystal in order to migrate them from BO 3.1 to BI 4.1 and have them work.  BI 4.1 will work correctly with Crystal Reports that have been created in Crystal XI r2 and higher.  The inner structure of the .rpt file is essentially the same, with new things being added when new features from the newer versions are used.
    Some things to remember when migrating Crystal reports using the Upgrade Management Tool (based on my experience migrating a number of clients from 3.1 to 4.x):
    1.  If the reports were saved with a specific printer, make sure that the printer has been configured on the BI 4.1 server.  In 3.1 this was not an issue, but there's a change in printer processing in the newer versions of Windows Server where BI 4.1 will run that cause errors/warnings in the migration of these reports.
    2.  If your reports use ODBC connections, make sure that ALL of the required connections have been created prior to migration.  Even though BI 4.1 is 64-bit software, the Crystal "servers" are still 32-bit, so they require 32-bit connections.  If you're connecting to MS SQL Server, make sure you use SQL Server Native Connection 10.0 or 11.0 for these connections.
    3.  If you have Dynamic Parameters and you've had to make any changes to which DB drivers are used - even if it's in an ODBC connection that has the same name as the old system, be aware that you'll have to create new data connections that use the new ODBC connections or drivers and then point the data foundations to the new data connections - otherwise your dynamic parameters won't work.
    -Dell

  • View discrepency while migrating Crystal Reports from XIR2 to XIR3

    Hi,
    We are migrating Crystal Reports from XIR2 to XIR3. If the report is designed in Crystal client by inserting a subreport it does not come well in web viewer. If I do not use subreports then the view is same (both in web viewer & windows client preview).
    Could you please let me know, what could be the problem and how to resolve this?
    It's urgent. Your valuable time and solution is much appreciated.

    I moved your thread to the " .NET - SAP Crystal Reports" forum, assuming this is in a .NET app(?)
    Unfortunately, the description:
    " does not come well in web viewer"
    is somewhat "loose". Perhaps inserting a link to a screenshot(s) that demo the issue will be a good idea?
    Also, if my assumption is correct:
    1) What version of .NET?
    2) What is the exact version of CR? (In CR designer go to Help | About)
    3) What browser?
    4) Does this work on you dev system?
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • How to open Crystal Reports from Business Content Ext BW

    Hi friends,
    I have activated 0CR_FIAA_M20_Q0007 Crystal Reports from Business Content Ext BW and I have configurated BW_Publisher services in BW but I do´t see reports in /CRYSTAL/RPTADMIN.
    I check RFC connection and it´s ok
    Here I can´t get a role
    and here I don´t see reports
    Do I have to create special role with especial authorization?
    How do I save this Crystal reports in a Rol?
    How do I open this Report ?
    I check Ingo Blog BusinessObjects and SAP - Publishing of Crystal Reports Part 1 of 3 
    but I think, I don´t have some configuration.
    Regards

    Hi,
    I can open report from Role thru CR 2013.
    Here SAP  2.0 folder y Rol
    Here, settings in /CRYSTAL/RPTADMIN are:

  • Unablo to open Crystal report from infoview

    Hello Experts,
    I have an issue while opening crystal report from BOBJ Infoview.
    The report opens for some users and some users are getting this error.
    " Internal error. Please contact your system administrator. [RCIRAS0216]  ", the report is based on bw query and the users has access to this query,the users are able to execute other report based on same query.
    Even some users who are administrator group members are getting this error.
    Any help is appreciated.
    Thanks
    Kish

    It happens to only one report,but when i changed the option to "Use same database logon when report is run" in CMC, it resolved the issue.
    But i was wondering why the report encountered this error for the same user for whom it was working good in the past.
    Thanks,
    Sai

  • Run Crystal Report From Forms

    Dear all,
    Can i run a crystal report from forms10g ? if i yes then how can i do it
    Thanks in advance

    I have to be honest I don't know much about crystal reports.
    In addition to the suggestion of Francois, if you can access/run it via a URL you could use the web.show_document procedure with the url containing all your required parameters, which is similar to some of the method available to run oracle reports.
    eg. web.show_document(http://ServerNameDetails?parameter1=1&parameter2=hello,'_blank');

  • Can't view Crystal Reports from BW

    Hi,
    I'm installing SAP Integration Kit XI 3.1 SP3 with IIS.  I am able to publish reports from BW to BOE but not able view them from BW.  I followed the documentation to use report/report_view.aspx to define the viewer application in Content Administration Workbench.  But it is giving me a "The page cannot be found" error when I try to view Crystal Reports from BW.  I tried looking for the file report/report.aspx but cannot find it.  I was able to locate the file in SAP_CrystalReport_View/report_view.aspx.  I repointed the system to this path but it still giving me the same error. 
    Anybody here encountered this before?
    Thanks,
    Elijah

    Hi Ingo,
    - has the report being saved to BW and then published to BusinessObjects enterprise ?
        Yes, the report is being published from BW to BOE successfully.
    - did you import the ABAP Transports to the BW system ?
        I imported all the transports that came with the Integration Kit.  I'm not sure if the ABAP transport is one of them.
    - has the viewing service in transaction SICF been configured ?
        Yes, the top entry in the handler list is /CRYSTAL/CL_BW_HTTP_HANDLER.
    I did notice that the BW system is on a different subdomain than the web application server.  For example,
       BW system        -  bw01.us.mydomain.com
       BOE web server -   boweb.mydomain.com
    Would that affect the single sign on?

  • How do I open a Crystal Report from Microsoft Access?

    I'm looking for step-by-step instructions on how to launch a Crystal Report from a Microsoft Access application (for a dummy like me).
    My Crystal Report uses a connection to the Access database as the data.
    I have Microsoft Access 2002 with Microsoft Visual Basic 6.5.
    I have Crystal Reports 2008 CR Developer 12.
    I'll need to know where to find the Visual Basic code references, and/or ActiveX Controls, if applicable.
    Thanks
    Janeen

    I concur with Don. Just a bit of help - a sample VBA app is here;
    https://smpdl.sap-ag.de/~sapidp/012002523100006013432008E/rdc_vba.exe
    But as Don mentioned, you will have to downgrade to CR XI r2 (or lower) to implement the above solution.
    Ludek

Maybe you are looking for

  • Positive and Negative Sign

    Hello everyone, May I know why the standard freight cost is negative sign in SD but positive sign in COPA. Also sales and various kind of cost are showing positive sign in COPA. No negative sign in COPA? Thank you. Regards.

  • Cannot Open Starter Edition Program - My Catalog Error Msgs

    When I try to open the program, I get an error message: Problem opening My Catalog...another user or application may have catalog open or it's damaged...ODBCdata source returned the following error...Microsoft ODBC Driver Manager Data source name not

  • Can Solaris 11 support Solaris 8/9 container?

    Dear all, I am new to Solaris 11. I know that Solaris 10 SPARC can support Solaris 8/9 container. So, Can Solaris 11 SPARC support Solaris 8/9 container? Wait for your feedback. Mike

  • Commit not committing

    All of the demo EJBs that use BMP won't commit their chainges. Even the transactional beans that use a UserTransaction actually never get commited to the database. What causes this? I not the examples but the database is causing this behavior to any

  • What get's sync'd in the other category on my iphone

    When I sync my iPhone 3GS what is backed up in the "other" category?  I would like to find out if I can delete it? Thanks Sue