PIRWBUSER user  locked daily

Hi All,
daily i found this user PIRWBUSER is locked
i unlocked it manual but it is not a solution, i want to know why it is daily locked.
i checked tcode sm37 no scheduale jobs under this user.
i checked the exchangeProfile for the value of com.sap.aii.rwb.serviceuser.pwd and i put the actual value for the password of that user
but the problem still i found this user locked
so could you please help?
Thanks
Sherif

Hi,
Check the passwords everywhere n follow the steps.
First of all, compile a list of the names of the relevant users.
If you also want to change the user for the sending business systems (PIRWBUSER or a copy of this user) you have to be aware that you will have to change the password in all sending systems/adapters.
The passwords must be changed at the following places:
1. Transaction SU01 in the R/3 system
              Here, you must change the passwords on the R/3 ABAP side.
2. Exchange Profile - Server Settings
              Call the PI exchange profile using:
              http://<xi-host>:<j2ee-port> /dir/start/index.jsp
              --> Administration --> Exchange Profile
              Press the 'Connection' button and adjust the password accordingly for the user used here.
              Important: If the system issues the error message 'Password logon no longer possible - too many failed attempts', check in transaction SU01 whether the user used under 'Connection' has already been locked, and unlock that user if necessary.
3. Exchange Profile
              You must now change the passwords in all parameters of the exchange profile to make them available for the PI Java applications.
              To do this, start the exchange profile as described in section 2, and adjust the changed passwords in all parameters.
4. SLDAPICUST
              If a PI* user is set in transaction SLDAPICUST adjust the password for this user.
5. SM59 Destination INTEGRATION_DIRECTORY_HMI
              In transaction SM59, adjust the password of the user used in HTTP destination to an ABAP system INTEGRATION_DIRECTORY_HMI.
6. SM59 Destination SAPXIPP*
              In transaction SM59, adjust the passwords of the users used in the ABAP connections SAPXIPP*.
7. SLD Data Supplier in the J2EE
              Log on to the SAP NetWeaver Administrator (http://<server>:<port>/nwa). Under "Configuration Management --> Infrastructure --> Destinations", check the user in destinations SLD_Client and SLD_DataSupplier. Only if a PI* user is set here change the password for the relevant user.
8. PMI store destination in the J2EE
              Log on to the SAP NetWeaver Administrator (http://<server>:<port>/nwa). Under "Configuration Management --> Infrastructure --> Destinations", change the relevant user password in HTTP destination pmistore.
9. RFC destinations in J2EE
              Log on to the SAP NetWeaver Administrator (http://<server>:<port>/nwa). Under "Configuration Management --> Infrastructure --> JCo RFC Provider" change the password in the RFC destinations AII_RUNTIME, LCRSAPRFC and SAPSLDAPI* if a PI* user is set there. Choose 'Save' to transfer the changes.
              Important: If user SAPJSF is used here, do not change the password of this user, because it is also used in several J2EE applications. In this case, create a copy of user SAPJSF in transaction SU01 and use this copy in the JCo RFC Provider.
10. SM59 connections for end-to-end monitoring
              In transaction SM59, adjust the user password in all connections that start with PMI*. You have to adjust the connections both under 'ABAP Connections' and 'HTTP Connections to External Server'.
              In addition, adjust the passwords in the systems where the destinations are pointing to, if this is not the PI itself.
11. SM59 connections for GRMG monitoring
              In SM59, change the user password in all connections that start with XI_GRMG*. You have to adjust the connections under 'HTTP Connections to ABAP Systems' and under 'HTTP Connections to External Server'.
              In addition, adjust the passwords in the systems where the destinations are pointing to, if this is not the PI itself.
12. Now restart the J2EE Engine.
13. Connections from sending business systems
              In all sending systems, you must check whether you are using one of the service users to log on to the PI system, and change the passwords if necessary (PIAPPLUSER).
              For this purpose, check the relevant SM59 destinations and logon data in the sending adapters.
              If the sending system is a system with a release version < 7.00, note that you need to set the password in the XI system in accordance with the instructions in Note 807895 so that it is downward compatible. Alternatively, you can create a copy of the relevant service user for this special connection, assign the downward-compatible password to this user, and use this user for the connection.
Then check in transaction SU01 whether any users were locked during the changes as a result of failed logon attempts, and unlock these users if necessary.
Note:
Check all these things for user PIRWBUSER. It may be possible that some of the steps will not fit for you. i recommend to follow the same password everywhere.
regards
Aashish Sinha
PS : reward points if helpful

Similar Messages

  • PIRWBUSER getting locked repeatedly

    Hi Experts,
    We are facing a very peculiar problem . The service user PIRWBUSER is getting locked again and again . We have thoroughly checked with all the places where the service user is used and all those places are having the right entry  . Still the user is getting locked . Kindly let us know where exactly is this user  being used which has gone unoticed or there is some other problem .
    We have checked with all the possible notes related to this problem and checked with the PIRWBUSER in sm59, PMI store of J2EE admin and all such related places where actually this service user is in use .
    Please help .
    Regards
    Nishant Kumar Singh

    Check these discussions if you have no done already:
    PI7.0 PIAFUSER, PIDIRUSER, PIRWBUSER, PIREPUSER getting locked.
    Re: PIRWBUSER is locked by incorrect login
    PIRWBUSER is getting locked
    PIDIRUSER & PIRWBUSER Keep Getting Locked
    Regards,
    Ravi

  • LOCKS checking user locked and SQL that he is executing

    Hello all,
    I have this script that inserts into a table the user causing the lock and the users waiting for the lock to be released.
    What I would like to add into this the script is the SQL string that the user causing the lock and the users waiting for the the lock to be released are executing.
    Can you help me on this?
    Script that I have now:
    insert into dba.sessions_bloq
    select sysdate "Data", w.sid "SID E", s1.username "User E", s1.osuser "OS User E", s1.machine "Maquina E", s1.program "Programa E", s1.logon_time "Logon E",
    s.ksusenum "SID B", s2.username "User B", s2.osuser "OS User B", s2.machine "Maquina B", s2.program "Programa B", s2.logon_time "Logon B"
    ,decode(r.ksqrsidt,
    ''MR'', ''Media Recovery'',
    ''RT'', ''Redo Thread'',
    ''UN'', ''User Name'',
    ''TX'', ''Transaction'',
    ''TM'', ''DML'',
    ''UL'', ''PL/SQL User Lock'',
    ''DX'', ''Distributed Xaction'',
    ''CF'', ''Control File'',
    ''IS'', ''Instance State'',
    ''FS'', ''File Set'',
    ''IR'', ''Instance Recovery'',
    ''ST'', ''Disk Space Transaction'',
    ''TS'', ''Temp Segment'',
    ''IV'', ''Library Cache Invalidation'',
    ''LS'', ''Log Start or Switch'',
    ''RW'', ''Row Wait'',
    ''SQ'', ''Sequence Number'',
    ''TE'', ''Extend Table'',
    ''TT'', ''Temp Table'',
    r.ksqrsidt) "Tipo Lock"
    from gv$session_wait w, x$ksqrs r, gv$_lock l, x$ksuse s, gv$session s1, gv$session s2
    where w.wait_Time = 0
    and w.event = ''enqueue''
    and r.ksqrsid1 = w.p2
    and r.ksqrsid2 = w.p3
    and r.ksqrsidt = chr(bitand(p1,-16777216)/16777215)||
    chr(bitand(p1,16711680)/65535)
    and l.block = 1
    and l.saddr = s.addr
    and l.raddr = r.addr
    and s.inst_id = userenv(''Instance'')
    and w.sid = s1.sid
    and w.inst_id = s1.inst_id
    and s.ksusenum = s2.sid
    and s.inst_id = s2.inst_id;
    Thanks in advance

    You can link to:
    gv$sql
    gv$sqltext_with_newlines
    but, if doing this in a trigger, also look at these:
    http://www.psoug.org/reference/system_events.html

  • Configuration scenario currently being edited by user" & locked

    HI all,
    Appreciate your help on this object locks;
    I was changing some configuration scenarios in integration Directory - suddanly lost the internet connection;
    Now when i try to change it says "configuration scenario currently being edited by user" & locked
    I appreciate if you help me to remove these lock objects
    Thanks
    Iver

    Hi,
    Go to administration -
    Select appropriate option out of these - > repository/ Directory
    now select LOCK OVERVIEW.
    now you will get all the locked objects by any user.
    Now focus on locked object which you want to realese
    now press Button Release Lock .
    Hurray !!! locks are released.
    Hope this helps .....
    regards
    prabhat Sharma.

  • User lock failed.SU10

    Dear experts,
    I locked a mass users using SU10, one of the user locked and immediately prompted for pwd change.
    USER1          31.01.2011     09:15:02     ADMIN           Lock Changed     0     Not locked     64     Administrator Lock               SU10               
    USER1          31.01.2011     09:16:56     USER1           Password Changed     Long Password  3          Long Password  4          KRNL               
    USER1          31.01.2011     09:16:56     USER1          Lock Changed     64     Administrator Lock     0     Not locked               KRNL     
    Please suggest why this is happening in my SAP ECC 6.00, Kernal:7.00.
    Regards,
    Siva.

    USER1 31.01.2011 09:15:02 ADMIN Lock Changed 0 Not locked 64 Administrator Lock SU10
    USER1 31.01.2011 09:16:56 USER1 Password Changed Long Password 3 Long Password 4 KRNL
    USER1 31.01.2011 09:16:56 USER1 Lock Changed 64 Administrator Lock 0 Not locked KRNL
    Above log is showing that only lock activity was happened from SU10 and after that User changed his password from other opened screen. Did you kick off that user from the system immediate after locking?
    Regards,
    Nick Loy

  • User Lock issue when processing IDOCS

    Hi Folks,
    We are pushing the data into SAP using IDOCS.During this process some IDOCS are getting failed due to User Lock on shipment header.Anyone here can share their experience in dealing with User Lock issues.
    Thanks,
    Kiran.

    Kiran,
    Only one can edit the document, it's standard fucntion. I think No note can resolve this. I can suggest you to run a back ground job very frequently ,which picks these status 51 IDOCs and reprocess. Report is :RBDMANi2
    We can use Message class & error message number on selection screen, so that we can make sure that only those idocs which were failed due to Lock problem are taken by the job.
    Reddy

  • User lock persists for killed process

    Hi,
    We have an app that acquires a user lock (using dbms_lock, release_on_commit FALSE).
    We needed to kill a session but it remained in v$session (KILLED), even after killing the OS process. Fine, I know it will clear up eventually.
    But the user lock (UL) persists. Does anyone know how it can be force-released?
    Calling dbms_lock.release (using handle in v$lock) fails, even as user SYS, the error being that the user does not own the lock. But the owning session is killed so who can release it?
    Eventually the session (and lock) disappers from v$session/v$lock but can the lock be removed before then, to avoid a DB bounce in an urgent case?
    Thanks

    If the process was truely KILLED and not MARKED FOR KILL then I do not know what could of happened. I cannot remember Oracle ever failing to release a user lock when the acquiring session was terminated. We use a fair number of UL; however, few of our processes have concurrent sessions that attempt to use the same UL. Mostly we just ensure that batch processes do not get submitted twice and that some on demand processes run single threaded or do not run if another customer has submitted the task.
    HTH -- Mark D Powell --

  • How it is possible that an internet user locks an order???

    Hi,
    I have a problem. Some of the orders, when transfered to R/3 has a mapping error in SMW01. When I check the details I see that it gives an error "Transaction 300615856 is being processed by user 7003788553" message number CRM_ORDER013.
    However here 7003788553 is an internet user who gave the order. So how it is possible that an Internet user locks the order.
    I tried to simulate the error myself in quality system however never succeeded.
    Any idea?
    Best Regards

    Hello
    I would suggest you review notes 542924 and 490932.
    Regards
    Cormac

  • Sounds stop playing when user locks screen on iOS with AIR 3.9 Beta

    We built a simple application that should play sounds when in background and when the screen is locked.
    Since we updated to the latest AIR 3.9 Beta SDK, all sounds stop playing when the user locks the screen on iOS.
    The sounds resume when the screen is unlocked.
    - it works on Android
    - we use renderMode : cpu
    - we use UIBackgroundModes : audio
    - we use NativeApplication.nativeApplication.systemIdleMode=SystemIdleMode.KEEP_AWAKE;
    - sounds play when the app is in background
    - was working great with AIR 3.8 SDK
    Any help would be greatly appreciated.
    Thanks!

    Thanks for reproting the issue, we have an internal already logged bug for this, which is under investigation at the moment.
    -Nimit

  • How can I konw , Which computer name or IP Address make SAP User lock

    Dear all,
    I have one issues about SAP user lock,
    Now I don't know which computer name or IP Address make user lock.
    How can I check it or Can you tell me about the table that keep information about the ip address or computer name?
    I can see the computer name when I use t-code al08 or sm04.
    But I don't know the table that keep data from this t-code.
    Pls suggest me for this issue.
    Regards,
    Pannee

    In SM21
    If you double click on the message "User XXXXX locked due to incorrect logon"
    You'll see under details the name of the terminal
    Terminal............ XXXXXXXXXXX
    for IP address just ping the terminal.
    Regards
    Juan

  • User Locking out in LDAP

    I guess it's common problem in LDAP. If the user locks out after 3 failed failed logins, The admin needs to be entered in NDS conslole and he need to be unlock after he gets a request from that user. But I couldn't find the property for single User. whatever you specify the parameter in User Lockout tab, it's valid for all the user.
    i.e. if you uncheck the checkbox User lockout check box it's valid for all the users. How to unlock the particular user in NDS???
    any help in this regard is really appreciable.
    regards,
    chandra

    What version of WLS are you using? In the 6.0 beta, user lockout was one of
    the new security features
    added. This way, WLS could detect the failure and allow administrators to
    detect password guessing
    attempts.
    If this is a previous release of WLS, you will need to check the NDS
    documentation for how to unlock
    a given user.
    Paul Patrick
    "chandra" <[email protected]> wrote in message
    news:3a1e3d7d$[email protected]..
    >
    I guess it's common problem in LDAP. If the user locks out after 3 failedfailed logins, The admin needs to be entered in NDS conslole and he need to
    be unlock after he gets a request from that user. But I couldn't find the
    property for single User. whatever you specify the parameter in User Lockout
    tab, it's valid for all the user.
    >
    i.e. if you uncheck the checkbox User lockout check box it's valid for allthe users. How to unlock the particular user in NDS???
    >
    any help in this regard is really appreciable.
    regards,
    chandra

  • Users Locked after Patch Upgrade

    Hello,
    After a patch update all users locked .. how to find the reason ..
    Thanks,
    DereK

    Hi DereK,
    Please check the below documents  : -
    http://www.sapfans.com/forums/viewtopic.php?f=24&t=19370
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/f01241c738f423e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/0a/065e4278636255e10000000a155106/frameset.htm
    Hoe it helps
    Regards
    Arun

  • Tracking a user's daily activity

    Friends,
    We have some problem as a user with some high authorizations is changing the data at the production sever on a regular basis. We have very few users and want to trace that one. Is it possible to trace a user's daily ativity including T-Codes used, changes done, authorization objects used etc. If it is possible, please help and tell the way to do this thing.

    >
    Roger Vier wrote:
    > Hello,
    >
    > Transaction ST01, check "Authorization Check" and click "Trace On". At the end of the day click on the "Trace Off" and "File Analysis" and determine which critical authorization objects have been accessed by users.
    >
    > Best regards,
    > Roger Vier
    If you are going to use the ST01 method, I would advise you to first go to Edit>Filter>Shared and input the user ID in the "Trace for user only" field before turning the trace on.  You probably do not want to trace every user's activity (by the sound of the first post) and that would be a lot of data to sift through if you only are looking for one user's activity.
    Joey

  • If user locked (backend) then from portal i m not able to send data

    If user locked (backend) then from portal i m not able to send data
    both user are same in front end and backend.
    But once user is unlocked i am able to send data from portal to backend...
    Regards
    Ruturaj

    Hi
    Since you are in CUA landscape(as u said portal and r3 user are same) unless and utill you unlock it data will not be process.
    [Help|What's the right user to access;
    BR
    Satish Kumar

  • User Locked

    Hi ,
    I am with user id <b>p258168</b> , This is my friends ID .
    When i try to login using p258168 , I am getting
    ' <b>User Locked</b> '  Try after some time .
      I need to login again with same user .
      Kindly resolve the problem .
      Best Regards
      Renjith Kumar ( From Shiba Dutta  Id )

    Hi Shiba,
    since the account does not belong to you we cannot deal with your request unless the original user is asking for it. You can get past the problem by just creating your own userid in SDN via https://www.sdn.sap.com/irj/sdn/register.
    Please in future send all bugs or requests to [email protected]
    Regards,
    Folkert Eilts

Maybe you are looking for