How to audit events from RAS Unmanaged API.

Hi, I use unmanaged RAS API to open a report. I enabled the audit and all events from CMC for the ReportApplicationServer. I can open a report successfully, but I do not see audit info under the default audit dir, which is C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\Auditing. The version I am running is Crystal Report Server 2008 V1.
The code to open up the report using RAS unmanaged API is listed as follows. The code works. But no audit logs.
          ReportClientDocument lo_ReportClientDoc = new ReportClientDocument();
          ReportAppSession reportAppSession = new ReportAppSession();
          reportAppSession.createService("com.crystaldecisions.sdk.occa.report.application.ReportClientDocument");
          reportAppSession.setReportAppServer(servername);
          reportAppSession.initialize();
          lo_ReportClientDoc.setReportAppServer(reportAppSession.getReportAppServer());
          lo_ReportClientDoc.open(asReportName,OpenReportOptions._openAsReadOnly); //4194304
          ReportServerControl control = new ReportServerControl();
          control.setReportSource(lo_ReportClientDoc.getReportSource());
Please help. Thank you!

I wouldn't expect you to have anything in the auditing since you are using unmanaged ras.   Auditing is for the managed Enterprise environment.

Similar Messages

  • How to export events from iPhoto in Iphone 5 to Mac?

    How to export events from iPhoto in Iphone 5 to Mac? Thanks

    Is this waht you want to do?
    It's built into the File Export function of iPhoto 9 (11).  Select what every photos you want and use that option to put each photo in a folder with the Event title it came from as in this test of six randomly picked photos:
    OT

  • How to get event from message?

    Hi,All:
    I write a run-time interface by CVI, I use TS_EngineRegisterUIMessageCallback to register my callback function, but when message passed to the callback function, as the type is struct IDispatch but not CAObjHandle, I don't know how to read event from message.
    Can you help me to solve it? Thanks
    Chang Zhang

    Hello Chang-
    If your question is simply how to obtain an object handle from an object of type IDispatch, have you investigated the function "CA_CreateObjHandleFromIDispatch"? I would recommend you look over the testexec.prj that is installed along with the TestStand engine (the CVI Operator Interface) and inspect how we handle our callbacks, this may help you understand how to go about emulating the behavior in your own project. To see this particular function in use it may be most helpful to look in the file 'engine.c' and inside the function UIMessageDeferredCallback here you will see the IDispatch pointer being handled and decoded for use by the TS engine.
    Regards,
    Elaine R.
    Applications Engineering
    National Instruments
    http://www.ni.com/ask

  • How to post audit event from my application ?

    Hi All,
    I'm newbie in weblogic(server) field. I'm working on audit trail for my application. We are using weblogic server8.1 SP4.
    I read thru the documentation in weblogic site and understood the default and custom auditing providers/auditing events and how to configure them from the admin console.
    I would like to know how to programatically invoke/trigger/post that audit from wherever I want from the application.
    Hope I'm clear.
    Any help in this regard is highly appreciated.
    Thanks
    Viji

    If you find out.... I'm curious too.

  • How to delete events from iPhone/iCal

    How can I delete old/no longer happening recurring events--or any events--from my iPhone?

    If you see the "+" button then you have not clicked on the event you want to delete.  When you do you will see another screen that looks like the one below.

  • How to move events from iMovie 10 to iMovie 9.0.2

    I haven't been having any luck using iMovie 10.  It keeps shutting my Mac down and rebooting it.  I thought adding more RAM would help and added another 8GB, but that hasn't fixed the issue.  I have now re-installed iMovie 9.0.2, but I have a project started in iMovie 10.  After the last reboot, I can find my events, but my project that was nearly finished seems to be gone.  So frustrating.  Can anyone tell me how to move my events from iMovie 10 to iMovie 9.0.2?
    Thank you.
    PegM
    My OS is Mavericks 10.9.2 if that makes a difference.

    I'm afraid that its not possible to transfer projects form iMovie 10 to iMovie 9.
    Imovie 10 should not be behaving how you describe.  Are you short of disk space?  (You certainly have plenty of RAM.).
    If not I would consider re-installing iMovie 10.
    Another alternative would be to use Final Cut Pro.  You can easily transfer projects from Imovie 10 to FCP 10.1.  I have done this myself.  It is very similar to iMovie 10 but much more powerful and personally I have found it easier to use and more stable than iMovie 10.  Although it is not cheap, you can try it out free for one month.
    Geoff.

  • How to send event from flex extension to other flex extension in InDesign?

    I have two extensions created using flex for InDesign. I need to send an event from one of these extensions and capture that event in other extension. How can it be done? Please help me.

    Hi,
    What I believe that data cannt be send from flex to java as hash maps...... we can send data from flex to java, but this data can be in form of array, string or boolean value..... Then the data can be send using ExternalInterface...............
    and if it is web application you need to use java script in between to communicate and if it is desktop application you can send data using MERAPI...
    MERAPI will act as a bridge for sending data from java to flex and vice versa... and you can send any type of data using merapi.

  • How to delete event from iCloud

    How do you delete an event from iCloud on iOS devices?  I have an appointment (sent from outside) that I accepted into iCal and now want to delete (or decline) the event. I can delete it on my Mac but not on iOS devices (iPad 2 & iPhone 3Gs both using latest software). If I try to delete the event on iCloud from the web I get an error that says "This event could not be deleted due to a server error. Please try again"
    tia
    Dave

    Look like you have duplicate calendars. Find the name of the calendar on your iPhone and the color of the event labels. Then look at your computer. Find the one with the different label/name/color. You can delete that calendar.

  • How to Handle events from audioplayer by ADF ObjectMedia Component

    Hi,
    In My application Having a ADF ObjectMedia Component for the audio play,
    My requirement is to handle the events from the Player,i.e Need to get an
    event when the user pause the player,can i get the event in backing bean.or else please help me in any other way to get the requirement asap.
    Thanking you....

    Hi,
    assume the media player most likely is a browser plugin. Question: Does the media plugin raise events ?
    If the media player has a JavaScript API that allows you to call a JavaScript function then you found a gate open to publish the event to the JSF application
    So as a todo for you: Check with the media player vendor if there exist a JavAScript API or any other sort of eventing.
    Frank

  • How to pass events from subpanel(s) to the main VI ?

    hi all,
    I found a lot of solutions to pass the events from the main VI to the subpanel(s) but none about passing the events from subpanel(s) to the main VI. In the attached VIs, I just want to generate an event in the main_VI.vi when I click on the button positionned in the subPanel1.vi. How can I do that ?
    thanks.
    Cedric
    Attachments:
    main_VI.vi ‏13 KB
    subPanel1.vi ‏6 KB

    Cedric,
    You could use a queue to transfer the button data to your main vi.
    See the attached files:
    subPanel1mod - Detects a button change and Enqueues the state.
    main_VI mod - uses the Timeout event to poll for data in the queue.
    main_VI mod1 - gets the queue data without having to poll.
    Like your orginals, these files are in LV2010.
    steve
    Help the forum when you get help. Click the "Solution?" icon on the reply that answers your
    question. Give "Kudos" to replies that help.
    Attachments:
    subPanel1mod.vi ‏10 KB
    main_VI mod.vi ‏16 KB
    main_VI mod1.vi ‏15 KB

  • HOW TO DELETE EVENTS FROM CALENDARS

    I use my iPod rarely and only for music.  I want to delete events, (birthdays, meetings etc.), from my iPod that were synced from my Outlook calendar.  The iPod is a 2009 model MB598ll version 1.0.4 PC.  How can I delete these events from the iPod.  Also, how do I avoid future syncing to my Outlook calendar?
    Thanks

    Look like you have duplicate calendars. Find the name of the calendar on your iPhone and the color of the event labels. Then look at your computer. Find the one with the different label/name/color. You can delete that calendar.

  • How come that Events from Aperture appear incomplete on iPad or Apple TV?

    Why some Events from Aperture 3 appear in iPad and Apple TV incomplete and some not?
    Milan

    Welcome to the Apple community.
    Not all movies can be re-downloaded, only a handful of the movie studios agreed to license their movies for re-downloading with Apple.

  • How to delete event from calendar

    I am trying to delete events from the calendar. 
    Thank you in advance

    Hello,
    Open Calender > Click on the event > Click on backspace key on your keyboard
    Cedric

  • How to throw event from R3 to NW using JRA?

    Hi colleagues.
    I would like to throw events from backend R3 system to a Java composite which is running in NW CE.
    I red that this is possible with JRA. I have already created and deployed the Mbean, configured the NW server, created a JRA resource, set its parameters.
    I have also created a Http connection to external server in R3 sm59.
    The connection works fine when I click check button. However when I debug the Java code the debugger does not stop. So the event is not comming into the NW server.
    I guess this is because the event is not thrown from the backend or because the IP address, port, path prefix is wrong. Can somebody tell me what are these values?
    I would appreciate if someone who has already done something similar would share his / her emotions.
    Thanks,
    Balázs

    Hi
      1st create ZFKK_SAMPLE_0020 and write the logic in it for your requirement. next in ZFKK_SAMPLE_0073 use the FM BAPI_CTRACDOCUMENT_GETDETAIL pass the document no you will get all the details of doc no then in your fm update or cleare the table using std FM.
    FUNCTION ZFKK_SAMPLE_0299.
    *"*"LOCAL INTERFACE:
    *"  IMPORTING
    *"     REFERENCE(I_KEYR1) TYPE  KEYR1_KK
    *"     REFERENCE(I_SUCCESS) TYPE  CHAR1
    *"  EXPORTING
    *"     REFERENCE(RETURN) TYPE  BAPIRET2
    INCLUDE <CNTAIN>.
      TYPES: BEGIN OF TY_DETAILS,
               OPBEL TYPE OPBEL_KK,
               CHCKN TYPE CHCKN_KK,
               BKREF TYPE BKREF,
               BETRZ LIKE DFKKZP-BETRZ,
               WAERS TYPE WAERS,
               BANKL TYPE BANKL_KK,
               END OF TY_DETAILS.
      TYPES : BEGIN OF TY_FINAL,
              OPBEL TYPE OPBEL_KK,
              HVORG TYPE HVORG_KK,
              TVORG TYPE TVORG_KK,
              VKONT TYPE VKONT_KK,
              VKBEZ TYPE VKBEZ_KK,
              BLDAT TYPE BLDAT,
              END OF TY_FINAL.
      TYPES : BEGIN OF TY_USERS,
              USER  TYPE SYSID,
              END OF TY_USERS.
      TYPES: BEGIN OF  TY_ZCABLMTST,
             HVORG TYPE HVORG_KK,
             TVORG TYPE TVORG_KK,
             END OF TY_ZCABLMTST.
      TYPES: BEGIN OF  TY_DFKKRH.
             INCLUDE TYPE DFKKRH .
      TYPES: END OF TY_DFKKRH.
      TYPES: BEGIN OF  TY_FKKOP.
             INCLUDE TYPE FKKOP .
      TYPES: END OF TY_FKKOP.
      TYPES: BEGIN OF  TY_RLBEL,
             RLBEL TYPE DFKKRH-RLBEL.
      TYPES: END OF TY_RLBEL.
      TYPES : BEGIN OF TY_EMAILID,
              USRID_LONG TYPE COMM_ID_LONG,
              END OF TY_EMAILID.
      TYPES : BEGIN OF TY_PERNR,
              PERNR TYPE PERSNO,
              END OF TY_PERNR.
      TYPES : BEGIN OF TY_SOMLRECI1.
              INCLUDE TYPE SOMLRECI1.
      TYPES : END OF TY_SOMLRECI1.

  • How to send event from gecko to gaia to by taking even i can do further operation in gaia

    i want to send an event from gecko to gaia. I am doing some operations in gecko and once it finish gecko should send event like onComplete to gaia. So i can capture this event in gaia and do further operations.
    Plese let me know the procedure for sending events. I m working on ffos phone.

    The following site would be a better choice for your question
    [https://developer.mozilla.org/de/docs/Mozilla/Firefox_OS MDN - Firefox OS]

Maybe you are looking for