Accessing User Mapping Data- urgent

Hi,
At this moment I´m developing a portal component in developer studio, this component is made to search information from a R/3 system.
When I try to display the result of the component in the portal, i can't obtain it , because I can´t do usermapping.
So I decided to hardcode it in my code, so it writes which user and password of the R/3 system I want to use.
I know how to get userId of the user:
"String uid = "user";
IUser user = UMFactory.getUserFactory().getUserByLogonID(uid);", but I do not know how get the password of the same user.
Already I searched in the API, but I didn't found anything.
Is there any methods that can help me?
Thanks

Hi Helena,
How are u accessing the R/3 system in your code?
I beleive u might be accessing thru a System created in portal. If this is the case then go ahead and create a User mapping for this System under User Admin->User Mappping.
once the User mapping is done u can retrieve the Usermapping Data using the following code.
IUserMappingService umserv= (IUserMappingService)PortalRuntime.getRuntimeResources().getService(IUserMappingService.KEY);
        HashMap usermap=new HashMap();
        IUserMappingData umdata = umserv.getMappingData("System_Alias",request.getUser());
        umdata.enrich(usermap);
        String username = (String) usermap.get(IUserMappingService.UMAP_KEY_USER);
          String userpassword = (String) usermap.get(IUserMappingService.UMAP_KEY_PASSWORD);
Hope this helps.
~Deshdeepak

Similar Messages

  • Error in Accessing User Mapping Data

    Hi,
    When i tried User Mapping by going to
    "UserAdministration -> UserMapping" , or
    "Personalize" -> "User Mapping"
    it gives the error msg ,
    Problem in accessing user mapping data for selected system.
    Due to this i am not able to create appointments or see the availability status of a user.
    Also, for your information i have Strong Encryption files installed.
    Pls help.
    Thanks in advance..

    Hi venkat,
    You need to change the default value in UME configuration
    System admin -> System Config -> UM Configuration -> Direct Editing
    ume.usermapping.unsecure=TRUE
    Regards
    PS: Please consider rewarding point

  • User Mapping Data through IUser.getTransientAttribute()

    Hi All,
    Was wondering if there is a way I can get all the IUserMappingData for an IUser without having to specify the system name.
    i.e. Like I can call IUser.getRoles() can I do a similiar thing for User Mapping Data?
    I thought maybe -
    IUserMappingData nameSpaceMappingData = (IUserMappingData)iUser.getTransientAttribute(IUserMappingData.USER_MAPPING_NAMESPACE, ?name?);
    But not sure what to put in as the attribute name, whether I put user, mappedpassword, systemalias, etc.
    Any suggestions?
    Cheers,
    Scott...

    storeLogonData(null);
    How simple (and stupid of me!) was that?

  • What Are The Minimum Permissions In Order An User To Be Able To Access User Profile Data With JavaScript And REST API

    The question says it all:
    What Are The Minimum Permissions In Order An User To Be Able To Access User Profile Data With JavaScript And REST API.?
    In the User Profile -> Permissions there is only the option for "Full Control".

    Hi Nikolay,
    Thanks for posting your issue, you need to set permissions on User Profiles = Read. Kindly find the below mentioned URLs to get the code and more details on this.
    http://www.vrdmn.com/2013/02/sharepoint-2013-working-with-user.html
    http://www.vrdmn.com/2013/07/sharepoint-2013-get-userprofile.html
    http://sharepoint.stackexchange.com/questions/61714/sharepoint-2013-call-the-rest-api-from-sharepoint-hosted-app
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2013/04/09/how-to-query-sharepoint-2013-using-rest-and-javascript.aspx
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Are there any APIs to access user personalization data from java

    Hi gurus,
    We want to access personalization data for a user from java using API. This includes user mapping also.
    If you are aware of any api please let me know.
    Thanks in advance.
    Regards,
      Pratik Thakkar

    Hi Pratik,
    You can also retrieve a system object and get the user mapping for the system:
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY,IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
    env.put(Context.SECURITY_PRINCIPAL, request.getUser());
    env.put(Constants.REQUESTED_ASPECT, PcmConstants.ASPECT_SEMANTICS);
    iCtx = new InitialContext(env);
    ISystem pcdSys =(ISystem)iCtx.lookup(sysId);
    ISystemUserMappingData um = pcdSys.getUserMappingData(request.getUser());
    From this object you can get the user, password and other properties.
    As for personalized values of iView attributes, you can an environmental value before create the initial context to indicate to return personalized value, as follows:
    env.put(IPcdContext.PCD_PERSONALIZATION_PRINCIPAL, request.getUser());
    Hope this helps.
    Daniel

  • Outlook Web Access & User Mapping

    Hello everyone,
    I know this question has been asked often and I have attempted to read as many messages related to this topic as I possibly can but I haven't been able to locate an answer that works (or that I fully understand).
    I'm running EP6.0, SP13 on a Windows 2003 server.
    Our corporate email is running Exchange 2000 SP3.
    I've been able to successfully setup my Exchange Transport in that I am able to successfully connect to the Calendar repository and I have been able to create my SAP-provided Outlook Web Access iViews.
    My question/problem that I have is, is there a way to get around the fact that when a user first accesses the OWA iviews, they get prompted for their domain user ID and password?
    I setup User Mapping for the Exchange server and figured that would get around a user having to enter their user name and password.
    Is that not the case?
    I've reviewed the documents: "How to...Create iViews to Access Exchange Data", "How to analyze Microsoft Exchange integration with SAP Enterprise Portal 6.0" and "Integration of Outlook Web Access (OWA) into SAP Enterprise Portal" but haven't found a definitive answer.
    Thanks in advance for your help!
    ~Henry

    Hi Henry
    Check out the following links
    /thread/40895 [original link is broken]
    https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://Outlook integration with EP 6.0 SP9
    Regards
    Rajeev.

  • Error occurred while reading the selected user mapping data

    Dear all,
    System Details:
    Ecc 5, nw04, ep6. QAS abap and JQE (sid) portal on seperate servers. UME option java database.
    Details:
    While mapping the user to SAP_WebDynpro_Xss i m getting the error mentioned in subject.
    My user id and passwords are correct and working fine in QAS system, what to check, please.
    Regards
    Imran

    Hello Imran,
    When you install EP you have 2 options: "Weak Encryption" and "Strong Encryption".
    If you choose the "Weak Encryption" option (as most of us do in development systems...),
    you should update a certain UME property, in order to avoid errors in user mapping.
    If that is the case:
    1. Navigate to <i>System Administration</i> -> <i>System Configuration</i> -> <i>UM Configuration</i>
    2. Choose the tab <i>Direct Editing</i>
    3. Set the property <i>ume.usermapping.unsecure</i> to TRUE.
    4. Save all changes
    5. Restart the J2EE engine.
    Hope that helps,
    Yoav.

  • Configuration Issue in User Mapping ..

    Hi,
    Pls help resolve this issue..
    When i go to <b>" UserMapping "</b> option using the <b>"Personalize "</b> link , i get the following error msg..
    "There is a configuration issue which leads to problem when accessing user mapping data for the selected backend system"
    Also , if i go thru "User Administration -> User Mapping "
    then it says,
    --"There is a configuration issue which leads to problem when accessing user mapping data for the selected backend system  .
    Usually reason is user mapping being configured for Strong encryption, but necessary additional files might be missing.Check Security log file for information "--
    I am not able to solve this problem..Pls help
    Thanks in advance

    Hi Venkat,
    <b>Here the quick and dirty solution</b>:
    In your portal go to 'System Administration' -> 'System Configuration' -> 'UM Configuration' -> 'Direct Editing'.
    There locate the parameter 'ume.usermapping.unsecure', set it to 'TRUE' and restart your server.
    I would rather recommend to install the unlimited strength jurisdiction policy files.
    For more info on this, check this thread:
    JCE Jurisdiction does not allow Portal to start
    Hope this helps,
    Robert

  • Not able to do user Mapping with the backend System

    Hello all,
    I am trying to Map a user to a windows based KM System but getting an error like
    "There is a configuration issue which leads to problems when accessing user mapping data for the selected backend system 'KM_Test_System'. Usually, the reason is user mapping being configured for strong encryption, but the necessary additional files being missing. Check the security log file for further information and hints on how to solve the problem."
    Can somebody tell me what could be the possible reason for this and how to handle this. I dont have access to the Portal server right now , so not able to see the security log.
    Thanks to all,
    Regards,
    Sarabjeet Singh.

    Hi Sarbjeet,
    I believe this links will help you understand and solve your problem:
    user mapping is not saved
    and
    http://help.sap.com/saphelp_nw04/helpdata/en/04/d246215f1d4f588d1d9c49391acb01/frameset.htm
    Hope this helps,
    Robert

  • User mapping is not saved

    Hi All,
          i am doing user mapping in personalization window,
    if i am enter my user id and password after that if i am click on save button, the logon data is not saved, so pls solve my problem.
    Regards,
    Jagadish Babu Kanikanti.

    Hi ,
    I am configuring a production Server with SP14.
    When i am in user mapping section, i find the error msg as below:
    <b>There is a configuration issue which leads to problems when accessing user mapping data for the selected backend system 'ESS'. Usually, the reason is user mapping being configured for strong encryption, but the necessary additional files being missing. Check the security log file for further information and hints on how to solve the problem.</b>
    I am not able to enter any user id / pwd ; The fields are greyed out.
    I did solve the same in the development server using :
    <b>Goto System administration-system Configuration-UM Configuration-Direct Editing.
    In that make the ume.usermapping.unsecure as TRUE.</b>
    But on seeing your reply stating this is not suitable for Production server, i am bit confused.
    Can you pls help with me an alternate solution..
    Thanks in advance,
    venkat.

  • How can i use exisitng user data(Id, password) for user mapping

    Hi All,
    For User mapping , we can import user mapping data for many users from user administration. and for each user
    we can maintain mapping data in the standard format.
    eg:
    [User]
    uid=user2
    $usermapping$:BCE:user=ext_user2
    $usermapping$:BCE:mappedpassword=password
    i am clear till this point.
    this all works if we know the userid and passowrd on the system 'BCE'.the passwords on the system 'BCE', are encrypted . so there is no chance for me to know the passwords.
    so how can i use the existed userid/passowrd on the system 'BCE' for the mapped user and mapped password on the portal while doing usermapping.
    Thanks in Advance,
    Lakshmi

    Hi,
    I think this should work.
    1. Setup SSO with SAP logon tickets first. How to do this is described many places, e.g. http://help.sap.com/saphelp_nw04/helpdata/en/d3/41c8ecb31d11d5993800508b6b8b11/content.htm
    This SSO will not work at first, because the username is different in the back-end system. So what you need to do is to get the back-end username into the ticket (don't need a password because that is done by the SAP logon ticket)
    2. Create a portal component which uses the usermanagement API to create a usermapping which only consists of the username and a blank password. You can do this manually I think if you have no reference system defined.
    IUserMappingService umap =(IUserMappingService)PortalRuntime.getRuntimeResources().getService(IUserMappingService.KEY);
    //this is the currently logged in user. You might another user
    IUserContext user = request.getUser();
    //Get the existing data (think it can be null)
    IUserMappingData userMapping=umap.getMappingData(systemAlias, user);
    HashMap map = new HashMap();
                             map.put(IUserMappingService.UMAP_KEY_USER, backEndUserName);
    //add blank password               map.put(IUserMappingService.UMAP_KEY_PASSWORD, "");
    //store the values                    userMapping.storeLogonData(map);
    Voila, this should allow you to do SSO using SAP logon tickets, but with another name that you use against the portal. I am uncertain if this will work if you have multiple usermappings in the sap logon ticket
    PS since the sap logon ticket is issued at logon time, you need to relogon to get the changes done by the code
    Regards
    Dagfinn

  • Caching user shared data in WebDynPro (i.e. applicationBean)

    Hi,
    I'd like to know if there's a standard way to cache/access user shared data on the J2EE engine running my WebDynPro app.
    I need to do that because Bapis call in our application are expensive. Thus we want to minimize them. It would be impossible to rewrite the whole backend, because we're migrating from an existing application.
    I thought about sharing through a database local to the J2EE engine, or file sharing through a lock. But I bet these options are likely to hinder me than anything else.
    Does anybody has a suggestion?
    Thanks in advance,
    Alexis Trudeau

    Indeed, my explanations are a bit misleading. According to your definition, I'm talking about shared data.
    For example, in my application we have user profiles. Each user has a subset of these profiles.
    Usually, these profiles are only modified during the deployment stage on the client's infrastructure.
    Once settled, these profiles are static during production. In that case, I'd rather fetch all the profile once, and work with them locally on the J2EE engine instead of fetching them each time a user is authentified.
    Do you have further suggestions?
    P.S. Yes, I do use NetWeaver wizard to create Adaptive RFC Model

  • Portal and R3 user mapping

    Experts,
    We are on EP6 with 4.7 backend and using AD as our data source.
    We implemented ESS on ITS and we have few users who have different portal user ID and R/3 ID and I want their ID to be mapped to their R3 ID. 
    So far, I've added my r3 usrID as one of the parameters in AD and in the UM config file, I've mapped this field to userID. 
    I've defined the sap reference system and when I go to user mapping under "personalize" it says "Error occurred while reading the selected user mapping data"
    Can someone tell me what could be wring with this setup?
    Thanks,
    James

    Well, this may not be the "best way" to do it but.....
    <p>
    <img src=http://home1.gte.net/res00icr/SA.jpg>
    <p>
    Make it a dedicated system and then you can have your users go up to personalize it once and done.  Then what every you need the back end for just reference the system you created.

  • EP + BW: Problems with user mapping in the portal

    Hi,
    I'm trying to connect the portal with the BW by using the report RSPOR_SETUP which is a step-by-step guide. The steps #1 - #11 seems to be ok but my problem is the 12th step, the user mapping/allocation maintenance in the portal.
    There is an error emerging (in BW): System failure during call of function module RSWR_RFC_SERVICE_TEST (System failure indicates normally an authentication problem between ABAP and Java)
    Another error is emerging by testing the connection in the portal. (System administration u2013 system configuration u2013 system landscape u2013 connection test: the first connection, the SAP Web-AS connection is ok but the second, connection test for connector, is not working.
    Especially the connection to the backend system with the defined connector is not working. The output is: u201CConnection failure. Check that single sign on is correct configured.
    On step 12 of the step-by-step guide I have to select a user in the portal, relate him to a system alias und maintain his technical username and password for the BW. I think here is the problem. Iu2019m able to select and save a system alias for the user, but Iu2019m not able to save his technical username and password. There is another error emerging (in the portal): u201CVerification of user mapping data for system SAP_BW failed, check credentials for errorsu201D, so Iu2019m not able to save the username and password.
    I think thats the my problem. the log file confirms that: "Did not find any existing logon data for principal...." & "No user mapping data available for principal...."
    I hope my problem description is understandable.
    Any ideas how I can solve the credentials problem to save the username and the password?
    Thanks in advance.
    Tan
    Edited by: Tan Yildiz on Jul 22, 2009 1:26 PM

    I could deploy some of the usage types, but there is an error regarding the BI-REPPLAN package. I think it's one of the very last errors that stands between me and a working EP - BI connection. There is a problem with the version. Could you check the log details, to find out more?
    Thank you.
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[D:\usr\sap\BIP\JC02\SDM\program\log\sdmcl20090806164716.log]/>
    <!PATTERN[sdmcl20090806164716.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    Aug 6, 2009 6:47:16 PM   Info: -
    Starting validation -
    Aug 6, 2009 6:47:16 PM   Info: Prerequisite error handling strategy: OnPrerequisiteErrorSkipDepending
    Aug 6, 2009 6:47:16 PM   Info: Update strategy: UpdateLowerOrChangedVersions
    Aug 6, 2009 6:47:16 PM   Info: Starting deployment prerequisites:
    Aug 6, 2009 6:47:18 PM   Info: Loading selected archives...
    Aug 6, 2009 6:47:18 PM   Info: Loading archive 'D:\usr\sap\BIP\JC02\SDM\program\temp\BIREPPLAN04_0-10005889.SCA'
    Aug 6, 2009 6:47:21 PM   Info: Selected archives successfully loaded.
    Aug 6, 2009 6:47:21 PM   Error: Unresolved dependencies found for the following SDAs:
    1.: development component 'bi/plan/helpers/table2'/'sap.com'/'MAIN_NW701P03_C'/'2846642'/'0'
    dependency:
           name:     'bi/alv/common'
         vendor:     'sap.com'
    There is no component either in SDM repository or in Deployment batch that resolves the dependency.
    dependency:
           name:     'bi/alv/ui'
         vendor:     'sap.com'
    There is no component either in SDM repository or in Deployment batch that resolves the dependency.
    Deployment will be aborted.
    Aug 6, 2009 6:47:21 PM   Error: No Software Component Archive (SCA) or Software Delivery Archive (SDA) selected. Select at least one.
    Deployment will be aborted.
    Aug 6, 2009 6:47:21 PM   Error: Prerequisites were aborted.
    Aug 6, 2009 6:47:22 PM   Error: Error while creating deployment actions. No Software Component Archive (SCA) or Software Delivery Archive (SDA) selected. Select at least one.
    Deployment will be aborted.
    Aug 6, 2009 6:47:23 PM   Info: -
    Ending validation -

  • User mapping for r3 reference system in the portal does not work

    Hi SDN,
    I have created a system entry in the portal. I set the system alias for this system. I am not able to save my login and password for this system. I have got the following error in usermanengement log file. Can anybody help me?
    The portal version is: EP6SP2P30 on W2K and Oracle.
    Thanks.
    Best Reagrds,
    Olaf Reiss
    [class=com.sap.security.core.persistence.datasource.imp.LDAPPersistence][method=checkGroupLocal][cl=17801] #
    May 30, 2005 5:39:55 PM # PRT-Async 3          Warning         principal id un:REISS is not completely in lower cases and is not created by this datasource
    [class=com.sap.security.core.persistence.datasource.imp.LDAPPersistence][method=principalDatabagExists][cl=17801] #
    May 30, 2005 5:39:55 PM # PRT-Async 3          Warning         principal USER.PRIVATE_DATASOURCE.un:REISSdoes not exist on this datasource
    [class=com.sap.security.core.persistence.datasource.imp.LDAPPersistence][method=getAttributeNames][cl=17801] #
    May 30, 2005 5:40:03 PM # PRT-Async 2          Warning         System is flagged as reference system but reference flag not set!
    [class=com.sap.security.core.umap.imp.UserMappingDataImp][method=handleKeyedHashField][cl=17543] #
    May 30, 2005 5:40:03 PM # PRT-Async 2          Warning        
    java.security.GeneralSecurityException: User mapping data for system System Landscape Object (com.sapportals.portal.prt.service.usermapping.UserMappingService$DefaultSystemObject, uniquekey=9bf5c112e3a064089b274ffe0f1b8bc9, alias=GISA_PRODUKTIV, hashcode=3704739) and  user USER.PRIVATE_DATASOURCE.un:REISS is not ok.
         at com.sap.security.core.umap.imp.UserMappingDataImp.handleKeyedHashField(UserMappingDataImp.java:650)
         at com.sap.security.core.umap.imp.UserMappingDataImp.handleEncryptedFields(UserMappingDataImp.java:593)
         at com.sap.security.core.umap.imp.UserMappingDataImp.getLogonDataForSystem(UserMappingDataImp.java:691)
         at com.sap.security.core.umap.imp.UserMappingDataImp.internalInit(UserMappingDataImp.java:138)
         at com.sap.security.core.umap.imp.UserMappingDataImp.<init>(UserMappingDataImp.java:82)
         at com.sap.security.core.umap.imp.UserMapping.getUserMappingData(UserMapping.java:128)
         at com.sapportals.portal.prt.service.usermapping.UserMappingService.getMappingData(UserMappingService.java:148)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingDataModel.getCredentials(UserMappingDataModel.java:532)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingDataModel.getCredentials(UserMappingDataModel.java:234)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingView.addLogonScreenFields(UserMappingView.java:168)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingView.createUserMappingGrid(UserMappingView.java:386)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingAdminView.doContent(UserMappingAdminView.java:62)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingAdminComponent.doContent(UserMappingAdminComponent.java:117)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:363)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:376)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:479)
    [class=com.sap.security.core.umap.imp.UserMappingDataImp][method=getLogonDataForSystem][cl=17543] #
    May 30, 2005 5:40:03 PM # PRT-Async 2          Warning         No logon data available for system System Landscape Object (com.sapportals.portal.prt.service.usermapping.UserMappingService$DefaultSystemObject, uniquekey=9bf5c112e3a064089b274ffe0f1b8bc9, alias=GISA_PRODUKTIV, hashcode=3704739) and principal USER.PRIVATE_DATASOURCE.un:REISS
    [class=com.sap.security.core.umap.imp.UserMappingDataImp][method=<init>][cl=17543] #
    May 30, 2005 5:40:13 PM # PRT-Async 3          Warning         System is flagged as reference system but reference flag not set!
    [class=com.sap.security.core.umap.imp.UserMappingDataImp][method=handleKeyedHashField][cl=17543] #
    May 30, 2005 5:40:13 PM # PRT-Async 3          Warning        
    java.security.GeneralSecurityException: User mapping data for system System Landscape Object (com.sapportals.portal.prt.service.usermapping.UserMappingService$DefaultSystemObject, uniquekey=9bf5c112e3a064089b274ffe0f1b8bc9, alias=GISA_PRODUKTIV, hashcode=206900) and  user USER.PRIVATE_DATASOURCE.un:REISS is not ok.
         at com.sap.security.core.umap.imp.UserMappingDataImp.handleKeyedHashField(UserMappingDataImp.java:650)
         at com.sap.security.core.umap.imp.UserMappingDataImp.handleEncryptedFields(UserMappingDataImp.java:593)
         at com.sap.security.core.umap.imp.UserMappingDataImp.getLogonDataForSystem(UserMappingDataImp.java:691)
         at com.sap.security.core.umap.imp.UserMappingDataImp.internalInit(UserMappingDataImp.java:138)
         at com.sap.security.core.umap.imp.UserMappingDataImp.<init>(UserMappingDataImp.java:82)
         at com.sap.security.core.umap.imp.UserMapping.getUserMappingData(UserMapping.java:128)
         at com.sapportals.portal.prt.service.usermapping.UserMappingService.getMappingData(UserMappingService.java:148)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingDataModel.getCredentials(UserMappingDataModel.java:532)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingDataModel.getCredentials(UserMappingDataModel.java:234)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingComponent.doHandleHTMLBEventSave(UserMappingComponent.java:100)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingAdminComponent.doHandleHTMLBEvent(UserMappingAdminComponent.java:163)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingAdminComponent.doContent(UserMappingAdminComponent.java:108)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:363)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:376)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:479)
    [class=com.sap.security.core.umap.imp.UserMappingDataImp][method=getLogonDataForSystem][cl=17543] #
    May 30, 2005 5:40:13 PM # PRT-Async 3          Warning         No logon data available for system System Landscape Object (com.sapportals.portal.prt.service.usermapping.UserMappingService$DefaultSystemObject, uniquekey=9bf5c112e3a064089b274ffe0f1b8bc9, alias=GISA_PRODUKTIV, hashcode=206900) and principal USER.PRIVATE_DATASOURCE.un:REISS
    [class=com.sap.security.core.umap.imp.UserMappingDataImp][method=<init>][cl=17543] #
    May 30, 2005 5:40:14 PM # PRT-Async 3          Warning         System is flagged as reference system but reference flag not set!
    [class=com.sap.security.core.umap.imp.UserMappingDataImp][method=handleKeyedHashField][cl=17543] #
    May 30, 2005 5:40:14 PM # PRT-Async 3          Warning        
    java.security.GeneralSecurityException: User mapping data for system System Landscape Object (com.sapportals.portal.prt.service.usermapping.UserMappingService$DefaultSystemObject, uniquekey=9bf5c112e3a064089b274ffe0f1b8bc9, alias=GISA_PRODUKTIV, hashcode=1467045) and  user USER.PRIVATE_DATASOURCE.un:REISS is not ok.
         at com.sap.security.core.umap.imp.UserMappingDataImp.handleKeyedHashField(UserMappingDataImp.java:650)
         at com.sap.security.core.umap.imp.UserMappingDataImp.handleEncryptedFields(UserMappingDataImp.java:593)
         at com.sap.security.core.umap.imp.UserMappingDataImp.getLogonDataForSystem(UserMappingDataImp.java:691)
         at com.sap.security.core.umap.imp.UserMappingDataImp.internalInit(UserMappingDataImp.java:138)
         at com.sap.security.core.umap.imp.UserMappingDataImp.<init>(UserMappingDataImp.java:82)
         at com.sap.security.core.umap.imp.UserMapping.getUserMappingData(UserMapping.java:128)
         at com.sapportals.portal.prt.service.usermapping.UserMappingService.getMappingData(UserMappingService.java:148)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingDataModel.getCredentials(UserMappingDataModel.java:532)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingDataModel.getCredentials(UserMappingDataModel.java:234)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingView.addLogonScreenFields(UserMappingView.java:168)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingView.createUserMappingGrid(UserMappingView.java:386)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingAdminView.doContent(UserMappingAdminView.java:62)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingAdminComponent.doContent(UserMappingAdminComponent.java:117)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:363)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:376)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:479)
    [class=com.sap.security.core.umap.imp.UserMappingDataImp][method=getLogonDataForSystem][cl=17543] #
    May 30, 2005 5:40:14 PM # PRT-Async 3          Warning         No logon data available for system System Landscape Object (com.sapportals.portal.prt.service.usermapping.UserMappingService$DefaultSystemObject, uniquekey=9bf5c112e3a064089b274ffe0f1b8bc9, alias=GISA_PRODUKTIV, hashcode=1467045) and principal USER.PRIVATE_DATASOURCE.un:REISS
    [class=com.sap.security.core.umap.imp.UserMappingDataImp][method=<init>][cl=17543] #
    May 30, 2005 5:40:21 PM # PRT-Async 1          Warning         System is flagged as reference system but reference flag not set!
    [class=com.sap.security.core.umap.imp.UserMappingDataImp][method=handleKeyedHashField][cl=17543] #
    May 30, 2005 5:40:21 PM # PRT-Async 1          Warning        
    java.security.GeneralSecurityException: User mapping data for system System Landscape Object (com.sapportals.portal.prt.service.usermapping.UserMappingService$DefaultSystemObject, uniquekey=9bf5c112e3a064089b274ffe0f1b8bc9, alias=GISA_PRODUKTIV, hashcode=5436515) and  user USER.PRIVATE_DATASOURCE.un:REISS is not ok.
         at com.sap.security.core.umap.imp.UserMappingDataImp.handleKeyedHashField(UserMappingDataImp.java:650)
         at com.sap.security.core.umap.imp.UserMappingDataImp.handleEncryptedFields(UserMappingDataImp.java:593)
         at com.sap.security.core.umap.imp.UserMappingDataImp.getLogonDataForSystem(UserMappingDataImp.java:691)
         at com.sap.security.core.umap.imp.UserMappingDataImp.internalInit(UserMappingDataImp.java:138)
         at com.sap.security.core.umap.imp.UserMappingDataImp.<init>(UserMappingDataImp.java:82)
         at com.sap.security.core.umap.imp.UserMapping.getUserMappingData(UserMapping.java:128)
         at com.sapportals.portal.prt.service.usermapping.UserMappingService.getMappingData(UserMappingService.java:148)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingDataModel.getCredentials(UserMappingDataModel.java:532)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingDataModel.getCredentials(UserMappingDataModel.java:234)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingComponent.doHandleHTMLBEventSave(UserMappingComponent.java:100)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingAdminComponent.doHandleHTMLBEvent(UserMappingAdminComponent.java:163)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingAdminComponent.doContent(UserMappingAdminComponent.java:108)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:363)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:376)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:479)
    [class=com.sap.security.core.umap.imp.UserMappingDataImp][method=getLogonDataForSystem][cl=17543] #
    May 30, 2005 5:40:21 PM # PRT-Async 1          Warning         No logon data available for system System Landscape Object (com.sapportals.portal.prt.service.usermapping.UserMappingService$DefaultSystemObject, uniquekey=9bf5c112e3a064089b274ffe0f1b8bc9, alias=GISA_PRODUKTIV, hashcode=5436515) and principal USER.PRIVATE_DATASOURCE.un:REISS
    [class=com.sap.security.core.umap.imp.UserMappingDataImp][method=<init>][cl=17543] #
    May 30, 2005 5:40:21 PM # PRT-Async 1          Warning         System is flagged as reference system but reference flag not set!
    [class=com.sap.security.core.umap.imp.UserMappingDataImp][method=handleKeyedHashField][cl=17543] #
    May 30, 2005 5:40:21 PM # PRT-Async 1          Warning        
    java.security.GeneralSecurityException: User mapping data for system System Landscape Object (com.sapportals.portal.prt.service.usermapping.UserMappingService$DefaultSystemObject, uniquekey=9bf5c112e3a064089b274ffe0f1b8bc9, alias=GISA_PRODUKTIV, hashcode=5409595) and  user USER.PRIVATE_DATASOURCE.un:REISS is not ok.
         at com.sap.security.core.umap.imp.UserMappingDataImp.handleKeyedHashField(UserMappingDataImp.java:650)
         at com.sap.security.core.umap.imp.UserMappingDataImp.handleEncryptedFields(UserMappingDataImp.java:593)
         at com.sap.security.core.umap.imp.UserMappingDataImp.getLogonDataForSystem(UserMappingDataImp.java:691)
         at com.sap.security.core.umap.imp.UserMappingDataImp.internalInit(UserMappingDataImp.java:138)
         at com.sap.security.core.umap.imp.UserMappingDataImp.<init>(UserMappingDataImp.java:82)
         at com.sap.security.core.umap.imp.UserMapping.getUserMappingData(UserMapping.java:128)
         at com.sapportals.portal.prt.service.usermapping.UserMappingService.getMappingData(UserMappingService.java:148)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingDataModel.getCredentials(UserMappingDataModel.java:532)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingDataModel.getCredentials(UserMappingDataModel.java:234)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingView.addLogonScreenFields(UserMappingView.java:168)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingView.createUserMappingGrid(UserMappingView.java:386)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingAdminView.doContent(UserMappingAdminView.java:62)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingAdminComponent.doContent(UserMappingAdminComponent.java:117)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:363)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:376)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:479)
    [class=com.sap.security.core.umap.imp.UserMappingDataImp][method=getLogonDataForSystem][cl=17543] #
    May 30, 2005 5:40:21 PM # PRT-Async 1          Warning         No logon data available for system System Landscape Object (com.sapportals.portal.prt.service.usermapping.UserMappingService$DefaultSystemObject, uniquekey=9bf5c112e3a064089b274ffe0f1b8bc9, alias=GISA_PRODUKTIV, hashcode=5409595) and principal USER.PRIVATE_DATASOURCE.un:REISS
    [class=com.sap.security.core.umap.imp.UserMappingDataImp][method=<init>][cl=17543] #

    Its me again.
    There seems to be a bug. I have created antoher alias for this system and it is working now.
    When I change the logon method (UIDPW<=>SAP LOGONTICKETS) for the reference system, then I can not save the login and password for the system.
    Happens this situation to anybody of you too?
    Thanks.
    Best Regards,
    Olaf Reiss
    Message was edited by: Olaf Reiss

Maybe you are looking for