cancel
Showing results for 
Search instead for 
Did you mean: 

Where is the UME data source configuration XML file stored on the server?

Former Member
0 Kudos

I'm trying to activate windows integrated authentication in my portal server. The java engine's UME configuration has been loaded as a deep AD read only database using the file "dataSourceConfiguration_ads_deep_readonly_db.xml" but I can't find this on my server. I need to modify a couple of parameters in there to activate kerberos principal management. My recent portal training course offered me a completed working example but it was for an ads_flat_writeable_db so I can't simply load that and I need to understand the changes required.

Where to I find the configuration file on my java instance server so I can make the necessary changes to a copy and upload that?

Accepted Solutions (1)

Accepted Solutions (1)

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Murray,

2 ways of downloading this and then you can amend them:

1) Goto http://<hostname>:<port>/useradmin ->user management configuration ->data sources and then download teh file

or

2) Open offlinecfgeditor from D:\usr\sap\XXX\XXX\j2ee\configtool -->cluster_data > server>persistent>com.sap.security.core.ume.service> change to edit mode --> double click on the XML file and you can download it

regards,

hemanth

Answers (3)

Answers (3)

Former Member
0 Kudos

Try to read

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e1959b90-0201-0010-849c-d2b1d574...

UME user data is stored in one or more data sources. Each type of data source has its own persistence adapter. The persistence manager consults the persistence adapters when creating, reading, writing, and searching user management data. Persistence adapters for the following types of repositories are available: 1. Database: See the Product Availability Matrix on SAP Service Marketplace (http://service.sap.com/pam60) for details on which databases are supported. 2. u2022 Lightweight Directory Access Protocol (LDAP) directory: See the Product Availability Matrix on SAP Service Marketplace (http://service.sap.com/pam60) for details on which directories are supported. 3. SAP Systems based on Web Application Server 6.20 You can configure UME to use one or more of these persistence devices in parallel. Users can also be stored in several different physical LDAP directory servers, or in different branches of the same LDAP directory server.

Former Member
0 Kudos

Just what I needed. Thank you. Now I just need to get an extra 30 seconds to work out exactly how to do the rest of my configuration but that's going to be the fun part.