11.1.2- Need to find out what reports are being executed by a user

Hi,
We have financial reports executed from workspace.In essbase session , only the user id is displayed and the Request type- mdxreport is displayed. We also tried searching the log for Financial report didnt find anything relevant.
Is there a way to find out what reports are being executed by the user.
Thanks in advance.
Regards,
Saumya

STAT will give you the information for a limited period of time and is limited to the server which you are logged onto yourself. Beyond 24 hours it is of even less use even if you change the selection screen values.
If you want it for a period way back into the past, then you need to use ST03N.
There are at least 2 dependencies and 1 confusion:
1 dependency) The length of period is determined by the size (length) of the file. You can change this in ST03N (default 50MB) via the menu settings.
2 dependency) The stat collector jobs need to be scheduled to write the information to ST03N (once per hour is a legal requirement in some non-banana republic countries).
1 confusion) There is an obscure function which converts a report submit to a transaction name (there is not much difference anyway) and an even more obsure one which filters what ST03N will record and therefore whether you can read it. You can (un)filter these things away if you search the SAP Marketplace for the term "MONI".
What is of particular value from this control is that you can even detect a submission of an abap which only existed temporarily.
Also note that having this information is potentially very powerfull with respect to the users (some of them are human too), so you should expose and use it responsibly.
You should also ensure that only responsible users / auditors have access to S_TOOLS_EX.

Similar Messages

  • HT4211 how can you find out what kb are being used by what apps

    how can you find out what kb are being used by what apps there is always alot of kb being used even when I don't use my phone

    Go into settings , general, usage and it tells you what the apps use. If your refering to the memory storage of the apps.

  • How do I find out what purchases are being charged to my credit card?

    I am finding charges to my bank account from the Itunes Store that I did not make from my iphone. I need to know what was purchased so I track down the responsible party. It could be someone else in my family who is using their iphone or ipod.

    If you need to review your Purchase History, follow the steps in this article:
    http://support.apple.com/kb/HT2727

  • I have an old TC (500GB) and I need to find out what's on it.

    Currently I have a 2TB TC backing up my iMac. I have an older, smaller TC (500GB) that I think came from a previous HD failure on an older iMac, and I think any info was migrated to a new HD. If I unplug the current TC and plug in the older one, will I see what's on it? If so, and it's contents have already been transferred (which is why I want to see), how can I wipe the TC clean to use as storage? If the data from this old TC was migrated to a new HD, would the old TC be wiped clean? This was done at the Apple store. Am I clear on this? I'm concerned the small TC will begin a backup of my iMac , which isn't my purpose, as I'm looking to start over with this smaller TC. I was unable to find a discussion which answers this. Thanks.

    Let me answer the last bit first.
    I'm concerned the small TC will begin a backup of my iMac
    A TC is a dumb as a board hard disk in an airport router.. it will do nothing.. it will sit on the network and do nothing at all. All smarts for backup are Time Machine which is software on the computer.. and TM will not start doing new backups unless you tell it.
    If I unplug the current TC and plug in the older one, will I see what's on it?
    Yes.
    Unplug a computer from the network.. your imac.. !! And plug in the old TC. LAN to LAN port.
    Do a factory reset of the TC if the computer cannot then access the TC.
    The Factory Reset.
    Power down the TC.
    Hold in reset. and keep holding it in. Be Gentle! It is a tiny surface mount switch with a plastic lever.. Attempting to push it out the other side of the TC will not make the switch turn on better.
    (I fix TC and have several reset levers bent over and jammed or broken off).
    Power on the TC.. remember with the reset held in.. this needs three arms.. a friend or power switch you can get to with your feet..
    Keep holding in reset for about 10sec until the front LED flashes rapidly.
    Release reset and wait .. the boot will be slow as it deletes previous setting.. only from router side and pulls out the factory defaults. No files are deleted on the hard disk.. but the name of the TC may change.
    If the data you are trying to find is in TM backup it is not easy to find out what you are missing.
    Please follow the instructions here.
    http://pondini.org/TM/17.html
    If the data from this old TC was migrated to a new HD, would the old TC be wiped clean?
    The apple store will not wipe the old TC .. or at least that would not be good practice. It is your data and your job to keep or delete it.
    If you want to wipe the TC open the airport utility and go to the disk tab and select erase.. if you are keeping the TC for yourself.. just do a quick erase.. takes a minute or two.. if you want to sell it then do a one pass erase which will take a few hours.
    If you want to use the old TC .. remember it is now 4 years old.. maybe nearer 5years.. it has done its time.. it will die shortly.. suddenly and without recourse. If you put info on it you need.. you will regret it.

  • Need to find out what has been modified to running-config

    Hello,
    When I enter the "reload" command, Cisco ASA 5510 asks me
    a question: System config has been modified Save? [Y]es/[N]o:
    All I did was issuing a few "show" commands before the "reload" command. I definitely need to find out what
    has been modified before the reboot
    Is there any way to find out what has been modified to the running configuration.
    Thanks!

    If you want to know when changes are made, but don't want to setup TACACS (and you have a syslog server setup), you can have the router syslog all commands entered while in config mode:
    devcorert01#conf t
    devcorert01(config)#archive
    devcorert01(config-archive)#log config
    devcorert01(config-archive-log-cfg)#hidekeys
    devcorert01(config-archive-log-cfg)#logging enable
    devcorert01(config-archive-log-cfg)#notify syslog
    Anytime someone enters any command while in config mode, the command will be sent to your syslog server.
    Examples:
    Jul 21 10:15:41 EDT: %PARSER-5-CFGLOG_LOGGEDCMD: User:console logged command:do sh run
    Jul 21 10:17:33 EDT: %PARSER-5-CFGLOG_LOGGEDCMD: User:console logged command:interface GigabitEthernet2/2
    Jul 21 10:17:38 EDT: %PARSER-5-CFGLOG_LOGGEDCMD: User:console logged command:shutdown
    Jul 21 10:17:42 EDT: %PARSER-5-CFGLOG_LOGGEDCMD: User:console logged command:no shutdown
    Note the "do show run". Even thought that is not a config command per se, it was entered while in config mode. Also notice the user is "console". If it was from a telnet session, you would see
    Jul 21 10:17:33 EDT: %PARSER-5-CFGLOG_LOGGEDCMD: User:unknown user logged command:interface GigabitEthernet2/2
    Jul 21 10:17:38 EDT: %PARSER-5-CFGLOG_LOGGEDCMD: User:unknown user logged command:shutdown
    Jul 21 10:17:42 EDT: %PARSER-5-CFGLOG_LOGGEDCMD: User:unknown user logged command:no shutdown
    Mike

  • I need to find out what a charge was for?

    I need to find out what a charge was for on my account?

    Check your Purchase History
    http://support.apple.com/kb/ht2727

  • I need to find out what my key code is to connect another pc to my airport, I am running snow leopard. I need the hexidecimal code, 12 characters. How can I find it?

    anybody have a suggestion? I need to find out what my key code is to connect another pc to my airport, I am running snow leopard. I need the hexidecimal code, 12 characters. How can I find it?

    You can get the Equivalent Network Password from the menu options of the AirPort Utility as follows:
    Start the AirPort Utility; select the AirPort, and then, select Manual Setup.
    From the Utility's menu bar, select Base Station, and then, Equivalent Network Password to reveal the hexidecimal key code.

  • I just formatted my hard drive and I need to find out what my "wireless password is"

    I just formatted my hard drive and I need to find out what my "wireless password is". I was in a hurry when I did format my PC that when I got to given my wireless a password, I used the same one as before. Now I have tried to finding what it is for my other products, I don't know where to look. Do I or can I change the password without losing anything? Need help PLEASE
    [Personal Information Removed]

    Hi:
    You need to read your router's configuration instructions on how to access the router's menu.
    Hopefully you can access that and in the wireless security menu you will find the passkey to use.
    Paul

  • How can I find out what apps are on my step daughters phone without the phone?

    How can I find out what apps are on my step daughters phone without the phone? She is on my phone plan but does not live with me and I am concerned about the apps she may be using.

        baniville108,
    Thank you for reaching out to us. We certainly know the importance of being able to know what options are available with your device. With apps on devices, thoses are specific to the phone itself, so there is no open forum to view what apps are downloaded. The only option would be to physically review from the phone, or if you have the same Apple ID you can log into it and view from there. Please let us know if you need anymore assistance.
    Thank you,
    TonyG_VZW
    Follow us on Twitter @VZWSupport

  • HT1420 how do I find out what computers are authorized on my itunes account?

    How do I find out what computers are authorized on my itunes account? I want to add my MBP to my itunes account but I can't because I already have 5 computers authorized BUT I can't remember what computers I had authorized.  I'm assuming iPhones count as computers in this instance.
    Thanks

    I'm not aware that you can see a list anywhere - and no, iPhones (nor iPads or iPods) count, only computers do (but a computer could count more than once e.g. if you've updated or reinstalled the OS without first deauthorising it).
    If you've reached the 5 computer limit then you can log into your account and 'deauthorise all' (which you can do once every 12 months) and you can then authorise/reauthorise the computers that you still have and need : authorising and deauthorising.

  • HT1420 How do I find out what computers are on my apple account?

    I am trying to find out what computers are on my apple account?

    About De-authorizing Computers (contributed by user John Galt)
    You can de-authorize individual computers, but only by using those computers. The only other option is to "de-authorize all" from your iTunes account.
      1. Open iTunes on a computer
      2. From the Store menu, select "View my Account..."
      3. Sign in with your Apple ID and password.
      4. Under "Computer Authorizations" select "De-authorize All".
      5. Authorize each computer you still have, as you may require.
    You may only do this once per year.
    After you "de-authorize all" your authorized computers, re-authorize each one as required.
    If you have de-authorized all computers and need to do it again, but your year has not elapsed, then contact: Apple - Support - iTunes - Contact Us.
    Also, see iTunes Store- About authorization and deauthorization.

  • How do i find out what computers are registered. I do not believe I have 5 computers registered

    how do i find out what computers are registered. I do not believe I have 5 computers registered

    If you mean which computers that your account is authorised on then you can't, you can only see the count.
    Have you had other computers in the past and/or updated or reinstalled the OS on your current computers without deauthorising them ?
    As you have 5 computers authorised then you can log into your account on a computer's iTunes via the Store > View Account menu option and 'deauthorise all' (which you can do once every 12 months) and you can then authorise/reauthorise the computers that you still have and need : authorising and deauthorising.

  • Billed for 2 amounts pending in my checking account for 12/24. I'd like to find out what they are for.

    Ihave 2 pending charges from apple iTunes in my checking account scheduled to pay out on 12/24. One for 19.99 and and one for 17.99. How can I find out what I'm being charged for. I called apple and they referred me to a web site which still doesn't give me a clue for how to get this information and know what these charges are for. Can anyone help me find out and explain how to do it? I don't get why there just isn't somewhere I can call and find out.

    you need to go to expresslane.apple.com and then email itunes to find out

  • How do I find out what applications are running in the background

    I have a 2008 iMac with 2GB memory.  How do I find out what programs are running in the background?  I am going to buy a new iMac before the end of the year to replace this one.  When I looked at Activity Monitor it shows 1.8Gb used but doesn't tell all the programs running.

    open activity monitor [if it doesnt launch click winders>Activity Monitor]. then it'll show all proceses

  • How do i find out what devices are authorised on my apple ID?

    I have just bought a new iMac and want to get all my itunes library etc on it.  However, apparently i have reached my limit of 5 authorisations, which is entirely possible as I have had a number of iphones, Macair and ipads, some of which I either no longer own or are no longer functioning.  How do I find out what devices are authorised and then deauthorise any that I don't use any more - given that they may not even work!

    Welcome to the Apple Community.
    You can't de-authorise just the computers you no longer have access to.
    Your only option is to de-authorise all your computers and then re-authorise those you wish to be authorised. You can do this by logging into your account settings in iTunes on your computer (Store > View My ID) and selecting the option to de-authorise all.
    Please note however, you are only permitted to do this once in each 12 month period, therefore you would be better de-authorising your computers before you lose access to them. you can do this from the 'Store' menu in iTunes.

Maybe you are looking for

  • How To Suppress Records In Subreport Based on Value in Main Report

    I want to supress records in the Details section of my subreport based on a value in the Details of my Main report (main report could have same record as subreport). I created the following formula with a shared variable and placed it in the Details

  • How do i get my music from i tunes on my old computer to my new computer?

    Hi, i have had help with data export etc, i was just wondering how i get my music, paid for and imported from my old computer to my new one? Thank you all

  • What is the "other" - & how can I access or get into "other"?

    What is this thing called "OTHER". It's taking up all my gbs. & I can not access the files in "OTHER" to clear them or just to access them. So does anybody know what "OTHER" is? I do know that some of this "OTHER" is used by contact's, calendar, game

  • FILES AND PICTURE

    pls, I want to write a software that will take pictures and files form clients and send them to database. I equally want to the clients to be able to retrieve them. Whats methods should I use. I will also want to know how to use them Remember, I'm ne

  • ICloud and transfer of data to new phone

    I recently subscribed to iCloud.  Do I still have to back up purchases of songs, etc., or will the iCloud take care of this?  Also, I am going to replace my iPhone 4 with an iPhone 5.  How do I transfer all of the songs, etc. to the new device?