How to extract latest instance of a report using BO Enterprise SDK?

Using BO Enterprise SDK how to extract latest instance of report from Crystal Enterprise XIR2?. Can anybody help me with explanation or code?
Thanks in advance.

Hi,
Use the following query in the query builder
SELECT
SI_NAME, SI_SCHEDULEINFO.SI_STARTTIME
FROM
CI_INFOOBJECTS
WHERE
SI_RECURRING = 1
SI_NAME: The recurring report name.
SI_SCHEDULEINFO.SI_STARTTIME:  The date and time the report is scheduled to run next.
The query above will return all the recurring reports .
Regards,
Prithvi
Edited by: Raj_10 on Sep 14, 2011 1:54 PM

Similar Messages

  • How to identify recurring instance of a report using Query Builder

    Hi,
    I am having a report scheduled for four different set of  parameters.  I want to identify the instances pertaining to each schedule.  I tried the last successful instance but it gives only the last instance detail.
    Kindly help me
    Thanks and Regards,
    Subbu S

    Hi,
    Use the following query in the query builder
    SELECT
    SI_NAME, SI_SCHEDULEINFO.SI_STARTTIME
    FROM
    CI_INFOOBJECTS
    WHERE
    SI_RECURRING = 1
    SI_NAME: The recurring report name.
    SI_SCHEDULEINFO.SI_STARTTIME:  The date and time the report is scheduled to run next.
    The query above will return all the recurring reports .
    Regards,
    Prithvi
    Edited by: Raj_10 on Sep 14, 2011 1:54 PM

  • How to sync the latest instance' of scheduled report with the report link

    I've scheduled one report daily and it seems to be working fine: I can view the latest instance or I can do it from the history.
    But when I'm trying to open report using traditonal link to the report, it shows only content based on the last save manual event after refreshing.
    I'm looking for a way to sync reports under 'View Latest Instance' link and Report link.
    Any ideas?
    thx

    Jacques, thanks a lot, it is very helpful.
    But now I got another headache, the link to that report shows the latest instance, but 'View' link points to old report manually run and it can be confusing for customer.
    What will be next logical step: remove 'View' but how or I can add time-stamp to each report to highlite when the report is produced
    Any suggestions?
    anyway, many thanks for your help
    Michael

  • Display latest instance of Crystal Reports in SharePoint 2010

    Dear Sirs,
    I have BO 4.0 and SharePoint 2010 and Integration Option.
    I need to display latest instance of Crystal Reports in SharePoint webpart.
    I'd like to add "IOMS-Crystal Report Viewer" Web Part and display latest instance.
    But in Settings (in SAPBusinessObjects tab) I need to type only CUID.
    Is it possible to display latest instance of Crystal report in SharePoint Web Part?
    Best regards,
    Emmo

    Dear Sirs,
    I have BO 4.0 and SharePoint 2010 and Integration Option.
    I need to display latest instance of Crystal Reports in SharePoint webpart.
    I'd like to add "IOMS-Crystal Report Viewer" Web Part and display latest instance.
    But in Settings (in SAPBusinessObjects tab) I need to type only CUID.
    Is it possible to display latest instance of Crystal report in SharePoint Web Part?
    Best regards,
    Emmo

  • How to get latest instance using BO Enerprise SDK?

    Post Author: sureshpolishetty
    CA Forum: .NET
    How to get the lastest instance of a report stored in crystal enterprise server (XIR2) using BO Enterprise sdk and .NET?.
    Can anybody help me with the query(using CI_INFOOBJECTS table)?
    Thanks

    Post Author: Argan
    CA Forum: .NET
    Select SI_LAST_SUCCESSFUL_INSTANCE_ID from ci_infoobjects where si_name = 'Charting'
    Jason

  • How to extract all the list of reports names available in the WEBI public?

    can anyone please help me how  to extract all the list of reports names which are available in the WEBI Public folder?
    I ran the VB macro downloaded from net but that is extracting all crystal,deski & webi reports..
    but i want only webi list of reports..
    Please help me to achieve this?
    Thanks
    Radha

    Is this about Business Objects WEBI? You might want to post in the BOBJ forums instead.[BOBJ Forums|/community [original link is broken];

  • Latest Instance using BO enterprise SDK

    Post Author: sureshpolishetty
    CA Forum: Integrated Solutions
    How to get the lastest instance of a report stored in crystal enterprise server (XIR2) using BO Enterprise sdk?.
    Can anybody help me with the query(using CI_INFOOBJECTS table)?
    Thanks

    Hi
    The following query will list all the last successful instances of a report.
    SELECT * FROM CI_INFOOBJECTS
    WHERE SI_PROGID = 'CrystalEnterprise.Report'
    AND SI_INSTANCE_OBJECT = 1
    AND SI_SCHEDULE_STATUS = 1
    AND SI_PARENTID= 22842
    ORDER BY SI_ENDTIME DESC.
    The last Infoobject from the Infoobjects returned would give the latest instance id (SI_ID).
    Hope this helps.
    Thanks
    Soni

  • How GET Output to Excel with Oracle9i Report using OC4J

    how GET Output to Excel with Oracle9i Report using OC4J.
    I FINISHED THE SETPS CONCIDERING THE JSP CODE NEEDED TO GET THE EXCEL OUTPUT ON LOCAL MACHINE.
    I NEED TO PUBLISH THIS REPORT THROUGH APPLICATION SERVER.
    THE QUESTION IS:
    1- HOW TO START AN OC4J INSTANCE FROM ORACLE 9I DS FOR THIS REPORT?
    2- WHERE (PATH) TO PUBLISH THE REPORT ON THE APPLICATION SERVER?
    3- WHAT IS THE DEFAULT URL TO RUN THIS REPORT AND WHERE TO PUT IT?
    4- HOW TO MAKE MAPPING FOR DIRECOTRY PATH TO TRANSLATED AS URL FOR THIS REPORT?
    5- IF ANY ONE CAN GIVE ME THE FULL CODE TO RUN AND CALL SIMPLE JSP REPORT TO BE VIED IN INTERNET EXPLORER.
    THANK YOU

    Hi,
    I can't answer to all your questions, however I can tell you that:
    2) The directory where to put the report file is specifiend in a file named
    <serverName>.conf
    in the sourceDire property
    <property name="sourceDir" value="/directory/dove/mettere/i/report"/>
    that you can find under ORACLE_HOME/reports/conf
    3) The URL is
    http://<server IAS address>:<port number>/<jsp file path>/<repName>.jsp?server=<report server name>&userid=<user>/<pwd>@<DB conn string>[&<param>=<valore>[&...]]
    5) In IE you have only to set the previous URL in the address bar.
    Hope this helps you
    Bye
    Raffy

  • How to extract text from a PDF file using php?

    How to extract text from a PDF file using php?
    thanks
    fabio

    > Do you know of any other way this can be done?
    There are many ways. But this out of scope of this forum. You can try this forum: http://forum.planetpdf.com/

  • How to create an instance for RemoteSession without using create() method

    How to create an instance for RemoteSession without using create() method?

    What's RemoteSession? Not in the JDK. And does the question have anything to do with concurrency?

  • How do I publish the latest instance of a report object ?

    I have 2 report objects which are scheduled/refreshed daily around 8:00am ish.
    History shows a new report instance is successfully created each day.
    I have a recurring daily publication which emails them out to dynamic recipients as PDF attachements at approx 8:15am.
    Trouble is the attached reports are always the same ie. the 1st/oldest saved instance.
    How do I pick up the latest available instance of a report within the publication ?
    Note - I am trying to avoid refreshing the reports at publication time because of locking issues.
              I am also trying to avoid maintaining 2 separate publications.
    Any ideas ?
    Thanks
    Malcolm.

    See if using the id3 property of the Sound class helps you out.  There's no guarantee that your sound carries the id3 info you want.

  • How To Control the Langauge of BI Reports (Using Excel 2013, oData, and Project Server Online 2013)

    Although I buried and posted the following question indirectly in a recent post, I would like to do so here to try and elevate it in the hope that I can get an answer.
    It is in regards to creating reports using Excel 2103 to querry Project Server 2013 Online using oData.  I would like to be able to control the langauge of my reports that I create for others to view.
    Just creating and then saving the Report and Data Connections in a language directory does not seem to drive or determine the language of the report.  A colleague of mine over here is using the same directories as I am, and his turn
    out to be French like his environment.  Mine, even though I save the files in same the French directories, display in English. 
    Any ideas on how I can create reports so that they display in another language, eg., French when using Excel to create reports?  I know that we can set the language in an internet browser to control the language that the result is returned, for instance,
    when querying https://.../pwa/_api/ProjectData/$metadata
    \Spiro Theopoulos PMP, MCITP. Montreal, QC (Canada)

    Correction!  Thanks to Doug Welsby of Microsoft and some our other MS friends who worked behind the scenes to correct/ assist me on this, I got the right answer after all... the difference between, example a French oData command/ statement,
    and an English one is the inclusion of the square brackets with the language abbreviation/ code e.g., "[Fr..]" in the oData connection string/ statement.  For further reference, see the connection files provided by Microsoft in the Reports and
    compare the syntax for the same report/ different language.  There is where you will see what and how Excel is able to differentiate/ control what language that the report result will return.
    \Spiro Theopoulos PMP, MCITP. Montreal, QC (Canada)

  • How to get the size of the report using RE sdk or query?

    Hi,
    I want the size of report using RE sdk or using query.
    How can i get this?
    Please help
    Thanks in advance
    Amol Mali

    Thanks for the reply.
    I want the File Size
    How can i get it?
    Thanks in advance
    Amol Mali

  • How to display 3 level hierarchy alv report using SALV

    Hi ,
          I need to display a Hierarchy ALV report with 3 level.I thought of trying CL_SALV_HIERSEQ_TABLE but i am able to display only two level report.
          How can i display the 3 - level heirarchy report using SALV. I don't want to use SALV_TREE.
          Regards,
          Aditya Tanguturi.

    Hi Aditya,
    Please check this thread
    Is it possible to display more than 2 levels us... | SCN
    Thanks !
    Amit

  • How to extract the mouse cursor image without using JNI

    I want to get the image of the mouse cursor of the system using java. The Robot class captures the screen only, but the mouse icon image is not the part of the screen, so it is not easily detected. But we can get the mouse cursor position using API, but how to get the exact image icon, without using JNI. I don't want to generate my own cursor at that position.

    I am building a Remote Desktop kinda app using java..... I want the screen of the remote comp to be viewed on my screen and generate events from my machine to the remote machine. So, I am capturing the screen images of the remote machine. But the cursor is not part of the screen object. i want to extract the cursor image icon from the remote machine to my machine and render the image.

Maybe you are looking for

  • How to delete mega-gig folders in hours or minutes instead of days?

    I recently had my computer repaired, a new hard drive installed, and any materials that were not recognized as obvious duplicates were stored on the drive. Now my space is practically maxed out, especially by 4 folders of audio files, each of which i

  • Variable char 255 in the body of a Send Mail step

    When I include a variable (char 255) of the workflow container  in a "Send Mail" step body, in the sent mail I can't see all the characters. It seems to cut about 80 characters. Can anybody help me. Thanks in advance. Sonia

  • How to remove report total

    Hi, I have created an SQL report for class students term wise examination. I have made the report break on terms column. In the term field values displayed as "First Term", "2nd Term" and so on. Every thing is very excellent, grouping by term field,

  • Very Slow New Mac Pro

    I just got my first Mac Pro. I upgraded to Yosemite. It took nearly 5 hours to download. I thought it would have been and internet problem. But then I noticed that almost everything is slow, I am cutting the cord with PC but I expect a difference! Op

  • Cannot use my credit on a redeemed voucher

    Hi I succesfully redeemed a $20 voucher(see my account) and it says i have $20 credit. However when i purchase an app it charges to my credit card without giving me any option to use the credit which i have already redeemed. Please respond. It wouldn