Search for User by last logon date no longer works after upgrading to SPS18

We used to be able to Search by last logon date under User Administration as a quick way to find out who logged on for a particular date.  It worked well, but only for a single date range.  We were on EP 6.0 SPS13 at the time.  Since we have upgraded to SPS18, it no longer works.  All we get back now is no user found no matter what date we enter. 
Has anyone else experienced this problem?  I've been searching and haven't found anything.  I wanted to try and get more information before I create an OSS message.
Thank you,
Kathy

it's since SP16, to be correct: http://help.sap.com/saphelp_nw04/helpdata/en/43/bc6b9202454dece10000000a422035/frameset.htm
kr, achim

Similar Messages

  • Is there a system table or V$ view that will show a user's last logon date?

    Is there a system table or V$ view that will show a user's last logon date?
    I'm using Oracle 9.2.0.7

    sqlplus
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 31 12:44:42 2010
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter user-name: / as sysdba
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> desc user$
    Name                            Null?    Type
    USER#                            NOT NULL NUMBER
    NAME                            NOT NULL VARCHAR2(30)
    TYPE#                            NOT NULL NUMBER
    PASSWORD                             VARCHAR2(30)
    DATATS#                       NOT NULL NUMBER
    TEMPTS#                       NOT NULL NUMBER
    CTIME                            NOT NULL DATE
    PTIME                                  DATE
    EXPTIME                             DATE
    LTIME                                  DATE
    RESOURCE$                       NOT NULL NUMBER
    AUDIT$                              VARCHAR2(38)
    DEFROLE                       NOT NULL NUMBER
    DEFGRP#                             NUMBER
    DEFGRP_SEQ#                             NUMBER
    ASTATUS                       NOT NULL NUMBER
    LCOUNT                        NOT NULL NUMBER
    DEFSCHCLASS                             VARCHAR2(30)
    EXT_USERNAME                             VARCHAR2(4000)
    SPARE1                              NUMBER
    SPARE2                              NUMBER
    SPARE3                              NUMBER
    SPARE4                              VARCHAR2(1000)
    SPARE5                              VARCHAR2(1000)
    SPARE6                              DATE

  • Know an extension that searches for the file "last modified" date?

    I am working on a site with 80,000 pages and need to find an
    extension that will search all files within the site and populate
    the date each file was last modified. Know of an extension that
    will assist in this situation? Any ideas will help, thanks in
    advance!

    Ahh, so now your requirements are changing. You do not want a
    simple
    text file output after all, but instead a sortable list. So
    perhaps
    output as a csv that could be sorted within a spreadsheet.
    Altho 80000
    rows?
    It is a bit hard to believe that an organization with an
    80000 page
    website does not have inhouse gurus who could do this in a
    heart beat.
    E. Michael Brandt
    www.divaHTML.com
    divaGPS | divaFAQ
    www.valleywebdesigns.com
    JustSo PictureWindow
    mercuryfenix wrote:
    > I just finished the first scan and was not impressed.
    PageList creates an ugly
    > and nearly useless list of file name, title, path from
    page root, a link to the
    > file, last modified date and time, and some meta
    garbage. To top it all off,
    > you cannot sort it by any of these categories because it
    puts all the data into
    > a lousy html table- useless.
    > I could probably get buy with this, but it would be
    horrible....80,000 pages
    > to scan! O yeah, i forgot to mention it has a very low
    limit to how many files
    > it can scan in one scan!
    >
    > I still am in need of a better extension. Please keep
    helping.
    >

  • Help for date field not working after upgrade

    hi experts,
    In our BSP application for a page we had an inputfield (date).
    Onvaluehelp for input field we were calling the saphelpdate function.
    however after upgrade this functionality is not working properly as no pop up comes after clicking on the icon.
    we have upgraded to SPS 16 recently.
    please help me.
    regards,
    Arvind.

    Hi, I try upper case but nothing happen. This is all my code by far, I hope you can help me:
    DATA: BEGIN OF T_PCONT OCCURS 0,
          PCONT LIKE ZPSPERMISOS-PSOBKEY,
    END OF T_PCONT.
    DATA: BEGIN OF T_FIELDS OCCURS 0.
            INCLUDE STRUCTURE help_value.
    DATA END OF T_FIELDS.
    DATA: BEGIN OF T_VALUES OCCURS 0,
          VALUE(60) TYPE c.
    DATA: END OF T_VALUES.
    DATA: N TYPE i.
    SELECTION-SCREEN BEGIN OF BLOCK  b20 WITH FRAME TITLE text-b02.
      SELECT-OPTIONS:
        P_CONT FOR  ZPSPERMISOSH-PSOBKEY OBLIGATORY NO-EXTENSION NO INTERVALS,
        P_INT  FOR  ZPSPERMISOSH-PARTNER OBLIGATORY NO-EXTENSION NO INTERVALS,
        P_FEC  FOR  ZPSPERMISOSH-ZFINICN NO-EXTENSION NO INTERVALS,    
        P_RAZ  FOR  ZPSPERMISOSH-ZRAZONFINIC NO-EXTENSION NO INTERVALS.
    SELECTION-SCREEN END OF BLOCK b20.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_CONT-LOW.
      PERFORM P_HELP_P_CONT USING P_CONT-LOW.
    *&      Form  P_HELP_P_CONT
    FORM P_HELP_P_CONT  USING P_P_CONT.
      DESCRIBE TABLE T_PCONT LINES N.
      IF N EQ 0.
        T_FIELDS-FIELDNAME  = 'PSOBKEY'.
        T_FIELDS-TABNAME    = 'ZPSPERMISOS'.
        T_FIELDS-SELECTFLAG = 'X'.
        APPEND T_FIELDS.
        CLEAR T_FIELDS.
        SELECT PSOBKEY FROM ZPSPERMISOS
        INTO  TABLE T_PCONT.
        SORT T_PCONT BY PCONT.
      CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE'
        EXPORTING
          CUCOL        = 10
          CUROW        = 1
          TABNAME      = 'T_PCONT'
          FIELDNAME    = 'PCONT'
        IMPORTING
          SELECT_VALUE = P_P_CONT
        TABLES
          FIELDS       = T_FIELDS
          VALUETAB     = T_VALUES.
    ENDFORM.                    " P_HELP_P_CONT
    Edited by: J. Garibaldi on Nov 25, 2009 11:14 AM
    Edited by: J. Garibaldi on Nov 25, 2009 11:16 AM

  • Search function no longer works after upgrading to 10.5.6

    After upgrading to 10.5.6 I noticed that the search command no longer finds anything on my connected AFP Server (OS X Server 10.3. 9). When I start a search in the finder, even though I can see the item on the screen it gives a result of zero. Is any one else out there experiencing this issue. Is there a workaround?

    Ahhh! The proverbial missing information. Thanks for clarifying. Apple always has plans to fix problems, but their timetable might not meet your expectations. I strongly suggest that you report this to Apple. Send Feedback and send bug reports and enhancement requests via its Bug Reporter system. To do the latter, join the Apple Developer Connection (ADC)—it's free and available for all Mac users and gets you a look at some development software. Since you already have an Apple username/ID, use that. Once a member, go to Apple BugReporter and file your bug report/enhancement request. The nice thing with this procedure over submitting feedback is that you get a response and a follow-up number; thus, starting a dialog with engineering.

  • Custimized logon page doesn't work after upgrade

    Hi experts,
    We have custimized the portal logon page, and during an upgrade it is no longer working. It is back to the standard logon page.
    We have created our own .par file and deplyoed it (it is still there after the upgrade) and in the "direct editing" tab in the portal we can still see that the login.authschemes.definition.file is pointing towards our own developed .xml file.
    Our customized page has worked fine for a long time, so I am puzzled why it does'nt work after the upgrade. If we had changed any standard SAP, I would understand that things would be overwritten, but we haven't...
    It may be worth mentioning that the uploader .par file was marked as 'not installed' after the upgrade. I just clicked 'install'...
    Does anyone have any idea of what we should do?
    1: Get the customized logon page working again and
    2: How to prevent this from happening again?
    Regards,
    Stina.

    Anyone else with any good ideas?
    Our custom authschemes.xml file has been validated, and the .par file has, as previous mentioned, been deployed.
    Does anyone know of any way to confirm that the .par file is being used by the .xml file? Could this be the breaking point? Anyone with any good ideas on how to verify that? 
    All help is highly appreciated, and rewarded:)
    Regards,
    Stina.

  • Can OC/RDC monitor a user's last logon date?

    Can OC/RDC monitor if a user has not logged in for 30 days, or 60 days, and send them an email, or lock their account?

    Hi,
    If you are looking for the option to email the users - > you have to have your own custom code .
    enable the audit trail to DB level. sys.aud$ will store all the login details - you can schedule a job to run every day and see if users didn't login for > 90 days send out email.
    If you are only looking for the way to lock the account then its gonna be easy - create a new database profile with the settings you need.
    How does one enforce strict password controls?
    By default Oracle's security is not extremely good. For example, Oracle will allow users to choose single character passwords and passwords that match their names and userids. Also, passwords don't ever expire. This means that one can hack an account for years without ever locking the user.
    From Oracle 8 one can manage passwords through profiles. Some of the things that one can restrict:
    * FAILED_LOGIN_ATTEMPTS - failed login attempts before the account is locked
    * PASSWORD_LIFE_TIME - limits the number of days the same password can be used for authentication
    * PASSWORD_REUSE_TIME - number of days before a password can be reused
    * PASSWORD_REUSE_MAX - number of password changes required before the current password can be reused
    * PASSWORD_LOCK_TIME - number of days an account will be locked after maximum failed login attempts
    * PASSWORD_GRACE_TIME - number of days after the grace period begins during which a warning is issued and login is allowed
    * PASSWORD_VERIFY_FUNCTION - password complexity verification script
    Look at this simple example:
    read http://www.orafaq.com/wiki/Oracle_database_Security_FAQ for more details.
    HTH

  • Search for "more" playlists in iTunes Store no longer working

    When you get a list of searched playlists on the left-hand side and try to click on "MORE" it dumps right back to same page. Has this feature been discontinued? It seems they are trying to change the way you "interact" with playlists anyway.

    kwn1960 wrote:
    ANone of the links in AppZapp Pro HD or AppFree HD would work on the iPad 3. The link to the iPhoto app shown on the web page www.apple.com/uk/apps/iphoto would not work when selected or the "open in app store" option chosen in Safari.
    Just tried again and some of the links in AppZapp are now working but the link on the Apple website still only load the app store and does not go on to open up the apps page.
    Tried numerous resets before posting here but will try again just to make sure.
    The only thing that link should is that the page on the Apple web site. Is that what you are getting? It is not the correct link to open the App Store.
    you could also try deleting and redownloading the AppZapp app.

  • Google search engine no longer works after upgrading to Firefox 11

    I just upgraded to Firefox 11 earlier this evening. Now I'm trying to do a search with Google. I got the search results and clicked on what I wanted only to get taken to the Google home page with a new Google search engine entry box. There was a google sign-in thing but I shouldn't have to sign in just to do a search. I switched to yahoo search and got the info I wanted then switched back to google to try to figure out what on earth is going on. Now when I click on the item in the results that I want the tab at the top sort of blinks for an instant that says connecting then stops and stays on the results page. If I right-click on the item and select open in a new tab (or new page), I can go to that page, but I shouldn't have to always right click to go to a new tab or new page. It was never that way before I got to Firefox 11. Can this be fixed or do I have to just abandon google?

    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    1. Clear Firefox's Cache
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the Network mini-tab > Offline Storage : "Clear Now"
    2. If needed, delete the site's cookies here
    While viewing a page on the site, right-click and choose View Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?
    Also, I think the Ask toolbar (add-on) has been reported to create problems with the links in Google search results. You could try disabling it here:
    orange Firefox button ''or'' Tools menu > Add-ons > Extensions
    A search also turned up an issue with the HTTPS Everywhere add-on: [https://support.mozilla.org/en-US/questions/867796 Google links redirect to Google homepage, not the link itself! | Firefox Support Forum | Firefox Help].

  • 11.1.1.6.4 Repository variables for DSN and USER do not work after upgrade

    Hi,
    The Repository Variables OLAP_DSN and OLAP_USER no longer work after upgrading to 11.1.1.6.4 i.e they return a connection error when trying to import metadata but the connection is correct if explicitly set without the variable used.
    I have tried the following resolution:
    - From command line execute commands to set variable properties via admintool.exe /command vartext.txt
    Open rpdname user password
    SetProperty "Variable" "OLAP_DSN" Initializer "'ORCL.GLOBAL'"
    Save
    Close
    Exit
    This script works fine as demonstrated by commenting out Save, Close, Exit and running. But it does not resolve the problem.
    The issue is consistent as in the OLAP_USER variable does not work if DNS for connection pool set to ORCL.GLOBAL.
    Is this a bug?
    Thanks in advance
    Edited by: 983325 on 26-Feb-2013 02:35

    There is a 3.1.0.5 client. First thing I would try is the newest client.
    Sent from Cisco Technical Support iPad App

  • Last Logon Date for Deleted Users

    Hi,
    How can I checked to see last logon date for a deleted user-SAP ECC 6.0?
    -Wes

    > ... chekcing USR02 the TRDAT field has been reset.
    In lower releases you could easily have made a big mistake doing that.
    In all releases the security audit log (SM20) is the correct tool for this, but you cannot retro-fit it.
    If the SM20 log is not activated for logon events, then there are several other ways of reconstructing parts of the information but they are all incomplete and a big effort.
    Cheers,
    Julius

  • PowerShell Active Directory: Get last logon date of a deleted user

    So, my first post in this noble community. I've been lurking here and I've been getting some good information. Hopefully, you guys can help me in this concern which may be simple to some but I couldn't seem to get around it.
    Is it possible to get the last logon date of a DELETED user in Active Directory?
    I can get the available properties of deleted users using the following:
    Get-ADObject -Filter {samaccountname -eq <account_name> -and ObjectClass -eq "user"} -IncludeDeletedObjects -Properties *
    But the last logon date is not one of the properties available from Get-ADObject. Get-ADUser has the last logon property, but it does not have data on deleted users. Is there anyway this can be achieved? Perhaps convert an ADObject to an ADUser?
    Any information would be much appreciated. Thank you.

    Thanks everyone for your response. It looks like jrv is leading me to the right path, but I'm still having issues. I'm trying to get the lastlogon time by querying all the DCs in our domain, but every query returns a null lastlogon time for all the deleted
    users I tried:
    $DomainControllers = ((Get-ADForest).Domains | %{ Get-ADDomainController -Filter * -Server $_ }).Name
    foreach ($DC in $DomainControllers)
        $dn=(Get-ADObject -Filter {samaccountname -eq <user_account>} -includedeletedobjects -server $DC).DistinguishedName
        $user=[adsi]"LDAP://$dn"
        $user.LastLogon
    It always returns null. Morever, simply executing [adsi]"LDAP://$dn" from each DC gives the following error:
    format-default : The following exception occurred while retrieving member
    "distinguishedName": "There is no such object on the server.
        + CategoryInfo          : NotSpecified: (:) [format-default], ExtendedType
       SystemException
        + FullyQualifiedErrorId : CatchFromBaseGetMember,Microsoft.PowerShell.Comm
       ands.FormatDefaultCommand
    It's a bit surprising to me though, since $user=[adsi]"LDAP://$dn" does return a value for $user (instead of null whenever an error is encountered) of type System.DirectoryServices.DirectoryEntry but it has no members.
    Anyone know what I'm missing?

  • DB USER Last Logon Date

    Hi All,
    How to find a Database USER last logon date on 10g? by script.
    Thanks,

    You need to enable auditing to view history in audit files. In v$session you can see only connected sessions.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1830073957439
    http://www.dba-oracle.com/art_builder_sec_audit.htm

  • Query users, access level and last logon date

    <p>Hello,</p><p> </p><p>Does anybody know how to query Essbase to look up users accesslevel and last logon date?</p><p> </p><p> </p><p>Rey Fiesta</p>

    It can be done using the API. Access level is a little complicated because it can be by individual or group they belong to and it of course is different by application/database

  • Last Logon date and Logon time not updating in table USR02

    Hi,
    Please help us on this. After customer successfully logged in the webshop, we are checking the table USR02 in CRM system and the Logon date and Logon time is not updated. Because of this, the customer will be locked after certain number of days. When we check it in ECC system, customer's last logon date and time is updated. Can you tell us what could be causing this? Any advise what we need to check? Thanks in advance!
    Regards,
    Mike

    Hi
    1. Please check if the USAPPLREF table in ECC has the correct mapping done between the LOGON User and the Sold-to party (Customer)
    2. Please check the validity of those user in SU01 user data.
    3. Please check the USERS data from the USERADMIN Link (if it is configured in your scenario through XCM settings for USERS)
    Hope this will help.
    Regards

Maybe you are looking for