Db2 sid and sid adm passwords lost

Hello,
We are using DB2 on AIX and we have lost passwords for users db2<sid> and <sid>adm.
Is there any way to recover this passwords?
Thanks in advance

Hello
How about resetting the password?
Please refer SAP note 582875 and
Link: http://help.sap.com/saphelp_nw70ehp1/helpdata/en/aa/1dc8d8f0fa11d3a6510000e835363f/content.htm
Thanks and Best regards
koju

Similar Messages

  • OPS$ SID ADM password expire

    Hi,
    We are receiving warnings in system that our User OPS$<SID>ADM password is going to expire.
    USERNAME                                 EXPIRY_DATE         PASSWORD
    OPS$<SIDADM>ADM                     12-JAN-11             EXTERNAL
    As I understand User is Externally identified so I was expecting that if I change password of User <SID>ADM at OS level,
    On database level OPS$ User should be Updated but it did not get update and still its expiry date is same.
    So please suggest how can we change its password.
    Shivam

    Hi Shivam,
    From SQL prompt execute the below command
    SQL>update OPS$<SAPSID>ADM.SAPUSER set PASSWD='<new password>' where USERID='SAPSR3';
    You can do the same from BRTOOLS also
    Regards,
    SBK

  • XI Installation: invalid XI SAP sid adm password

    During an initial XI installation on top of an ABAP + JAVA NW04 system. In the Java Deployment > Windows Domain installation step i am unable to enter the correct SAP <sid>adm password with below error message:
    "Invalid password. DIAGNOSIS: The password you specified for user 'xi2adm' is wrong. SOLUTION: Enter the correct password."
    In the sapinst_dev.log is the following:
    TRACE      [iaxxgenimp.cpp:845]
               showDialog()
    waiting for an answer from gui
    TRACE      [iaxxcnclhd.cpp:101]
               CCancelHandler::doHandleDoc()
    CCancelHandler: ACTION_ERROR received
    TRACE      [iaxxdlghnd.cpp:187]
               CDialogHandler::doHandleDoc()
    CDialogHandler: ACTION_ERROR received
    TRACE      [iaxxdlghnd.cpp:98]
               CDialogHandler::doHandleDoc()
    CDialogHandler: ACTION_NEXT requested
    TRACE      [synxcuser.cpp:517]
               bool CSyUserImpl::checkPassword(iastring sPassword) const
    checking password of user xi2adm failed
    TRACE      [iaxxdlghnd.cpp:322]
               CDialogHandler::doHandleDoc()
    Invalid password. DIAGNOSIS: The password you specified for user 'xi2adm' is wrong. SOLUTION: Enter the correct password.
    Any insights would be greatly appreciated.

    Vivian Liu,
       I am trying to install XI on Windows2003/sql server.
    I have installed os/sp3/sqlserver/patches/Central Instance/Db instance.
    I have used Administrator account to install this.
    1. When do i need to create  <SID>adm user?
    2. If you have any installation notes with the sequence of steps, can you please send it to me at [email protected]
    Thank you
    Gangas Leaves

  • PI 7.1 can not deploy! ask for user SID adm and password

    hi all:
        PI 7.1, NWDS 7.1 
        I create a ejb project amd import a WSDL and generate java bean skeleton. after implementation, I choose the EAR project and right click and choose run RUN AS-->Run on server, then choose the server, add project and finish
    then a popup window shows and tell me "Please enter the credentials of the SAP administrator <SID>adm", I use J2ee_admin but error occur:
    Error while disabling debugging of the server
      Error while disabling debugging of the server
      Incorrect login information provided
      I search the SDN and find no useful link. how to config <SID>adm ?
      how to deploy my java proxy? i think this process is so complex!
      thank you!

    hi Prateek:
        thanks for your information.
       only ask for user and password, no other pop up window.
       i am confused is there any configuration missing?

  • Change password for Domain\SAPservice SID and sid adm user

    Hi guys
    During NW711 installation, Ii gave OS User password different with master password.
    Now i would like to synchronise the  OS User password with master password(DDIC/SAP)
    How to change the password for below users
    SAP System administrator <Domain>\<sid>adm
    SAP System Service User<Domain>\SAPService<sid>
    Appreciate immediate response.
    regards

    Hi,
    If I am not wrong you system is installed in windows. You can change the password in the domian controller under users  OU or you can ask your domian administrator to change the same. But, I would recommend not to do this as after chaging the password the sap system will not start and you need to update the changed password in all the places wherever the mentioned IDs are used. For eg. in SAP_<SID> service and SAPOSCOL service.
    Also, if the installation is in cluster then need to be more carefull and see where all need to update the changed password.
    Thanks & Regards,
    Sharath

  • Can not change password of sid adm and ora sid

    Hello Experts,
    I have done a system copy of SAP ECC6.0.The target and the source system are on the same host.Hardware platform is HP-UX 11.31 and database is Oracle 10g.Both the systems are up and running now.
    While target system installation, I gave the "master password"(password for all users) same as in the source system.
    But when the target sysetm was installed, I found that <target  sid>adm and ora<target sid> ,ddic passwords are not working.For J2EE_ADMIN, the password is working.
    Please guide how to change ( or reset) the password of <target  sid>adm and ora<target sid> without knowing the old password.
    DDIC password I could able to change by logging into the system with SAP*
    Please Help..
    Anupam.

    for
    Please guide how to change ( or reset) the password of <target sid>adm and ora<target sid> without knowing the old password.
    You need to login with root and then just type passwd sidadm and give the new password.Same you can do it for orasid.you can change it with root as it has administrator rights and will not ask for the old password.
    Thanks
    Rishi Abrol

  • Changing db2 sid password

    Hi,
    Recently i just changed db2<sid> password in AIX using passwd command and also i changed the password in r/3 (tcode dbacockpit under database connection)
    After that i looked at the etc/security/failedlogin file and i saw a lot of db2<sid> entries.
    Can anyone enlighten me which part i have missed out or done wrongly?
    Thanks a million

    Hi,
    Changing the db2<sid> password will not require the        
    update of other users or any other change to reflect the changed         
    password. which would be needed if you change the passwords of
    <sid>adm and sap<sid> (these would need to be updated via dscdb6up)
    But if you change the db2<sid> password
    it will not affect the running of the SAP instance as SAP      
    does not use this user to connect.                                       
    Do you see alot of entries in the db2diag.log of
    Password validation for user db2<sid> failed with rc = -2146500507                                                                               
    validation for user db2<sid> failed with rc = -2146500507 in the              
    db2diag.log file means that the "Password does not belong with                
    specified user id" after DB2 SERVER password was changed for instance         
    owner.                                                                               
    It will not harm the system but some user or script is still using the        
    old password to connect and it generating this entry.  It would be very difficult
    to track down exactly what is tyring to connect as it is not an SAP application.
    regards,
    Paul

  • Default password for SID adm

    The subject says it all - I am new to MaxDB, and did not install the application.
    We are trying to update some tables, and get permission errors.
    I have the SUPERDBA user, but that user does not have permissions on the <SID>ADM tables.
    Is there a default password for the <SID>ADM database user?
    I am probably missing something very easy here.

    SAP customer - yes - I am reviewing the documentation - it leaves a lot to be desired
    Here is the output you requested:
    dbmcli on GRD>sql_execute select * from users
    OK
    END
    'CONTROL';'';'CONTROL';'ADMIN';'MULTIPLE';(null);(null);(null);'DEFAULT';'20090218';'00160032';'20090218';'00160032';'20090218';'00160032';'GRD';'grc-app-dev01';0;'NO';(null)
    'SUPERDBA';'';'SUPERDBA';'SYSDBA';'MULTIPLE';(null);(null);(null);'DEFAULT';'20090218';'00160032';'20090218';'00160033';'20090218';'00160032';'GRD';'grc-app-dev01';10;'NO';(null)
    'SUPERDBA';'';'SAPGRD';'DBA';'MULTIPLE';(null);(null);(null);'UNICODE';'20090218';'00160045';'20090218';'00160045';'20090218';'00160045';'GRD';'grc-app-dev01';28;'NO';(null)
    'SUPERDBA';'';'SAPGRDDB';'DBA';'MULTIPLE';(null);(null);(null);'UNICODE';'20090218';'00160052';'20090218';'00160052';'20090218';'00160052';'GRD';'grc-app-dev01';29;'NO';(null)
    I'm not 100% sure what you are looking for on the second query, all I could get to work was this -
    select * from tables
    which gives a lot of output, here is some:
    'SUPERDBA';'SUPERDBA';'ROOTS';'SEL+';'SYSTEM';'VIEW';'20090218';'00160033';(null);(null);(null);(null);(null);(null);(null);;x'00000000000000B1';(null);(null);(null);(null)
    'SUPERDBA';'SUPERDBA';'RUNNING_COMMANDS';'SEL+';'SYSTEM';'VIEW';'20090218';'00160033';(null);(null);(null);(null);(null);(null);(null);;x'00000000000000B2';(null);(null);(null);(null)
    'SUPERDBA';'SUPERDBA';'RUNNING_PARSEIDS';'SEL+';'SYSTEM';'VIEW';'20090218';'00160033';(null);(null);(null);(null);(null);(null);(null);;x'00000000000000B3';(null);(null);(null);(null)
    'SUPERDBA';'SUPERDBA';'SERVERDBSTATISTICS';'SEL+';'SYSTEM';'VIEW';'20090218';'00160033';(null);(null);(null);(null);(null);(null);(null);;x'00000000000000A1';(null);(null);(null);(null)

  • Bash shell for  sid adm and ora sid user

    I'm planning to make bash shell as the the default shell for my <sid>adm and ora<sid> user. Will there any issues? It seems harmless.
    My current setups are ECC6 on top of  AIX 5.3 and Oracle 10g
    regards,
    Marjan

    The only problem is permission of user access to that bash shell. as well as what u u want to run i mean to say if it is any haevy erport or update insert or refresh functionality then do not run at the time of haevy load.
    Thanks

  • Folder permission for /db2/ sid /db2 sid /NODE0000 unknowingly resets.

    Hi everyone,
    I'm having a problem where the one of my db's folder, /db2/<sid>/db2<sid>/NODE0000 is suddenly reset to permission 700. This leads to alot of errors where background processes will hang and can't even start SAP. When setting the permission to 775 it works, but more often than not, it will go back to 700.
    Is there a way to check who/what is changing this folder? Any idea what's causing this? We are using AIX 5.3 TL6 with DB2 9.1 FixPak 3.
    Thanks in advance!
    Regards,
    Chris

    Hi Christopher,
    The DB2 active log folder should be owned by db2<sid> with group db<sid>adm.  For example:
    lucka:db2hia 13> ls -lrt
    total 4
    drwxr-x---  2 db2hia dbhiaadm 4096 2008-08-11 21:00 NODE0000
    lucka:db2hia 14> pwd
    /db2/HIA/log_dir
    If it is owned by someone else, this folder then have to have write permission for other (including db2<sid>) to write.  In which case, I am guessing that every time DB2 start, it may try to "fix" the permission. 
    The best would still be to set the ownership of it to db2<sid> with group db<sid>adm. 
    The safest time to do it is when the database is deactivated (or instance shutdown). 
    Regards,

  • BRTOOLS errno 13 when logged in as user sid adm

    Hi,
    Just upgraded to 7.2 (14) BRTOOLS, Netweaver on Oracle/UNIX platform.
    My brtools open when I'm logged in as ora<sid> user, however they fail with permissions on the Oracle directories when I try and run brtools as user <sid>adm.
    I've verified the file permissions against a known working instance on the br files and they are matching.
    The error I get is below, I know it must be file permissions somewhere, can someone advise, thanks.
    hneccscd01s:s02adm 4% brtools
    BR0651I BRTOOLS 7.20 (14)
    BR0252W Function stat() failed for '/oracle/S02/saptrace/diag/rdbms/s02/S02/trace/alert_S02.log' at location BrFileStatGet-1
    BR0253W errno 13: Permission denied
    BR0273W Determination of file status for /oracle/S02/saptrace/diag/rdbms/s02/S02/trace/alert_S02.log failed
    BR0252W Function stat() failed for '/oracle/admin/S02/adump' at location BrFileStatGet-1
    BR0253W errno 13: Permission denied
    BR0273W Determination of file status for /oracle/admin/S02/adump failed
    BR0252E Function fopen() failed for '/oracle/S02/112_64/dbs/initS02.ora' at location BrInitOraRead-1
    BR0253E errno 13: Permission denied
    BR0158E Error reading Oracle profile /oracle/S02/112_64/dbs/initS02.ora
    BR0280I BRTOOLS time stamp: 2011-08-26 15.01.42
    BR0654I BRTOOLS terminated with errors
    Cheers
    Richie
    SAP Basis

    Hi Richie,
    Are the environment variables properly set for <sid>adm and ora<sid>?
    Try to see if the dot (.) profiles in the home directories of <sid>adm and ora<sid> are consistent.
    Also, as ora<sid> recursively change the permissions for /oracle/S02/saptrace to 755 [chmod -R 755 /oracle/S02/saptrace]
    Also check the permissions of brtools executables in the /sapmnt/<SID>/exe on the database server.
    Normally, they should be something like shown below.
    -rwxr-xr-x 1 <sid>adm sapsys 1578637 Feb 20  2011 brrestore
    -rwsrwxr-x 1 ora<sid> sapsys 2303924 Feb 22  2011 brtools
    -rwsrwxr-x 1 ora<sid> sapsys 4178065 Feb 24  2011 brarchive
    -rwsrwxr-x 1 ora<sid> sapsys 4284895 Feb 24  2011 brbackup
    -rwsrwxr-x 1 ora<sid> sapsys 5527676 Feb 24  2011 brconnect
    -rwxr-xr-x 1 <sid>adm sapsys 4587371 Feb 24  2011 brrecover
    -rwxr-xr-x 1 <sid>adm sapsys 5679668 Feb 24  2011 brspace
    Br,
    Venky.

  • ORA-12547 for rsh -l sid adm dbhost "brconnect -u / -f state"

    Hi,
    I have problem with db13 (PI711, kernel 720, Oracle 11.2.0.3) after split&migrate to linux.
    BR0301E SQL error -12547 at location db_connect-2, SQL statement:
    'CONNECT /' ORA-12547: TNS:lost contact.
    but:
    1.  <dbhost>:ora<sid>$ "brconnect  -u /  -f brstate"  work ok
    2.  <dbhost>:<sid>adm$ "brconnect  -u /  -f brstate"  work ok
    3.  <ahost>:ora<sid>$ rsh -l <sid>adm "brconnect  -u /  -f brstate"  work ok
    4.  <ahost>:ora<sid>$ rsh -l ora<sid> "brconnect  -u /  -f brstate"  work ok
    5.  <ahost>:<sid>adm$ rsh -l <sid>adm "brconnect  -u /  -f brstate"  not work
    resume: error is link with rsh call brconnect under <sid>adm?
    p.s. MPROTECT_TXT = ON set,
    SUID & owner for br* set
    SUID & owner for bin/oracle set
    OPS$<SID>ADM checked
    w/b/r
    Vlad

    Hi,
    addinfo:
    1. split&migrate&upgrade ORA10->11
    2. <ahost>:<sid>adm$ ssh <sid>adm@<dbhost> "brconnect  -u /  -f brstate"  work ok!
    may be it's not worked in before to split&... - because rsh was not in use for br*
    Regards,
    Vlad

  • When do i need to create SID adm user?

    Hi All,
       I am new to XI.I am trying to install XI on windows 2003 and sqlserver. I am done with the following without any error?
    1. OS and its service packs
    2. Sql Server and patches.
    3.Central instance
    4. DB instance
    5. Installed sap gui.
    I have logged in as administrator and installed the above stuff.
    1. When do i need to create <SID>adm user?
    2. Do i need to use <SID>adm to install the XI?
    3. When i logged in to sapgui, i am getting host name error. Do i need to change hosts file?
    Thank you
    Ganges Leaves
    Message was edited by: Ganges Leaves

    Hi Ganges,
    Pls have a look into this SAP Material
    https://websmp209.sap-ag.de/~sapidb/011000358700009389172004E.PDF
    http://help.sap.com/bp_bpmv130/Documentation/Installation/XI30InstallGuide.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a5550de0-0701-0010-a8b4-9fd433a080f3
    <i>4. When i logged in to sapgui, i am getting host name error. Do i need to change hosts file?</i>
    >>> Just ping the IP address and check that are u able to connect. Also check with Browser .
    Hope this helps,
    Regards,
    Moorthy

  • Upgrade assistant Server error: your username is root, but must be SID adm

    Hi GURU's,
    I am working on "Combined Upgrade & Unicode Conversion" 4.6C ==> NW2004s
    When starting Upgrade assistant and continuue with upgrade getting following error:
    Server error: your username is root, bu must be <SID>adm
    I have option to continue, or cancel
    When I choose "Continue" Upgrade assistant disconects from Upgrade server
    Has someone any idea, what is the reason, and how can I solve this issue.
    PS: I have also tried to start upgrade with <SID>adm user, but the same error.
    Thanks for your help in advance.

    Hi,
    The whole upgrade should only be executed using <sid>adm, not root. I suggest to re-run the upgrade using <sid>adm user.
    Also ensure all files in  /put directory have correct permissions.
    Cheers!

  • OS User SID ADM  profile not loading in Windows 2008

    Hi Experts ,
    We have installed Netweaver 7.o EHp1 BI 7.01 on windows 2008, MS SQL 2008 .
    After few days, we are not able to login with the SIDADM user. The error getting is "User profile cannot be loaded"
    'The LoadUserProfile call failed with the following error:
    The system cannot find the file specified."
    We did a domain installation and so the user is a domain user too.
    Since this user cannot be loaded , we have problems with transports , becasue few environment variables are related with this user name(dbms-type etc) . So stms transports not running and outputs error.
    Kindly advise how I can make this user logging in .
    Thanks and Best Regards,
    Nibu Antony

    > Could you please let know where exactly the Profile file exist.
    The profile is a registry hive under HKEY_USERS.
    > Also please let me know whether I can add the Environment variables
    >
    > dbms_type,DIR_LIBRARY,MSSQL_SERVER,MSSQL_DBNAME as system environment  variables(Not as user variable) so that I
    > can resolve the issue on transports atleast.
    Note that the SAP system doesn't run in <sid>adm context but in the context of the user SAPService<SID>.
    Was that user maybe (by accident) deleted from the domain and recreated?
    I'd open an OSS call and let the support have a look on the system. The "clean" way would be to take a database backup and reinstall the system as homogeneous system copy.
    Markus

Maybe you are looking for

  • HT4235 My playlists wont sync with my iphone.  can you help?

    It says that my the syncing didn't start on my phone.

  • [SOLVED] Mount Points In Arch Linux

    When I performed my initial testing install of Arch Linux today, and I was setting up mount points after I finished partitioning with Cfdisk, I was surprised to see that one of the precanned mount points in the Installer was /etc. On OpenBSD, we were

  • AIR Runtime on Android Emulator

    Greets, I've a problem with AIR Runtime on Android Emulator: after I installed the runtime apk  (everything goes fine) i try to install the helloworld.apk compiled with Flash CS5 + Andr ext. Well, i receive this message "INSTALLED FAILED INVALID APK"

  • Updateable blog containing text and pics

    Hi, I've managed to create a text box that displays text contained within a text file in the same directory as the swf. Now the user wants this to be a scrollable blog where they can add text and pics as and when they need to. Is there a way to do th

  • View count AND thread update bug?

    It's the end of the year, so that might be the reason of this oddity, but here is my problem: I just posted a comment to this thread and returned to my profile page to just realize that somebody had already posted a comment. I went back to the thread