User id getting locked automatically every day

Hi Experts,
One our user id is getting locked every day automatically with wrong password . We are manually unlocking everyday as of now but don't know the exact reason why is it being locked. And we found that it is getting locked from bo server because of wrong password . But unfortunately there is no background jobs are running in BW and BO. We are unable to find where this going wrong exactly.
Please let me know how to rule out this issue, what are the places we need to check, and how can we get very detailed log about user locking.
Refer the screen shot of user locking log.

HI Daniel,
I am BW Consultant and i am not that much aware of that file. Please provide navigation how and were to check that file.. If possible please provide screen shots. ***Urgent***
Thanks in advance.
Regards,
PRK

Similar Messages

  • SYSTEM user's accounts get locks automatically

    Oracle SYSTEM user's account gets lock automatically after every 4-5 days. I user to run following query which unlocks the account:
    SQL:\>ALTER USER system ACCOUNT UNLOCK;
    How I can stop this happening? I am not able to alter profile for unlimited attempts also.
    Is there any workout, please help me....

    In my opinion, you should immediately find out who constantly tries to guess the password of system instead of making it possible for him to try that indefinitely without locking the account. That is like switching off the annoying alert sirene if someone constantly tries to break in.
    You should
    SQL> connect sys/oracle@prima as sysdba
    Connected.
    SQL> alter system set audit_trail=true scope=spfile;
    System altered.
    SQL> startup force
    ORACLE instance started.
    Total System Global Area  313860096 bytes
    Fixed Size                  1299624 bytes
    Variable Size             285215576 bytes
    Database Buffers           20971520 bytes
    Redo Buffers                6373376 bytes
    Database mounted.
    Database opened.
    SQL> audit session whenever not successful;
    Audit succeeded.
    SQL> select count(*) from dba_audit_trail;
      COUNT(*)
             0
    SQL> connect system/wrongpw@prima
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Warning: You are no longer connected to ORACLE.
    SQL> connect sys/oracle@prima as sysdba
    Connected.
    SQL> select count(*) from dba_audit_trail;
      COUNT(*)
             1

  • User getting Locked after 1 day

    Hi All,
    I am facing an issue...a particular user in our SAP ECC 5.0 system is getting locked after every one day, I checked the configuration in SU01 but everything seems to be fine there.
    Please help regarding this issue.
    Thanks in Advance
    Regards,
    Prashant.

    Dear Prashant,
    Have you activated user trace.If yes then monitor that user ID.It wont be possible that only 1 particular user is getting locked (correct me if I am wrong).There can be a possibility that somebody is deliberately entering wrong password for his ID any other terminal.
    If you have activated user trace then you can easily monitor that user ID and even the terminals from where his ID has been accessed.
    PS: I might be wrong,so please update me with the latest.
    Regards,
    Ashutosh

  • SAPJSF user is getting locked

    Hi,
    We are using SAP BI 7.0 system on AIX and DB2 combination. I am getting one problem for the past 1 month. our BI consultant is running queries from BI Portal. while running queries from BI Portal, they are getting one error saying that " java i-view runtime error, if this error persists please contact your system administrator". while they are getting this error, I have observed that user SAPJSF is locked due to incorrect logons from ABAP level. once I unlock the user and refresh the BI portal page we are getting in and able to continue with our work.
    This problem is repeating for every 3 weeks or 15 days ( but not for the constant time period). for the time being we are unlocking the user and continuing with work. but I want to know why this user is getting locked. it is only happening in DEV system but not in the remaining systems.we have run the support desk tool in BI DEV system and we made sure that we are not encountering any configuration problems.
    roles attached to this uder is:
    SAP_BC_JSF_COMMUNICATION
    SAP_BC_JSF_COMMUNICATION_RO
    profiles:SAP_ALL
    please help me in this to solve this problem permanantely.
    Mohan K

    Hi Mohan
    SAPJSF user is used for communication between UME and ABAP user management.
    Please check the following links:
    http://help.sap.com/saphelp_nwce10/helpdata/en/45/af3ac012d32e78e10000000a155369/content.htm
    and
    http://help.sap.com/saphelp_nw70/helpdata/en/45/af3ac012d32e78e10000000a155369/content.htm
    I hope this helps
    Regards
    Chen

  • Generate AWR Report automatically every day

    Hi Friends,
    I would like to generate AWR Report automatically every day. How do i do it.
    The Start Time will be 00:00 of Previous day and the end Time will be : 00:00 of current day. The File format is html.
    Currently i am using awrrpt.sql to generate report manually and i would like to achieve it automatically,I am not sure how to pass the values of start and end time (From which table i can get the values)?
    Regards,
    DB

    Hi, DB.
    You may use the below sql script , the sql script generates the AWR report for the duration of 2 days in HTML.
    So you  change
    1) the where condition as per your requirement,
    2) report name in sql script,
    3) and convert it as shell or bat script based on your environment, and schedule it in your OS job scheduler / crontab.
    =-=-=-=-
    connect / as sysdba
    REM set termout off
    variable snap1 number
    variable snap2 number
    COLUMN starthr new_value bhr
    COLUMN endhr new_value ehr
    COLUMN crdate new_value cdt
    begin
    select
      distinct  min(s.snap_id)
    into :snap1
      from dba_hist_snapshot s
    where to_char(trunc(end_interval_time,'HH24'),'HH24') = to_char(trunc(sysdate,'HH24'),'HH24')-2 and trunc(end_interval_time)=trunc(sysdate);
    select
      distinct max(s.snap_id)
    into :snap2
      from dba_hist_snapshot s
    where to_char(trunc(end_interval_time,'HH24'),'HH24') =to_char(trunc(sysdate,'HH24'),'HH24') and trunc(end_interval_time)=trunc(sysdate);
    end;
    COLUMN starthr new_value bhr
    COLUMN endhr new_value ehr
    COLUMN crdate new_value cdt
    select to_char(trunc(sysdate, 'HH24'),'HH24')-2 starthr,
            to_char(trunc(sysdate, 'HH24'),'HH24') endhr,
           to_char(trunc(sysdate),'DD-MON-YYYY') crdate
    from dual;
    define begin_snap=:snap1
    define end_snap=:snap2
    define report_name=/orashare1/reports/awrreport/AWRRPT_PROD_1_${1^^}_${EXDATE}_mor.html
    define  report_type  = 'html';
    @@?/rdbms/admin/awrrpt.sql
    exit

  • User id getting locked everyday

    Dear All,
    User Id getting locked everyday having profile SAP_ALL and SAP_NEW.I m not getting any clue why its getting locked everyday.
    I tried to check RFC and  background job job also but i m not able to find.everyday i have to unlock it.
    Kindly suggest me how to check.
    Regards
    Adil

    Hi,
    Such issue mostly happens due to wrong attempt of login in SAP system client with that SAP User id either through RFC login, external- program, script,etc...
    If you have checked all the RFCs login settings and not able to found the login attempt, then  Enable [SAP Security audit log|http://help.sap.com/saphelp_nw04s/helpdata/en/c7/69bcb7f36611d3a6510000e835363f/content.htm] using SM19, SM20 and analyze the logs for that SAP User id only.
    Regards,
    Bhavik G. Shroff

  • How to execute a store procedure automatically every day

    NT4 and Oracle816,I wanna let Oracle execute a store procedure automatically every day.
    How to do it?
    Thanx.

    There are a few ways to do this: first of all you could write a script file and schedule it to run every night.
    Another solution is to use the DBMS_JOB package. Refer to the documentation to see how it is used

  • NWDI_ADM user keep getting lock

    Hi,
    We are having an issue with the NWDI, the user NWDI_ADM keeps getting lock and i am not sure what is locking the user.  I also receive this message when trying to access the activity in the CBS.
    #1.5 #001E0BEBCFF000760000005700001090000467BE96A6C2DD#1239968175774#com.sap.tc.cbs.server.rt.bs.BSAdmin##com.sap.tc.cbs.server.rt.bs.BSAdmin####n/a##8d5928812b4211decb67001e0bebcff0#Thread[CBS BSA Orc,10,SAPEngine_System_Thread[impl:5]_Group]##0#0#Error##Java###
    [EXCEPTION]
    #3#Unable to instantiate a Build Space administrator!
    Build Space "JDI1_TESTJS_D" [bsID: 42, version: 1] [in-queue: on, out-queue: "on (queueing)", processing: on]#Unable to access repository. Authentication failed.#com.sap.tc.cbs.api.CommunicationException: Unable to access repository. Authentication failed.
         at com.sap.tc.cbs.api.impl.BSFacade.getOwnerBuildspace(BSFacade.java:526)
         at com.sap.tc.cbs.server.rt.bs._BuildSpaceValidator.checkWorkspace(_BuildSpaceValidator.java:87)
         at com.sap.tc.cbs.server.rt.bs._BuildSpaceValidator.validateWSs(_BuildSpaceValidator.java:57)
         at com.sap.tc.cbs.server.rt.bs.BSAdmin.validate(BSAdmin.java:183)
         at com.sap.tc.cbs.server.rt.bs.BSAdmin.updateState(BSAdmin.java:251)
         at com.sap.tc.cbs.server.rt.bs.BSAdminOrc.determineChanges(BSAdminOrc.java:437)
         at com.sap.tc.cbs.server.rt.bs.BSAdminOrc.validateBuildSpaceData(BSAdminOrc.java:217)
         at com.sap.tc.cbs.server.rt.bs.BSAdminOrc.act(BSAdminOrc.java:339)
         at com.sap.tc.cbs.server.rt.impl.CourteousTimer.run(CourteousTimer.java:139)
         at java.lang.Thread.run(Thread.java:534)
    If you can help, that would be great.
    Thanks
    Jean Seguin

    Hi Jean,
    You can check NWDI_ADM user in your NWDI System & SLD System. To check where user is getting locked you can go to Visual Admin --> Server Node --> Security Provider --> User Management:
    Search for NWDI_ADM user and see when it was last locked. Perforn this on both NWDI & SLD system.
    To resolve this issue.
    1. Make sure you have same password defined in NWDI & SLD system OR
    2. Run configuration wizzard in NWDI System which will prompt you to enter password for NWDI_ADM user. TO do that please go to
    http://NWDIserver:<portnumber>:nwa --> Deploy and Change. From there run configuration wizard for CBS; CMS & DTR. and before doing this make sure you have correct password for NWDI_ADM user in SLD & NWDI System.
    What I generally do is keep same passowrd in NWDI & SLD system. Thats my way of doing thing and keeping less complications.
    Bhavin

  • Auto config is getting failed and apps user is getting locked while running autoconfig on dbTier

    Hi Team,
    1) I have cold cloning.after cloning  i tried to run autoconfig on the db side.i am getting the following error
    2) unlocked the apps user and after unlocking executing the adautoconfig apps user is getting locked simuntaneously after executing the adautocfg.sh
    JDBC URL: jdbc:oracle:thin:@cimk.na.tcl.com:1528:PIMDev
        Exception occurred: java.sql.SQLException: ORA-28000: the account is locked
        Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
        JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cimk.na.tcl.com)(PORT=1528))(CONNECT_DATA=(SERVICE_NAME=PIMDev)))
        Exception occurred: java.sql.SQLException: ORA-28000: the account is locked
        Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
        JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cimk.na.tcl.com)(PORT=1528))(CONNECT_DATA=(SERVICE_NAME=PIMDEV.na.tcl.com)))
        Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
        Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
            Verifying connection to the Database   : Could not be stablished
            No Restore Profile file created.
    Restore Profile utility ran successfully
    ===========================================================================
    adcvmlog.xml renamed to /u01/pimdev/11.2.0/appsutil/log/PIMDev_tcl/06141934/adcvmlog.xml.06141934
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution.  Errors are grouped by directory and phase.
    The report format is:
          <filename>  <phase>  <return code where appropriate>
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution.  Errors are grouped by directory and phase.
    The report format is:
          <filename>  <phase>  <return code where appropriate>
      [PROFILE PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: /u01/pimdev/11.2.0/appsutil/install/PIMDev_tcl
          afdbprf.sh              INSTE8_PRF         1
      [APPLY PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: /u01/pimdev/11.2.0/appsutil/install/PIMDev_tcl
          adcrobj.sh              INSTE8_APPLY       1
    AutoConfig is exiting with status 2
    AutoConfig execution completed on Fri Jun 14 19:34:18 2013
    Time taken for AutoConfig execution to complete : 0 mins  13 secs
    Please help me out                                           

    Hi Hussein
    SQL> select username,account_status from dba_users where username='APPS';
    USERNAME                       ACCOUNT_STATUS
    APPS                           LOCKED
    SQL> select username,account_status from dba_users where username='APPLSYS';
    USERNAME                       ACCOUNT_STATUS
    APPLSYS                        OPEN
    SQL> alter user apps account unlock;
    User altered.
    SQL> select username,account_status from dba_users where username='APPS';
    USERNAME                       ACCOUNT_STATUS
    APPS                           OPEN
    SQL> select username,account_status from dba_users where username='APPLSYS';
    USERNAME                       ACCOUNT_STATUS
    APPLSYS                        OPEN
    SQL>
    After running the adautoconfig facing the same issue and apps user is getting locked
    SQL> select username,account_status from dba_users where username='APPS';
    USERNAME                       ACCOUNT_STATUS
    APPS                           LOCKED

  • User Session gets invalidated automatically

    Hi,
              The user session gets invalidated automatically ,this happens irregularly but has been seen many times.
              Any ideas?
              

              Akshay <[email protected]> wrote:
              >Hi,
              >The user session gets invalidated automatically ,this happens irregularly
              >but has been seen many times.
              >Any ideas?
              hi,
              1. Check whether u have mistakenly called the session.invalidate() method if
              u are using HTTPSession
              2. Check the App.server Session Timeout
              3. If you are using Cookies check whether the cookies MaximumAge is expried before
              the
              complition of your process / transcation.
              regards,
              Elango
              Elango TR
              Sip Technologies & Exports Ltd. Elnet Software City,Chennai
              http://www.siptech.co.in
              [email protected]
              

  • User is getting locked due to incorrect password every few minutes SAPJSF

    I have gone through solution manager configuration both as myself and as user solman_admin. Recently the Solution manager system was changed to enforce a more complex password scheme. After changing my password, my account is now getting locked every few minutes due to incorrect logon attempts. The System log states that user SAPJSF from Terminal <solution Manager host name> is attempting to login with my userID and is locking it. so far I have made every change I know to make to all the accounts on the JAVA side and to any and all background jobs that are running to remove my userID from these entries. My account still gets locked and I have no idea where to find what task or process is locking the account.
    Any ideas would be greatly appreciated.

    I have checked the audit log and it is not very helpful. Here are the results
    Date     Date/Time     User     Terminal name     Transaction Code     Program     Message Text
    11/12/2010     9:29:39 AM     SAPJSF     wsapvsmsdb.png.loc          SAPMSSY1     Password check failed for user BSEWELL in client 001
    11/12/2010     9:29:39 AM     SAPJSF     wsapvsmsdb.png.loc          SAPMSSY1     Logon Failed (Reason = 1, Type = U)
    11/12/2010     9:29:39 AM     SAPJSF     wsapvsmsdb.png.loc          SAPMSSY1     Password check failed for user BSEWELL in client 001
    11/12/2010     9:29:39 AM     SAPJSF     wsapvsmsdb.png.loc          SAPMSSY1     Logon Failed (Reason = 1, Type = U)
    11/12/2010     9:29:44 AM     SAPJSF     wsapvsmsdb.png.loc          SAPMSSY1     Password check failed for user BSEWELL in client 001
    11/12/2010     9:29:44 AM     SAPJSF     wsapvsmsdb.png.loc          SAPMSSY1     Logon Failed (Reason = 1, Type = U)
    11/12/2010     9:29:44 AM     SAPJSF     wsapvsmsdb.png.loc          SAPMSSY1     Password check failed for user BSEWELL in client 001
    11/12/2010     9:29:44 AM     SAPJSF     wsapvsmsdb.png.loc          SAPMSSY1     Logon Failed (Reason = 1, Type = U)
    11/12/2010     9:31:30 AM     SAPJSF     wsapvsmsdb.png.loc          SAPMSSY1     Password check failed for user BSEWELL in client 001
    11/12/2010     9:31:30 AM     SAPJSF     wsapvsmsdb.png.loc          SAPMSSY1     User BSEWELL Locked in Client 001 After Erroneous Password Checks
    11/12/2010     9:31:30 AM     SAPJSF     wsapvsmsdb.png.loc          SAPMSSY1     Logon Failed (Reason = 1, Type = U)
    11/12/2010     9:31:30 AM     SAPJSF     wsapvsmsdb.png.loc          SAPMSSY1     Logon Failed (Reason = 53, Type = U)
    11/12/2010     9:32:36 AM     SAPJSF     wsapvsmsdb.png.loc          SAPMSSY1     Logon Failed (Reason = 53, Type = U)
    11/12/2010     9:32:36 AM     SAPJSF     wsapvsmsdb.png.loc          SAPMSSY1     Logon Failed (Reason = 53, Type = U)

  • Unable to up the system as SAPSR3 is getting locked automatically

    Hello All,
    I am having BI 7.0 on windows with Oracle. We are unable to up the system as SAPSR3 account is locked automatically.
    I have changed the password using BRTOOLS, and executed command "Alter user SAPSR3 account unlock;" but when i try to up the sap application server its getting locked again.
    could you please suggest me a reason.
    Thanks,
    Subbu

    Hi,
    try this one
    ALTER PROFILE DEFAULT LIMIT FAILED_LOGIN_ATTEMPTS UNLIMITED;
    and unlock the user.
    No restart of the DB necessary.
    Kind regards.

  • Getting e-mails every day regarding subscription expiration

    I keep getting e-mails saying that my subscription has expired and my payment method has failed. I had an issue last year where someone charged 8.00AUD to my Skype account.  This was not me, so I contacted Skype support and changed my password as requested.  The 8.00AUD credit was removed from my account, but never refunded to my debit card.  My account was then placed on lock from purchasing any services.  I contacted them to have them remove the lock, but it was never removed. Now the problem... I keep getting e-mailed once or twice a day EVERY day saying my subscription has expired and they can't process the payment on file.  I don't understand this.  I don't have a subscription nor could I have a payment profile since my account is LOCKED. I don't even know if the e-mail is correctly associated with my account, it has my first name, but offers no account information.  I checked my account online and in the application and I have no subscriptions listed at all. I've tried for the past week or so to use the support portal to put a ticket in or speak to someone, but every time I go there it says "Sorry, we're having problems.  Please try again later"  I have been seeing this message everytime I try to put a support ticket in for the past few months at least. Any help would be appreciated. Thanks.

        Hey konfusedfae,
    I'm sorry for the incorrect e-mails that you have been receiving. We definitely do not want to be a cause of concern.
    Your security is important to us and we would never do anything to jepordize your personal information. Do you and your sister possibly share an e-mail address?
    Please follow and dm me your mobile number and account password. I want to review your account in detail to make sure that everything is set up correctly.
    NicholasB_VZW
    Follow us on Twitter @VZWSupport

  • User account getting lock.

    Hi All,
    OS:RHEL
    DB:10G
    I am facing a weird problem, one of my db user account got locked yesterday and then i unlocked the same.
    And today i faced the same problem and i did the same thing , the account was unlocked for sometime but it got locked agian.It seems that i is workinfg fine for sometime and due to some unknown activity the same is getting locked.
    I want to know how can i get to the root of this.
    Audit for the same DB is disabled.
    Kindly help...
    Regards,
    Sphinx!

    Have a look at your listener log.
    Perhaps someone is trying to login with a wrong password.
    Have a look at this link:
    http://docs.oracle.com/cd/B19306_01/network.102/b14266/policies.htm#i1007339
    and at
    FAILED_LOGIN_ATTEMPTS.

  • User Account getting locked frequently...

    An User account which the developers are using is getting locked very frequently when they run some applications. They say they are giving the right password and username within the application. What should one be looking for? I am fed up by unlocking the account using ALTER USER username ACCOUNT UNLOCK;

    I have also faced such kind of problems. Most of the developers forget how the application connects. they might have hard coded it or some time using a wrong parameter files.
    Need to check who are all the users and how they are connecting and how the application is connecting to the database.
    If there are more users then enable audit. Auditing will be the only solution.

Maybe you are looking for

  • Asset Creation Error

    Dear All, I have done the entire customization for Asset Accounting. Now when I try to create an asset using T-Code: AS01 I get an error saying " Data for asset view 1 is missing " The Error further says as follows: Data for asset view 1 is missing M

  • H.323 support

    Does the ASA5520 work with the newest version of h.323? Sent from Cisco Technical Support iPad App

  • Need to move sales org(it could be sales office or sales org regions)

    IS there any option of moving an sales office from sales or to another. Do let me know if you need further information if the query is not clear.

  • Query to find match on two fields where third does not..

    Struggling with this one.. Stripped down example data SECTION     GROUPID     SUBGROUPID     COMPONENT     PNUM     USERNAME HVAC     AC     MOTOR          HOSE          111.1     BOB HVAC     AC     MOTOR          HOSE          111.2     BOB HVAC   

  • Opening tif files in PSE7

    I am using the trial version of PSE7 on Windows XP Home. When saving Nikon RAW files (NEF) to TIF from the PSE editor, I can subsequently re-open the TIF file without a problem. When exporting NEF files from the organizer to TIF files, I can NOT re-o