Can I get password for client 000 and user SAP*

Hi Experts,
Can get ur help for getting password for User SAP* for client 000 i.e SAP std. client.
please it's urgent.
Thanks & Regards,
Yogesh

Hi ,
<b>If all the users are locked, they can be unlocked by</b>
a)Try this command at ur sql plus query level
Go to cmd prompt.
Sqlplus /nolog
conn /as sysdba
this will take you to the sqlprompt.
Just execute the earlier commands there.
sqlplus><b>UPDATE SAP<schema>.usr02 set uflag=0 where mandt=<CLNT NO> and uflag=64;</b> this statement actually unlocks the users of that particular client. So, try for every client in that sap system.
b) You can delete sap* user
Go to cmd prompt.
Sqlplus /nolog
conn /as sysdba
sqlplus><b>DELETE SAP<SID>.usr02 where mandt='CLIENT.NO' and bname=SAP*;</b>
<b>Note:-
After doing this restart the system. So, that a new user with the name "sap" gets generated with password "pass". Provided the parameter is set login/no_automatic_user_sapstar= 0 (Automatic user SAP is permitted).</b>
regards,
kanthi

Similar Messages

  • Logical Systems for client 000 and 001

    I've just install solman 7.0 ehp1 sr1 and am going to create a new client from 001.
    Do I need to create logical systems for clients 000 and 001?
    Do I need to creat rfc's for these?
    Thanks,
    Daniel

    no, no need.
    you will create a logical system name for the copied client (such as 100)

  • Forgot password for client 000 user DDIC

    We forgot password for client 000 user DDIC & SAP*
    please suggest any one how to recover the password
    Thanks in advance

    Hi,
    Pls refer below link explaining step by step details of activating SAP* user login.
    [http://forums.sdn.sap.com/thread.jspa?threadID=1497131]
    [http://www.sap-img.com/basis/changing-the-default-password-for-sap-user.htm]
    Regards,

  • How to reset ddic password for client 000 in MSSQL 2005 database

    SAP = ECC6
    DB = MSSQL 2005
    client = 000
    1. SAP* account was removed from the DB, can't be found in USR02 table.
    2. Only left ddic account and was locked. How can i reset ddic password?
    3. How can i unlock and reset my own password from the MSSQL database?

    You can unlock and reset passwords for DDIC and for your own user id in the following way:
    Please execute the below queries at your database level:
    To unlock user ids:
    SQL>update SAP<SID>.usr02 set flag=0 where bname="*user id*" and mandt=client number;
    SQL>commit;
    To reset the passwords:
    SQL>update SAP<SID>.usr02 set bcode="encrypted password" where bname="*user id*" and mandt=client number;
    SQL>commit;
    Then log into the system and execute /$sync
    hope this will help you.
    Regards,
    FAisal

  • Username passwords for client 000

    Dear All,
    I don't have credentials of SAP* DDIC in DEV QAS and PRD of client 000.
    Can you please let me know steps to recover the passwords?
    Please let me know the steps or ways . don't put external links
    Regards
    Nikhil

    Hi Nikhil,
    You follow below process to reset the password and login to your ABAP system
    1) set profile parameter login/no_automatic_user_sapstar=0 in instance profile
    2) Delete SAP* from database table from client 000
       SQL> delete from <schema>.<USR02> where bname='SAP*' and MANDT='000'
    3) Take restart of SAP application
    4) Login to 000 client with user = SAP* and password= pass
    5) Using this ID you can reset password for other users like DDIC.
    6) Once You can login with DDIC , you may create SAP* again using SU01.
    Hope this helps.
    Regards,
    Deepak Kori

  • Can't get password for email

    Hi I do not have the pass word for my Macbook 13" as i got it second hand and can not open email account from the bar as it ask for a pass word i can't get please help

    1.  Why would not erase the hard drive and reintall the OS after receiving a used computer?
    2.  reset the password by booting from the software install DVD that came with the computer

  • I forget the password for client 000

    Hi,
    Quite new to sap , I installed the sap 4.7 ides and after installation i forget the password of above client , so now when i want to
    run the sap gui to login it ask for a password which i forget , as i am new to sap the solutions provided on the internet sound complex to me for example it mentioned su01 , su02 and use of ABAP codes but i am not sure where to find these menu or transaction codes and how to execute them , if some one can provide me the answer with screen shorts that would be great .
    I hope to find the answer on this forum.
    Thanks
    Adnan

    Hi
    Try the below options:
    Options 1:
    Logon to any other client (except 0000) and Create the Program and run it with SAP* User.
    It will set the SAP* Password same as in your current client.
    REPORT Z_SAP_USER_PASSWORD_SET.
    Run this progam as sap* in cient xxx. The user you specify
    as a parameter, will have the same, client xxx password set in every
    client
    where it exists.
    TABLES: USR02, T000.
    DATA: PASSWD LIKE USR02-BCODE.
    PARAMETERS: USER LIKE USR02-BNAME.
    SELECT SINGLE * FROM USR02 WHERE BNAME = USER.
    IF SY-UNAME <> 'SAP*'.
    WRITE: / 'Only SAP* is allowed to run this program'. EXIT.
    ENDIF.
    IF SY-SUBRC <> 0.
    WRITE: / USER, 'user does not exist!'. EXIT. "No template user
    ENDIF.
    PASSWD = USR02-BCODE.
    CLEAR USR02.
    WRITE: / 'The password of', USER, 'updated in client:'.
    SELECT * FROM T000 WHERE MANDT <> '066' AND MANDT <> SY-MANDT.
    SELECT * FROM USR02 CLIENT SPECIFIED WHERE MANDT = T000-MANDT AND
    BNAME = USER.
    WRITE: / USR02-MANDT.
    USR02-BCODE = PASSWD.
    USR02-LTIME = SY-UZEIT.
    USR02-BCDA1 = USR02-BCDA2 = USR02-BCDA3 = SY-DATUM.
    USR02-BCDA4 = USR02-BCDA5 = SY-DATUM.
    UPDATE USR02 CLIENT SPECIFIED.
    ENDSELECT.
    ENDSELECT.
    Options 2:
    You can logon as DDIC and change the SAP* password
    Hope it helps......
    Edited by: Sivananda Penegalapati on Sep 6, 2010 9:10 AM

  • I forgotten password of client 000/ddic

    Hello All,
                I am working in sap ecc5.0 and I am working in client :810, user:sapuser and now I tried to open client 000 with user: sap* , p/w:06071992. and user:ddic, p/w:19920706, and I tried with the user:sap* , p/w:pass…but it is not opening…
    Is there any othere way to open client :000 …because I want to use the t-code:stms…
    This STMS t-code works only through client:000….
    Try to give me the solution……
    Because I need to open the client :000
    Regards,
    Sateesh.J

    Try your master password - one that you typed during installation.
    If that won't work simply delete user sap* from database and login with password "pass".
    DELETE FROM USR02 WHERE BNAME='SAP*' AND MANDT='000';
    Remember to set profile parameter login/no_automatic_user_sapstar=0.
    Regs,
    Filip
    http://www.icg.pl/sap

  • I am trying to set up a co-worker's email on her iPhone and I don't know what her password for Thunderbird is and neither does she. Can I get the password?

    I am trying to set up a co-worker's email on her iPhone and I don't know what her password for Thunderbird is and neither does she. Can I get the password somehow, or what do you recommend?

    There is no password to Thunderbird. The password you need is to the email account. Contact the email provider for password reset.

  • I can't remeber my password for i cloud and the email address is no longer active to reset it, how can i get around this

    i can't remember my password for i cloud and the email address is no longer active to reset it, how can i get around this.

    iForgot iCloud Password
    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a valid rescue email address, then use this procedure:
             Rescue email address and how to reset Apple ID security questions.
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
         4. Account security issues almost always require you to speak directly to an
             Apple representative to securely establish your identity as the account holder.
             You can set it up so that Apple calls you, either immediately or at a time
             convenient to you.
                1. Go to www.apple.com/support.
                2. Choose Contact Support and click Contact Us.
                3. Choose Other Apple ID Topics and choose the appropriate topic for
                    your issue.
                4. Follow the onscreen instructions.
             Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                            Apple ID- All about Apple ID security questions.

  • Have an ipod and then got the wife an iphone4. all passwords are screwed up. she can not access playstore cuz she doesn't have password. i can not get find any help on how to get or update a password for the ipod. and then get her a separate password for

    have an ipod and then got the wife an iphone4. all passwords are screwed up. she can not access playstore cuz she doesn't have password. i can not get find any help on how to get or update a password for the ipod. and then get her a separate password for her iphone. we need to save her photos, music, etc to ? icloud and the phone stuff to verizon cloud? so when she gets her new Iphone6 she can have all her "stuff" back on the new phone. hope this makes sense. please offer suggestions here or at [email protected] thanks for your help!

    Oh no! I'm sorry to see there's a lot of confusion here and data shared, x-rayDon. We can definitely work to fix. This happens when two devices share the same Apple ID, so she will need to reset hers. She can do so by assessing this link Apple - My Apple ID. You will need to decide who will keep the account if want separate Apple IDs since purchases cannot be shared unless you do Family Sharing.
    RobinD_VZW
    Follow us on twitter @VZWSupport

  • Can't remember password for new ipad air. have never synced it with another computer never had the chance to use icloud. How do i get in?

    Air MD792E/A, iPAD WIFI CELL 32G Space Grey 
    Can't remember password for new ipad air. have never synced it with another computer never had the chance to use icloud. How do i get in?       Tried to sync with itunes but iTunes can't sync without a password.  I cannot see summary on the side bar.  How do I restore so I can restart my  iPAD Air since it has relatively no history. I have not had the chance to use it yet.  Finished set up to as far as the start menu.
    <Personal Information Edited by Host>

    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    You may have to do this several times.
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just canceling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • How do i get a password?  I changed my password last night and it doesn't work.  Or, it is asking for a password for something else and I do not know which one!

    how do i get a password?  I changed my password last night and it doesn't work.  Or, it is asking for a password for something else and I do not know which one!

    Usually when someone mentions "passowrd" in a posting it will not be related to an Adobe product but to the machine that you are trying to implement some installation or update for.  If you explain more about what you are trying to do and describe what you encounter it might be easier to determine what you are dealing with... include a screenshot to help explain as well if you can.

  • I forgot the administrator password for my mac and cant set a new one without it how can i set a new one

    i forgot the administrator password for my mac and cant set a new one without it how can i set a new one

    Reset Password 10.7, 10.8...
    http://reviews.cnet.com/8301-13727_7-20087723-263/how-to-run-the-password-reset- utility-in-os-x-10.7-lion/

  • I have an ipad 2 and want to get a wireless keyboard so my daughter can practice typing? can you get them for ipad 2?

    i have an ipad 2 and want to get a wireless keyboard so my daughter can practice typing? can you get them for ipad 2?

    Yes, there are lots of Bluetooth keyboards available for the iPad 2. Logitech and Zagg have several.

Maybe you are looking for

  • Exchange policy for 2nd return?

    I picked up the MBA 11" yesterday, base model since I've been eyeing it for some time, and the small foot print pulled me in. I've been to the Apple store a few times to compare both the 13 and 11,have  but you don't really get the feel for it until

  • Error 6072 trying to start the admin console

    I get the following error trying to authenticate locally on the server: security ( 6072): for host caedir02.cae.ca trying to GET /admin-serv/authenticate, admin40_host_ip_check reports: Unauthorized host ip=::ffff:142.39.20.22, connection rejected I

  • My iMac restarts everytime time machine is backing getting this error

    my iMac restarts everytime time machine is backing up i had time capsule so   i changed back up disk to seagate and still does it. getting this error any help would be great  and im not real computer smart Interval Since Last Panic Report:  415540 se

  • How to skip unsubscribed channels while surfing?

    Is there a setting to have the box skip unsubscribed channels while surfing? So for example, lets say channel 500 is subscribed, 501 is unsubscribed, and 502 is subscribed. When I channel up to 500 it shows video. I channel up to 501 and I see the "U

  • Update WCS inventory with a replacement WLC

    Hi, We are running WCS Version                                           6.0.181.0 and had a 5508 WLC fail that was connected to this WCS. The WLC was replaced and is running the same config and Software Version                 6.0.196.0. In WCS the