Solman 4.0 SR1 issue - create ADS user

Has anyone seen a problem with creating the ADS user while installing SOLMAN 4.0 SR1?  I appreciate any thoughts you might have.  Thank you much.
~TJ
createADSUser was executed with status ERROR .
Previous to that message, I see:
WARNING 2006-11-19 03:09:01
CJSlibModule::writeWarning_impl()
Execution of the command "\usr\sap\SM1\SYS\exe\run\jlaunch
UserCheck.jlaunch com.sap.security.tools.UserCheck
\usr\sap\SAPinst\SOLMAN\SYSTEM\DB4\CENTRAL\AS\install\lib:\usr\sap\SAPinst\SOLMAN\SYSTEM\DB4\CENTRAL\AS\install\sharedlib:\usr\sap\SAPinst\SOLMAN\SYSTEM\DB4\CENTRAL\AS\install
-c sysnr=40 -c ashost=USALSAPT -c client=001 -c user=DDIC -c XXXXXX -a
checkCreate -u ADSUSER -p XXXXXX -message_file UserCheck.message"
finished with return code 255. Output:
Could not open the ICU common library.
The following files must be in the path described by
the environment variable "LIBPATH":
libicuuc30.a, libicudata30.a, libicui18n30.a [nlsui0_mt.c 1620] pid =39728

Hi TJ,
useful input for analysis, also if via customer message might be the environment of the regarding job. In order to get it do the following:
Signon as <SID>ADM
call qp2term
ps -ef | grep <SID>
    (gives you an overview of active processes, grep the PID <pid> of your process)
ps eew <pid>
HTH,
   Thomas

Similar Messages

  • Error while creating ADS User

    Hi,
    I'm in the process of installing NW 2004's, but i got error while Creating ADS user. Below are the logs, which i'm getting--
    WARNING 2008-02-12 07:02:15
    Execution of the command "/usr/sap/ND2/DVEBMGS00/exe/jlaunch UserCheck.jlaunch com.sap.security.tools.UserCheck /tmp/install/sapinst_instdir/NW04S/SYSTEM/DB6/CENTRAL/AS/install/lib:/tmp/install/sapinst_instdir/NW04S/SYSTEM/DB6/CENTRAL/AS/install/sharedlib:/tmp/install/sapinst_instdir/NW04S/SYSTEM/DB6/CENTRAL/AS/install -c sysnr=00 -c ashost=gnwux04 -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u ADSUSER -p XXXXXX -message_file UserCheck.message" finished with return code 255. Output: Exception in thread "main" java.lang.NoClassDefFoundError: com/sap/engine/offline/OfflineToolStart
    ERROR 2008-02-12 07:02:15
    CJS-30197  . For more details see output of logfile:
    ERROR 2008-02-12 07:02:15
    FCO-00011  The step createADSUser with step key |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Usage_Types_Configuration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_ADS|ind|ind|ind|ind|2|0|createADSUser was executed with status ERROR .
    Please help me out this is urgent, as my installation is halted.
    THanks,
    Anand.

    Hello,
    this is not really an ADS problem. It might be better if try to ask this in the WebAS forum. The problem is here with the UME.
    Best regards,
    Dezso

  • Create ADS User Link

    Hi, 
    is there a way to create a ADS User Link in another Organization Unit? We have a lot of users and a lot of OUs, but now we have to have some users in more than one OU. We don't want to copy the user, we only want to have one user object. 
    Can this be done by LDAP?
    VB.NET & C#.NET

    As Paul mentioned, the answer is no.
    I have faced similar needs where a user can have multiple status (Example: A user belong to two departments). What I have done is that I created a custom attribute in AD which is multi-valued. Once done, I linked the attribute to the user class and I populated
    it with the required values. With that, I was able to create custom filters that allowed me to achieve my goals.
    To create a custom attribute in AD, you can refer to that: http://social.technet.microsoft.com/wiki/contents/articles/20319.how-to-create-a-custom-attribute-in-active-directory.aspx
    This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
    Get Active Directory User Last Logon
    Create an Active Directory test domain similar to the production one
    Management of test accounts in an Active Directory production domain - Part I
    Management of test accounts in an Active Directory production domain - Part II
    Management of test accounts in an Active Directory production domain - Part III
    Reset Active Directory user password

  • Issue creating a MatView for another user w/ a private DB Link

    I am having an issue creating a materialized view for another user where the select statement for the MV uses a private db link. Looks like the following:
    Logged in as user X, I run:
    create materialzied view Y.foo
    (select blah
    from tbl@y_priv_db_link_here);
    When I try to run this, I get a permission issue. User X has DBA privilege, user Y has create MV priv and has select priv on the table in the db link.
    I can create this MV logged in as user Y. Cant create this logged in a user Y in test or prod environment, so this isn't an option.
    Any ideas on how I can create this logged in a user X? I believe the issue here is that since this is a private db link owned by user Y, user X doesn't have access to this db link.
    thanks.

    Here is what I was trying to do:
    SQL> CREATE MATERIALIZED VIEW extract.ADDRESS
    2 TABLESPACE xxx
    3 BUILD IMMEDIATE
    4 REFRESH
    5 COMPLETE
    6 ON DEMAND
    7 WITH PRIMARY KEY
    8 AS
    9 ( SELECT ... FROM address@CM_TO_CPD);
    FROM pwb_address@CM_TO_CPD)
    ERROR at line 11:
    ORA-01031: insufficient privileges
    Message was edited by:
    Jim S

  • SolMan 4.0 Solaris / Oracle install: Unable to create account user

    Hi!
    Am I getting this error during step 2 (Create users for SAP System) of the Solution Manager 4.0 installation. This error occurs when SAPinst is trying to create account "orasol" for system "SOL".
    INFO[E] 2007-02-14 13:12:51
    FSH-00006 Return value of function getpwnam(orasol) is NULL
    ERROR 2007-02-14 13:12:51
    FSL-01002 Unable to create account user="soladm". UX: /usr/sbin/useradd: ERROR: Unable to create the home directory: No such file or directory. (return code 12)
    ERROR 2007-02-14 13:12:51
    MUT-03025 Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    Please let me know how I can fix this error!
    Regards,
    Thomas

    Hello Thomas,
    It looks like a Solaris issue. Check if the home directory
    /home is reserved in the Solaris configuration.
    Check if this fix the problem please perform the following steps:
    1. modify /etc/auto_master file to change the entry for '/home' to say
       '/autohome' instead
    2. reboot
    3. rmdir /home
    4. ln -s /export/home /home (make sure /export/home exists)
    Also you could create soladm manually in advance.
    Hope this helps,
    Dolores

  • Creating another User Account Issues

    Hello-
       I recently created another user account because of of corruption issues and need to have the same functionality in the new user profile. I transferred all the old user profile data to the new user profile as per instructions posted here:
    Locate the C:\Users\Old_Username folder, where C is the drive that Windows is installed on, and Old_Username is the name of the profile
    you want to copy files from.
    Select all of the files and folders in this folder, except the following files:
    Ntuser.dat
    Ntuser.dat.log
    Ntuser.ini
    Click the Edit menu, and then click Copy.
    If you don't see the Edit menu, press Alt.
    Locate the C:\Users\New_Username folder, where C is the drive that Windows is installed on, and New_Username is the name of the new
    user profile you created.
    Click the Edit menu, and then click Paste.
    If you don't see the Edit menu, press Alt.
    Log off, and then log back on as the new user.
       After doing this I have noticed some programs not launching the same with missing info. For example TeamSpeak3 launches but opens as a new user with none of my saved bookmark profiles even though they are listed in the directory file. To me
    it has to be a permissions thing or User data transfer issue, because I have the user data in the old user app data file but none in the new user app data.
       I am the only user of this computer so there is no user issues with other people and would like full functionality. Thanks in advance.

    @ Kate Li thanks for responding and  yes I did follow the instructions in the folder options to unhide and show all the files I didn't copy>paste that portion just to save room on the post. The link is the same as the one I used:
    Click the View tab, and then click Show
    hidden files, folders, and drives.
    Clear the Hide protected operating system files check box, click Yes to
    confirm, and then click OK.
    One mistake I did make was to copy>paste the shortcuts when I know now to just create them from the program directory (send to desktop) context. 
    Would you happen to have a link explaining how to go about transferring or importing registry files?

  • Creating second user account on TC. No separate folder and security issues

    Hi,
    I've had my TC for some time, and after some start-up triuble all is working very nicely now.
    That is, until I wanted to set up the TC for my girlfriends backups too. On my mac, i created a user account for the TC, and i see two folders when i connect to the TC: "Timecapsule" and "MyAccountName". Now when i did the same on the other Macbook, i get only the "Timecapsule" account, not a folder (or sharepoint) with her account name. Also, I saw that as the sparsebundle files are on the 'main' sharepoint, it is possible to access both from both computers, wierd.
    Any thoughts on how I can use 1 TC for 2 computers with 2 sharepoints for both?
    So, on my own computer i would have a general folder and a personal folder, on the other the same...
    Help much appreciated!

    To clarify: When i connect to the TC, i mount two volumes, but on the other Macbook, I only get the main volume, not the specific user volume.

  • Issues while creating new user in SAP HANA

    Hello Team
                       When i am trying to create a new user in SAP HANA studio i can see that there has been a new field added of DATA validity where there are two options  a) Valid From and b)Valid Unitl . No matter whatever dates i give in this i got this error which creating the user . Status :- inactive
    Reason :- outside validity period . PFA screen shot attached below . Please suggest what dates should be given in  this field with some sample example .
    Regards

    Prag,
    Try this. Execute the following in a SQL window started by a userid that has been granted the USER ADMIN system privilege:
    ALTER USER BODS1 VALID FROM NOW    UNTIL FOREVER;
    You can use a date instead of FOREVER --- '2016-12-31 23:59'.
    Good luck,
    Robert

  • Solman Change Request Management Issue - about create task list

    Dears,
        We are now using Solman ChangeRM. I have created a maintainance project and maintained its logical component and IMG project. when I want to create a task list for this project, a message"The project is not released. Hence cycle can not be created" poped. The message no. is /TMWFLOW/CONFIG_UI017. Where can I release the project?
    Thanks
    Roger

    Hi,
    Pls click the check button(next to activate button)
    see the SLG1 log generated remove the errors shown in red.
    One it is done u press the refresh button & thn u cn create the task list
    chk
    https://websmp202.sap-ag.de/~sapdownload/011000358700000657692007E/ECTS_CHARM_SP12.PDF
    /people/dolores.correa/blog/2008/07/26/first-steps-to-work-with-change-request-management-scenario
    http://help.sap.com/saphelp_sm32/helpdata/en/0c/5b2160f6fa4b83a3674a210b1cdeb0/content.htm
    Regards
    Prakhar

  • Stuck at "Creating SAPJSF user..." step during installation of SolMan

    Dear Experts,
    I was trying to install Solution Manager 7.0 EHP1 thru SAPInst.exe and it stuck during "Creating SAPJSF user" step, and the following is the statement I found in installation log message.
    ERROR 2011-01-26 16:26:11.986 sixxcstepexecute.cpp:950
    FCO-00011 The step createJSF with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|4|0|createJSF was executed with status ERROR .
    Does anyone know what went wrong?
    Regards,
    Abraham

    Hello All,
    We have also faced the same error (attaching part of the error below) while installting PI 7.1, EHP 1 on Win 2008 with SQL 2008 Database.  And got the resolution following the earlier message thread from Mr. Abraham and downloaed the New Kernel having "JLAUNCH.EXE" and upgraded with new kernel.
    Then the error came that the User "SAPJSF" is already created which we deleted after login at ABAP level using T.code SU01 and then got our installaltion successfully completed.
    Thanks a lot....Abraham for updating the solution.....!!
    Regards,
    Devki Nandan Bhatt
    ERROR      2011-09-04 11:35:11.800 [sixxcstepexecute.cpp:984]
    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|6|0|createJSF was executed with status ERROR ( Last error reported by the step :. DIAGNOSIS: For more details see output of log file:).
    TRACE      2011-09-04 11:35:11.989
    Instantiating new NWUsageTypeBasic
    TRACE      2011-09-04 11:35:11.989
    NWUsageTypeBasic() done
    TRACE      2011-09-04 11:35:11.994
      Call block:CallBackInCaseOfAnErrorDuringStepExecution
        function:CallTheLogInquirer
    is validator: true
    WARNING    2011-09-04 11:35:11.997 [iaxxejshlp.cpp:150]
    Could not get property IDs of the JavaScript object.
    ERROR      2011-09-04 11:35:11.998 [iaxxejsctl.cpp:492]
    FJS-00010  Could not get value for property .
    Edited by: D.N. Bhatt on Sep 4, 2011 11:12 AM

  • Error in phase creating java users during installation!!

    Hi,
    We are getting error at step "Creating java Users" while installing NW 2004s SR1  non unicode dual stack on HP Ux Pa Risc 64 bit with database Oracle 10g.
    Erro logs of file /tmp/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/sapinst_dev.log are as:
    ==================================================================================================
    ERROR      2011-07-21 13:20:37
               CJSlibModule::writeError_impl()
    CJS-30197  . For more details see output of logfile:
    TRACE      [iaxxejsbas.hpp:460]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown unknown exception. Rethrowing.
    ERROR      2011-07-21 13:20:37 [iaxxgenimp.cpp:736]
               showDialog()
    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 .
    =================================================================================================
    Also please note that we have already 1 instance (dual stack) on same host and that is running fine.
    Could someone please assist us in proceeding further.
    Regards
    Joy Garg

    Hi,
    Issue gets resolved by  extracting manualy from JAVA_DVD_DIR/J2EE_OSINDEP/J2EEINSTALL.SAR to SAPINST install directory using SAPCAR. The path of this install directory is:/tmp/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/install as:
    > pwd
    /tmp/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/install
    > SAPCAR -xvf /SW/NW_2004s_SR1Java_based_SW_Comp/J2EE_OSINDEP/J2EE-INST/J2EEINSTALL.SAR
    Once we have extracted the J2EEINSTALL.SAR relaunch SAPINST again and the installation continue.
    Regards
    Joy garg
    Once you will have extracted the J2EEINSTALL.SAR please launch SAPINST again and the installation will continue.

  • Error while creating new user in Oracle 11i EBS

    I am getting following error while creating new user. How solve this issue?
    “Unable to load java class % specified profile option SIGNON_PASSWORD_CUSTOM. Please verify that the class exists and that it implements the java interface oracle.apps.fnd.security.PasswordValidation”.

    Following is the text from Note for Custom Password Validation logic:
    Customers who wish to use their own password validation logic may do
      so by writing their own Java classes that implement the
      oracle.apps.fnd.security.PasswordValidation Java interface.  The
      interface requires 3 methods to be implemented:
      1) public boolean validate(String user, String password)
        - This method takes a username and password, and then returns true
      or false, indicating whether the user's password is valid or invalid,
      respectively.
      2) public String getErrorStackMessageName()
        - This method returns the name of the message to display when the
      user's password is deemed invalid (i.e., the validate() method returns
      false).
      3) public String getErrorStackApplicationName()
        - This method returns the application shortname for the
      aforementioned error message.
      After writing the Java class to perform customized password
      validation, the customer must then set the value of the profile option
      SIGNON_PASSWORD_CUSTOM to be the full name of the class.  If, for
      example, the name of the Java class is
      oracle.apps.fnd.security.AppsPasswordValidation, then the value of the
      SIGNON_PASSWORD_CUSTOM profile option must be
      oracle.apps.fnd.security.AppsPasswordValidation.  Note that AOL/J
      will attempt to load this class dynamically.  Hence it is necessary to
      make the class accessible by AOL/J.  This means that in Forms, the
      class must first be loaded into the database using the loadjava
      command.
    You will need to apply the following patches for 11.5.1:
       1344802
       1363919
       1472974
       1351004
       1377615
    You will need to apply the following patches for 11.5.2:
       1377615

  • The problem is this: In the phase "Create Java Users"

    Hello,
    I am installing Solution Manager 4.0 Release 2 (with Red Hat Enterprise Linux Server release 5.1 and Oracle 10 and my java version is: j2sdk1.4.2_14) The problem is this: In the phase "Create Java Users" I get the next error
    WARNING 2009-02-13 14:53:22
    Execution of the command "/usr/sap/PTS/DVEBMGS00/exe/jlaunch UserCheck.jlaunch com.sap.security.tools.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=00 -c ashost=sap-vpmn -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u SAPJSF -p XXXXXX -r SAP_BC_JSF_COMMUNICATION_RO -message_file UserCheck.message" finished with return code 2. Output:
    java.lang.ClassNotFoundException: com.sap.security.tools.UserCheck
    at com.sap.engine.offline.FileClassLoader.findClass(FileClassLoader.java:691)
    at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:600)
    at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:578)
    at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:79)
    INFO 2009-02-13 14:53:22
    Removing file /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/dev_UserCheck.
    INFO 2009-02-13 14:53:22
    Removing file /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/dev_UserCheck.clone.
    ERROR 2009-02-13 14:53:22
    CJS-30196
    ERROR 2009-02-13 14:53:22
    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|3|0|createJSF was executed with status ERROR .
    Thanks & Regards

    Hi,
    This problem normally arises with the wrong combination of JDK and OS and for the Linux machines, its better to use IBM Java instead of SUN java
    I remember that I have solved this type of problem by using lower version of IBMJava2-AMD64-142-SDK-1.4.2-10.0.x86_64.rpm which is SR10. You can download this version from
    http://www.ibm.com/developerworks/java/jdk/linux/download.html
    go to download _12 and then just change the sr12 to sr10 in the header url....
    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|3|0|createJSF was executed with status ERROR .
    with the higher versions of java for 64bit systems create serious stack over flow problems.....
    what I suggest you is to start reinstallating SolMan after installing IBM java sr10 version...
    Regards,
    Naveen.

  • How to create many user in the same database

    hi
    my question is "How to create many user in the same database(application)?"
    for example, i have students, teachers, and staffs user using my application.
    i can create many users to use the same application right?, how ^^''' ???
    (right now i can only create application and then it shows every data in my DB
    but i want it to show only the data for the user who login to that application)
    Thanks.
    ps. i'm newbie, please help T^T

    You need to create a user table within your application that maintains their privileges. If you have LDAP you could use this for authorisation otherwise the table would handle that as well (store passwords etc). Your reports etc would then be filtered on information from this table.
    Check out some of the sample applications to see how authorisation and access is implemented (Online store is one). The how-to on the issue tracking system should also have some useful pointers.
    http://download-west.oracle.com/docs/cd/B31036_01/doc/appdev.22/b28839/issue_track.htm#BABBGBJG
    cheers,
    Ron

  • Create two users for the same schema

    Hi,
    I want to create 2 users, with different privilleges each, so that they can have access to the same database tables and also to their metadata tables (user_sdo_maps, user_sdo_themes, user_sdo_styles). I have created the tables under the first user and then grant access permission to the second user. The issue is that, at MapBuilder tool, the second user don't have access at the themes and the base maps of the first user, although i grant full access permission at those views.
    PS: i use spatial data, should i post this at the spatial category?

    In every dictionary view user_ always relate to the current user.
    You need to use
    all_sdo...
    where owner=....
    You may need to repost this in the Spatial forum though in an attempt not to convert this forum into a dumpground,
    but I doubt the answer will be different.
    Obviously, the all_sdo etc views are documented.
    Sybrand Bakker
    Senior Oracle DBA

Maybe you are looking for

  • [N80] Is it possible to share files using WLAN 802...

    Hello. I dont have a Bluetooth connection but I would like to share files between my computer and my N80 using the WLAN not bluetooth. Thanks

  • Searching 'parent' group for member of 'sub group'

    Running XI 3.1 using Windows AD SSO .   BOE group 'Report users' contains Windows AD subgroup '<domainname\groupname>'.  In CMC searching for an individual user from parent BOE group 'Report users' search returns nothing.  When searching 'User list'

  • How to make this iPhone known

    My iPhone is unknown how to make it known

  • After Upgrade to Yosemite, Finder and other apps didn't work!

    I have Yosemite installed, i think so, overtime i restart or reboot begins again the installation process, when i log in, finder doesn't open and safari crashes, it *****!

  • Ssl connection

    I'm trying to setup a ssl connection between a client and an Oracle 9i database. It's a wallet mandatory to setup a ssl connection? Or configuring the listener/sqlnet/tnsnames via Net Manager and Net Configuration Assistant is enough? Thanks a lot Pa