Differentiate between report and generated scheduled report - report list

How do I differentiate between a (.rpt) report and a (scheduled generated report) from this report (.rpt with data) when I list all the reports on the server.
I need this information because when I view the scheduled report, I do not need to set the parameters via the crystal viewer.
Thanks in advance.
JM

Ted.
I am not sure why the scheduled report is saying si_instance=false.
So I scheduled the sample report - Drilldown and named the scheduled instance as "DrilldownInstance",
it created two info objects. One has SI_INSTANCE = true and the other has SI_INSTANCE = false!!!!!
select * from CI_INFOOBJECTS
where
SI_PROGID = 'CrystalEnterprise.Report'
and SI_KIND = 'CrystalReport'
and si_name LIKE '%DrilldownInstance%'
I presume it should have only created one object, and set si_instance=true
Thanks,
JM
P.S
Sorry to be a bother! but this is driving me nuts!
Edited by: jam mend on Jan 20, 2009 9:07 PM

Similar Messages

  • RE: COPA report and customer line item report not matching

    Hi All,
    COPA report and customer line item reports (fd10n) are not matching please let me know the reason.

    ok

  • How to show view tab Main Report and all of Sub Report in one action through Visual FoxPro

    How to show all view tab (Main Report and all of Sub Report) in one action.
    I already know how to show Main Report with this code sample:
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=this.Parent.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    Inside the 'MyReport.rpt' it has 2 subreports:
    1. MySubReport_1
    2. MySubReport_2
    I try to show MySubReport_1 and MySubReport_2 together with their own Main Report with this code sample:
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=this.Parent.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptSub1=oRptOpen.OpenSubreport('MySubReport_1')
    oRptSub2=oRptOpen.OpenSubreport('MySubReport_2')
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    Did I miss something because there was only view tab 'Preview' (Main Report) shown without view tab MySubReport_1 and MySubReport_2.
    Thank you.

    Your right, there is only one tab to view the report.
    To open the subreports you will need to click on them in the main report. I don't know of a way to open them programmatically like you are doing here
    http://diamond.businessobjects.com/robhorne</a>

  • Htmlb:tree differentiate between nodeclick and tree node expander click

    Hi,
    how can i differentiate between nodeclick and tree node expander (to get to its children) click in my event processing in htmlb:tree element.
    <u><b>What i am trying to achieve?</b></u>
    Onload just load root node and its immediate children.
    On node expand get the children of the current node and modify htmlb:tree table2 with additional node inofs.
    on node click  call some client function.
    But my issue is that i am not able to differentiate between node expander click and node click in my event handling. Any help on this is appreciated.
    (I am not using MVC)
    Thanks in advance.
    Regards
    Raja
    Message was edited by: Durairaj Athavan Raja

    After reading your weblog I think I understand better. I did some testing with my example.  I am using the toggle = "true", so that the page returns to the server each time an expander is selected.
    <htmlb:tree id          = "myTree1"
                  height      = "75%"
                  toggle      = "true"
                  title       = "<b><otr>EQI Reporting Tree</otr></b>"
                  width       = "90%"
                  onTreeClick = "myTreeClick"
                  table       = "<%= application->selection_model->itview                             %>" >
      </htmlb:tree>
    However I have not added any coding in my event handler to respond to the expander event.  I only respond to myTreeClick (which loads some data for the given selection).  The BSP tree element itself must be doing the hard work for me. 
      if event_id cs 'tr_myTree1'.
        data: tree_event type ref to cl_htmlb_event_tree.
        tree_event ?= htmlb_event.
        if tree_event->server_event = 'myTreeClick'.
          clear appl->message1.
          appl->selection_model->get_chart_data( appl = appl
                                                 node = tree_event->node ).
        endif.
      endif.
    I pass my entire tree defintion to the element.  It appears that it only sends visible nodes to be rendered. When the expander is selected, I don't have to do anything, the tree re-renders with only the newly visible rows. 
    I tested and turned off the toggle (toggle = "false") and my page took forever to load because it was sending all the nodes to the frontend on the first load.

  • Differentiate between mapping and optimization.

    Hi
    tell me some thing about this.
    Differentiate between mapping and optimization.
    please
    urgent. imran

    user571615 wrote:
    Hi
    tell me some thing about this.
    Differentiate between mapping and optimization.
    please
    urgent. imranThis is a forum of volunteers. There is no urgent here. For urgent, buy yourself a support contract and open an SR on MetaLink.

  • Servlet filter that can differentiate between Filter and Servlet Writers

    Hey,
    I'm trying to build a Filter and HttpServletResponseWrapper that, when applied to a generic servlet, can differentiate between the output stream from the Servlet and the one from the Filters.
    So, say I have a servlet:
    PrintWriter pw = response.Writer();
    pw.write( "Output from servlet" );
    pw.close();And a filter that is applied to the servlet:
    PrintWriter pw = response.Writer();
    pw.write( "Output from filter" );
    pw.close();I want to be able to do this in my filter that is able to differentiate between the servlet and filter response:
    System.out.println( "Response from servlet: " + responseWrapper.servlet.toString() );
    System.out.println( "Response from filter: " + responseWrapper.filter.toString() );The responseWrapper.servlet and responseWrapper.filter can contain all filter responses from all the servlet(s) and filter(s), respectively.
    Can anyone give me guidance as to how to start with this - really I just need to know if I can differentiate between servlet and filter responses in a generic way (without having to modify the response specially in the filter or servlet files that write output)
    Thanks for your time.

    first thing's first..if the OutputStream if not closed Either a Filter or a ServletChain can write on to the stream.
    There could be cases where the servletoutputstream would be closed at servlet end itself.Therefore,its a valiant effort by acomplishing a responseheader in the response to indicate that.
    Now once the response/outputstream is not closed or flushed out there is not direct way by which you do this unless we indicate using response Headers as flags when we are implementing FilterChaning.
    Hope that might help :)
    REGARDS,
    RaHuL

  • Differentiate between Items and Customer Items

    Differentiate between Items and Customer Items
    pls try to give information about this
    thanx

    Hi Joel,
    Funny you mentioned it, because just today I was thinking about that, and I thought that if it will happen, I will rant you on your forum dereliction of duties. So it seems you’re off the hook now :)
    Anyway, judging from the last 3.0/3.0.1 versions it seems like you are doing your other duties very well so I really don’t mind you keeping the lead.
    Best regards,
    Arie.

  • Difference between Generic and Generating functions

    Hi,
    Can any body explain me the difference between Generic and Generating functions? Do also let me kwno which Standard functions are Genereic and which are Generating/
    Regards,
    Pranshu

    Hi Pranshu,
    All functions (regardless of whether they are standard or user-defined functions) that do not have input values are refered to as Generating Functions (Constant, Sender, Receiver and CopyValue() are generating functions). All other functions are generic.
    So, the standard XI functions can be generic or generating.
    Hope this helps
    Regards
    Kiran..

  • LMS 3.2 - RME 4.3.1 - Report Generator scheduled Syslog-Reports

    Hi all,
    within Report Generator in RME 4.3.1 I discovered an issue with newly added devices in scheduled Syslog Severtiy Level Summary Reports.
    Settings for the report
    - Device Selector: All Devices
    - Data Range: 24 hours
    - Schedule: daily, at xx:xxh
    Our purpose for this job is to get a daily summary of syslogs of all managed devices.
    But there seems to be a problem with the dynamic update of newly added devices to DCR and RME-Device-DB.
    The report only creates output for all managed device at timestamp of report creation, not for newly added devices.
    Is this a know bug, or is this the planned behavior?
    Any suggested workarounds/fixs are appreciated.
    Thanks a lot for your help.
    Lothar

    This is documented in the online help for the report generator, sync archive, etc. pages.
    # Group Selector — To schedule a job for dynamic group of devices.
    The job is scheduled only for the devices that are present in the selected group at the time when the job is run. The customizable group selector for jobs evaluates static groups also as dynamic during run time.

  • Schedule reports and wait until the report complete

    I have wrote a java program to call BO SDK to schedule several crystal reports (same report, run at once with different parameters) to an unmanage disk. The program run successfully and can generate the reports. I would like to add an email notification function once all the reports are generated. How can I know the status of all the reports is completed?
    Does anyone know the answer? Many thanks.

    Hi Grace,
    BO CMC has feature for e-mail notification
    goto CMC
    navigate to that report.
    rigth click>> Manage->>Default Settings-->>Notification. (Email Notification: )
    Email notification based on:
          A job has been run successfully .
                      Configure notification message
                                               Use the Job Server's defaults
                                               Set the values to be used here:
        A job has failed to run 
                       Configure notification message
                                            Use the Job Server's defaults
                                            Set the values to be used here:
    I dont know about doing all this through SDKs but you can try doing this step by step frist through CMC and then going for infovie and then your java program.
    See if this could achieve your reqiurements
    Thanks,
    Praveen.

  • How to maintain gap between table and graph in a report

    HI,
    I have a report in which a graph is placed below a table  and data in the table gets increased with time , then how to maintain the gap as constant between table and the graph ?? Like i have 50 rows in a table and then next day 10 rows are added but then i want maintain same gap between the table and graph???

    >Right click on chart.
    >Open the property and go to the relative position.
    >Select the distance of the upper left point of the chart in relation to another report element by entering - the number of pixels; the part of the tavfrom which youble want to measure the pixels (in the first drop-down list); the report element from which you want to measure the pixels (in the second drop-down list).
    >Repeat this for the distance of the lower left point of the chart.
    Hope this will help you out.

  • Delete and restore scheduling of reports

    Hi
    I have BO 4.0 installed on Linux Platform
    Is there any way i can
    1) Backup all the scheduling information for all my reports
    2) Restore only few of them at a time
    All i want to achieve is as we are migrating from 3.1 to 4.0 we want to schedule only few reports at a time like 50 reports per day

    Even, I've faced this issue in my env.
    I did the following and it got fixed automatically, try it out and let me know if it works!!
    Goto Default settings of that report in CMC
    Add the new event to the report and SAVE it. (I know that the old event will not be there but if it present, please delete it and add the new event or some test event)
    Goto Schedule and create some dummy schedule to check check whether the report runs properly without any issues. (In my case, I tried scheduling the report for "Daily" @ 9 AM.)
    Open the recurring instance details and see if the new event detail is reflecting in the event dependency.
    Make sure that the event which you have fixed is getting successful.
    Validate the 9 AM instance which you have scheduled to verify whether it completes successfully.
    Regards
    Vijay

  • Can I run multiple reports and generate 1 PDF File

    Hi
    I would like to create multiple reports, run them, and generate 1 PDF output. Is this possible?
    Regards,
    Néstor Boscán

    Hello,
    Take a look to the thread :
    Re: How to append pdf (Very Urgent plz)
    Regards

  • Link between AFVC and EBAN tables (material report)

    Friends, wanted to check if anyone can provide assistance on table links between AFVC and EBAN.  The requirement is to track material/service quantity, price, etc in comparison with plan version versus PR, PO, GR, etc.  tried retrieving object numbers of WBS and activities using 'get proj info'  bapi and tried passing them in tables COSP/EBAN/COKEY but the essential link between material assigned to network activity and the PR is missing..
    Thanks in anticipation,

    Hi,
    Did you try the link including EBKN. Basically you can pass the network / WBS number in EBKN and get teh PR number and use this detail in to the item table of PR.
    Regards
    Sreekanth

  • Solman Early watch report not generating PRD system report.

    Hello All,
    I have issues related to Earlywatch Report. We have configured EWA for all our 3 systems in Landscape (DVM, QVM, PRD), The reports generate on weekly basis. But I noticed that EWA report in Solman is not getting generated for PRD systems. SDCC was not active so I activated that. Next to PRD it gives red flag stating Session Data Overdue error.
    I went to PRD SDCCN Tcode, there I created 'Refresh Session' - it failed with following error.
    Refresh of session overview failed from destination SM_SOLCLNT300_BACK
    Sessions cannot be refreshed from destination SM_SOLCLNT300_BACK ( SOL , 0020270483 )
    Password logon no longer possible - too many failed attempts
    error reading function module interface DSWP_API_SESSIONLIST_GET from SM_SOLCLNT300_BACK
    Refresh of session overview started from destination SM_SOLCLNT300_BACK
    What user is it trying to refer ???? If its referring SM_SOLCLNT300_BACK user then it has its own default password which I dont know.
    The report does get generated in SAP Marketplace Inbox. In SDCC we have check mark next to Solman + SAP for report generation for PRD system,
    Is it reports get generated in Solman OR SAP not BOTH destination ?????.
    The last 2 reports (3rd Dec & 26 Nov) of PRD got generated in Solman but otherwise it always has Red Flag next to it stating "Data for this session is overdue"
    I did the connection test & authorization test (Tcode SDCC) in PRD & they were successful.
    Kindly suggest how should I resolve this issue.
    Thanks
    Rupali S

    Hi,
    I have tried all possible steps..I checked all the RFC destinations of all the systems (DVM, QVM, PRD, SOL) & they are working fine, some had issues with passwords & user locked...but then I corrected those errors.
    Tests were successful as below.
    In PRD for SDCC_OSS
    RFC destination SDCC_OSS is functional (ping and logon authorization check done)
    RFC destination SDCC_OSS has authorization for all needed function groups
    Solman – PRD
    RFC destination SM_SOLCLNT300_BACK is functional (ping and logon authorization check done)
    RFC destination SM_SOLCLNT300_BACK has authorization for all needed function groups
    But still get error message if I create Refresh Session.
    Error transferring session data to SM_SOLCLNT300_BACK
    Password logon no longer possible - too many failed attempts
    transfer aborted: communication failure in BDL_START_OF_SESSION_DOWNLOAD
    ANALYSE_PERIODIC_JOBS : no matching interface found
    function module not found
    ANALYSE_PERIODIC_JOBS : funcname /SDF/ANALYSE_PERIODIC_JOBS , module 000104
    SAPWL_TCODE_AGGREG_MONTH_T : no matching interface found
    function module not found
    SAPWL_TCODE_AGGREG_MONTH_T : funcname /SDF/RBE_OBJ_USAGE_MCST , module 000097
    I believe becoz of this I am getting the Raise Exception error due to which 3 jobs are getting cancelled which are related to EWA (I have posted query for the dump issue seperately).
    I am not understanding why am I getting those cancelled jobs daily when EWA reports run weekly (Mon).
    Please suggest.
    Rupali S

Maybe you are looking for

  • Bridge CS3 and error message

    On my old Windows XP with CS3, Bridge would often crash.  No pattern I could see. Recently bought a new Windows 7 PC with iCore 7 processor and installed same software.  Had the same problem as above. I also have just bought a new laptop running Wind

  • Roadmap for Blackberry / Java Developers new to Mac

    Hi, I am totally new to the mac environment, and hope one day to start developing iPhone apps. I currently develop Blackberry Apps. What I would like to see is a Clear Roadmap for developers who may have never seen a "Mac" before. So far from my reas

  • PO Printing Probelm

    Hi All, I am facing promble with mexxn Transaction code. When I generate a PO and try to print preniew but stop message appear "Company Code is not Defined". I had checked all tax code and its company and calculation schema. but cant find the solutio

  • Error message: the feature you are trying to use is on a network resource that is unavailable

    Please help. Trying to install iTunes 10.5.  Receive error message: the feature you are trying to use is on a network resource that is unavailable.  Cannot remove existing iTunes program, get same error. Running windows xp service pack 3.  

  • CUP 5.3 - request with different roles and different approvers

    Hello, Here is a scenario we are experiencing in CUP 5.3: A Request was created to add 2 roles to a user. Role 1 has Role Approver A and Role Approver B Role 2 has Role Approver X and Approver X  In my final approval level when Role Approver A logs i