Problem in generating User Login Report on System Usage

We want a daily shift-wise(3 shifts of 8 hours each) report with following information
1.  User-ID
2.  Login Time-Stamp
3.  Transaction Code
4.  Transaction Code Start Time-Stamp
5.  Transaction Code End Time-Stamp
6.  Logout Time-Stamp
At present we are extracting the usage data with STAD transaction & processing in batch mode to generate a report which is not fulfilling our requirement as it is not having Transaction Code End Time-Stamp. One problem is same transaction code is having multiple Time-Stamps.  If  time-stamp is considered up to hour & minute,  multiple records for same transaction code as well as different transaction codes are appearing. We are unable to generate MIS as per our requirement.
Thanks in advance.
Kajal

Hi,
This may be possible if the trace is activated in the TA ST01. But it is not advisable to keep this trace for a prolonged period as it has an adverse effect in the system performance.
For a smaller user base, u can enable the security log in TA SM19, The report can be pulled from TA SM20.
Hope this helps.
Regards,
Varadharajan M

Similar Messages

  • Generate User Login in "Create User" Request

    Hi Guys,
    I have more a problem. To create user, I am using a Request (Create User Template), I managed add the attributes that would necessary normally, but I use a Event Handler (Post-Process) to generate user login. So I marked the User Login in Attributes Restrictions, fixing an user login default for example: autogenerate.
    Then I created a new request to create user, I filled out all the fields that I marked to appear. I approved this request, and the user is created with the User Login generate by my Event Handler normally. The issue is, when I create 2 create user requests, as I use a Default value in the User Login attribute, if the first request still isn't approved, the second request isn't created because the "autogenerate" user login already being used.
    Exists some otherwise to I resolve this issue?
    Thanks

    Hi Bikash,
    Use a prepopulate adapter an attribute with timestamp is nice idea, but I use the "Create User" template CreateUserDataSet.xml and not exists a form in Design Console to associate the prepopulate adapter.
    I had thought in eventhundler because I use a method that check on Active Directory if the user login generated by other method, already is being used. And I use this eventhandler in HR GTC recon too.
    About XL.LDAPReservationPluginImpl, I opened the oracle.iam.identity.usermgmt.impl.plugins.reservation.ReservationInOID but I not understood as use this option. If I needs add in this class my method of generate user login. If I needs implement an new class similar to this class, using my methods and associate the name of class in XL.LDAPReservationPluginImpl.
    Thanks a lot

  • User login report in Active Directory for specific date and time

    I want to get User login report in Active Directory for specific date and time e.g user logged in at15-01-2015 from 8:00am to 4:00pm
    Is any query, script or any tool available?
    Waiting for reply please

    You can identify the last logon date and time using my script here: https://gallery.technet.microsoft.com/scriptcenter/Get-Active-Directory-User-bbcdd771
    If you would like to get back in time and see when the user did a logon / logoff then you need to have auditing enabled. Once done, you can records from Security log in the event viewer: https://social.technet.microsoft.com/Forums/windowsserver/en-US/98cbecb0-d23d-479d-aa65-07e3e214e2c7/manage-active-directory-users-logon-logoff-events
    I have started a Wiki about how to track logon / logoff and it can help too: http://social.technet.microsoft.com/wiki/contents/articles/20422.record-logon-logoff-activities-on-domain-servers-and-workstations-using-group-policy.aspx
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • User login report for given period

    Hi All,
    We have one query relate to user monitoring. We want to get the detail log or report of users login date,time, logout date time and system ip or system name like for the given period.
    Our application environment as
    SAP application : R/3 4.7
    Database : oracle 9.2.0.8
    Thanx in advance
    Regards,
    Vishnu.

    Hi Vishnu,
    kindly consider to use the forum search before posting. similar questions like yours have been posted several times already. In oyur search results you may find for instance [this thread|Re: Last three user logon date and time;
    b.rgds,
    Bernhard

  • Problem in generating oracle 10g reports to rtf Template? (Emergency)

    Hi Team,
    I had a problem in generating rdf to rtf template.. I had an rdf template with place holders like this
    Hi i "Employee" <Empno> and my salary is <Empsal>
    but after the generation by using BIBatchConversion , i am getting partial rtf file like this
    Hi i "Employee"
    i am not getting the rest of the design... do i need to overwrite the rtf manually or do we have any other conversion process when we are using placeholders in rdf reports...
    Regards
    Bhu1

    hi...i already done what u had suggested but the error still come up.
    DECLARE
         RO_Report_ID REPORT_OBJECT;
         Str_Report_Server_Job VARCHAR2(100);
         Str_Job_ID VARCHAR2(100);
         Str_URL VARCHAR2(100);
         PL_ID PARAMLIST ;
    BEGIN
         PL_ID := GET_PARAMETER_LIST('TEMPDATA');
         IF NOT ID_NULL(PL_ID) THEN
              PAUSE;
    DESTROY_PARAMETER_LIST(PL_ID);
         END IF;
         PL_ID := CREATE_PARAMETER_LIST('TEMPDATA');
         RO_Report_ID := FIND_REPORT_OBJECT('REPORT_OBJ');
         ADD_PARAMETER(PL_ID, 's_sin_no', TEXT_PARAMETER,:scrap_delivery_request.sin_no);
              SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_FILENAME, 'C:\New Forms\REF_SF_510.rdf');
              SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_COMM_MODE, SYNCHRONOUS);
              SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_EXECUTION_MODE, BATCH);
              SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESTYPE, FILE);
              SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESFORMAT, 'PDF');
              SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_SERVER, 'rep_edmund.main');
              Str_Report_Server_Job := RUN_REPORT_OBJECT(RO_Report_ID, PL_ID);
              Str_Job_ID := SUBSTR(Str_Report_Server_Job, LENGTH('rep_edmund.main') + 2, LENGTH(Str_Report_Server_Job));
              Str_URL      := '/reports/rwservlet/getjobid' || Str_Job_ID || '?server=' || 'rep_edmund.main';
              WEB.SHOW_DOCUMENT(Str_URL, '_SELF');
              DESTROY_PARAMETER_LIST(PL_ID);
    END;
    Edited by: baguhan on Jul 4, 2009 12:59 AM

  • EDirectory users login issue(Linux Systems)

    Dear team,
    For PDC(primary domain controller)::
    We have installed SLES11-SP3 and OES11-SP2 on the top of this.
    After this, we configured DSFW and eDirectory.
    Now, when we are trying to login eDirectory users from Windows System,, we are able to do this.
    But when we trying from Linux Systems, users are able to login but not getting their respective directory (/home/user_name)
    For ADC(additional domain controller)::
    We configured same configuration as shown above by replicating tree.
    For this server, when we are trying to login eDirectory users from Windows and Linux Systems, we able to do this successfully without any issue.
    Both Servers we are using for high availability.
    Please help us on the PDC.
    Thanks

    Dear Team,
    As you asked we don't know whether it is using ncp or dsfw, please let us know this also. I want to give you clear picture, step by step.
    Goal:
    1. We have two systems, need replication of edirectory Partition.
    2. We need to login from edirectory users in windows/linux both
    3. We want to login into windows systems like AD users from DSFW, using domain login.
    4. We need to login in Linux machine with eDirectory users using LDAP authentication
    5. We need to sync both systems 24x7x365
    Implementation:
    1. We have install SLES11-S3 with OES2-S2 in first machine with image name OES11-SP2-addon_with_SLES11-SP3-x86_64-DVD.iso (4GB image size)
    https://www.novell.com/documentation.../b11i67vh.html
    a) Installation of forest root domain.
    b) New tree : K_TREE
    c) FDN : cn=administrator,cn=Users,dc=k2,dc=gov,dc=in
    d) Net bios domain name = k2
    e) Configure this server as WINS server:selected check box
    f) Site name : DC
    Particulars:
    IP : 10.0.0.136
    Hostname: PDC.k2.gov.in
    Domain: k2.gov.in
    Netbios name: k2
    NTP: 10.0.0.136 (we dont have ntp server as of now)
    Selected : Use multicast to access SLP
    Novell modular authentication services: Challenge response, NDS
    Then Novell OES configuration successfully done.
    2. In second server we have replicated first edirectory server.
    a) SLP Server : blank
    b) NTP: 10.0.0.136
    c) Existing tree : K_TREE
    d) IP:10.0.0.135
    e) FDN: cn=administrator,cn=Users,dc=k2,dc=gov,dc=in
    f) Enter Server Context: dc=k2,dc=gov,dc=.in
    g) Hostname : ADC.k2.gov.in
    We have installed only iManager and edirectory with existing PDC eDirectory.
    Replication done successfully
    IP Hostname Partition Windows without agent Linux LDAP replication home directory in linux
    PDC 10.0.0.136 PDC.k2.gov.in k2 login login done yes
    ADC 10.0.0.135 ADC.k2.gov.in k2 login login done no
    Testing PDC :
    1. Windows 7, successfully joined DSFW domain : k2.gov.in
    2. Windows Users are able to login from edirectory/DSFW users
    3. Linux Users are also able to login with normal shell, but not getting home directory
    Testing ADC :
    1. Windows 7, successfully joined DSFW domain : k2.gov.in
    2. Windows Users are able to login from edirectory/DSFW users
    3. Linux Users are also able to login with normal shell, also getting home directory
    Query : In PDC (DSFW Domain k2.gov.in) Linux users are getting shell but not getting Home directory in RHEL-6.5, but ADC (DSFW Domain k2.gov.in) Linux Users are getting shell as well as Home directory also.

  • Generate day-to-day report of system usage

    Is there any way to generate a report of the system usage on a day-to-day basis in adobe connect? i would like to do this as we are hosting an adobe connect server for a university with only 250gb of space and would like to see which days are used the most. Thanks.
    Curtis

    Unfortunately, you are at the wrong forum; this one is just for discussions on the forums the
    mselves. The Acrobat Connect forum is here:
    http://forums.adobe.com/community/connectpro/acrobat_connect
    Extra line break kindly provided by the non updated software of the forums

  • User login report ?

    Dear friends,
    i need the report for  login date and time of user  ( for 1 month )
    and
    How much of time the user used per day .. that details i need .
    Pls help me out
    Lee

    Hi Lee,
    Why don't you try T.Code SUIM -
    >Users by Complex Selection Criteria.
    Rewards points if useful
    Regards,
    Tushar Chavan

  • How to add Popup message as soon as user logins to portal system?

    Hi,
    I want to display a popup message as soon as user logs on to the portal system.
    Regards,
    Anagha

    Anagha Bhat wrote:
    what do you mean by  "iView with the popup as the entry point" ?
    I think this means, iView's 'Launch in new window' property should be accordingly set..

  • Problem in Generating the Infoset report(two ODS joining)

    I am facing the problem in ODS infoset report.
    Consider the two ODS (ie ODS1,ODS2)
    <b>ODS A</b>
    <b>A     B     Sal1(KF1)</b>
    1     10    10,000
    2     10     20,000
    Here A is the Keyfield of ODS A (all A,B, Sal1 are infoobjects).
    <b>ODS B</b>
    <b>B    Sal2(KF2)</b>
    10 4000
    Here B is the Keyfield of ODS B.
    I have  joined two ODS using Infoset.
    Joining condition: OSD A(charactersitics B ie value 10) joined with Keyfield of ODS B(ie B value 10)
    While exectuing the Report i am getting the following output.
    B   Sal1   <b>Sal2</b>
    10 30,000  8000(wrong data)
    Sal2 is summed twice since in ODS A it is having 2 records.
    My requirement is i wnat O/P as
    <b>B   Sal1   Sal2</b>
    10 30,000  4000
    With regards,
    Hari.
    +919323839017

    If you create a multiprovider with the two ODS you won’t have this problem.
    Hope it helps.
    Regards.

  • Rwrun60.exe problem when generating matrix delimited reports

    when i am generating reports in delimited format with matrix stayle i am getting following error:
    ProgramError:
    RWRUN60.exe has generated errors and will be closed by windows.you will need to restart the program.
    please advice me urgently .

    Hi
    From Reports 6i -patch-11 onwards, a new desformat called delimiteddata has been added. Tyr using delimteddata desformat instead of delimited format. Please refer to patch-11 release notes to know more about it.
    Thanks
    The Oracle Reports Team

  • User Login Reports

    Sorry if this has been answered before, but I have searched and found nothing.
    I run Server 2012 Essentials, and want to run a report on the times my employees are logging on and off.
    I assume this is a simply task, but cannot work out how to do it.
    Thanks in advance.

    After reviewing my notes for WS2012E R2, here is what I did:  (hope it makes sense)
    TLOLO  (Tracking Logon Logoff) on WS2012E R2
    1.  Create TLOLO shared folder but DO NOT use the Dashboard to create it
    Permissions:  Admin:  FULL
    Permissions:  Domain Users:  Read and Execute, Read, Write, List folder contents
     2.  Install Logon/Logoff.cmd to GPO GUID for ‘Users’
    Create TLOLO GPO (does not have to be completely created; only needs to show in GPO Objects).  See NOTE below to determine the GUID to copy the scripts to.  Then come back and finish creating the GPO.
    NOTE:  The GUID above may change over time.  Use Group Policy Management after GPO is initially created to get the GUID for the Policies location to copy the logon/logoff scripts to.  (GPO | Details |  Unique ID).  Once scripts have
    been copied and TLOLO is working, the GUID may change. However, the scripts will still be under the GUID listed in the Details pane (whatever it changes to).
    To add (copy) scripts to Logon/Logoff:  Copy directly to the following directories
    C:\Windows\SYSVOL\sysvol\domain.local\Policies\{GUID}\User\Scripts\  Logon, Logoff
     3.  On Server:  GPupdate /force
     --  Merv Porter
    =========================

  • User measurement report (USMM) for SAP 3.1H

    Hi,
    I need to take generate user measurement report. This report generally can be executed from tcode USMM. However, my SAP system runs on SAP 3.1H. Has anybody run this report on SAP 3.1H version?
    Thanks,
    Intan

    Hi,
    I am able to execute "USMM" from SAP 3.1H. These means that I am able to generate the report right?
    My concern is - I am unable to generate report even if I am able to access tcode USMM.
    Anyway, I will try to get the report again from USMM.
    Thanks,
    Shafinaz

  • Simple User Login

    I am having problems getting my user login jsp page to connect to my MySQL database.
    Can anyone have a look at the following JSP code to see if it is right?
    <html>
    <head>
    <title>GCMB User Login</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#FF9900">
    <p align="left"><img src="GCDMsgLogo.gif" width="564" height="70"></p>
    <table width="372" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="138"> </td>
    <td colspan="2"><font face="Arial"><b> User Login:</b></font></td>
    </tr>
    <tr>
    <td width="138"><font face="Arial">Username:</font></td>
    <td colspan="2">
    <input type="text" name="textfield2">
    </td>
    </tr>
    <tr>
    <td width="138"><font face="Arial">Password:</font></td>
    <td colspan="2">
    <input type="text" name="textfield3">
    </td>
    </tr>
    <tr>
    <td width="138"> </td>
    <td colspan="2">
    <input type="submit" name="Submit" value="Login">
    </td>
    </tr>
    <tr>
    <td width="138"> </td>
    <td colspan="2"> </td>
    </tr>
    </table>
    <p align="left"> </p>
    <table width="772" border="0" cellspacing="0" cellpadding="0" height="72">
    <tr>
    <td colspan="2" height="7"><img src="bar.gif" width="774" height="3"></td>
    </tr>
    <tr>
    <td width="568" height="30">
    <p> <img src="GCDHome.gif" width="115" height="24" border="0"><img src="Email.gif" width="115" height="24"></p>
    </td>
    <td width="206" height="30">
    <div align="right"></div>
    </td>
    </tr>
    <tr>
    <td colspan="2"><font face="Times New Roman, Times, serif" size="2">Griffith
    College Dublin, South Circular Road, Dublin 8, Ireland. Tel/Fax: +353 1
    415 0400/ +353 1 454 9265 <br>
    email: [email protected] website:
    www.gcd.ie </font><font face="Times New Roman, Times, serif" size="2">�
    2002 Design: Niall Magner</font></td>
    </tr>
    </table>
    <p align="left"> </p>
    <p> </p>
    <p>  </p>
    </body>
    </html>
    Cheers,
    Niall

    Hi, Does this look right? Is this what you were talking about in your reply?
    <HTML><HEAD><TITLE>GCMB User Login</TITLE>
    <%@ page import="javax.servlet.*" %>
    <%@ page import="javax.servlet.http.*" %>
    <%@ page import="java.sql.*" %>
    <%@ page import="java.util.*" %>
    <%@ page import="java.io.*" %>
    <%-- connection to database--%>
    <%
    String connectionURL = "jdbc:mysql://host:3306/databasename?user=username&password=passwordUsedforDatabase";
    Connection connection = null;
    Statement statement = null;
    ResultSet rs = null;
    ResultSet rs2 = null;
    %><% Class.forName("org.gjt.mm.mysql.Driver").newInstance(); connection = DriverManager.getConnection(connectionURL,
    "", ""); statement = connection.createStatement();
    <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
    <META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
    <BODY bgColor=#ff9900>
    <P align=left><IMG height=70 src="Login_files/GCDMsgLogo.gif" width=564></P>
    <form method="post" action="">
    <table cellspacing=0 cellpadding=0 width=372 border=0>
    <tbody>
    <tr>
    <td width=138> </td>
    <td colspan=2><font face=Arial><b>User Login:</b></font></td>
    </tr>
    <tr>
    <td width=138><font face=Arial>Username:</font></td>
    <td colspan=2>
    <input name=textfield2>
    </td>
    </tr>
    <tr>
    <td width=138><font face=Arial>Password:</font></td>
    <td colspan=2>
    <input name=textfield3>
    </td>
    </tr>
    <tr>
    <td width=138> </td>
    <td colspan=2>
    <input type=submit value=Login name=Submit>
    </td>
    </tr>
    <tr>
    <td width=138> </td>
    <td colspan=2> </td>
    </tr>
    </tbody>
    </table>
    </form>
    <P align=left> </P>
    <TABLE height=72 cellSpacing=0 cellPadding=0 width=772 border=0>
    <TBODY>
    <TR>
    <TD colSpan=2 height=7><IMG height=3 src="Login_files/bar.gif"
    width=774></TD></TR>
    <TR>
    <TD width=568 height=30>
    <P><IMG height=24
    src="Login_files/GCDHome.gif" width=115 border=0><IMG height=24
    src="Login_files/Email.gif" width=115></P></TD>
    <TD width=206 height=30>
    <DIV align=right></DIV></TD></TR>
    <TR>
    <TD colSpan=2><FONT face="Times New Roman, Times, serif" size=2>Griffith
    College Dublin, South Circular Road, Dublin 8, Ireland. Tel/Fax: +353 1
    415 0400/ +353 1 454 9265 <BR>email: <A
    href="mailto:[email protected]">[email protected]</A> website: <A
    href="http://www.gcd.ie/">http://www.gcd.ie/</A> </FONT><FONT
    face="Times New Roman, Times, serif" size=2>� 2002 Design: Niall
    Magner</FONT></TD></TR></TBODY></TABLE>
    <P align=left> </P>
    <P> </P>
    <P> </P></BODY></HTML>

  • Can i able to do DBUM trusted recon without mapping User Login

    Hi All,
    Is is it possible to do dbum trusted reocon without mapping User Login field? , As it going to create automatically using post process event handler.
    I am able to recon when i map userlogin otherwise not. But my need is userlogin shud create automatically. How can i achieve this
    Any suggestions????
    Regards,
    user7609

    This approach will be working fine with first time recon(New user creation) and you don't need to do anything extra.
    But, the problem will ocur in case of update (next time recon of same user). As the userlogin is mapped with the target source and you have changed it using post process event handler. So, the same record it will consider as updatable and it will again try to update the existing user login. Yes, you can, call your event handler on update as well. So that it will update again to previous. This will be worst approach. beacause, It will process the same record always .
    Again I suggest you. Better Go for transformation. which will serve your purpose. In this case you do not need to map user login from trusted source. transformation class will generate user login on pre-insert.

Maybe you are looking for

  • How restrict the release procedure tab in ME21N

    Hi, We have the Condition tab for free goods Iin PO. Now, we want to implement release procedure in PO, and also restrict the release procedure for free goods in the same based on the combination of document type (EKKO-BSART) and free goods (USMON)fi

  • My ipod wont recognise and show up in iTunes. I've tried everything! Can anyone help?

    I have a new computer with windows 7 and I downloaded the latest version of iTunes and when I open iTunes it wont show up in the devices section. My computer recognises it in the usb 2.0 slot but, iTunes wont. I have tried all the advice from iTunes

  • JAXB and binding

    Hi all I have a schema a.xsd that references another schema b.xsd. I generated the binding classes for b.xsd now I want to generate the classes for a.xsd. The problem is that xjc generates the binding classes for a.xsd, including the external ones in

  • Urgent - workflow - drawing in release state

    hi friends.. I have one issue. The drawing is in release status howewer it is stuck in workflow because in the background it is trying to go from IW to IR.The workflow does not state how or when the drawing was released... so at the movement what can

  • RSA3 to SAP Tables

    AHP/Dinesh, Is there any reason for mismatch in number of records in setup tables to sap tables. In sap table there are 150k records, when i filled the setup tables and checked in rsa3 with 10000 records and 20 extraction calls it gives me a max. of