User mapping when installing JAVA addin for ABAP

Hi,
I have installd SAP ABAP on a domain.
As the ABAP went fine and successfully gets installed.
When I am installing JAVA addon for ABAP it is throwing an error lke the users are not mapped.
So can any one guide me where actually I should map the SAP users in a domain.
Prashanth

Your question is very vague, please post the full error.
As this is a java add-in it should user ABAP as datasource so no user mapping should be required.
User mapping is used where java and backend system use different datasources and the naming conventions are different...
Theres not enough information here to give you an objective answer.
Regards
Juan

Similar Messages

  • Facing errorr when installing Java Addin to ecc 6 in Solaris 5.10

    Hi frds,
    When i am installing Java -Add in to existing ABAP system( ECC 6.0) on sun solaris 5.10 facing the follow error.
    function (role) {
        NWUsers.trace("NWUsers.getAccountData(", role, ")");
        this._initAccountData();
        ASSERT(arguments.callee, this.haveAccountData(role), "role " + role + " is not created yet.");
        var ad = this._readAccountDataFromKeydb(role);
        ad = this._readAccountData(ad);
        var masterpwd = this.getMasterPassword();
        if (ad.password == "" && this._useMasterPasswordForAccountData(ad) && ad.type == "USER" && masterpwd !== undefined && role != NWUsers.roles.J2EEGuest && !ad.locked) {
            ad.password = masterpwd;
        NWUsers.trace("NWUsers.getAccountData(): ", dump_properties(ad));
        return ad;
    *role ORA_SID is not created yet..).*
    Regards,
    Siva

    *Hi,*
    *I feel issue is with the ports..Please find below ports information and let me know if some one gets any idea..*
    *rdisp/msserv                                sapmsUPD*
    *SAPSYSTEMNAME                               UPD*
    *SAPDBHOST                                   geupg*
    *rdisp/mshost                                geupg*
    *rdisp/myname                                geupg*
    *rdisp/sna_gateway                           geupg*
    *rdisp/sna_gw_service                        sapgw00*
    *rslg/collect_daemon/listen_port             3900*
    *rslg/collect_daemon/talk_port               4000*
    *rdisp/bufrefmode                            sendoff,exeauto*
    *ms/http_port                                8100*
    *dbs/ora/tnsnames                            UPD*
    *DIR_ORAHOME                                 /oracle/UPD/102_64*
    *DIR_CLIENT_ORAHOME                          /oracle/UPD/102_64*
    *DIR_SERVER_ORAHOME                          /oracle/UPD/102_64*
    *dbms/type                                   ora*
    *ms/acl_info                                 /usr/sap/UPD/SYS/global/ms_acl_info*
    *rdisp/msserv_internal                       3900*
    *j2ee/scs/host                               geupg*
    *j2ee/scs/system                             01*
    *j2ee/ms/port                                3901*
    *login/system_client                         001*
    *The above information is from Default profile.*
    *Regards,*
    *Siva*

  • Need I the JAVA Addin for Web dynpro ABAP

    Hello Experts,
    have I to install the JAVA-Addin for using Web dynpro ABAP?
    Best regards
    Heike

    No you don't, but when you want to use your application in Portal, you. Or if you want to use Adobe Interactive Forms, than too you need java.

  • When we wil go for abap mapping ??

    Hi,
    As we know there are graphical, XSLT, JAVA mappings are there apart from ABAP mapping. I have gone through below weblog.
    /people/udo.martens/blog/2006/08/23/comparing-performance-of-mapping-programs
    and also help.
    http://help.sap.com/saphelp_nw04/helpdata/en/12/05731a10264057badc32d3d3957015/frameset.htm
    None of them says ABAP mapping is either faster or stable as compared to other mappings. Even though it is the case, still when we will go for abap mapping ??
    Is it like that it is totally depend on the available resources in hand ??
    thanks
    kumar

    > The SAP XI/PI mapping is the most efficient as it
    > only loads the part of the source message that are
    > used to create the target message(s) at runtime.
    >
    > Java and XSLT have to load the whole message into
    > memory to process the message. This can be
    > inefficient and if dealing with large messages can
    > cause issues.
    About your statement.
    If you consider the field mapping (or UDF) runtime, then you are correct. But if you consider the whole mapping runtime, you also have to "load" the full message in message mapping, obviously. What happens is that it is transparent to the developer, since loading and parsing is done by standard. But message mapping also deals with loading and parsing the whole message (and it is done with Java underneath). Then I don't think message mapping will have a significantly better/worse performance, when compared with Java mappings (performing normal xml processing methods).
    As for XSLT, the performance problems happens because you have a XSLT processor running over Java VM. Then, if you have heavy load on it, the mapping runtime will consume the resources necessary to run the xslt processor (which is, by itself, very resource consuming) and also to treat that heavy input.
    Regards,
    Henrique.

  • Do we have Java Addin for OATs?

    Hi,
    I am from Agile PLM team. We are using qtp10 for automating our application, but are planning to move to OATs. Our application has two type of clients – one is the regular Web client and other is the Java/ applet client. For the first client Oats web support was recognizing the objects, but for the later one it doesn’t work. Incase of QTP, we had to install Java AddIn of QTP to support this.
    So, I would like to know if OATs have a Java AddIn similar to that of QTP, to support the Applet type applications. Incase it is available please let me know where can I download it from.
    Thanks,
    Prabitha

    Hello Prabitha,
    In OATS there are accelerators which are helping on certain tasks and adding additional functionalities when you are creating tests. They are similar to the AddIns in QTP. I didn't understand one thing, do you have problem with recording test on the Java/applet client or after you updated OATS the problems starts. If the problem is with the update you should contact Oracle support. Otherwise you probably aren't using a proper accelerator for the Java/applet. Are you recording your Java/applet tests on Oracle EBS/Forms project?

  • Install Java SE for embedded

    Hello,
    I am trying to install Java SE for Embedded 7 ARM v6/7 Linux Headless on my Pogoplug ARM v6 running Linux Arch.
    For this I downloaded the .tar.gz file from Oracle's website ( version=7u4-armv6-eabi-k2.6.28-libc2.9-hflt-le), applied the tar command to decompress, moved the result to /opt/java, adapted the enironment variables by editing the /etc/profile file as follows:
    PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/java/bin"   
    export PATH
    export JAVA_HOME="/opt/java"                                                         
    export PATH="opt/java/bin:$PATH"
    when running an application that needs JAVA, I get:
    17015 Illegal instruction     java -Declipse.ignoreApp=true -Dosgi.noShutdown=true -Djetty.port=8080 -Djetty.port.ssl=8443 -Djetty.home=. -Dlogback.configurationFile=logs/logback.xml -Dfelix.fileinstall.dir=addons -Djava.library.path=lib -Djava.security.auth.login.config=./etc/login.conf -Dorg.quartz.properties=./etc/quartz.properties -jar $cp $* -console                                             
    I assume Java is not installed correctly (it is the first time I install manually)?

    I see the same error for my ARM9 from Atmel. I think it's because my ARM9 AT91SAM9263 processor is ARMv5TEJ and ejre1.6.0 require ARMv6 or above. Don't mix up ARM9 and ARMv6. It's different thing.
    Derek

  • User mapping error:  NO systems available for the selected principal

    I have a problem related to User mapping. After creating system alias, I mapped my j2ee_admin user successfully. Then I created 15 more users and when I click usermapping for all of them, it is not displaying the system alias. It is giving error "There are no systems available for user mapping for the selected principal"
    I cannot understand that when I click connection test, it is successful. The user mapping for j2ee_admin user is working. But when I try to do the same for other users, it is not displaying the system alias and giving me the above error.
    Can anybody guide me through the error. I have given "Everyone" role to all the 15 users. Any kind of help will be appreciated and points will be rewarded.

    Hello Abdul,
    This is a permission problem. Open the permission editor of the system and assign any role/group in the permission editor and select the checkbox corresponding to end-user.
    Now assign this role/group to all the users.
    It will solve ur problem.
    Regards
    Deb
    [Reward Points for helpful answers]

  • Error 48 when installing creative cloud for desktop on mac

    hi jeff when installing creative cloud for desktop we have this problem, tried everything but no success on mac osx lion  the message that gives creative cloud for desktop app on installing is this: error code 48, a critical file/directory can't be access
    I had the app but i decided to remove it because i have logged in in other machines, the log in windows told me to close the session on the other machine, i did that, and then started the problems
    Now I'm stuck, have tried most of the solutions on the web and adobe forums and nothing works
    Please help
    Thanks so much

    Provide the relevant CC app install logs.
    Troubleshoot Creative Cloud download and install issues
    Mylenium

  • How can install java sdk for mac os x 10.6.8

    How can install java sdk for mac os x 10.6.8?

    Deanwdd wrote:
    I mean to update Quicktime for Mac Os X 10.6.8...
    If you're running 10.6.8, Apple menu > Software Update. What version of QT do you have?

  • Installing Java Stack and Abap Stack, same machine.

    Hi all:
    Does anybody installed Java Stack and Abap Stack on the same machine?
    I installed ABAP stack first, and am trying now to install Java stack but it seems like at the end of the process, ABAP stack. (is not working now).
    Any idea?

    Not sure about installing both as I haven't tried either!
    Anyway, in theory if the SIDs and instance numbers are completely different, then you should be OK. If you ahev the same SID or instance number, I can see possible problems,
    Portal only runs on Java, so in theory any Java system will be OK. NWDW would be a good choice.

  • Error 1920 or 1921 when installing iTunes 5 for Windows

    Hello,
    Can anyone help me in finding the complete article on how to solve the following error message: Error 1920 or 1921 when installing iTunes 5 for Windows. It was posted September 9, 2005.
    I need the complete instructions on how to correct the following error: The Windows Management Instrumentation service isn't running on your computer.
    Thanks!

    hi Roberto!
    gosh, haven't seen one of those for a while ...
    are you trying to reinstall a 5.0.0.35? the
    b Bonjour
    version of the 1920/1921 didn't hit 5.0.1.4 installs. can you find a copy of a 5.0.1.4 installer from somewhere?
    love, b

  • Error 1905 came up when installing itunes 7, for ipod nano gen.2

    PLEASE HELP ,WHEN INSTALLING ITUNES 7 FOR IPOD GENERATION 2 ERROR 1905 CAME UP

    let's get an itunes 7 installer log to the Apple engineers for a look.
    1. Open a command prompt window. (Start menu -> Run. Type in "cmd". Hit return.)
    2. Drag and drop iTunesSetup.exe onto the window so that the full pathname of the file is at the command line prompt.
    3. Type in a space, then the following line:
    /l*v C:\log.txt
    4. Hit return.
    5. The installer will create a log file:
    C:\log.txt
    Find that file and send it as an attachment to this email address in the email to Roy, be sure to include the following information:
    - A link to the thread on Apple Discussions where the issue is being discussed
    - The username you are using in the thread
    - The version of iTunes you are using or trying to use
    - A concise description of the issue you are seeing
    - The exact text of the error message you are seeing

  • User mapping certificate in UME (J2EE) with ABAP system as Backend (SNC)

    I hope someone can help me with the user mapping concept (X.509 V3 certificates) for both "worlds" (ABAP and JAVA Stack).
    I know how to install and configure certificate based (X.509) login to SAP ABAP and SAP JAVA (J2EE) Stack (--> enable encryption for communication and Single Sign On).
    Situation:
    We have a ready installed and configured X.509 certificate authentication environment for the ABAP world (between SAP GUI and SAP Server System)
    and the user mapping was configured in the ABAP System (SU01). As the users are using certificates, the passwords are deactivated on the ABAP System.
    Now if you want to integrate a JAVA (J2EE) Sytem and you want to configure the UME to the ABAP System (as Backend), you have an administrative effort problem with the user mapping (X.509) in the UME configuration.
    1.) It is possible to assign manually the user public key to every user --> But to much effort
    2.) As the user does not have a password (deactivated in the ABAP system), the way to combine the automatic mapping with a user login does not work.
    3.) In the distinguished name of the user certificate there is no information about the SAP username itself
        --> you are not able to use any information of the DN to bind a user in the Login Module configuration.
    Now my question:
    Is it possible to use the sncname information from the ABAP System (still configured and available) for the UME configuration?
    As i know, it is possible to write an own Login Module. Does anybody has a customized Login module for this issue?
    At the end the best solution would be to enable the same user mapping mechanism on the JAVA world as on the ABAP world. --> Mapping the Distinguished Name to the SAP User

    We have developed a login module which is working with Kerberos auth, not x.509 auth, but still solves a very similar problem to the problem you are describing. As you know, when SNC is used to logon to ABAP stack, the SNC name of the user is mapped onto a SAP user via entries in the USRACL table. Our mapping login module takes the authenticated user principal name from the shared state and uses this to lookup the entry in USRACL table on ABAP stack, and from this it will know which SAP user  to use, and can update shared state with this info so that CreateTicketLoginModule will created an SSO2 ticekt for the mapped SAP user id.
    This means that mapping of users externally authetnicated identity onto SAP user/client can be managed in one place, e.g in ABAP stack using USRACL table entires and su01 t-code etc.
    I know it is not exactly what you wanted, since you are looking to use x.509 certifiates instead of Kerberos authentication, but I thought it was worth sharing so that you know the concept has already been implemeneted many times. Many of our customers use this login module when they have our product, for the same reasons that you have stated.
    Thanks,
    Tim

  • Error when install Java Central Intance Add in

    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)
    Also, I issued following commands to extract J2EEINSTALL.SAR to   the temp directory.
    cd /tmp/sapinst_instdir/ERP/LM/AS-JAVA/ADDIN/DB6/DISTRIBUTED/CI
    /sapmnt/DEV/exe/SAPCAR -xvf /ECC6_setup/java/51032257/J2EE_OSINDEP/J2EE-INST/J2EEINSTALL.SAR
    In client 001, I did following with SU01.
    1. Create user SAPJSF, user type is system, grant role SAP_BC_JSF_COMMUNICATION_RO and SAP_BC_JSF_COMMUNICATION.
    2. Create user J2EE_ADMIN, user type dialog, grant role SAP_J2EE_ADMIN .
    3. Create user J2EE_GUEST, user type dialog, grant role SAP_J2EE_GUEST .
    User J2EE_ADMIN and J2EE_GUEST can log on to client 001 successfully.
    I still have the same problem after that. Please advise.
    BTW, platform is RedHat AS4U5, database is DB2 V9.
    James

    1. Yes, it's a distributed installation. I choose ABAP stack installation and then choose Java installation as add in.
    2. Yes, J2EE_ADMIN & J2EE_GUEST can log on to system with password james123.
    3. In usercheck log file, it contains a part of information of sapinst.log, shows below.
    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)

  • Question about Logon ticket with user mapping at BI-JAVA environment

    We're implementing BI 7.0 including BI Java and SAP EP for end user
    access.
    I have two question about SSO method when we're using BI Java.
    I know we can simply configure SSO logon ticket with BI-Java(EP
    included) and BI-ABAP through BI template installer and we already
    succeeded in that case.
    But the problem is we want to change it to user mapping SSO method for
    some our internal reason.
    After we configure user mapping SSO, we've got SSO failed error when we
    call BI-Java stuff like BEx Web Application iView.
    After many testing implemented, we found SSO Logon ticket with user
    mapping (using SAP reference system). It seems working now.
    But our question is "Is it no problem when we use SSO logon ticket with
    user mapping?" Is there any restriction or issue?
    One more question is we can ONLY use user base mapping when reference
    system used. How can we assign BI-ABAP users to EP Group?

    Using an SAP Reference system is allright. But if the reason u r going for this is because of different usernames in EP and BI, why dont you go for user mapping.
    Anyways, on restriction of reference syetms is that you can have ONLY ONE reference system defined in portal. In you case you can only have the BI system defined.
    Hope this helps!!

Maybe you are looking for

  • Photo albums with video

    Hi all, I can't surely be the only one with this problem so i would like to know what solutions people have come up with. My folders are organized as follows: YEAR>EVENT So for example in my 2012 folder i will have many sub folders with all the event

  • Adjusting white balance in CS2

    I inadvertently had my Fuji S9500 camera white balance set to fluorescent lighting. This produced indoor pictures (no flash used) which have a strong yellow tone. How can I adjust the image colour in CS2 to make the photos look more natural. Needless

  • Problem buying OS X 10.8.4 on App Store

    App store tells me this: "You have updates available for other accounts / To update this application, sign in to the account you used to purchase it." But I do not have any other account. What is happening?????? I want to buy the update.. I just can

  • Why won't my photos in " moments " load?

    all my pictures have moved to " Collections " instead of being in " Albums " if i want to click on an old picture that is in " Collections" & i click on the date, the photo wont show, all it says " loading " can someone please help me? i've tried eve

  • Flash player idle's while tab'd awhile

    Ok so first off i am just a basic user of flash player, it is installed and working just fine on my Window's vista computer, the only problum i havent been able to fix if it is even possable is this, there are sevral game's i play which requre the us