SAPInst error related to sid adm user creation

Hello,
I am doing SAP Netweaver 7.0 Installation (ABAP+JAVA) Stack. 
The SAPInst completed the below 2 phases successfully. It errorred out in the 3rd phase, with message "Unable to modify  account user="cmeadm" uid="3141"."  as seen below. Can you let me know what is the cause for this error?
Please note that, surprising thing is,  as seen below, it says cmeadm uid 3141 exists with parameter description.
Then in later below lines, it says
FSL-05014  Command '/usr/sbin/usermod' with parameters '-c "SAP System Administrator" cmeadm' failed with return code 6: UX: /usr/sbin/usermod: ERROR: cmeadm does not exist.
Why is it saying the cmeadm does not exist, when SAPInst confirms that it exists in the above line and in the below log file.
1- Check Solution Manager key -> SUCCESS
2- Install JCE Policy file              -> SUCCESS
3- Create users for SAP System. - > ERROR seen below.
TRACE      2009-11-30 12:18:40.844 [syuxcuser.cpp:519]
           iastring CSyUserImpl::getDescription() const
           lib=syslib module=syslib
account user="cmeadm" uid="3141" exists with parameter description="cmeadm"
TRACE      2009-11-30 12:18:40.846 [syxxcnamrs.cpp:346]
           bool CSyIPNameResolverImpl::isNISRunning() const
           lib=syslib module=syslib
NIS is not running
FSL-05014  Command '/usr/sbin/usermod' with parameters '-c "SAP System Administrator" cmeadm' failed with return code 6: UX: /usr/sbin/usermod: ERROR: cmeadm does not exist.
Unable to modify  account user="cmeadm" uid="3141".
Failed action:  with parameters
Error number 211 error type SPECIFIC_CODE
Thanks!

Hi,
what is output of command:
cat /etc/passwd | grep cmeadm
Are you running sapinst under root user?

Similar Messages

  • 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

  • How to add system to login using sid adm user in HANA Studio

    Hi,
    I have added SYSTEM user for my TEST system in HANA Studio. Now, I would like to add TEST system but using <sid>adm user.
    It shows "The system cannot be reached. The logon data could not be used. Do you want to add the system anyway?".
    May I know how to add TEST system using <sid>adm user?
    Thank you.
    regards,
    zl

    You need Database user, not operating system user <sid>adm user.

  • 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

  • Syntax error in ora sid user .profile

    Hello all,
    I am getting the following error whenever I su to the ORA<SID> user in AIX 5.3
    .profile[37]: 0403-057 Syntax error: `"' is not matched.
    @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ind/ind/SAPSRC.SH#6 $ SAP
    necessary to get hostname without domain (AIX, OS/390 and NOT sun)
    reset the -u option for HP
    case `uname` in
      AIX*)
           alias hostname='hostname -s';;
      OS/390*)
           export BPXKAUTOCVT=ON
           export TAGREDIR_IN=TXT
           export TAGREDIR_OUT=TXT
           export TAGREDIR_ERR=TXT
      HP*)
           if [ -o "nounset" ]; then
                set +u
           fi
    esac
    SAP environment
    if [ -f $HOME/.sapenv_`hostname`.sh ]; then
         . $HOME/.sapenv_`hostname`.sh
    elif [ -f $HOME/.sapenv.sh ]; then
         . $HOME/.sapenv.sh
    fi
    APO environment                         
    if [ -f $HOME/.apoenv_`hostname`.sh ]; then
         . $HOME/.apoenv_`hostname`.sh
    fi
    LiveCache environment                         
    if [ -f $HOME/.lcenv_`hostname`.sh ]; then
         . $HOME/.lcenv_`hostname`.sh
    elif [ -f $HOME/.lcenv.sh ]; then
         . $HOME/.lcenv.sh
    fi
    JAVA environment                         
    if [ -f $HOME/.j2eeenv_`hostname`.sh ]; then
         . $HOME/.j2eeenv_`hostname`.sh          <----
    Line 37
    elif [ -f $HOME/.j2eeenv.sh ]; then
         . $HOME/.j2eeenv.sh
    fi
    XI environment                         
    if [ -f $HOME/.xienv_`hostname`.sh ]; then
         . $HOME/.xienv_`hostname`.sh
    elif [ -f $HOME/.xienv.sh ]; then
         . $HOME/.xienv.sh
    fi
    reset the -u option for HP
    case `uname` in
      HP*)
        if [ -o "nounset" ]; then
          set +u
      fi
    esac
    RDBMS environment
    @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ind/ind/DBSRC.SH#4 $ SAP
    if [ -f $HOME/.dbenv_`hostname`.sh ]; then
         . $HOME/.dbenv_`hostname`.sh
    elif [ -f $HOME/.dbenv.sh ]; then
         . $HOME/.dbenv.sh
    fi
    <br>
    I am not seeing where there would be any syntax problems at line 37.  The other odd thing is that this profile is the same as my ROOT and <SID>ADM user, so I do not understand why I am getting this error.
    Any help would be greatly appreciated.
    Thanks.

    I would say that one of the sourced profile contains the error, not .profile itself.
    Markus

  • 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!

  • Solution Manager 4.0,  Red hat Linux 4.0 ES & AS, JSF user creation error

    Dear SAP Gurus,  Please advise.
    I have problem during the installation of SAP SOL Man4.0
    Input:
    I am using <b>SOL Man 4.0</b> with Linux version 2004s version2
    1. <b>Red Hat 4.0 ES</b> , 2. <b>Red hat 4.0 AS</b> (Tried both)
    <b>Java 1.4.2_09
    java Cripto: 1.4.2</b>
    when it go the step 34 out of 44 when it create JSF user creation, I am getting error
    It could not able to create Java user.
    It stops. this error is coming during sapjsf user creation.
    is this bug in SOL man 4.0, any one able to successfully install on Linux.
    I see lot of people had probem while doing on windows, but no one tried on Linux.
    I really appriciate, if some one can help on this.
    Thanks
    Ashok .K
    [email protected]

    Dear Raguraman C ,
    Thanks for your help, here is the log i got, during installation step of <b>Phase 33 of 45 JSF user creation</b>.
    Please analyse, advise me what Java settings need to be changed.
    Thanks
    Ashok .K
    [email protected]
    INFO       2006-12-29 00:06:38
    Execute step createJSF of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind |ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|2|0.
    INFO       2006-12-29 00:06:39 [syuxcpath.cpp:351]
               CSyPath::createFile()
    Creating file /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/UserCheck.jlaunch.
    INFO       2006-12-29 00:06:39 [syuxcpath.cpp:351]
               CSyPath::createFile()
    Creating file /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/UserCheck.log.
    INFO       2006-12-29 00:06:39 [syuxccuren.cpp:264]
               CSyCurrentProcessEnvironmentImpl::setGroup(PSyGroup)
    Real group id set to 501.
    INFO       2006-12-29 00:06:39 [syuxccuren.cpp:543]
               CSyCurrentProcessEnvironmentImpl::setEffectiveGroup(PSyGroup)
    Effective group id set to 501.
    INFO       2006-12-29 00:06:39 [syxxccuren.cpp:105]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS.
    INFO       2006-12-29 00:06:39
               CJSlibModule::writeInfo_impl()
    Output of /usr/sap/SM1/DVEBMGS01/exe/jlaunch UserCheck.jlaunch com.sap.security.tools.UserCheck / tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/lib:/tmp/sapinst_instdir/SOLMAN/SYSTEM/O RA/CENTRAL/AS/install/sharedlib:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install -c sysn r=01 -c ashost=machine5 -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u SAPJSF -p XXXXXX - r SAP_BC_JSF_COMMUNICATION_RO -message_file UserCheck.message is written to the logfile /tmp/sapi nst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/UserCheck.log.
    WARNING    2006-12-29 00:09:27
               CJSlibModule::writeWarning_impl()
    Execution of the command "/usr/sap/SM1/DVEBMGS01/exe/jlaunch UserCheck.jlaunch com.sap.security.t ools.UserCheck /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/lib:/tmp/sapinst_instdir /SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS /install -c sysnr=01 -c ashost=machine5 -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u SA PJSF -p XXXXXX -r SAP_BC_JSF_COMMUNICATION_RO -message_file UserCheck.message" finished with retu rn code 4. Output:
    Dec 29, 2006 12:06:44... Info: User management tool (com.sap.security.tools.UserCheck) called for  action "checkCreate"
    Dec 29, 2006 12:06:44... Info: Connected to backend system SM1 client 001 as user DDIC
    Dec 29, 2006 12:06:45... Info: Called for user SAPJSF
    Dec 29, 2006 12:06:49... Info: Formal password check successful
    Dec 29, 2006 12:06:49... Info: Will create user SAPJSF
    Dec 29, 2006 12:09:20... Info: Created user SAPJSF of type A with reference user <none>
    Dec 29, 2006 12:09:22... Warning: Error during creation of user SAPJSF. Will remove user again to  ensure clean exit state
    Dec 29, 2006 12:09:27... Error: Exception during execution of the operation
    [EXCEPTION]
    com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Invalid request.
            at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:455)
            at com.sap.mw.jco.MiddlewareJRfc$Client.execute(MiddlewareJRfc.java:1395)
            at com.sap.mw.jco.JCO$Client.execute(JCO.java:3917)
            at com.sap.mw.jco.JCO$Client.execute(JCO.java:3354)
            at com.sap.security.tools.UserCheck.createUser(UserCheck.java:1876)
            at com.sap.security.tools.UserCheck.main(UserCheck.java:289)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Dec 29, 2006 12:09:27... Info: Leaving with return code 4
    INFO       2006-12-29 00:09:27 [syuxcfile.cpp:280]
               CSyFileImpl::remove()
    Removing file /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/dev_UserCheck.
    INFO       2006-12-29 00:09:27 [syuxcfile.cpp:280]
               CSyFileImpl::remove()
    Removing file /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/dev_UserCheck.clone.
    ERROR      2006-12-29 00:09:27
               CJSlibModule::writeError_impl()
    CJS-30196  Invalid request.
    ERROR      2006-12-29 00:09:27
    FCO-00011  The step createJSF with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind |ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|2 |0|createJSF was executed with status ERROR .
    Ashok kalakota My coment:
    Phase 33 of 45 JSF user creation
    INFO       2006-12-29 00:06:38
    Execute step createJSF of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind |ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|2|0.
    INFO       2006-12-29 00:06:39 [syuxcpath.cpp:351]
               CSyPath::createFile()
    Creating file /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/UserCheck.jlaunch.
    INFO       2006-12-29 00:06:39 [syuxcpath.cpp:351]
               CSyPath::createFile()
    Creating file /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/UserCheck.log.
    INFO       2006-12-29 00:06:39 [syuxccuren.cpp:264]
               CSyCurrentProcessEnvironmentImpl::setGroup(PSyGroup)
    Real group id set to 501.
    INFO       2006-12-29 00:06:39 [syuxccuren.cpp:543]
               CSyCurrentProcessEnvironmentImpl::setEffectiveGroup(PSyGroup)
    Effective group id set to 501.
    INFO       2006-12-29 00:06:39 [syxxccuren.cpp:105]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(iastring)
    Working directory changed to /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS.
    INFO       2006-12-29 00:06:39
               CJSlibModule::writeInfo_impl()
    Output of /usr/sap/SM1/DVEBMGS01/exe/jlaunch UserCheck.jlaunch com.sap.security.tools.UserCheck / tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/lib:/tmp/sapinst_instdir/SOLMAN/SYSTEM/O RA/CENTRAL/AS/install/sharedlib:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install -c sysn r=01 -c ashost=machine5 -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u SAPJSF -p XXXXXX - r SAP_BC_JSF_COMMUNICATION_RO -message_file UserCheck.message is written to the logfile /tmp/sapi nst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/UserCheck.log.
    WARNING    2006-12-29 00:09:27
               CJSlibModule::writeWarning_impl()
    Execution of the command "/usr/sap/SM1/DVEBMGS01/exe/jlaunch UserCheck.jlaunch com.sap.security.t ools.UserCheck /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/lib:/tmp/sapinst_instdir /SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS /install -c sysnr=01 -c ashost=machine5 -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u SA PJSF -p XXXXXX -r SAP_BC_JSF_COMMUNICATION_RO -message_file UserCheck.message" finished with retu rn code 4. Output:
    Dec 29, 2006 12:06:44... Info: User management tool (com.sap.security.tools.UserCheck) called for  action "checkCreate"
    Dec 29, 2006 12:06:44... Info: Connected to backend system SM1 client 001 as user DDIC
    Dec 29, 2006 12:06:45... Info: Called for user SAPJSF
    Dec 29, 2006 12:06:49... Info: Formal password check successful
    Dec 29, 2006 12:06:49... Info: Will create user SAPJSF
    Dec 29, 2006 12:09:20... Info: Created user SAPJSF of type A with reference user <none>
    Dec 29, 2006 12:09:22... Warning: Error during creation of user SAPJSF. Will remove user again to  ensure clean exit state
    Dec 29, 2006 12:09:27... Error: Exception during execution of the operation
    [EXCEPTION]
    com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Invalid request.
            at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:455)
            at com.sap.mw.jco.MiddlewareJRfc$Client.execute(MiddlewareJRfc.java:1395)
            at com.sap.mw.jco.JCO$Client.execute(JCO.java:3917)
            at com.sap.mw.jco.JCO$Client.execute(JCO.java:3354)
            at com.sap.security.tools.UserCheck.createUser(UserCheck.java:1876)
            at com.sap.security.tools.UserCheck.main(UserCheck.java:289)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Dec 29, 2006 12:09:27... Info: Leaving with return code 4
    INFO       2006-12-29 00:09:27 [syuxcfile.cpp:280]
               CSyFileImpl::remove()
    Removing file /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/dev_UserCheck.
    INFO       2006-12-29 00:09:27 [syuxcfile.cpp:280]
               CSyFileImpl::remove()
    Removing file /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/dev_UserCheck.clone.
    ERROR      2006-12-29 00:09:27
               CJSlibModule::writeError_impl()
    CJS-30196  Invalid request.
    ERROR      2006-12-29 00:09:27
    FCO-00011  The step createJSF with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind |ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|2 |0|createJSF was executed with status ERROR .
    [root@machine5 AS]# cat UserCheck.log
    Dec 29, 2006 12:06:44... Info: User management tool (com.sap.security.tools.UserCheck) called for action "checkCreate"
    Dec 29, 2006 12:06:44... Info: Connected to backend system SM1 client 001 as user DDIC
    Dec 29, 2006 12:06:45... Info: Called for user SAPJSF
    Dec 29, 2006 12:06:49... Info: Formal password check successful
    Dec 29, 2006 12:06:49... Info: Will create user SAPJSF
    Dec 29, 2006 12:09:20... Info: Created user SAPJSF of type A with reference user <none>
    Dec 29, 2006 12:09:22... Warning: Error during creation of user SAPJSF. Will remove user again to ensure clean exit state
    Dec 29, 2006 12:09:27... Error: Exception during execution of the operation
    [EXCEPTION]
    com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Invalid request.
            at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:455)
            at com.sap.mw.jco.MiddlewareJRfc$Client.execute(MiddlewareJRfc.java:1395)
            at com.sap.mw.jco.JCO$Client.execute(JCO.java:3917)
            at com.sap.mw.jco.JCO$Client.execute(JCO.java:3354)
            at com.sap.security.tools.UserCheck.createUser(UserCheck.java:1876)
            at com.sap.security.tools.UserCheck.main(UserCheck.java:289)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Dec 29, 2006 12:09:27... Info: Leaving with return code 4
    [root@machine5 AS]# pwd
    /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS
    [root@machine5 AS]#

  • 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

  • Database SID contains user objects belonging to system user dbo

    Hi,
    I started a Java AddIn installation for NetWeaver 2004.
    ABAP stack is on SP12.
    Win2003 Server SP2
    MS SQL 2005
    SAPInst is stopping with error <b>Database <SID> contains user objects belonging to system user dbo</b>.
    I can't find anything in the log files or in SMP that is guiding me into the right direction...
    Any hints??
    Thx,
    Michael

    Hi Michael,
    You can use the stored procedure sp_check_sap_login to check and verify your db-logins as per note # 610640 .                                                                               
    Afterwards you can use the script "user_change.sql" which is included in the attachment of note # 551915 to change the objects from 'dbo' to 'sid'.
    This may help narrow down the cause at least hopefully.
    Regards, Mark

  • How to Login as SID adm in SAP Hana

    Hi Experts,
    i want the steps to login as <sid>adm user in SAP Hana studio and SAP Hana database.
    So that i can start services and Stop services as well.
    Below is the error messages i get by trying to change to <sid>adm that is  s2padm.
    Urgent help on the steps to login as <sid>adm to connect to studio and to be able to stop and start services.
    Regards,
    Justice

    Hi Justice,
    Check if this helps: http://help.sap.com/saphelp_hanaplatform/helpdata/en/c9/21e48bbb5710148124c0eeddab166d/content.htm?frameset=/en/50/b9056b780f4072a88237bbd2352cf8/frameset.htm&current_toc=/en/c8/aa369bbb57101497c4e0f9c1028266/plain.htm&node_id=19&show_children=false
    http://help.sap.com/saphelp_hanaplatform/helpdata/en/bf/7b3028bb5710148dabc55a36240ee6/content.htm?frameset=/en/4c/d17057d2cd4888820666d1891b9836/frameset.htm&current_toc=/en/00/0ca1e3486640ef8b884cdf1a050fbb/plain.htm&node_id=15
    The Admin Guide of HANA is extremely useful. The one on the help portal is for SPS08 but is still quite relevant.
    Best

  • OPS$ SID ADM where SID is SR3???

    Hello,
    I was upgrading my kernel last week and when i checked my dba_roles... i find an ops$sr3adm....and not a ops$<sid>adm...
    Can somebody tell me why? 'Cause i had always see a ops$<SID>adm.
    When you drop this user (SR3) and you create an other one with the good name and the same rights, it made an error.
    Thanks in advance for helping me.
    Florent

    Hi Eric.  I am seeing the same OPS$SR3ADM Oracle User as you had, in some of our newer JAVA Stack systems and I am wondering:
    a) Where does it come from?
    b) Why is there no OPS$<SID>ADM user?
    c) What you did to resolve it.
    We have no SID = SR3 anywhere in our environment.
    Our unix id's are <sid>adm and ora<sid> as per standard.
    We do have an OPS$ORA<SID> in the database, as expected.
    Naturally, some things to not function as expected from our <sid>adm Unix user, since there is no corresponding OPS$ Oracle user.
    Any thoughts are appreciated.

  • 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

  • SAPInst ECC6.0 - Error during phase "Create Java Users"

    Hello,
    I am currently installing ECC6.0 IDES with windows server 2003 & MaxDB.
    I am getting an error during the "Create Java Users" phase. The initial error stated that the user SAPJSF already existed. During retry a different error came up - that the user SAPJSF has no password.
    Can anyone advise what I can do here to resolve this problem?
    Regards,
    Nicholas Wilson

    Hello Again,
    Just to provide some further information, this is the log which I received when the SAPInst first errored:
    Jan 12, 2007 10:12:31... Info: User management tool (com.sap.security.tools.UserCheck) called for action "checkCreate"
    Jan 12, 2007 10:12:32... Info: Connected to backend system Z01 client 001 as user DDIC
    Jan 12, 2007 10:12:32... Info: Called for user SAPJSF
    Jan 12, 2007 10:12:39... Info: Formal password check successful
    Jan 12, 2007 10:12:39... Info: Will create user SAPJSF
    Jan 12, 2007 10:16:54... Warning: Error during creation of user SAPJSF. Will remove user again to ensure clean exit state
    Jan 12, 2007 10:17:03... Error: Exception during execution of the operation
    [EXCEPTION]
    com.sap.security.tools.UserCheck$DetailException: User SAPJSF already exists
    Diagnosis
    You have tried to create an existing user using the copy function.
    Procedure
    Please edit the existing user or first delete the user and then use the
    copy function. Or choose another user name, for example, by appending
    part of the first name.
    [System: Z01(001), Message: 01 224]
         at com.sap.security.tools.UserCheck.handleBapiRet2Table(UserCheck.java:1252)
         at com.sap.security.tools.UserCheck.createUser(UserCheck.java:1795)
         at com.sap.security.tools.UserCheck.main(UserCheck.java:289)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Jan 12, 2007 10:17:07... Info: Leaving with return code -2
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    According to the log, the system believed the user SAPJSF to have already been created.
    When I carried out a retry, I receive the following log:
    Jan 12, 2007 10:23:45... Info: User management tool (com.sap.security.tools.UserCheck) called for action "checkCreate"
    Jan 12, 2007 10:23:45... Info: Connected to backend system Z01 client 001 as user DDIC
    Jan 12, 2007 10:23:45... Info: Called for user SAPJSF
    Jan 12, 2007 10:23:45... Info: User SAPJSF exists
    Jan 12, 2007 10:23:45... Error: Exception during execution of the operation
    [EXCEPTION]
    com.sap.security.tools.UserCheck$UserLogonException: User account SAPJSF has no password (USER_HAS_NO_PASSWORD)
         at com.sap.security.tools.UserCheck.checkUser(UserCheck.java:833)
         at com.sap.security.tools.UserCheck.main(UserCheck.java:268)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Jan 12, 2007 10:23:45... Info: Leaving with return code 2
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    In this log, it accepts that the user SAPJSF is already created, but errors because the user does not have a password.
    Any suggestions greatly appreciated.
    Regards,
    Nicholas.

  • 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?

  • 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.

Maybe you are looking for