Is there a variable that contains the current report name ?

Hi:
I'm trying to log certain data to an audit table when users run BI Publisher reports. I have the BI Publisher user name from xdo_user_name but I'd like to get the name of the report that user is executing as well. Is that an xdo variable or something as well?
Thanks.

Not really sure. But if your report uses package/procedures, you could set something up at the DB level to figure out how many times the procedure executes and have another domain table that associates the db object with the report name.
I don't think you would need to set any parameters at the report level.
But there is no way that I know of to capture the user information etc..
Thanks,
Bipuser

Similar Messages

  • UCCX8 Is There a Sesion Variable that contains the Call Control Group ID

    Hello,
         Is there a session variable that contains the Call Control Group ID of the trigger that called the script?
    -Lauren

    Hi Lauren,
    sorry, after two hours of analysing call hierarchies and running debugs, I gave up. I can't see any way of getting that value programmatically, in other words, I don't see any public field or method that would yield the desired value.
    However, if you want to use this only for debugging purposes, then getting the contact using the Get Trigger Info step, assigning it to a variable named contact (of type Contact) then calling the following method on it:
    contact.getTask().getTrigger() (which automatically calls the toString() method) would return a String similar to this - and it contains the ID of the Call Control Group apparently:
    "ContactApplicationTrigger[time=1356102368509,locale=en_US,cfg=JTAPITriggerConfig[schema=ApplicationTriggerConfig,time=2011-09-14 18:28:25.0,recordId=414,desc=Cisco JTAPI Trigger,name=82152,type=Cisco JTAPI Trigger,appName=TRAPPA,enabled=true,sessions=5000,idleTimeout=5000,locale=en_US,parms={},taskGroups=[],controlClass=class com.cisco.call.CallControlChannel,controlGroupId=1,contactGroups=[GroupInfo[class=com.cisco.dialog.DialogChannel,id=0]],dn=82152,redirectCSS=redirecting.party,cmDeviceName=TRAPPA_82152,cmDeviceInvalid=false,cmDescription=TransRouting IVRA,cmDevicePoolUUID={978D6B59-356E-FC92-81A9-3AAE9F843120},cmDevicePoolName=DP_Main_C,cmCallingSearchSpaceUUID={87083019-FEBF-9B48-742B-7658396D1D5C},cmCallingSearchSpaceName=CSS_mobily_normal_HelpDesk_IS,cmLocationUUID={29C5C1C4-8871-4D1E-8394-0B9181E8C54D},cmLocationName=Hub_None,cmPartitionUUID={10003B1B-F235-16A7-927D-01EB3DCCB57C},cmPartitionName=P_operatori,cmVoiceMailProfileUUID=,cmVoiceMailProfileName=None,cmCallPickUpGroupUUID=,cmCallPickUpGroupName=,cmDisplay=,cmExternalPhNumMask=,cmFwdBusyVM=false,cmFwdBusyDest=,cmFwdBusyCSSUUID=,cmFwdBusyCSSName=None,cmAlertingNameAscii=,cmPresenceGroupUUID=ad243d17-98b4-4118-8feb-5ff2e1b781ac,cmPresenceGroupName=Standard Presence group],contact=JTAPICallContact[id=16548,implId=3206772/2,state=STATE_ANSWERED_IDX,inbound=true,App name=TRAPPA,task=38000443987,session=17000062888,seq num=0,cn=82152,dn=82152,cgn=0725099603,ani=0725099603,dnis=null,clid=null,atype=REDIRECT,lrd=78866,ocn=78866,route=RP[num=82152],OrigProtocolCallRef=000000000030EE740228F81300000000,DestProtocolCallRef=null,TP=81122]]"
    Looks like the cfg field cannot be accessed, but the automatic toString() method is kind enough to dump all this information.
    Hope this helps.
    G.

  • Is there a document that contains the ORABPEL-#

    Is there a document / reference that contains the ORABPEL-#
    Thanks
    -R

    1.) Go to Oracle's MetaLink Website (https://metalink.oracle.com)
    2.) Click on the Knowledge Tab.
    3.) In Alphabetical List of Categories dropdown, select Category as :- (Oracle BPEL Process Manager) & click Go.
    4.) Click on "392384.1 ORABPEL Error Codes and Descriptions" for your relevant ORABPEL error codes.
    Thanks,
    Gopal D. Kalsekar
    M.H. Alshaya Co. WLL.
    Off. Tel. :- (965) 224 3598
    Email :- [email protected]

  • How to Get the schema name that contains the current procedure?

    I have try select sys_context( 'userenv', 'current_schema' ) from dual; but it returns the schema name of the login user. How to return the schema name of the procedure instead? For example, procedure A is in ControlDB, and I login as sys, when query procedure A it should return ControlDB instead of sys.
    I have searched in Google but no luck to find the answer so far, please help. Thank you

    It works!
    I am quite confused now. I did try to use select username from user_users in GetSchemaName procedure, but it always return the login user instead of the owner of the procedure. Why it return the procedure owner if I put the query inside a function then call it from the procedure?
    Is it because when the login user call the procedure and the procedure call the function, it's the procedure owner is calling the function so the user_users return the user that is calling it which is the procedure owner. And if the query is directly put inside the procedure, when the login user call the procedure, user_users return the login user directly? Does it imply that if the procedure call any function or other procedures etc, it would be the procedure's owner calling them instead of the login user?
    (sys_context works as well if I move the query into the function then call the function from the procedure)
    Cheers
    Message was edited by:
    user500168

  • Workflows: How to set a workflow variable that is the difference in hours between now and a created date

    I'm trying to create a variable that contains the number of hours between the item created date and Now.  When i use TODAY, it seems to set the time at 12:00 rather than the time now - so that throws the hours off.  Any ideas?
    ajw

    Hi ajw,
    According to your description, my understanding is that you want to calculate the hours between the item created date and now.
    It seems to be not an OOB way to implement your requirement, to get the current time, you need to create a custom workflow activity for SharePoint 2010 workflow. About creating custom workflow activity, you can refer to the links below:
    http://msdn.microsoft.com/en-us/library/hh872790(v=office.14).aspx
    http://blogs-sharepoint-ashutoshmisra.blogspot.in/2013/02/create-custom-workflow-action-for.html
    Or, you can use a third party solution to achieve your requriement.
    Here are some similar posts for you to take a look at:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/e93ea37a-df09-4cbf-a58d-5d4def3d3d42/how-to-compare-time-in-sharepoint-designer-2010sp-2010-workflow?forum=sharepointgeneralprevious
    http://blog-sharepoint.blogspot.in/2009/03/get-current-time-in-sharepoint-designer.html
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • InfoPath 2013: How to find the current file name?

    Hello,
    Is there any way to find the file name in the rule formulas when an existing xml file in a sharepoint form library is being edited in InfoPath? I am looking for a function that returns the current file name that is being edited.
    Thank you,

    Hi,
    According to your post, my understanding is that you want to get the current file name in the InfoPath form.
    Here is a similar thread for you to take a look at:
    http://social.technet.microsoft.com/Forums/en-US/a24f01d5-744c-4b75-b30d-3295311ab054/how-do-i-find-the-file-name-of-the-currently-open-infopath-form?forum=sharepointcustomizationlegacy
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Is there a way to create a smart folder in iTunes, that contains the most recent (say 10) used playlists?

    Is there a way to create a smart folder in iTunes, that contains the most recent (say 10) used playlists? By having this I would be three clicks (touches from what is recent).
    Thanks

    100s with about 30 folders, comprised on different moods, years, genre, favorites, audiobooks, podcasts. Being accessed from multiple Macs and Apple TVs.

  • LabVIEW could not generate code for the shared variable.You must open the VI in the project that contains the library where the shared variable resides

    HI
    When I put a network shared variable with fifo RT activated on my diagram, the arrow is broken.and I' ve got this message:
    ""LabVIEW could not generate code for the shared variable.You must open the VI in the project that contains the library where the shared variable resides""
    If I uncheck FIFO RT option for this variable the arrow isn't broken anymore.
    I 've no idea how to correct this weird error?
    Autodeploy is on, and I've check copy / delete in diagram in tool/options\diagram
    regards,
    james

    Hello,
    I don't reproduce this error.
    Could you send your VI?
    Regards
    VéroniqueD
    NI France

  • Certain files contain the current bookmarks and bookmarks toolbar and and could be copied into firefox on another computer. I found these files but they only have my old bookmarks, not my current ones.

    In the past, there were certain files in the "Local Settings" and "Application Data" folders that contain my current Bookmarks and current Bookmarks Toolbar contents. I have been able to copy these files to a jumpdrive then use it to bring my CURRENT bookmarks and boomarks toolbar to Firefox on a different computer. When I attempt to do the same now, I get my bookmarks from 2 years ago and nothing at all on my bookmarks toolbar. I have successfully done this as recently as this past February. What happened to them and why can I not do this anymore?
    I NEED to have these bookmarks and bookmarks toolbar on my other computers. I do NOT want them uploaded to YOUR servers to be able to do this. The whole reason I use Firefox is to avoid using M$ for the very same reason you are now trying to force on your faithful users. This has been a huge factor for most of us to use Firefox, to get away from IE.

    If you have access to Firefox on that computer then export the bookmarks to an HTML file.<br />
    Otherwise you need the JSON backups in the bookmarkbackups folder and restore the bookmarks from the most recent JSON backup.<br />
    Note that this will replace all current bookmarks, so in order to keep these you need to export them to an HTML file and reimport that file after you have restored the JSON backup.
    See:
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • The selected folder does not contain the current site's homepage

    dreamweaver displays the following message when editting some
    sites:
    "WARNING: The selected folder does not contain the current
    site's homepage. The site map cannot be built."
    Then my remote info is cleared!
    I know I'm obviously not doing something, but there is no
    need to clear my remote info!!
    edit: I've selected my home page, but this still doesn't
    explain why Dreamweaver feels the need to erase my remote
    info!!!

    > Then my remote info is cleared!
    Huh?
    This only means that you have not told DW which page is your
    home page.
    Find it in the local file list, and use the right-click
    context menu to so
    designate the file.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "ogre11" <[email protected]> wrote in
    message
    news:f2293h$7lg$[email protected]..
    > dreamweaver displays the following message when editting
    some sites:
    >
    > "WARNING: The selected folder does not contain the
    current site's
    > homepage.
    > The site map cannot be built."
    >
    > Then my remote info is cleared!
    >
    > I know I'm obviously not doing something, but there is
    no need to clear my
    > remote info!!
    >

  • How to search for a pattern string in entire registry and delete all the keys and subkeys that contain the pattern (C# or VB)?

    I want to search for a pattern string in the entire registry and need to delete all the keys and sub-keys that contain the pattern. How can I implement this in VB Script or C#? Appreciate if you can give some sample examples. Now every time, I am manually
    searching for the pattern in registry and deleting one by one.
    Thanks Prasad

    There is no built in way to do this. You'll end up having to enumerate all keys and values in the entire registry and comparing each one for a pattern using Regex or similar.  This is going to be really slow but there isn't much else you can do about
    it (other than parallelize the enumeration).  Also note that you won't have permissions to all keys for read and/or write access so you'll need to skip over those using exception handling.
    Michael Taylor
    http://blogs.msmvps.com/p3net

  • Local USB "There's no media in the current folder"

    Hi Forum, I have a no media in current folder error with my WDTV Plus. I searched the forum and googled for hours but everyone seems to have this problem with network streaming or the suggestions don't work for me. My media is on a Seagate 3TB USB Drive which is connected directly to the WDTV, no ethernet cable in use, everything local.This setup worked for three years now. Two months ago, some subfolders began to have the "no media" error, but most of the files worked. Now I get this error in the root and I am not able to play a single file.The USB drive is formatted with ntfs. What I noticed:- I also get an error when I choose USB Storage in the menu (right before it would show the folder structure where now the no media error appears). It says "Unable to create media library. check your storage setting".- the .wd-tv folder in the root of the disk always has the last changed date 01.01.2000, all other files have timestamps from the last 3 years.- When I go to file management on the wdtv I can see all my files and folders. I can even delete and copy them around. What I've done so far:- Updated to the newest firmware, nothing changed.- Plugged my USB disk to my laptop and checked it for errors. This took 48 hours and there where 0.0% errors, destroyed blocks or something.- Played around with the folder structure, copied files to other folders... I also read that there has to be at least one media file in every subfolder, otherwise wdtv would come up with the no media error. So I did this -> nothing changed.- Deleted the .wd-tv folder on the disk many times. Played around with the "create media library" setting on the wdtv. It can create a media library (the .wd-tv folder), despite the error "unable to create media library".- Permissions on all folders and subfolders on the USB drive are full control for everyone.- When I plug in a 16GB usb flash drive with some video files on it everything works fine. could it be that there are some currupted files that wdtv can't read? If so, how could I detect them?Has anybody occured the same sort of problem? Thanks in advance,Sandro

     
    Hi,
    See if the following link helps.
    http://community.wd.com/t5/WD-TV-Live-Live-Plus/quot-There-is-no-media-in-the-current-folder-quot-Oh-yes-there/m-p/291008#M25793

  • BAPI or RFC that contains the user information

    Hi,
    Please let me know if there is any BAPI or RFC that contains the user information like user IDs, passwords etc. I need that to use in the XI. I am using SAP system as the target system or the source system .
    Thanks
    kanan

    Hello Kanan
    Just call function module BAPI_USER_GET_DETAIL.
    Regards
      Uwe

  • The large image that displays the current weather has dissapeared?

    On my weather app and on the notification centre widget, the large image that displays the current weather (inbetween your location and the current temperature) has dissapeared. All the infomation given by the app and widget is correct and the smaller weather icons still appear within the app and widget but not the larger one?
    Can anyone explain the cause of this and give me a solution to fix it? Thanks

    Hi fedotenko,
    If your main objective is to print the images and merely not saving the images directly to the disk...I think you want to print these images without scrolling and the full content...So you can do something like below:
    // Here mainContainer is the container or box id the contents of which you want to print
       private function doPrintContainer():void
        var printJob:FlexPrintJob = new FlexPrintJob();
        if(printJob.start() != true) return;
        try
         var mainContainerHeight:int = mainContainer.height;
         //Increasing the height of the desired component to be printed.
         mainContainer.height = mainContainer.measuredMinHeight;
         mainContainer.verticalScrollPolicy = "off";
         //Adding the resized Component to our FlexPrintjob and then sending the print request
         printJob.addObject(this,FlexPrintJobScaleType.MATCH_WIDTH);    
         printJob.send();
         //Resizing the component back to normal size
         mainContainer.height = mainContainerHeight;
         mainContainer.verticalScrollPolicy = "auto";    
        catch(error:Error)
                     trace("Error : " + error.message);
    If this post answers your question or helps, please kindly mark it as such.
    Thanks,
    Bhasker Chari

  • In 7u51, will all jars referenced by the applet need to be updated to include the Permissions Manifest attribute ? Or, will it be limited to the jar that contains the applet code ?

    To whom it may concern,
    According to Java RIA checklist(http://www.oracle.com/technetwork/java/javase/overview/ria-checklist-2055184.html),
    as of 7u51(January 2014), Permissions Manifest attribute in main JAR file will be required.
    But, at least, as of 7u45, when the Security Level slider is set to Very High,
    a jar without Permissions Manifest attribute, which doesn't contain the applet code but is just referenced by the applet,
    prevent the applet from running.
    So, the question is:
    In 7u51, does it mean that all jars referenced by the applet need to be updated to include the Permissions Manifest attribute ?
    Or will it be limited to the jar that contains the applet code?
    There is a concern that we will have to modify library jars that we do not control.
    Sincerely,
    Toshio Shiko

    Thank you for your quick response and your investigation!
    It do help us very much.
    But, unfortunately, for the moment, I'm not allowed to test the early access version.
    As soon as circumstances are changed, I' d like to test it.
    Again, thank you for your providing of the useful information.

Maybe you are looking for

  • How can I install Firefox on a server that does not have an internet connection?

    I run Firefox on a server to display graphs for a program. I was able to save, upload and install Firefox version 21 on my server because it used the executable installation program. Versions 22 and 23 use a stub program that goes to the internet and

  • Video converted but there is no sound

    my original videos in itunes do have sound but they are not suitable to put in the ipod and have to be converted first. i have converted the videos to make them suitable to put in the ipod but there is no sound at all. can anyone help me?

  • Oracle Report is not finding the prt configuration file on 10G?

    Oracle Report is not finding the prt configuration file on reports server 10G. On another enviroment I had installed only Forms and Reports services. Here was finding the prt configuration file and running ok. Now I have "infrastructure" and "forms a

  • Sender FTP server : CWD Error

    Hello Guys, I have FTP to FTP scenario where it seems like the source FTP server doesn't supports CWD command. Our client has provided with a log which contains "NoFolder" ERR:CWD\home\aufes\UFA\purchase\ Which means that the source folder is not fou

  • After installing Mavericks Facetime and skype video calls are terrible

    Hi, I just got my GF to buy herself a Macbook air. I myself got a Macbook Pro, and we were talking on facetime no problem what so ever. The stream was flawless, splendid infact! But then it happend, I saw that there was a new OSX available. Right awa