Track user transactions

Hi,
We have a user ID that was expired a year ago. We want to know how to check the last transaction or last accessed tcode of the user. I tried Sm37 but there were no logs found.
Thanks
Law

Hi Lawrance,
Check SM20 if your system is activated trace, but this trace need to be backup regularly other wise
It will filled up at the os level.
hope this will give you some understanding
Cheers,
Harish

Similar Messages

  • Tutorial - how to track user progress in a Captivate movie

    I wanted to start working with the new scripting capabilities
    in Captivate 4 and thought a good first project would be to create
    a set of variables and custom actions and execute the actions based
    on the state of the variables. I wrote up a description/walkthrough
    with screenshots and the source .cp is downloadable here:
    http://elearninglive.com/wordpress/2009/01/tracking-user-progress-in-captivate-4-using-var iables-and-actions/
    Hopefully it proves useful to others!
    A couple of things I mention at the bottom of the post in
    regards to the new features in CP4:
    1. The actions window is amazingly slow once you add more
    than a handful of actions. Perhaps it's just my machine? I have a
    very fast machine with lots of ram, but perhaps it's something
    unique to my environment?
    2. You can't 'chain' actions. In other words, you cannot use
    'execute multiple actions' setting to execute user-created actions,
    just the built-in ones, which seems to me a pretty big limitation.
    I had to work around it.
    3. As an add-on to #1 above - there is no way to
    import/export code. Since the actions window is so slow it would be
    ideal if we could just import code written in a text file, or
    better yet, have a simple code editor (like the actions panel in
    Flash).
    My 2 cents, fwtw, as a new CP4 user....
    mark
    www.elearninglive.com

    > But I didn't really know what AuthorWare was actually
    > capable of producing until this past year when I
    happened to subscribe to
    > the
    > AWARE list (AuthorWare Developers) and over time read
    about the
    > capabilities it
    > had. It was an excellent tool - and it seems, the best
    there ever was for
    > our
    > needs, and it amazes me that there isn't anything to
    replace it yet that
    > matches it. Of course, the problem was the shockwave
    plugin. Which is a
    > big
    > problem and the real original reason I never looked into
    it in the first
    > place.
    The biggest problem Authorware had was poor marketing. Second
    was it had no
    way to natively create the eye-candy that Flash was wowing
    the world with.
    Third, there was no attempt by Macromedia modernise
    Authorware with a lot of
    very basic things that would have made a huge difference to
    everyone's
    perception of the tool
    Fourth, Marketing kept telling people Authorware was dead,
    from about
    Authorware 5. I think the Flash team was on a bonus for
    converting people
    >
    > I don't understand why Adobe is now making Captivate the
    next AuthorWare.
    > That's basically what they're doing it seems. It's like
    saving up to buy a
    > ferrari when you have on sitting unused in your garage!
    They already had a
    > great elearning development tool in AuthorWare and just
    needed the one big
    > piece: output to flash swf and not shockwave. I guess
    there were technical
    > reasons why that wasn't done?
    I think it is clear to those of us that have had to move to
    Captivate from
    Authorware that Captivate is *very* lacking in specific
    advanced features
    and functionality that old hands are used to. As with any
    product, users are
    bombarding adobe with requests that boost the power and scope
    of Captivate.
    It's a natural progression.
    >
    > As much as I like Captivate 4, it's a few major releases
    away from coming
    > close to what we *really* need.
    I agree - but it is a lot closer this time around :-)
    Steve
    http://twitter.com/Stevehoward999
    Adobe Community Expert: eLearning, Mobile and Devices
    European eLearning Summit - EeLS
    Adobe-sponsored eLearning conference.
    http://www.elearningsummit.eu

  • Error occurred during the rollback using User Transaction

    Dear all,
    I am trying to insert a record in SQL Server, using a session bean. In session bean , I started the user transaction, then get the JDBC connection (Using JDBCTxDataSource) and query is executed for inserting a record. If any SQL exception occurred during the insertion, I catch the exception, then I closed the connection and I rollback the transaction . If exception occurs, inserted data is rolled back and same the time it is giving a weblogic error. Please help me in solving this error.
    Error is,
    java.sql.SQLException: The transaction is no longer active - status: 'Rolling Back. [Reason=Unknown]'. No further JDBC access is allowed within this transaction.
    at weblogic.jdbc.wrapper.JTSConnection.checkIfRolledBack(JTSConnection.java:155)
    at weblogic.jdbc.wrapper.JTSConnection.checkConnection(JTSConnection.java:164)
    at weblogic.jdbc.wrapper.Statement.checkStatement(Statement.java:234)
    at weblogic.jdbc.wrapper.Statement.cancel(Statement.java:368)
    at weblogic.jdbc.wrapper.Connection.cancelAllStatements(Connection.java:292)
    at weblogic.jdbc.wrapper.JTSConnection.internalRollback(JTSConnection.java:388)
    at weblogic.jdbc.wrapper.JTSXAResourceImpl.rollback(JTSXAResourceImpl.java:75)
    at weblogic.transaction.internal.XAServerResourceInfo.rollback(XAServerResourceInfo.java:1317)
    at weblogic.transaction.internal.XAServerResourceInfo.rollback(XAServerResourceInfo.java:650)
    at weblogic.transaction.internal.ServerSCInfo.startRollback(ServerSCInfo.java:729)
    at weblogic.transaction.internal.ServerTransactionImpl.localRollback(ServerTransactionImpl.java:1829)
    at weblogic.transaction.internal.ServerTransactionImpl.globalRollback(ServerTransactionImpl.java:2511)
    at weblogic.transaction.internal.ServerTransactionImpl.internalRollback(ServerTransactionImpl.java:383)
    at weblogic.transaction.internal.ServerTransactionImpl.rollback(ServerTransactionImpl.java:362)
    at weblogic.transaction.internal.TransactionManagerImpl.rollback(TransactionManagerImpl.java:320)
    at com.bis.dbservices.entitydao.BISEntityBean.createEntity(BISEntityBean.java:308)
    at com.bis.dbservices.entitydao.BISEntityBean_wo2ue8_EOImpl.createEntity(BISEntityBean_wo2ue8_EOImpl.java:592)
    Thanks
    Maria Singh

    Hi. That is a bug. I have the fix for it.
    Contact support and ask for a fix for CR211812.
    Joe
    Raja M wrote:
    Joe,
    In CR196085, it is mentioned that transaction problem is solved in Weblogic 8.1, SP4
    So, I installed weblogic 8.1 SP4. But now, I am getting different error. Please help me.
    The stactrace is as follows,
    java.lang.NullPointerException
    at weblogic.jdbc.wrapper.Statement.cancel(Statement.java:426)
    at weblogic.jdbc.wrapper.Connection.cancelAllStatements(Connection.java:301)
    at weblogic.jdbc.wrapper.JTSConnection.internalRollback(JTSConnection.java:453)
    at weblogic.jdbc.wrapper.JTSXAResourceImpl.rollback(JTSXAResourceImpl.java:75)
    at weblogic.transaction.internal.XAServerResourceInfo.rollback(XAServerResourceInfo.java:135
    8)
    at weblogic.transaction.internal.XAServerResourceInfo.rollback(XAServerResourceInfo.java:687
    at weblogic.transaction.internal.ServerSCInfo.startRollback(ServerSCInfo.java:729)
    at weblogic.transaction.internal.ServerTransactionImpl.localRollback(ServerTransactionImpl.j
    ava:1909)
    at weblogic.transaction.internal.ServerTransactionImpl.globalRollback(ServerTransactionImpl.
    java:2592)
    at weblogic.transaction.internal.ServerTransactionImpl.internalRollback(ServerTransactionImp
    l.java:385)
    at weblogic.transaction.internal.ServerTransactionImpl.rollback(ServerTransactionImpl.java:3
    64)
    at weblogic.transaction.internal.TransactionManagerImpl.rollback(TransactionManagerImpl.java
    :320)
    at com.bis.dbservices.entitydao.BISEntityBean.createEntity(BISEntityBean.java:308)
    at com.bis.dbservices.entitydao.BISEntityBean_wo2ue8_EOImpl.createEntity(BISEntityBean_wo2ue
    8_EOImpl.java:536)
    at com.bis.dbservices.entitydao.BISEntityBean_wo2ue8_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:166)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:247)
    at com.bis.dbservices.entitydao.BISEntityBean_wo2ue8_EOImpl_814_WLStub.createEntity(Unknown
    Source)
    at com.bis.dbservices.entitydao.EntityHandler.createEntity(EntityHandler.java:106)
    at com.bis.quickfindui.QuickFindServlet.doGet(QuickFindServlet.java:1387)
    at com.bis.quickfindui.QuickFindServlet.service(QuickFindServlet.java:553)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.jav
    a:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletC
    ontext.java:6718)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:37
    64)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

  • Tracking user actions inside Compliance Calibrator

    Good day everyone
    I am currently working on a CC5.2 implementation and I was wondering if there was any way to track user activities, to be more precise:
    1- who created mitigation control X
    2- who mitigated risk X for user Y
    etc...
    Im working on an implementation for a client that already had custom ABAP SOD tools that would output reports assigned to different reviewers, each action was tracked through the process and reviewers/approvers had to signoff along the process so people were accountable..
    So far, the only way I found to trace who did what was by the way roles/authorisations will be separated between the Netweaver users, since I'm new to this platform maybe I am missing something.
    Any help is appreciated, thank you
    Jay

    Dear Jay,
    Check the entries in these tables:
    /VIRSA/DTCWKFLOW               Mitigation Work flow Table
    /VIRSA/MITREPORT               Mitigating Reports
    /VIRSA/MITWKFLOW               Mitigation Work flow Table
    /VIRSA/ZMITAPVR                Mitigating Control Monitors
    /VIRSA/ZMITCNTL                Mitigating Control - Users
    /VIRSA/ZMITHROBJ               Mitigating Control - HR Object
    /VIRSA/ZMITMON                 Mitigating Monitors and Approvers
    /VIRSA/ZMITPROF                Mitigating Control - Profile
    /VIRSA/ZMITREF                 Mitigating Controls
    /VIRSA/ZMITREFT                Mitigating Controls Text
    /VIRSA/ZMITROLE                Mitigating Control - Role
    /VIRSA/ZSODMIT                 SOD Group Id and Mitigating Reference Numb
    Regards,
    Naveen.

  • Track user changes in customized transparent table

    Greetings..
    How do i to track user changes in my table ? is there any master table that keep track changes made by user on the specific field.? Is there possible if the table have the original and changed data.

    i got the below explanation from other thread, which has explained by an expert, so, take it as reference and interprete according to ur req.
    BEGIN
    Table Events:
    Go to SE11 and open your Ztable
    click on the Table maintenance generator.
    you can find the function group. right
    Take the Function group name and go to Tcode SE37
    and open the Function Group.
    In the Status of the small window of the Function
    group display
    you can find out change requests , Main program and
    Function group Docu tabs.
    Click on Main program and create user defined Include.
    check the sample code below
    Click on main program
    Create user defined include
    User-defined Include-files (if necessary). *
    INCLUDE LZPHIRF... " Subprograms
    INCLUDE LZPHIRO... " PBO-Modules
    INCLUDE LZPHIRI... " PAI-Modules
    Create the below include.
    INCLUDE LZPHIRI01. " PAI-Modules
    Double click on the Include name. you have the below
    code
    Loop at Extract.
    module liste_init_workarea.
    chain.
    field fild1
    field fild2
    field fild n
    module set_update_flag on chain_request.
    You have to add a new module here
    check the below code
    *----User defind module
    Module user_defind_validation.
    endchain.
    Double click on module write code in that.
    Include <Include Name> *
    *& Module user_defind_validation
    Module user_defind_validation.
    Here you can write your own validations.
    field2 = field1 /2.
    field4 = field1 /4.
    if field4 field3.
    message.
    endif.
    EndModule. "user_defind_validation
    Events allow you to change the generated table
    maintenance dialog at predefined positions, which
    cannot be reached by user modules in the screen flow
    logic.
    The user routines are called dynamically at runtime.
    For this reason, the routines must be in a user include
    in the table/view maintenance dialog function group.
    All extended table maintenance global data is available.
    An interface is only required for events 22 and AF.
    The events can be additions or replacements.
    Additional events
    Event 01 before saving the data in the database
    This event occurs before new, changed or deleted
    entries are written to the database
    FORM abc.
    DATA: F_INDEX LIKE SY-TABIX. "Index to note the
    lines found
    LOOP AT TOTAL.
    IF <ACTION> = desired constant.
    READ TABLE EXTRACT WITH KEY <vim_xtotal_key>.
    IF SY-SUBRC EQ 0.
    F_INDEX = SY-TABIX.
    ELSE.
    CLEAR F_INDX.
    ENDIF.
    (make desired changes to the line TOTAL)
    MODIFY TOTAL.
    CHECK F_INDX GT 0.
    EXTRACT = TOTAL.
    MODIFY EXTRACT INDEX F_INDX.
    ENDIF.
    ENDLOOP.
    SY-SUBRC = 0.
    ENDFORM.
    END
    thanq

  • Home Interface Load Balancing with user transactions

    Hi
              Im running the following Client scenario:
              * gets initial context
              * lookup for Home Interface.
              * save the Home Interface.
              * Begin User Transaction
              * Home.findByPrimaryKey(pk)
              * activate some business method
              * Commit transaction.
              * close context
              now repeat but use the saved home interface
              * gets initial context
              * get saved Home Interface.
              * Begin User Transaction
              * Home.findByPrimaryKey(pk)
              * activate some business method
              * Commit transaction.
              * close context
              It seems that once i use the Home finder under a transaction the home
              interface will stick to the first server and load balancing won't work
              (doesn't matter if its round-robin or random).
              that means that in both cases the EjbObject i use is on the same server.
              please correct me if im wrong.
              but if im right is this a weblogic bug? or maybe a feature?
              thanks
              Dror Last
              

    You will find that most engineers at BEA strong recommend NOT using UserTxns, unless you've got some
              complex nest transaction modeling that can't be done with BMT.
              From your case, it looks as if you should use a Session-bean facade between your servlets and entity
              beans; this way you set the session bean BMT attribute to whatever you wanted using
              UserTransaction; try this out and see what happens with load-balancing... we use BMT in clustered
              servers and load-balancing works great.
              Gene
              "Dror Last" <[email protected]> wrote in message news:[email protected]...
              > Im using Weblogic 5.1 / SP8
              >
              > <home-is-clusterable> set to TRUE on all beans.....
              >
              >
              > I have a big Question Mark if weblogic clustering does have load balancing
              > while the client (Servlet Engine in my case) Uses User Transactions.
              >
              > thanks
              > Dror Last
              >
              >
              > "Gene Chuang" <[email protected]> wrote in message
              > news:[email protected]...
              > > What WL version are u using, and what do you have <home-is-clusterable>
              > set to?
              > >
              > > Gene
              > >
              > > "Dror Last" <[email protected]> wrote in message
              > news:[email protected]...
              > > > Hi
              > > >
              > > > Im running the following Client scenario:
              > > >
              > > > * gets initial context
              > > > * lookup for Home Interface.
              > > > * save the Home Interface.
              > > > * Begin User Transaction
              > > > * Home.findByPrimaryKey(pk)
              > > > * activate some business method
              > > > * Commit transaction.
              > > > * close context
              > > >
              > > > now repeat but use the saved home interface
              > > >
              > > > * gets initial context
              > > > * get saved Home Interface.
              > > > * Begin User Transaction
              > > > * Home.findByPrimaryKey(pk)
              > > > * activate some business method
              > > > * Commit transaction.
              > > > * close context
              > > >
              > > > It seems that once i use the Home finder under a transaction the home
              > > > interface will stick to the first server and load balancing won't work
              > > > (doesn't matter if its round-robin or random).
              > > >
              > > > that means that in both cases the EjbObject i use is on the same server.
              > > >
              > > > please correct me if im wrong.
              > > >
              > > > but if im right is this a weblogic bug? or maybe a feature?
              > > >
              > > > thanks
              > > > Dror Last
              > > >
              > > >
              > >
              > >
              >
              >
              

  • Hidden iPhone File Tracks Users' Every Move

    The security of Apple's iPhones and iPads is being called into question after it emerged the devices contain a hidden file that tracks the owner's locations.
    full story - http://uk.news.yahoo.com/5/20110421/twl-hidden-iphone-file-tracks-users-ever-3fd0ae9.html
    -+-No longer a forum member-+-

    Associated problem.
    Switch your mobile off when not in use!
    http://www.guardian.co.uk/technology/2011/apr/25/wifi-security-flaw-smartphones-risk
    Quote:
    "The safest route for existing users of mobile phones, particularly if they use BT Fon or Openzone, is to switch off their Wi-Fi when they leave home and only use it on systems they know to be secure – such as at home or at work. Everywhere else you use Wi-Fi – whether in a coffee shop, an airport, a railway station and especially out in the street – you are taking a calculated risk."
    "I have this awful feeling someone is watching every move I make (one of my pet hates is router location tagging)." Marvin (A paranoid Android)

  • Tracking User Access to Help

    Is there a way to track user access to HTML help?  I'm wanting to be able to run a report that will tell me how often the online help is accessed either at topic level or just the full help level if that is the only possibility. Is there a plugin or third party app that can do this?
    For my Webhelp apps, I am able to tag individual html files with Omniture tags, however I can't do this for a compiled .chm file. The issue with the Omniture tags is that everytime I recompile help, I have to reinsert the tags.
    I am using Robohelp 8, HTML Help and Web Help
    Thanks in Advance,
    Diana Weber

    Hi Diana.
    With the web output you could try using something like Google Analytics or even invest in the RoboHelp Server application. However neither of these will work with HTML Help. The problem with HTML Help may not be the feasibility of recording hits on a file but pricacy concerns by the user. The Windows System Monitor records file hits but you'd have to manage a way of homing in on the data on each end user's PC!
    Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
    Follow the RoboColum(n) on Twitter

  • Propagating User Transactions

    Hi,
    I am trying to check how user transactions work in context of the OC4j Containers.
    I have deployed a Stateless Session Bean in the 'standalone' OC4J container of JDev10.1.3. I then exposed the EJB as a WebService.
    Next, I wrote a client and am running it in the 'embedded' OC4J container of JDev 10.1.3. From this client, I am trying to invoke the bean methods as WebService calls. Below is my client code:
    <code>
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.evermind.server.rmi.RMIInitialContextFactory");
    env.put(Context.PROVIDER_URL, "ormi://localhost:23791/");
    env.put(Context.SECURITY_PRINCIPAL, "oc4jadmin");
    env.put(Context.SECURITY_CREDENTIALS, "welcome");
    Context context = new InitialContext(env);
    ut = (UserTransaction) context.lookup("java:comp/UserTransaction");
    ut.begin();
    // call bean methods.
    ut.commit();
    </code>
    However, I am not able to look up the JNDI Name for UserTransaction in the embedded OC4J. I tried both "java:comp/UserTransaction" and "jta/usertransaction".
    Could somebody please let me know how to lookup the User Transaction from the Context in OC4J?
    Also, I read somewhere that UserTransactions (begin .. method .. commit/rollback) is not supported in OC4J unless the EJB are running in the same container? Is this true? In which case, my above test scenario would never work, is it?
    Many thanks in Advance.
    Regards,
    Pratul

    Hi Katalin!
    Thanks a lot for your reply.
    You are right. The port 23891 is the correct port for ORMI for embedded OC4J.
    Actually, I was trying to execute the client as a standalone Java class (public static void main() ). I eventually moved my client code to a JSP and was able to retrieve the UserTransaction object using "java:comp/UserTransaction".
    I found this strange since I have tested transaction boundaries in a similar fashion using WSAD and it worked just fine. The only reason I could think of was that the classloader in JDeveloper was not able to load the complete environment implementations of the transactions, before the lookup call is made from my code.
    However, now after having moved my client code into a JSP, the UserTransaction object retrieved is "com.sun.enterprise.distributedtx.UserTransactionImpl".
    And when I invoke the begin() method on this transaction object, I get a NullPointerException. :((
    06/10/03 15:31:07 java.lang.NullPointerException
    06/10/03 15:31:07      at com.sun.jts.jta.TransactionManagerImpl.begin(TransactionManagerImpl.java:171)
    06/10/03 15:31:07      at com.sun.jts.jta.UserTransactionImpl.begin(UserTransactionImpl.java:50)
    06/10/03 15:31:07      at com.sun.enterprise.distributedtx.UserTransactionImpl.begin(UserTransactionImpl.java:66)
    Does anybody have any idea why that particular reference of the UserTransaction object is returned? Is it because of any extra/missing jar files in the classpath? Why a NullPointerException , even when the object itself is not null ?
    Please help !!
    Thanks,
    Pratul

  • Anyone use sccm to track user's HP docking station serial number and model?

    i am only able to see whether the laptop is dock or not by registry key so far.
    HKLM\System\CurrentControlSet\Control\IDConfigDB\CurrentDockInfo
    anyone manage or use sccm to track user's HP docking station serial number and model before?
    thanks
    This topic first appeared in the Spiceworks Community

    The pin in picture looks liek a 5mm pin and one one on docking station is a smart pin. So you would need something like the one in picture in this link.
    In the picture observe the component in left hand bottom corner.
    http://www.amazon.com/HP-power-adapter-airplane-DV574A/dp/B0006VX07I/ref=pd_sim_sbs_pc_11?ie=UTF8&re...
    I would say, take the adaptor to store and get one.
    Wish you luck,
    Karthik
    --Say "Thanks" by clicking the Kudos (purple thumbs up icon in the lower right corner of a post)
    --Please mark the post that solves your problem as "Accepted Solution"

  • Tracking User Activity with Standard Web Logs and Tools Like WebTrends

    We are running EP 6 SP14 on UNIX and I'm looking to track user activity.  Not just how many people have logged in, but who is accessing what documents in KM.  For example, what documents are the most popular and how much use the system is getting.
    I was hoping that EP 6 (Unix platform) ran off us some standard web engine (like Apache) and we could just turn web logs on, but from the lack of discussion on SDN, I'm not encouraged.
    All I've seen is unofficial link to a Portal Activity Report, which would get us part of the way, but is not full web reporting.
    Portal Activity Report:
    https://www.sdn.sap.com/irj/sdn?id=/library/uuid/0101b690-0201-0010-6584-a02730ad5edd
    Does anyone have any insight on this?

    HI llise
    Did you get any answers? We are in the same quandry as the exisitng tracking reports are not sufficient for our needs as our users are used to using more sophisticated tools like livestat.

  • Tracking user in logs

    Gurus,
    I have this question about tracking users.
    Since there are so many log files in hyperion, I was just wondering if someone can help me with this.
    What log file would I view to see what user has retrieved a financial report at a specific time in workspace.
    We have been having this problem of the print services crashing a lot which is why I am curious to know which user is trying to pull a report or calculation when the reports crash.
    For example,
    user A retrieves a financial report in workspace, what log would tell me the user A trying to pull the report.
    Also if user A is doing a calculation, what log would i view that would tell me the user has run a calculation and the name of calculation.
    Thanks

    I don't see the USAGE table getting populated with FR report usage in 11.1.2.2. However I've these in the FRLogging.log (MIDDLEWARE_HOME/user_projects/domains/domain name/servers/managed server name/logs
    FRLogging.log)
    This entire record is for one report open.
    Starts with retrieveObject
    [2013-05-22T17:25:14.582-04:00] [EPMServer0] [NOTIFICATION] [] [oracle.EPMFR.performance] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JvE8R343n3wb0DMaMF1HbIaJ00005W,0] [SRC_CLASS: com.hyperion.reporting.util.HRLogTimer] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_METHOD: logTimeEnd] PERF: 0000000016     ReportStoreManagerImpl                       retrieveObject(/My Reports/Sample Basic, 2)      This one shows which user opened the report.
    [2013-05-22T17:25:16.455-04:00] [EPMServer0] [NOTIFICATION] [] [oracle.EPMFR.performance] [tid: [ACTIVE].ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JvE8RW_3n3wb0DMaMF1HbIaJ00005c,0] [SRC_CLASS: com.hyperion.reporting.util.HRLogTimer] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_METHOD: startJob] ----------------------------------------------------------
    [2013-05-22T17:25:16.455-04:00] [EPMServer0] [NOTIFICATION] [00069] [oracle.EPMFR.performance] [tid: [ACTIVE].ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JvE8RW_3n3wb0DMaMF1HbIaJ00005c,0] [SRC_CLASS: com.hyperion.reporting.util.HRLogTimer] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_METHOD: startJob] START: JobId: 3; User: admin; Name: /My Reports/Sample Basic
    [2013-05-22T17:25:16.456-04:00] [EPMServer0] [NOTIFICATION] [] [oracle.EPMFR.performance] [tid: [ACTIVE].ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JvE8RW_3n3wb0DMaMF1HbIaJ00005c,0] [SRC_CLASS: com.hyperion.reporting.util.HRLogTimer] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_METHOD: startJob] ----------------------------------------------------------This one shows the database connection details
    [2013-05-22T17:25:16.514-04:00] [EPMServer0] [NOTIFICATION] [] [oracle.EPMFR.performance] [tid: Thread-89] [userId: <anonymous>] [ecid: 0000JvDuacI3n3wb0DMaMF1HbIaJ000000,1:24578] [SRC_CLASS: com.hyperion.reporting.util.HRLogTimer] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_METHOD: endJobSummary] REPORT: [Start:052213 17:25:16.478-0400][End:052213 17:25:16.514-0400][Elapsed:0.036][Host:USPITCKATTOOKA2][JobId:3][User:admin][Name:/My Reports/Sample Basic][InBook:false][UserPOV:{ dsname=Sample Basic server=USPITCKATTOOKA2 app=Sample db=Basic type=Essbase metadata={Measures=Measures,Market=Market,Scenario=Scenario}}]This one is the dataquery
    [2013-05-22T17:25:16.544-04:00] [EPMServer0] [NOTIFICATION] [] [oracle.EPMFR.performance] [tid: Thread-89] [userId: <anonymous>] [ecid: 0000JvDuacI3n3wb0DMaMF1HbIaJ000000,1:24578] [SRC_CLASS: com.hyperion.reporting.util.HRLogTimer] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_METHOD: logTimeEnd] PERF: 000003: 0000000011     DataQuery                                    createAdmQuery     
    [2013-05-22T17:25:16.544-04:00] [EPMServer0] [NOTIFICATION] [] [oracle.EPMFR.core] [tid: Thread-89] [userId: <anonymous>] [ecid: 0000JvDuacI3n3wb0DMaMF1HbIaJ000000,1:24578] [SRC_CLASS: com.hyperion.reporting.haradm.EssbaseMDXDataQuery] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_METHOD: execute] SELECT[[
    {[Year]}
    DIMENSION PROPERTIES [Year].[MEMBER_ALIAS] , [Year].[MEMBER_UNIQUE_NAME]
    ON COLUMNS ,
    Hierarchize({ [Product].Children, [Product] }, POST)
    DIMENSION PROPERTIES [Product].[MEMBER_ALIAS] , [Product].[MEMBER_UNIQUE_NAME]
    ON ROWS
    FROM [Sample].[Basic]
    WHERE ([Measures], [Market], [Scenario])
    ]]You can see the time when the user clicked on the report, what query was used in the report, any conditional formatting applied and,...... (all information about that report.
    Regards
    Celvin
    http://www.orahyplabs.com

  • Tracking user activites

    Hi all,
    I constantly churn out website for new Property / condominium launches in Singapore and here are example of websites:
    www.highlinetiongbahru<i></i>.sg
    www.palmssixthave<i></i>.com
    www.sophiahills<i></i>.properties
    I'll like to be able to track users activities on Google Analystic as well as observation a list of competitors website activities and compare the weakness/strength among them to see how i can improve things.
    Are there any good addon or any other methods to be do the above?

    Not that I know of, but please also see analytics documentation: [https://support.google.com/analytics/answer/1032399?hl=en]

  • Tracking user

    Hi all,
    Is there any way to keep track of users who has changed the db.Let, there is a table where any user can insert,update or delete data. Is there any way to identify the user who have done that?
    thanks in advance.

    You can track user activities by either:
    setting up Audit on specific objects on certain users.
    tracking activities from the redo log file / archivelog file by means of the logminer.
    ~ Madrid

  • EWT and Professional User Transaction

    Hi
    Can anyone let me know the basic difference between EWT and Professional User Transactions. Why do I always need to come to the start Menu and then proceed with EWT Transactions ?
    I find a Service attached to EWT transactions. What is this for ?
    Regards,
    Murali.

    Hi Murali,
    Professional User Transactions are the standard transactions executed in the SAP system. An Easy Web Transaction is an ITS-based transaction, which can be executed only in the SAP GUI for HTML. You need to refer to an ITS service in order to use it. This Inernet service has the HTML templates ^ can be maintained in SE80.
    ~Suresh

Maybe you are looking for

  • Error creating database 11g R2, Windows 7

    Hello! Sorry, Im newbie in Oracle theme. After installing Oracle 11g R2 and creating Listener, I run Database Configuration Assisistant. On the stage of compliting database creation I got such an error: Enterprice manager configuration failed due to

  • Windows 8 and 2012 are not reporting to wsus

    hi i have a windows server 2008 r2 sp1 with latest patch installed wsus 3.2.7 newly installed windows 8 and server 2012 are not reporting to wsus please help

  • Conversion of MS Word Document to PDF

    I want to Convert MS Wod Document to pdf document dynamically. How to convert it in jsp.

  • SAP Support for Pay Service?

    A friend would like me to find out on this site for him: ”Is there any service on this site or anywhere, that he can get support, even if it costs some money?” Basically he has a new BW job and he fears he may encounter a problem and would like to de

  • How to read a certificate included in a jar-file???

    Hello, I have an application who connects via SSL to a JBoss server. Therefore I need a certificate on the client machine. Can I include a selfsigned certificate in the jar file which can be downloaded with webstart??? If that's possible where can I