Issue in publication of Crystal Report on BO CMC

Hi,
We have a Crystal Report which needs to be bursted in order to create multiple pdf files based on Account Number field used in report.
For this, we have created a source report which contain all the fields required having Account Number.
The report has multiple groups (including one on Account Number itself) and we have created another report (say dynamic) which contains the same logic used in source report but it displays only the Account Number field in report without having any groups.
So, when we tried to create a publication on Business Objects Central Management Console (BO CMC) using these source and dynamic reports, everything goes well until Personalization where in we are suppose to configure the Filters using Source Report field and Dynamic Recipient Mapping.
Here, we are not getting the Account Number field (which is available in both Source and Dynamic reports) to be selected for adding filter.
Actually, we are not getting fields from a particular Command Object itself when we try to add filter from "Report Field" dropdown.
We are not sure whether this is due to the groups used at Source report or something else.
Could someone tell me whether anyone has undergone this kind of issue and found any solution.
Environments details:
Crystal Report version: CR XI R2
Thanks in advance.
-Raghavendra

Hi,
Couple of updates based on my trial and error method on this:
1. I could see the Report Field dropdown with database fields from Command Object when I removed all groups, sub Reports (forgot to mention on this) and all parameters except Account Number parameter (I have about 5 other parameters including a date range).
2. When I re-add date range parameter (keeping Account Number parameter as it is), the Report Fields dropdown under Personalization link isn't showing the fields from Command Object.
3. When I add any other parameters except Data Range parameters, I can see the Report Fields dropdown with Command Object fields.
So, I think there is something to do with date range parameters when we use the report for publication.
Did anyone face this issue?
Thanks,
Raghavendra

Similar Messages

  • Error while publication of Crystal Report in BO XI R3

    Hi, All
    We are using Crytal Report 2008 - BO XI R3 with SAP BI 7.0.
    We have created Crystal report for SAP BI Query and report is working fine in InfoView.
    While creating a publication on the same report ( which is having subreport in it ), it is giving following error :
    2008-12-19 12:38:44,776 ERROR [PublishingService:HandlerPool-125] BusinessObjects_PublicationAdminErrorLog_Instance_12827 - [Publication ID # 12827] - Document job "Details of LC Exposure" (id 12,832) scheduling failed: Security privileges are not sufficient for this operation.. (FBE60502)
    The same report executed successfully with normal scheduling, but getting error in publication.
    Can anybody help ?
    Regards
    Dilip Vyas
    +919867553344

    Sorry to open.
    Did you have any luck with this? Anyone?  I'm having trouble creating publications with Crystal Reports that has sub-reports (and default parameters).  They work fine when running in InfoView.
    Regards
    Thomas

  • Print Issue in VS 2010 Crystal Report Version 13.0.1.220

    Hi Friends,
    I am new user for SAP crystal report,
    can any one help me for
    Print Issue in VS 2010 Crystal Report Version 13.0.1.220

    Font must be True Type and on the WEB server where the report is being processed.
    Run Process Monitor and see if your app is loading the Font....
    Typically if the characters show up as a box it means either the font you are using does not support UNICODE characters, it's not installed so font substition is done but the font used doesn't have the Glyph's required or there is a permission issue with the font being instlaled under a local User account and should be installed under the Admin account.
    Also, Search for Font and Windows Framework, there are known limitations with .NET Framework and some fonts.
    What font are you using?
    Don

  • Crystal Reports scheduled in CMC Fails -Error: database connector error

    Hi,
    I am trying to schedule Crystal Report from the CMC. The report is created on top of InfoCube out of the SAP BI 7.0 server. On scheduling I am getting a particular error as u201CDatabase Connector Erroru201D.
    Is there any way to troubleshoot this. Do we need to configure BW Publisher parameters for the new SAP BI7.0 server with BO Enterprise Server which is tried out recently?
    All this processes work fine with the BW3.5 server for which I believe the configuration for the connection settings is already done.
    Thanks,
    Amogh

    Hi Ingo,
    The Crystal Report is built on top of InfOCube in SAP BI7.0 Server.Glad to tell you that the Reports do not give anymore while
    scheduling in CMC. It was an authorization issue with my user id in SAP BI7.0 System which the BASIS has resolved now.
    Referring to your question, somebody earlier suggested me that whenever BO Enterprise server needs to communicate with a new SAP BI Server we need to establish the connection through Universe Designer and test the connection and there is no other way create connection through the CMC.
    If there is a better way, please suggest.
    Thanks,
    Amogh

  • Issue while opening BI4 webi report instance using CMC on IE8 browser

    Hi,
    Having issue while opening BI4 webi report instance using CMC on IE8 browser.
    Steps to reproduce the error:
    1. Login to CMC
    2.  View Webi History.
    3.  Open successful instance  (For the 1st or 2nd time reports are opening up, from the 3rd time it just freeze the session)
    4. After it get freeze we need to close the IE using Task Manager.
    Can any one please suggest a resolution for this issue.
    Thanks,
    Ganesh.M

    Hello Gokul,
    first thing is to check is if your chrome version is supported by your current BO version as specified in the PAM (is it?). If the chrome version is supported, and you still have an issue, then you can check with a sap support engineer.
    best regards,
    Victor

  • Error when upload Crystal report files to CMC

    hi All,
    i having an error when trying to upload a Crystal report files to CMC, the msg appears below :
    Unable to find servers in CMS obt-sg-a1mgr.obtechglobal.com:6400 and cluster @obt-sg-a1mgr:6400 with kind fileserver and service FileStoreV2. All such servers could be down or disabled by the administrator. (FWM 01014)
    any help would be appreciated, thanks.
    Regards
    Hariyono

    Hi
    can you please go to the CMC under Servers and check the status of your file repository servers? Are they enabled and in status running ?
    Regards,
    Stratos

  • Safari Browser issue on Mac with crystal report viewer JSP

    Safari Browser issue with crystal report viewer JSP
    This is my configuration:
    Operating System : Mac X
    Browser : Safari Browser 3.1.4
    Crystal Report : XII Release 2
    Application Server : Jboss 4.2.0
    I am using the following code to view the crystal report in jsp.
    <%@ page import="com.crystaldecisions.report.web.viewer.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.application.ReportClientDocument" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.reportsource.IReportSource" %>
    CrystalReportViewer theViewer = null;
    ReportClientDocument document = null;
    IReportSource reportSource = null;
    theViewer = new CrystalReportViewer();
    reportSource = document.getReportSource();
    reportSource.refresh();
    theViewer.setReportSource(reportSource);
    theViewer.setOwnPage(true);
    theViewer.setHasExportButton(true);
    theViewer.setHasPrintButton(true);
    theViewer.setHasRefreshButton(true);
    theViewer.setHasLogo(false);
    theViewer.setEnableParameterPrompt(true);
    theViewer.refresh();
    theViewer.processHttpRequest(request, response, getServletConfig().getServletContext(), null);
    theViewer.dispose();This code is working fine when the browser is IE or Firefox on Mac X.
    But it is giving me error message when the browser is Safari on Mac X.
    If there is no parameter in the report then the error message is:
    Null Totaller
    If there is parameter in the report then the error message is:
    Parameter prompting is not supported
    Please Help.
    Thanks
    Edited by: VINCEJOHNSON on Jul 30, 2008 7:11 AM

    I am having this exact same issue, only on an ASP.NET page. I can print the report, but it does not display at all.

  • When deleting running crystal report from BOE CMC, it leaves Oracle thread?

    hi,  Yesterday, we discovered an anomaly.  From BOE's CMC, I deleted a running Crystal Report instance. I believed that this would "cancel" the running report. However, later, it produced a message.  It apparently kept on running in Oracle until it finished.
    My question: when I delete a job from BOE's CMC, what else must we do to cancel it from continuing in Oracle? Apparently, it continued to be a "thread" in Oracle.
    What additional steps should I take or are there any setup steps?  Thank you.
    Our BOE version (copied from the CMC about screen) is: Product: 12.1.0 © 2008 Business Objects (or Product Version:      12.2.0.290).
    Thank you,
    Dean

    I'd just been trying instructions in SAP note: 1407795 when this reply came through.... I can confirm this worked for me.
    The error codes I found in the Windows Event viewer, both yesterday and today are listen below:
    RCIRAS0240
    RCIRAS0622
    RCIRAS0567
    RCIRAS0244
    The issues that are described in this post and the ones I have seen first-hand  when the screen hangs when viewing this report on-demand, or the report running for a longer than expected time when scheduled, are covered by the above error codes. 
    A known cause of the issues you are experiencing is that when these particular reports were created, a network printer was specified as the default printer, this printer may now either be unavailable, IP address may have changed, etc.
    There do seem to be two options available:
    Option 1 - Remove the printer driver dependency
    Open this report in the Crystal Reports Designer.
    Under the File menu, click on Page Setup.
    Select the No Printer option.
    Option 2 - Add or correct the printer that the report is designed with
    Open the Report in the Crystal Reports Designer
    Under the File menu, click on Page Setup
    Make not of the printer that is listed in the Page Setup dialog
    Log on to the BusinessObjects Enterprise Server that houses the Crystal Reports Processing Servers.
    Make sure you log in as the user account that runs the Crystal Reports services.  This is generally the account that runs the Service Intelligence Agent (SIA)
    Go to Control Panel and click on Printers
    Ensure that the same printer is configured on the server that is used in the Crystal Report
    In the printer already exists, try removing it and re-adding it.

  • Run crystal report 2008 with cmc event

    it is possible to run the report only when i have some new record in a table ?
    or a new file in the disk ?
    i created one event in cmc but when i tried to schedule i don't have the option "with events"
    any help ?
    Thanks
    Ricardo

    Events can be based on a new file, and reports can be scheduled to wait for the event.  However, you do need to use the "with events" scheduling option in order to do so.  I don't know why you would not have that option (unless, maybe, if the event that you defined wasn't saved - i.e. no events - and/or you don't have an event server running).
    One thing on events, though, is that they work in conjunction with the scheduled time of the report.  The report has to pass the schedule time, THEN the event has to be triggered before the report will run.  Once triggered, a new or recurring schedule must evoke the report again before it will start watching for the event.  So, in other words, I don't believe that you can have a report triggered solely by an event.
    HTH,
    Carl

  • Crystal Reports Server 2008 - CMC Login Error - Bad Port Number in CMS Name

    This post is similar to previous post: Error: Bad port number in CMS name fe80:0:0:0:152f:77a:382d:6d8e:6400 null - which remains unanswered.
    In this case, I have installed a full licensed version of CRS 2008 on Windows Server 2008. I'm using Tomcat 5.5 and IIS 7.0.
    The error we get when trying to log into the server using SERVERNAME:6400 (the default), is:
    u2022Error: Bad port number in CMS name fe80:0:0:0:6509:bde9:93bf:f9de:6400 null
    We neglected to install IIS prior to installing CRS, so when we realized our error, we installed IIS and then uninstalled/reinstalled CRS 2008.
    Prior to reinstalling CRS, the CMC allowed us to login with no problem, which leads me to suspect that CRS may not have uninstalled cleanly.
    Can anyone help me to understand what causes this error, and what steps can be taken to resolve it?

    Hi,
    Try to check the port number 6400 is assigned properly to CMS. Please make sure that its not assigned to any other Products.
    Thanks,
    SK.

  • How to overcome the Memory leakage issue in crystal report 2008 SP2 setup.

    I have developed the small windows based application tool with help of  Visual studio 2008 for identify the memory consumption of crystal report object. It helps to load the crystal report objects in the memory and then released the object from the memory. The tool simply does the u201CLoading and Unloadingu201D the objects in the memory.
    The tool will be started once u201CTest_MemoryConsumption.Exeu201D executed. The u201CTest_MemoryConsumption.Exeu201D consumes u201C9768 KBu201D memory before load the crystal report object in memory. It means, 9768 KB is normal memory consumption for run the tool.
    Crystal report object initiated by the tool and object help to load the report in memory once the tool initiated the crystal report object. Now u201CTest_MemoryConsumption.Exeu201D consumes u201C34980 KBu201D memory during the crystal report object creation and report load process. The actual memory consumption of crystal report object is 34980u20139768=u201C25212u201DKBu201D. 
    The memory consumption u201C34980 KBu201D will be continued till the end of the process. The memory consumption will be reduced to u201C34652 KBu201D from u201C34980 KBu201D once report load process completed. It means, u201C328 KBu201D memory only released from the memory consumption. Tool enables the Release command for the crystal report object. But crystal report object does not respond to the command and will not release his memory consumption.
    The memory consumption u201C34652 KBu201D will be stayed in the memory once job ends.  If i again initiate the crystal report object then it crystal report object start to consume the memory from 34652 KB.
    Database objects and crystal report objects are properly used in the tool. The object release commands properly  communicated to crystal report setup. But the u201CCrystal report service pack 2u201D setup unable to respond the commands which has enabled from .Net Tool.  Crystal report objects are properly initiated and disposed in the tool. But the crystal report unable to release from the server.
    The memory consumption will be reduced once the server restarted or kill the application.
    Crystal report 2008 and crystal report 2008 SP2 setup available in the server.
    Microsoft .Net Framework 2.0 SP2, Microsoft .Net Framework 3.0 SP2 and Microsoft .Net Framework 3.5 SP1 are available in the server,
    Could you please suggesst how to avoid the memory consumption keep increasing and  how to release the memory consumption  once the crystal object disposed???

    Hi Don..
    My case is different one. I hope, the problem with Run time Installation setup file (Crystal report 2008 Serivce Pack2 installer) which we installed in the server.
    Let me explain with Live scenario which our client faced in crystal report 2008 Service pack2 Installer.
    Our client is using a application to help to print their reports. The application is developed with Windows service.
    Windows service keep on running in the server. Windows service executes the client 's crystal reports( Labels Report, Stock  report) which designed for clients need and the reports will be printed from printer. 
    10 Same type report (Label Report) will be printed in 1 minute. Reports are not printing during non business hours. But the windows service keep on running.  Memory cosumption of application will be 160 MB in business hours.
    For Example, On Monday the application memory consumption starts with 160 MB. The Memory consumption will be reached 165 MB  in peak business hours. Then the memory will be ended in163 MB in the End of Monday. It means, The memory consumption will be in 163 MB during the non business hours. Reports will not be printed in non business hours.
    On Tuesday, the application memory consumption starts with 163 MB and it will be reached 168 MB during the peak hours. The Memory consumption will be ended in 165 MB in the end of Tuesday.  The same process contiues till friday. End of friday, the memory consumption of the application will be ended with 170 MB.
    Application Memory Consumption slowly increasing in the server. In 5 days, Memory consumption reached Threshold value (170 MB) of the server. Application gets hanged up once the memory consumption reached 170 MB. We got the error messages as "Attempted to read write protected memory " / "Not Enough memory for process".  If we restart server / If we restart the service then memory consumption of application get reduced to 160 MB.
    From the above scenario, We came know that the either the problem with Application object or the problem crystal report object. In the application, We have checked dispose methods of application objects completly. I am sure that  application objects are properly disposed in the application. I hope the problem not with application objects. The problem with Crystal report objects.
    Application properly communicates the dispose methods to crystal report objects. Crystal report objects are not released from
    the memory.
    Crystal report 2008 Serive Pack 2 setup installed in the server. 
    As you said, If Crystal report runtime is not released from memory then memory consumption keep increase???  In service oriented architecture application, how to unload the crystal report runtime??
    Do you any fix for this kind of issue??
    Willl Crystal report 2008 service pack 3 help on this issue??

  • Crystal reports hierarchy issue

    Hello Experts,
    I am working on crystal reports 2008 on top of BW queries, I have product hierearchy untill 5levels.
    But in crystal i cannot see all the detail attributes of hierarchy, meaning,  i cannot see product key and medium name for level3,level4 and level5.I have built universe using same bw query, i can see L02,L03,L04,L05 levels material key and material medium name.
    Please let me know if i am missing any patches from BW side.
    Thanks.

    Hello Ingo,
    Thanks for reply, my issue is in the crystal reports field explorer , i am unable to see all the attributes of the hierarchies, example for level 3,level 4,level5 i am unable to see all attributes like key and medium name.
    Thanks.

  • Crystal report : Export to Text format from BI Launch pad

    Hi,
    We are facing issue in exporting the Crystal report to text format option from BI Launch pad view mode. Currently BI launch pad doesn’t support export to Text format option for crystal report in view mode. But export to text format option is feasible in schedule mode. But customer is not interested in exporting the reports through schedule mode.
    Please advise, if we have any alternative way of exporting the crystal report to text format option from BI Launch pad.
    Thanks,
    Chinnu A

    Hi Chinnu,
    The question is better suited to be asked in the BI Platform space.
    -Abhilash

  • Crystal Report Taking too much time to load

    Dear Support team,
    Every time I open an existing Crystal Report, it is taking me about 5 minutes to load (Even if its a new and Blank report). Also after one report has loaded for the first time, Loading further reports would take the same long time.
    Please note that I was not facing this problem earlier (Same Crystal Report version), this issue started occurring after I came back from a leave, and our IT guy have told me that he had uninstalled the Visual Studio in my absence (License issue), and no further relevant changes that he can think of.
    Appreciate your help on resolving this issue, I work with a large number of crystal reports on daily basis, and this problem is killing my time.
    Thank you for your time and support.
    Best Regards,
    Saadeddine Nahlous
    Systems Developer

    Hello again,
    I just found out more info about this problem that might help us troubleshoot it:
    My colleague and I were both using the Old Crystal Report version 10 (Before SAP) till about a month ago. Afterwards, I have installed the new SAP Crystal Reports 2013 Trial version to test it, and i faced no issues there and ordered to purchase the product. One week ago, my company bought for me and my colleague two licenses which arrived in two boxes containing two DVDs and we re installed the software using the DVDs. Since then we BOTH are facing this delay issue when opening any Crystal Report. (The delay is unbearable, it is truly about 3 min without exaggeration).
    For the record, we both have high spec PCs.
    Appreciate investigating this issue with us please.
    Thank you

  • Data missing while running a crystal report from SAP B1 2007A

    Dear All,
    I am facing an issue that is if i run a report from SAP B1 using Crystal reports AddOn, it misses out some data.
    Few Initial pages and a last page appears in the report. But when i run the same report using Crystal reports Designer it shows the actual number of pages. I have tested the above discussed issue on the server & workstation machines.

    Dear All,
    I would like to explain the above posted problem in detail. I need your generous help, I am facing an issue that is for Crystal Reports which are based on 'Financial Templates' data is missing out. For Example, If i run the report using 'Crystal Reports Designer' it is showing the whole Financial Template based on 5 pages, but if I try to run it from 'SAP Business One'
    using 'Crystal Reports AddOn' it is missing out the data e.g. it is showing Page 1 and then Page 4 & 5.
    Page No. 2 & 3 is missed out. For your information it was running fine from the past two months now I am
    facing issues in running it. Rest of the reports are running fine.
    I have tried reinstalling the Crystal Reports Runtime and Crystal Reports AddOn for SAP B1 on
    Client machines, but the problem is not resolved yet.
    Server Machine Details
    Version : SAP B1 2007A Server SP01 PL08
    OS: Windows Server 2008 R2 (64-bit)
    Crystal Reports AddOn for SAP B1 (64-bit)
    Crystal Reports Runtime
    Crystal Reports Runtime for Visual Studio
    Client Machine Details
    Workstation 1
    Version : SAP B1 2007A Client SP01 PL08
    OS: Windows Vista Enterprise (32-bit)
    Crystal Reports AddOn for SAP B1 (64-bit)
    Crystal Reports Runtime
    Crystal Reports Runtime for Visual Studio
    Workstation 2
    Version : SAP B1 2007A Client SP01 PL08
    OS: Windows XP
    Crystal Reports AddOn for SAP B1 (64-bit)
    Crystal Reports Runtime
    Crystal Reports Runtime for Visual Studio

Maybe you are looking for