Security and user mapping

Hi all,Sorry if this is going to be an obvious answer but I’m having a few difficulties in understanding the permissions within clustered mode.I’m just trying to clarify something with regards to security at volume level. If I set up vol1 with Unix style security (all permissions eg read/write and so on) and vol2 with NTFS security (again all permission), if I set up user mappings (windows to unix and unix to windows), essentially the security style doesn’t matter as my windows mapped account can still access vol1 (unix) and my unix account can still access vol2 (ntfs security)…Is that correct?Thanks
Aaron

It is true that both systems will be able to access data on both volumes (assuming you have licenses for both protocols and both are configured) provided your user mapping is correct. Just keep in mind that the unix volume will always have unix permissions and the NTFS volume will have windows permissions setup. You can't add NT ACLs to the unix partition etc... Note that by default the filer will map usernames that match on both systems so you only need usermap entries when they don't match. --rdp

Similar Messages

  • SSO and User Mapping at same time

    Hi,
    Can we use SSO and User mapping at same time between Portal and SAP Backend system?
    For some of the users the user id is different in both end.
    After implementing the SSO... Will it affect the existing user mapping? and the system alias created for that?
    If not, Can we use both SSO and user Mapping same time?
    Thanks,
    VB

    Hi VB,
    In this case I suggest you create 2 systems one you might have created for users who are having common user ids in portal & at the backend system.
    For the users whose ids are defeering you can create reference system and in user managemant property of that system
    Authentication Ticket Type - Select -SAP Logon TicketSAP Assertion Ticket
    Logon Method -  UWPW
    User Mapping Fields -  {100,200,300}Client;Language
    where 100,200,300 are the clients of the backend system.
    Assign this system in the ivews.
    Thanks,
    Vishal

  • Problems with creating reference system and user mapping in EP

    Hi@all,
    we have deployed Support Package Stack 25 in our portal. After that, the UWLJWF Administration was not available anymore. We get Portal Runtime Error. We habe resolved this error!
    In the UME Administration in the System Administration --> System Configuration --> UME Configuration --> User Mapping tab
    there was a message saying that CTS was non-existent. I changed the Reference  System to (No reference system) and the UWL Admin page is working now!
    But now, the SSO to our 3rd Party System is not possible anymore!
    I have created an new system alias but i cannot see it in the User Mapping tab. How is it possible. I found no documentation?
    Thany you and best regards
    Juergen

    I am using EP7 Stack 11 and unfortunately the only options I have are:
    user
    admin
    admin,user
    It is currently set to admin, user and does not seem to work!
    Phil
    Message was edited by:
            Phil Wade

  • Http System and User Mapping

    hi,
    I have created a Http system and mapped the user ID and password for the login page of that System. Now when i created a URL Iview for a particular application using the System defined above and after passing the username and password parameters as mapped user and mapped Password, i am not able to login into the web application. Its displaying the login page again asking for username and password.
    What should be done so that i could login to the application directly after logging into the Portal.And also plz tell me the required parameters that needs to be filled in while creating the system.Also the consolidated list of steps to be followed.
    Thanks in advance,
    Jules

    Hi Jules,
    What you are talking about is also called SSO. Well you have to also do a minor change in the setting. Go to HTTP System which you have created and in the Property Category dropdoen select User Management. Here you will find the user mapping type. Chnage the option of this user mapping according to your need. There will be three option for that:
    1) <b>User</b> -  If only user need to be mapped.
    2) <b>Admin</b> - If only admin need to be mapped.
    3) <b>User,Admin</b> - If both User and admin need to be mapped. (prefered if SSO has to provided for application to all users including Admin).
    Also I beleive that you have create dthe System alias for the HTTP system you have created, because you will need that for user mapping in the further steps.
    I hope this solves your problem.
    Regards
    Pravesh
    PS: Please consider rewarding points on SDN for helpful answers. Thanks in Advance!!

  • Using SSO and user mapping with WebDav Repository

    Hi guys,
      I have a WebDav Repository in portal and i configured SSO with SSO22KerbMap in IIS server. All is ok, but i have some UME users than don't have user in our Active Directory, i need use user mapping with this users. Do it's possible?
      Currently i have a KMWebDav system (with same alias name that http system) and i mapped one of my UME user (with name 'umeuser' for example) with one Active Directory user (with name 'aduser' for example), if i try access to my webdav repository from KM Content with 'umeuser' i can see in SSO22KerbMap log a message like:
    10:48:57 6756/4652 i OnPreprocHeaders: Determined account umeuser from cookie MYSAPSSO2
    10:48:57 6756/4652 E OnPreprocHeaders: Found 0 UserPrincipalNames for ADSI Filter...
    Can somebody help me?
    Thanks in advanced.

    Hi Guys,
    Any takers?
    Suggestions would be appreciated.
    Cheers
    Ian Henderson

  • Web - What is easiest way to implement User Security and User Profiles

    Hi, I am new to these forums and kind of new to Java. Sorry if this is in the wrong forum!
    Bit of background to my experience with java
    I have been playing about with java for a number of years and have created a few basic programs such as a screen shot tool that allows you to capture to default locations and look at previews first etc. I am now venturing into web related stuff. I work in IT doing systems testing and have done bits of basic development on various things.
    What I've done so far
    I am using Netbeans IDE 6.7 and MySQL 5.0
    I am trying to learn more complex java and have decided to try build a basic web / database system that basically implements adding / amending / deleting data from a MySQL database through web pages. I am now trying to implement basic user access and profiles. I have so far got the following:
    - MySQL table with user info - username / password
    - JSP page with usual login stuff
    - Servlet that validates the username and password - if correct forwards to main menu page.
    Its as simple as that - there is nothing stopping you just typing in the URL of the main menu page and going from there.
    What I want
    I am wanting to eventually get the following:
    - User authentication so that you have to logon before you can access anything else
    - User profiles that determine what each user can or can't do, restricting the pages / services / options available (i.e. normal user can't delete etc)
    - Would it need some sort of session manager to allow multiple users etc?
    I appreciate this is a fairly open question but what is the easiest way to start implementing this? Not after specific code as I would prefer to try figger things out myself, but a point in the right direction would be great. It doesn't have to be extremely secure as this is just for me at the minute.
    I have spent all day looking at things like session data / url rewriting / security settings in web.xml / bespoke servlets and am now in java overload!

    Hi everyone,
    I've now actually gone back to the tutorial that I linked to above and implemented that using form login and j_security_check.
    Agree with Saish, and although I don't know enough about the other options to give a good reason, using realms and j_security_check just seems to be a bit cluncky and messy. I would also prefer something a bit more generic, that doesn't rely on setting users in glassfish, hence why I started with my own user table.
    Anyway, I will leave it as is for now and maybe come back and try one of the other options.
    The only problem I can see now is that to add users i will need to go through all the steps of adding users in glassfish and web.xml... Is there a way to do this through a servlet or something so I can have a jsp page to add users that also creats all the other bits for it to work?
    Thanks everyone for your help

  • OWB 10G Security and User MGMT

    Hi, will 10G OWB have a proper interface for administering the userbase?
    Can we finally get away from the umm beta feel, of running sql scripts from the command line please?
    Regards,
    Richard.

    Awww. OK still a wee bit of waiting then. Hmm when will we see the ability to make a mapping for a table based function? Currently unbound, and you need to do all the work externally.
    Cheers,
    Richard.

  • 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

  • User mapping types

    Hello,
    any body tell me What are the available user mapping types ?
    Thanks,
    Kiran

    There are no types in user mapping.
    User mapping is used when there are different user id's  across system landscape and they cannot be managed centrally.
    Using user mapping we can map portal user id's with other systems like R3, non sap systems etc..
    so that user no need to aiuthenticate again. It is one method of achieving SSO in portal.
    http://help.sap.com/saphelp_nw04s/helpdata/en/f8/3b514ca29011d5bdeb006094191908/frameset.htm
    Also check the blogs for more information:
    How to setup R/3 Reference system for User Mapping
    Creating R/3 System and user mapping problem
    User Mapping-based Single Sign On
    Raghu

  • Problem with user mapping

    Hello,
    We got a problem with user-mapping to a SAP system.
    We create a SAp system, and an alias to this system.
    We add a user mapping for the administrator (user, not group). Check for connector is OK.
    Now, we make the same user-mapping for a group.
    if the user also belongs to the group "administrator" this mapping works, otherwise this fail with a message <b>"com.sapportals.portal.ivs.cg.SystemNotFoundException: Got null system object for alias R3HR".
    </b>After checking, there is no user-mapping for the "administrator" group, nor for the roles that belong to that group, nor for the user.
    So, it seem that the alias is only visible for an admin.
    does any one got an idea ? we are on SP14, Linux.
    regards
    Guillaume PATRY

    HI Guillaume,
    The user mapping is available for both Admin as well as end users.
    Open your system from System Administration>System Configuration>System Landscape.
    In the property editor,in dropdown for property category,
    select the logon method as UID?password and User Mapping type to admin/user.
    Then you can create a Group,map the system alias for this group and add users to this group.
    Also,in the property editor for the system,from dropdown for display,select permissions , and add the group to asssigned permissions as READ ONLY and select the checkbox for ENDUSER.
    Hope,this resolves your problem.
    Regards,
    Siddhartha

  • Difference between Security Oracle user and Security User

    Hi All,
    Can anyone give me the difference between Security-> Oracle -> user and Security-> User in System Administrator Resp of oracle apps R12.
    Thanks,
    Mahesh.
    Edited by: 991854 on Mar 12, 2013 1:49 AM

    Can anyone give me the difference between Security-> Oracle -> user and Security-> User in System Administrator Resp of oracle apps R12.Security > Oracle > Register:
    Use this window to register an ORACLE username with Oracle E-Business Suite. An ORACLE username grants access privileges to the ORACLE database
    http://docs.oracle.com/cd/E18727_01/doc.121/e12893/T174296T174305.htm
    Security > Oracle > Data Group:
    A data group defines the mapping between Oracle E-Business Suite products and ORACLE database IDs. A data group determines which Oracle database accounts a responsibility's forms, concurrent programs, and reports connect to. See: Defining Data Groups, Oracle E-Business Suite System Administrator's Guide - Configuration.
    http://docs.oracle.com/cd/E18727_01/doc.121/e12843/T156458T156461.htm
    Security > User > Define:
    Use this window to define an Oracle E-Business Suite user. This user is an authorized user of Oracle E-Business Suite, and is uniquely identified by a username.
    http://docs.oracle.com/cd/E18727_01/doc.121/e12843/T156458T156461.htm
    Thanks,
    Hussein

  • EP6.0 User Mapping & Security

    Ive had a quick trawl but couldnt find anything specific.
    Does anyone know if there is a way to restrict the systems that appear in the user mapping facilities in the portal?
    Once you make a system UIDPWD and admin/user it appears in the list as expected.  BUT it would appear that PCD level security has no impact on this list whatsoever so you cannot restrict the systems say admininistrator 1 sees vs what administrator 2 might see.
    Any suggestions.
    Thanks
    Haydn

    I think you're correct I'm afraid.  I think the PCD permissions (end user) stop the end user setting their password - but I don't think it stops the administrators.
    The only thing I can think of is to go down the route of companies - so limit users by admin if that helps at all?
    Paul

  • Export/import login server and user grup security

    Hi,
    I followed the instructions to export Login server, user group
    security using the ssoexp.csh, secexp.csh. Then I imported the
    login server, and user group security using the ssoimp.csh,
    secimp.csh .
    I then logged into Portal and check the users, all the users are
    imported properly. However, I didn't see any group that are
    supposed to be imported. Do I missing anything?
    The syntax to run the secimp is as follows:
    secimp.csh -s portal30 -p portal30 -o portal30 -m reuse -d
    sec.dmp -c target_database
    The import finished w/o error. How can I see the groups in the
    new portal instance that I tried to import objects in?
    I noticed that the wwsec_group$ in the source area is over 3000,
    and in the target the count is only 10, which is the number of
    group I have before the import. But during the export, I don't
    see the wwsec_group$ table being exported, is that the problem?
    P.S. versions are: 9iAS 1.0.2, portal version 3.0.9.8 on solaris.
    Thanks;
    Kelly.

    This question is best suited to the Oracle9iAS SSO and Portal Security forum.
    Thanks

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

  • Users mapping between EP and ABAP system

    Hello
    I'd like to ask for some guidance in my quest
    Current situation looks like this:
    I've configured UME in AS Java to work with LDAP as read only data source. Then I've configured SPNego to run SSO - It works, users from MS AD can log into portal.
    Now I have application in WD which authorizes via EP/AD - works fine.
    And next step is users mapping between AD and ABAP backend (serving some BAPI's for WD app)
    I've found a bunch of help pages starting from
    http://help.sap.com/saphelp_nwce711/helpdata/en/0b/d82c4142aef623e10000000a155106/frameset.htm
    But somehow it's quite complicated to achieve this mapping. I've tried to set RFC destinations logon type to user mapping but without succes.
    Can anyone point me to some more clear example or give path to configure this scenario? Is there a way of configuring this with NWA or some XML file editing is required?
    Any help will be appreciated.
    BTW: whole environment is in version 7.11
    Best regards
    Maciej

    There is no equivalent to SPNEGO on the ABAP side.
    If your goal is to propagate the user, then possible options are:
    -> Wait for SAML 2.0 or invest now in a SAML 1.0 provider.
    -> Use the same kerberos ticket for the EP as what your ABAP system will accept: route = SNC and 3rd party libraries.
    -> Issue SAP logon tickets for the ABAP system from the EP, and use these in your WDA.
    Another option is to expose the service with saved logon data in the ICF. If the service is just a wrapper for the BAPI, then you can also consider using trusted RFC between the service and the backend, but this might not be acceptable for your service.
    I have only done experimental stuff with this and some of the above is not released yet. Also consider the consequences, even if it "does work"...
    Cheers,
    Julius

Maybe you are looking for

  • Extended Classic Scenario

    Referring to note 963000, we are about to install SRM 5.0 as AddOn to Ecc ERP 2005. In SRM we would like to implement the "Exteded Classic Scenario", meaning the procurement process will take place locally in EBP and a copy of data is replicated to t

  • Accessing JLable within JLayerPane

    Hi, I am having problem dealing with JLabel object in JLayerPane so that i can restrict its movement. I have try to use board.getComponentAt() but it keep giving me error. Can anyone give me some advise? The code below is a part of 8x8 board. layered

  • Leopard crashes regularly

    Since the last OS update, my MacBook Pro crashes 1-3 times daily. Most often, but not always, once the computer has been put to sleep (i.e., unresponsive when I try to start it back up). The only thing that seems to allow me to reboot in this case is

  • ITunes causing freeze

    The update to version 9.0.3 went successfully, but upon launching the program, os completely freezes. Tried without Internet to alleviate connection related issues. Problem is also not related to library. Not installation related. Not 64/32 bit relat

  • Numlock on BT keyboard not working?

    I'm using an Apple BT keyboard (brand new) with my MBP 15". It works great, but I can't toggle numlock on/off with it. When I hit the Clear key the numpad just keeps sending numbers. If I enable numlock on the MBP's keyboard, the keyboard still sends