Change j2ee_admin username in add-in installation

hi,
is it possible to change the default administrator username from j2ee_admin to something else in a add-in installation? It is a NW2004s add-in installation.
Thanks, for your help.
best regards
thomas

Hi Viliana,
i have changed the admin user like described in your first link. It looks quite good, the j2ee engine of the double stack is running, i can connect, the sld is running correctly. But i had a strange effect in the visual admin during the configuration of the sld data supplier, so i was wondering if the documentation is only for standalone java installations and then i was not sure if the admin user in a double stack system has to have the user name j2ee_admin.
best regards
thomas

Similar Messages

  • Failed on Java CI add-in installation with Java Admin Account Create

    I've installed an ABAP stack and it works smoothly. Java Central Instance Service(add-in) and Java Database Instance(add-in) are both installed successfully. When I install Java Central Instance(Add-in), I get an error when system asks me to input passwords of Java admin accounts. I use same password for all sap account, eg. james123, but in this step, I input same password, the screen does not change to the next.
    I paste error info below for reference.
    =====================
    =======sapinst.log======
    =====================
    WARNING 2008-08-06 20:08:01
    Execution of the command "/tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install/jlaunch UserCheck.jlaunch com.sap.security.tools.UserCheck /tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install/lib:/tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install/sharedlib:/tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install -c sysnr=00 -c ashost=eccdev -c client=001 -c user=DDIC -c XXXXXX -a checkBeforeCreate -u J2EE_ADMIN -p XXXXXX -r SAP_J2EE_ADMIN -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)
    Please advise. Thanks so much.
    James

    Hi
    I still got the problem.
    Here is some more details
    1. "Central Instance Java Add-in" installation.
    2. The step is "ABAP UME" (Enter the J2EE engine user passwords). System ask user to enter password of administrator user, password of communication user, and password for SDM.
    I enter a password like james123, it does not go to next screen. then I try to input other passwords, it does not go to next screen either.  Does password cause the problem? What's the rule of password? And what's the return code 2 in below log file?
    Here is the information which I can find out in file sapinst_dev.log.
    ==================sapinst_dev.log=====================
    WARNING    2008-08-07 07:13:10
               CJSlibModule::writeWarning_impl()
    Execution of the command "/tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install/jlaunch UserCheck.jlaunch com.sap.security.tools.UserCheck /tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install/lib:/tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install/sharedlib:/tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install -c sysnr=00 -c ashost=eccdev -c client=001 -c user=DDIC -c XXXXXX -a checkBeforeCreate -u J2EE_ADMIN -p XXXXXX -r SAP_J2EE_ADMIN -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)
    Please advise. thanks so much
    James

  • Hi, I recently changed my username for my iTunes/iCloud account. Can anyone tell me how i change the username on my iCloud iPad? When I go onto setting to change it it keeps the username grey so I can't even select it?

    Hi, I recently changed my username for my iTunes/iCloud account. Can anyone tell me how i change the username on my iCloud iPad? When I go onto setting to change it it keeps the username grey so I can't even select it?

    Welcome to the Apple Community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    Providing you are simply updating your existing details and not changing to another account, when you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.
    In order to change your Apple ID or password for your iCloud account on your computer, you need to sign out of the account from your computer first, then sign back in using your updated details. (System Preferences > iCloud, click the sign out button)
    In order to change your Apple ID or password for your iTunes account on your iOS device, you need to sign out from your iOS device first, then sign back in using your updated details. (Settings > iTunes & App store, scroll down and tap your ID)
    If you are using iMessages or FaceTime, you will also need to log out and into your ID there too.

  • Login Hook stops working once I've changed the username

    Hello. I need to change the usernames for a number of local accounts on a 10.5.8 mac. The accounts were set up by someone else who is no longer working at this education insitution and hasn't left any documentation. Currently when each user logs on, a script runs that does the following
    #!/usr/bin/env bash
    # iMac logon script
    # get our user
    theUser=$1
    # get the users home directory
    #theUsersHome=$HOME
    # Copy the dock plist file for the user
    cp /Library/Scripts/GHS/Docks/${theUser}/com.apple.dock.plist /Users/${theUser}/Library/Preferences
    # Create a ScreenCaptures folder on the desktop, give it permissions and redirect the screen captures
    # Unlock the Desktop folder first in case it is locked
    sudo chflags nouchg /Users/${theUser}/Desktop
    mkdir /Users/${theUser}/Desktop/ScreenCaptures
    sudo chown ${theUser}:staff /Users/${theUser}/Desktop/ScreenCaptures
    defaults write com.apple.screencapture location /Users/${theUser}/Desktop/ScreenCaptures
    # Create a VideoWork folder on the Desktop and give it permissions
    # Unlock the Desktop folder first in case it is locked
    sudo chflags nouchg /Users/${theUser}/Desktop
    # Remove the old Video Work folder in case it exists
    rmdir /Users/${theUser}/Desktop/Video\ Work
    mkdir /Users/${theUser}/Desktop/VideoWork
    sudo chown ${theUser}:staff /Users/${theUser}/Desktop/VideoWork
    # Lock the Desktop, Documents, Movies, Music and Pictures folders
    sudo chflags uchg /Users/${theUser}/Desktop
    sudo chflags uchg /Users/${theUser}/Documents
    sudo chflags uchg /Users/${theUser}/Movies
    sudo chflags uchg /Users/${theUser}/Music
    sudo chflags uchg /Users/${theUser}/Pictures
    However, once I change the users account name, the script doesn't seem to run correctly as the screen captures fail due to not having write permission in the intended destination.
    I rename the UserName the ShortName, the HomeDirectory and the folder here /Library/Scripts/GHS/Docks/UserName
    The idea is, once I've updated this one mac with all the new accounts, I will then duplicate the image across all the others that we have
    I'm very new to this and I'm not sure how much of this works
    Thank you very much for any help and I apologise if I've missed out any essential information.

    Hi John, not certain I can help here, but...
    Add a user from the OS X command line, works with Leopard!
    http://osxdaily.com/2007/10/29/how-to-add-a-user-from-the-os-x-command-line-work s-with-leopard/
    More...
    http://osxdaily.com/2011/05/20/change-short-name-user-mac-os-x/
    http://www.macworld.com/article/132693/2008/03/changeshortusername.html

  • The Add-on installation is currently in phase DDIC_ACTIVATION

    Dear All,
    I am applying the addon "ST-A/PI" on SAP ERP 6.0. The status "The Add-on installation is currently in phase DDIC_ACTIVATION" has been there for a few hours now whereas the sap note says it should end in 12 mins approx.
    Could you please help in resolving the issue. This is very important.
    Thanks
    Best Regards,

    Welcome to SDN,
    You can't change the existing queue if the SPAM status is DDIC_ACTIVATION.
    Can you please check the SPAM --> goto --> import logs.
    You need to raise an OSS message if you want to reset the SPAM queue.

  • System Settings Add-On Installer on KDE4.9 [Solved/Disregard]

    Hey everyone!
    I've been having this problem for days now and I can't figure out what to do. So, here's the problem, I have a working internet connection and everything, however, if I want to go and get a new window decoration the Add-On Installer never gets passed the Initializing loader on the bottom. I have left it alone for hours and it still never got past it. Any ideas?
    EDIT: Have no idea what happened, but I woke up this morning and found it working again. So maybe server's were down...? I had upgraded my system (pacman -Syu), so maybe something changed the problem.
    Last edited by Nanashi (2013-01-22 19:42:33)

    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    This error means nothing. Its caused by apps using KUniqueApplication, which does some basic stuff like creating a D-Bus connection and forkes to create the real applications see:
    https://bugs.kde.org/show_bug.cgi?id=297020

  • Add-In Installation: check logon.ticket_client (see note 994785)

    Hi all,
    We have successfully setup BI to portal connectivity and it is working fine with just one exception that is BEx Broadcast is not functional. Step 8 and 12 of RSPOR_SETUP are in RED.
    STEP 8:
    Status 8: Configure User Management in Portal       -    Add-In Installation: check logon.ticket_client (see note 994785)
    STEP 12:
    Status 12: Maintain User Assignment in Portal        -   System failure during call of function module RSWR_RFC_SERVICE_TEST
    In this regard, support desk tool is displaying warning over WebAS ABAP setting with following message:
    STATUS = YELLOW
    User mapping check not possible Try to execute Support Desk Tool by another user in order to perform user mapping check
    Applying SAP note 994785 that refers to changing the logon.ticket_client parameter to a client that does not exist in ABAP. We did change the Java client in Visual Admin-->Security Provider service as follows:
    1. Choose the User Management tab page.
    2. Choose Manage Security Stores.
    3. Select the login module CreateTicketLoginModule and choose View / Change Properties.
    Also, new parameter value was added to instance profile with logon.ticket_client=799 (client that does not exist in ABAP). And the certificate in STRUSTSSO2 added to ACL with client 799. Restarting the instance and running the report RSPOR_SETUP still encounter the same issues as above in STEP 8 and 12.
    Please correct me if I went wrong somewhere in the above process.
    Regards.

    Hi Sandeep,
    Support Desk tool is already installed hence the output.
    "In this regard, support desk tool is displaying warning over WebAS ABAP setting with following message:
    STATUS = YELLOW
    User mapping check not possible Try to execute Support Desk Tool by another user in order to perform user mapping check "
    Regards.

  • Add-In Installation with another client than 001

    We installed a BI 70 Abap system and then we installed the the Java ADD-in using another client than 001  (ie 100).
    What we have to do to switch the UME to the client 100 client ?
    We read note 917950 but is not more clear what we should do.

    Hi
    I still got the problem.
    Here is some more details
    1. "Central Instance Java Add-in" installation.
    2. The step is "ABAP UME" (Enter the J2EE engine user passwords). System ask user to enter password of administrator user, password of communication user, and password for SDM.
    I enter a password like james123, it does not go to next screen. then I try to input other passwords, it does not go to next screen either.  Does password cause the problem? What's the rule of password? And what's the return code 2 in below log file?
    Here is the information which I can find out in file sapinst_dev.log.
    ==================sapinst_dev.log=====================
    WARNING    2008-08-07 07:13:10
               CJSlibModule::writeWarning_impl()
    Execution of the command "/tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install/jlaunch UserCheck.jlaunch com.sap.security.tools.UserCheck /tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install/lib:/tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install/sharedlib:/tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI/install -c sysnr=00 -c ashost=eccdev -c client=001 -c user=DDIC -c XXXXXX -a checkBeforeCreate -u J2EE_ADMIN -p XXXXXX -r SAP_J2EE_ADMIN -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)
    Please advise. thanks so much
    James

  • Error: CJS-20057  while Java-Add-In-Installation

    Hi,
    I get this error while Java-Add-In-Installation:
    ERROR 2005-08-31 09:01:59
    CJS-20057  Starting J2EE Engine D01 of SAP system XI3 failed: after 23 seconds the state of the engine changed from "Stopping" to "Stopped".
    Who knows the solution?
    Thanks.
    Greets
    Stefan

    Hi Stefan,
    This is one solution that i came across in an alternate thread,
    "Not sure if this will help but..
    All of my issues resolved around the Java engine (HEAP) not being able to reserve enough memory. Also, I found some of the default parameters in the config tool to be slightly incorrect.
    So, I patched to the Java version C:\j2sdk1.4.2_08..I assume you have edited the profile parameter to include
    jstartup/vm/home = <your jdsk> location
    During the java install, failed at the IGS step (due to IGS running on the Abap stack), had to kill this process with
    qprocess sapservice<SID> (look for the IGS processes)
    sapntkill -INT pid pid pid (yes, I'm running Windows)
    Then, the failure at the Java startup time. Numerous error messages like cj2-20057, or server0 would not start etc. I tried numerous attempts, eventually identifing that the Java parameters were not correct.
    So...
    Run the configtool.bat
    For the instance_ID:-
    Message Server and Bootstrap tab
    256MB memory
    no Java parameters set
    Servers General Tab
    Max heap size 256MB
    -Xms128m
    -XX:NewSize=32m
    -XX:MaxNewSize=64m
    -XX:NewRatio=3
    -XX:+DisableExplicitGC
    The DISPATCHER ID
    General TAB
    Ensure the max heap size is 64
    -Xms64M
    Bootstrap TAB
    Max heap size 384
    (no JAva parameters set)
    the SERVER ID
    General TAB
    Max Heap Size 528
    Java parameters as below....
    -Xms528M
    -XX:PermSize=192M
    -XX:MaxPermSize=192M
    -XX:NewSize=160M
    -XX:MaxNewSize=160M
    -XX:SoftRefLRUPolicyMSPerMB=1
    -XX:SurvivorRatio=2
    -XX:TargetSurvivorRatio=90
    -verbose:gc
    Bootstrap Tab
    383MB
    -no java parameters set
    Shut down the Java stack in MMC, pressed the Retry button, and all was fine.
    Hope this helps."
    cheers
    Sameer

  • Add-on installation failed because another version is already installed

    when desinstaler addon, and soon trying to install he himself addon but with a superior version, does not leave. Since it says that it must be a later version, when it is it. There is some site where cleans the registry of addones installed?
    the message is : "Add-on Ficheros de banco: Add-on installation failed because another version is already installed. Ensure that the version number is higher than the version previously installed."

    The best way is to go in Addon-Project Development and in its Bin directory change its exe name.  for example it its exe name is abc.exe then change it to abc1_0.exe
    It will work properly.
    Regards,
    Ganesh

  • How do you change your username?

    I typed in the wrong username I wanted. How do I change this?
    I typed djve53@jo39 when I wanted to type in dave53@jo39-

    You can post a "Want to change my user name / e-mail address" request in the contributors forum.
    * [[/forums/contributors]]
    Add [ATTN: Admin] in front of the subject title to get the attention of a forum Administrator.
    [ATTN: Admin] Please change my username and e-mail address
    Another possibility is to contact one of the forum Administrators like Rosana or Madalina via a PM.
    *https://support.mozilla.org/en-US/kb/meet-team
    *https://support.mozilla.org/en-US/groups/kitsune-champions

  • Java add on installation in ECC 6

    Hi all,
    We are having ECC 6 already in place and our client requirement is to install java add on the same in ECC instance. In the installation master I have selected the Netweaver system , followed by sap system and then java add in for abap system.
    This is the step which i am following for java add in installation. I am not sure whether i am in the right process. Could you please suggest the porcess?
    Regards
    Vijay

    Thanks Rohit,
    For the immedite response.
    In the phase of Java system RFC connection. I have provided the SAP SYSTEM LOG in details.
    That is SAP client as : 300
    DDIC password   : password
    The problem is not accepting by ddic passowrd and throwing an error by saying the password which you have provided is wrong. But i can able to log in sap level by using the same password in the same client.
    Why is not accepting the password? Eventhough the password is right and also i can able to login in sap level.
    I am sure about i didnt do silly mistakes like caps lock or mistyoing or key board issues. And also I have tried the standard passwords like 19920706,minisap and the master passwords.
    After the third attempt in installation,m the user is get locked. I will unlock and will try again. Even I tried to change the password in sap level and its not working in the installation.
    Anyone have any idea on this??
    Kindly suggest
    Thanks and Regards
    Vijay kumar

  • How can I change my username in the Gamecenter ?

    Does somebody know how to change the username in the gamecenter? My name appears on it and I would like to put something else as a username. Tks

    You must add the itunes redirect tag within the <channel> element of your feed. Its doubtful that a 3rd party app would support this tag, but its possible. If you have access to the actual xml file, you can add the redirect feed manually using any text editor.
    <itunes:new-feed-url>http://yournewdomain.com/podcast.xml</itunes:new-feed-url>
    The itunes redirect tag simply tells iTunes users where your podcast has been moved to, and updates their local settings accordingly. The next time they visit your podcast, they will go directly to your new feed specified in the redirect tag.
    For non-iTunes users, the itunes redirect tag doesn't help. Thats where the 301 redirect comes in, however it is a bit complicated depending on the type of host your podcast is on. If you don't want to tackle the 301 redirect, keep reading.
    One method of updating non-iTunes users...if you can still post an episode to your old feed, then one option is to post a text file that directs people to your new feed. You could also post a brief audio clip stating the same thing. Leave this episode up for a couple of weeks and then kill your old feed.
    <item>
    <title>PODCAST UPDATE: Please Read!</title>
    <link>http://yournewdomain.com/newfeed.txt</link>
    <enclosure url='http://yournewdomain.com/newfeed.txt' type='text/plain' />
    </item>

  • How to change Administrator Username (OS/Diaster/CLI) in CUCM - 9.1.2

    Dears - Can anyone help me with command to change Administrator Username (OS/Diaster/CLI) in CUCM - 9.1.2.
    I can see command to change Administrator Passoword (OS/Diaster/CLI) not the username.
    Thanks,
    Siva

    See the installation guide. Table 2 under the "Server Installation Information" section.
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/install/9_1_1/CUCM_BK_I05CD008_00_installing-cucm-91/CUCM_BK_I05CD008_00_installing-cucm-91_chapter_01.html#CUCM_RF_ID154C37_00
    Parameter
    Description
    Can Entry Be Changed After Installation?
    Administrator ID
    This field specifies the administrator account user ID that you use for secure shell access to the CLI, for logging into Cisco Unified Communications Operating System Administration and for logging into theDisaster Recovery System.
    No, you cannot change the entry after installation.
    Note   
    After installation, you can create additional administrator accounts, but you cannot change the original administrator account user ID.
    Basically, you cannot change the OS/platform administrator ID after install. You can change the password (as you have already found). 
    HTH
    -Bill (@ucguerrilla)

  • Changing my username for icloud

    How do I change my username for I cloud I already changed my username for my apple Id but it did not change for the iCloud account

    Welcome to the Apple Community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    Providing you are simply updating your existing details and not changing to another account, when you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.

Maybe you are looking for

  • Project management apps

    hi, what apps is there available to linux for Project management? I been using MS Project so far but thats for windows :S would be nice to start doing that part in linux too. /Thomas

  • OSX Mountain Lion and Excel Scrolling

    I just installed OSX Mountain Lion and now when I open a either a new or existing Excel spreadsheet the screen continuously scrolls to the right.  Anyone know how to resolve this.  I've restarted the machine several times and it still does it.

  • Photoshop Elements 11 and RAW

    I have students who have just purchased Elements 11.  Do they need to update Camera RAW immediately?  I would think that a new version would be up-to-date. Is there any way to make Windows software show thumbnails for images processed in Elements? Ma

  • JBoss error when EJB try to access a MySql database

    Hi folk, I deployed my EAR in Jboss 3.2.8 that access a MySql db. On my local Windows machine everything works perfect. On the production environment (Linux Fedora) when the bean starts to access the database this hell of an error is triggered. Never

  • Cancelling BT Digital Vault

    I know Digital Fault goes at the end of the month but I haven't been able to find out from BT as to whether the payments will stop being taken or whether I should cancel the Direct Debit? Rang several times and filled out forms (the customer service