How to unlock DDIC & SAP* user in 000 client-Sybase database

Dear Experts,
   Accidentally DDIC and SAP* user in 000 client has locked. We are using SYBASE ASE database. I know how to unlock user in other database (eg:update <sid>.USR02 set UFLAG = 0 where BNAME = '<user id>'' and mandt = <clinet number>;).
   what is the equal query in Sybase.
Thanks, Jyothish

Hi Jyothish,
Please try below commands
Login to Sybase ASE database using
isql -Usa -S<SID>  ( it will prompt for password)
use <DBSID>
To check the account status
select UFLAG from USR02 where BNAME ='SAP*' and MANDT='000'
go
To unlock the account
update USR02 set UFLAG=0 where BNAME='SAP*' and MANDT='000'
go
You may add schema owner SAPSR3.USR02 in the query if above query does not work.
Hope this helps.
Regards,
Deepak Kori

Similar Messages

  • How to unlock my sap user account sapuser..plz help me out

    Hello,
                    I am a newbie to sap bw.I am practising sap bw with sap r/3.My user login account got locked becoz of password error.Now i know the correct password for the user sapuser.please advice me how can i relogin to my my sap bw.
    "It says user sapuser is locked.contact the person responsibe".please help me out to login again into the sap bw with the same username sapuser in  sap bw and 800 as client.
    With thanks..
    Arun

    If you try to login more than 3 times, server locks your user id and password. Most of the client use same concept and I believe your id is locked. The only way you can login is, contact your server administrator /basis guy to re-set your password and to give you new password.
    sap* and password PASS is used for basis personel only. You should not have authorization to use sap*.
    So contact your admin/basis guy asap to get a new password.
    assign points if it helps..

  • Transaction Notofocation Procedure - How to know the SAP user?

    Hi Experts,
    In the transaction notification procedure can we know the name of the SAP user whose transaction is being processed?
    Thanks a lot.
    Regards,
    B.

    hi
    sapgenpse get_my_name -v -n validity
    http://wiki.sdn.sap.com/wiki/display/Basis/HowtorenewtheSAPRouterlicense
    http://www.saptechies.com/how-to-renew-the-sap-router-certificate-validity_1/
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCSTROUT/BCCSTROUT.pdf
    Kiran

  • How to chek the sap users from all the clients

    Hi Experts,
    I have a server which got 3 clients
    100, 200, 300 and I want to check out all the users of 3 clients at one shot
    Please let me know how to check this?
    Thanx in advance
    Regards
    Jawed

    Hi,
    I am afraid table USR02 is client-specific. Using display you can only view the records which belong to your current client. 
    You can use Tcode USMM (User measurement data)- User classification lising and view all the client users you need, or use report (RSUVM005) in se38.
    Thanks,
    George

  • IMP:-sap* deleted in 000 Client

    Hi All,
    If some one deleted " sap *  i.e. superuer ID in 000 client with out any knowledge of the user.
    Kindly let me know how to solve this issue ASAP.
    With Regards
    Prashanth

    You want to have user SAP* back into client 000?
    Check if parameter login/no_automatic_user_sapstar is set to 0. In that case, you can logon to client 000 with sap*/pass and the user is created again..
    Kind regards,
    Mark

  • How can I move particular users from one client to another client

    Hi, I am trying to find a way to move few or many user from one client to another. Is there a transaction available or program to move them. e.g. there is a SCC1 available to move transport only from one client to another without going through TMS.
    Is there any trick available ?
    thnx in advance

    closing this one. thnx

  • How to unlock my sapuser  user account in sap r/3 system..

    Hello,
                    I am a newbie to sap bw.I am practising sap bw with sap r/3.My user login account got locked becoz of password error.Now i know the correct password for the user sapuser.please advice me how can i relogin to my my sap bw.
    "It says user sapuser is locked.contact the person responsibe".please help me out to login again into the sap bw with the same username sapuser in  sap bw and 800 as client.
    With thanks..
    Arun

    In this case you need to contact your Basis team. or
    I doubt if any of your colleague has authorizatin to unlock.
    Try with the Tcode - SU01 ,
    Provide your user id, and click the icon of LOCK on the screen
    Satheesh

  • How to lock sap users in os level

    Dear consultants,
    how to lock the sap users in OS level.please tell me any one.

    Hi Pradeep,
    The table is usr02. The command is as below:
    update <schema>.usr02 set uflag=128;
    in case you need to mention any particular user to be locked, mention in the where clause.
    Before using this command, use the select statement to check the current status of the users.
    Regards,
    Meenu Hans

  • Hoe to unlock the locked user SAPUSER ????

    when i was working with Tcode S002, that is for authorization overview, there i found a Tcode to lock/unlock the user. when i lock the only one existing user SAPUSER, incidently power cut off. now the problem is that, i m not able to log on in my SAP. so how to resolve the problem. plz help immediately??
    is there any other way to logon the system instead of SAPUSER?
    note: i have only one client 800 and one user SAPUSER..

    Hai,
    Check the below link.....
    Re: Want help to unlock SAP* user
    You can activate SAP* in your system.
    If user sap* doesn't exist in your client you can logon with sap* password pass
    To activate user SAP* you have to set at operative system level in your instance profile the parameter login/no_automatic_user_sapstar to 0 then restart the system.
    If the user already exist and you not remember password, delete the user from database (if oracle):
    sqlplus /nolog
    connect / as sysdba
    DELETE * from sapsr3.usr02 where bname='sap*' and mandt=<your client>;
    commit;
    After this you can login with the SAP* user in 800 client and unlock your user.
    Regards,
    Yoganand.V
    Edited by: Yoganand Vedagiri on Feb 13, 2009 6:54 PM
    Edited by: Yoganand Vedagiri on Feb 13, 2009 6:56 PM

  • Best practise for SAP users who leave the company

    Hi
    Could anyone reccommend a best practise document or give advice on how to deal with SAP user ID's when employee's/contractors/consultants leave? I am the basis admin just starting an SAP implementation and we have no dedicated authorisation team at the moment, so I have been asked to look into this :
    Currently we set the validity date in SU01 to the termination date.
    We chack there are no background jobs scheduled under that user id, if there are, we change the job owner to a valid user (we try to run all background jobs under an admin account).
    We do not delete the user as from an audit point of view I believe it restricts information you can report on and there are implications on change documents etc, so best to lock it with validity dates.
    Can anyone advise further?
    We are running SAP ECC 5.0 on Windows 2003 64 Bit/MS SQL 2000.
    Thanks for any help.

    Hi,
    Different people will tell you different versions of what they believe is best practice, but in my opinion you are already doing reasonably well.
    What I prefer is
    1. Lock ID & set validity date.
    2. Assign user to user group LEAVER or EXPIRED or something similar (helps with reporting) out of SUIM/S_BCE* reports.
    3. Delete role assignment (should you need it, the role assignment will be in the change history docs anyway).
    4. Check background jobs & act accordingly.
    For ease of getting info I prefer not to delete the ID though plenty of people do.

  • Reset SAP* user in DB2 database

    hi gurus,
    Can anyone give me instructions or commands on how to reset sap* password in the database level? we are using db2 ver. 9 database. I am familiar how it is being done in oracle but one of our client is using DB2 and there, we encountered the problem.
    Pls. advise.
    Best regards,
    Jay

    Hi
    First make sure that the parameter
    <b>login/no_automatic_user_sapstar is set to 0 (false)</b>
    otherwise you will not be able to login using SAP* by the default password "<b>pass</b>". So make this sure before carrying out the following activity:
    Log on to the database with userid <b>ora<sid></b> and
    execute the following SQL:
    <b>delete from sap<SID>.usr02 where bname='sap*' and mandt='XXX';</b>
    <b>commit;</b>
    Once this is done check the entry again in the table usr02.
    Now try to log into the corresopnding client with user "<b>sap*</b>" and password "<b>pass</b>".
    This is how you can reset SAP* user at the database level.
    Regards,
    Sumit

  • SAP user menu

    Hello all,
              Is anybody know how to activate the SAP user menu?
    Regards,
    Vithul.

    Hi Vithul,
    Go to PFCG transaction..create Role and define userdefined menu there and attch User to this role and activate ..he will get the user defined menu..
    If it helps..try to assign points.......

  • Using BAPI to create users across all Clients and R/3 Systems

    Hi everyone,
    I'm currently writing a program where I'm using a BAPI to create multiple new users via central user admin (SU01) and assigning Roles to these users.
    My objective is to create these new users in all clients of all R/3 systems using RFC. At the moment, in SM59, our DEV environment is set up as "DEV", QA as "TST" and PRD as "PRD". When I use syntax:
    CALL FUNCTION 'BAPI_USER_CREATE1' DESTINATION 'TST' the system presents a logon screen to login to TST system. Can this logon be made automatic i.e. without this screen prompt?
    Also, I can't create the users in all clients of 'TST'. Our test system has 5 clients...how do I create the users in all clients of TST automatically?
    Your help will be greatly appreciated.
    Thanks.
    Sougata.

    Try to see the SAP HELP:
    RFC logon to target system (remote logon)
    RFC logon within an R/3 system can be successfully undertaken using the same user ID even if the logon is to take place in a different client.
    In principle, all necessary logon data for a particular RFC destination (language, user, client, and password) are used when an RFC logs on to the target system.
    Typically the password field (for a particular user) must be maintained when an RFC communicates with other clients or user IDs.
    If one of the fields language, client or user is not maintained for the designated RFC destination, default values are taken from the system environment (system table).
    Tips:
    With RFC communication within a single R/3 system with the same client and user the logon fields do not have to be maintained. Password entry is also unnecessary in this special case.
    If an RFC logon in online mode is unsuccessful, an RFC logon window is displayed (not during background processing) where you can logon to the target system online at runtime.
    The default values for the RFC logon screen fields are as follows:
    Client
    The standard value of the target system application server is used. This value is read from the target server's "login/system_client" profile parameter.
    User
    The system inserts the user ID of the current user in this field.
    Language
    Information from the RFC destination is used to fill the language field. If the language field has not been maintained in the destination, the current language of the calling system is inserted.
    The RFC logon window does not appear if the initial function module call of the RFC destination originates from the system-specific function group 'SRFC'. The function modules RFC_PING and RFC_SYSTEM_INFO belong to this group among others.
    If you would like to have an RFC logon window displayed regardless, you must end RFC communication to that particular RFC destination after the call using the function module 'RFC_CONNECTION_CLOSE'.
    Be aware that no logon screen is usually offered when using trusted/trusting systems.
    Documentation to authorization checks in the RFC environment can be found in RFC authorization concept.
    Max

  • Transport sap query from one client to another client

    Hi,
    how to transport the sap query from one client to another client.
    Moderator Message: Basic Question
    Edited by: kishan P on Sep 15, 2010 3:39 PM

    use report "RSAQR3TR"
    Moderator Message: Do not answer such basic questions
    Edited by: kishan P on Sep 15, 2010 3:44 PM

  • How to change the password of ddic in 000,sap* user is disabled

    Hi
    SAP* user is disabled in 000 client in my production server,I can't enable it as it will require outage which is not possible now
    I want to use ddic user to login in 000 but I forgot the password,is there any query to change the password for ddic user.My database is SQL server 2005
    Rohit

    Hi,
    Better to activate SAP* user instead of trying for the DDIC user .
    Either use the Query Delete from usr02.sapr3 where bname = 'SAP*' and mandt = '000'  or delete the
    user SAP* from USR02 table where mandt value is 000 through SQL Visual Studio .
    Check  the  value  login/no_automatic_user_sapstar in RZ11 , if it is zero , no need to restart the instance .
    Otherwise change it  to 0 , restart the instance.
    Now you will be able to login with the password pass.
    Regards,
    Nibu

Maybe you are looking for

  • Disbable button on alv report using oops

    Hi all, I have a button to toll bar of alv grid using oops based on that when the user clicks on that some action is performed and list is displayed again now when the list is diaplyed i need the button that i added to be disabled so that the user ca

  • Aperture 3.2: renaming based on date/time doesn't work properly

    While importing I rename my photos based on the date/time they were taken. In Aperture 3.1.3 this worked perfectly fine; for photos taken within the same second Aperture added an index number for the second, third etc. photo automatically. In Apertur

  • How can I turn off noise cancellation in the iPhone 5C?

    I'm having trouble finding the noise cancellation on this iPhone. I know you're supposed to go into settings, then general, under accessibilty, and it's supposed to be the last option under hearing but it's not there. I'm not sure if I can find it so

  • I have a LAbview 8.6, and i can´t open a file from a Labview 5.1.1

                 Hi,              When i try to open a file(a driver to an OSA from Agilent) appears a error message, saying that the source´s version is too old(5.1.1), when my labview is 8.6.              Anybody knows something about it?             

  • Problems with text lenght in file adapter

    Hi everyone. I'm trying to move a file from a folder to another one. Problem is that this file (plain text) contains only one field per row but this field contains more than 2000 chars. When i get the result file, i only have the first 256 chars per