<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: MII Admin Service - All user attributes (telephone nr etc.) in Product Lifecycle Management Q&amp;A</title>
    <link>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020103#M40981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can get a datasource connection to the Netweaver database you can run a query like this to get user info:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT
 ATTR
 ,VAL
FROM 
 UME_STRINGS
WHERE
 NAMESP = 'com.sap.security.core.usermanagement'
 AND PID LIKE 'USER.PRIVATE_DATASOURCE%'
AND PID IN (SELECT PID FROM UME_STRINGS WHERE ATTR = 'uniquename' AND VAL = '&amp;lt;Users Id&amp;gt;' )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2011 14:03:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-08T14:03:15Z</dc:date>
    <item>
      <title>MII Admin Service - All user attributes (telephone nr etc.)</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaq-p/8020097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the MII Admin service to retrieve the MII user list from UME:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/XMII/Illuminator?Service=Admin&amp;amp;Mode=UserList&amp;amp;Group=Everyone&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a user list from the UME, that includes not only username, fullname and email (as provided by the UserList mode) but also the person's mobile and telephone nr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect that I must use the "UserDataReport" mode, but cannot seem to get any results. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is this the correct mode to use?&lt;/P&gt;&lt;P&gt;2. Which parameters (Mask?, Group? etc.) do I need to specify?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 13:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaq-p/8020097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-06T13:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: MII Admin Service - All user attributes (telephone nr etc.)</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020098#M40976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know there is &lt;/P&gt;&lt;P&gt;/XMII/Illuminator?service=admin&amp;amp;mode=FullProfile&amp;amp;Group=Everyone  (from MII book) but this somehow does not work at my machine. You probably can try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 15:33:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020098#M40976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-06T15:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: MII Admin Service - All user attributes (telephone nr etc.)</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020099#M40977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; You can use the /XMII/Illuminator?service=admin&amp;amp;mode=userattriblist&amp;amp;Group=&amp;lt;username&amp;gt; which will give you the UME attributes for the specified user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dipankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 03:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020099#M40977</guid>
      <dc:creator>former_member4529</dc:creator>
      <dc:date>2011-07-07T03:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: MII Admin Service - All user attributes (telephone nr etc.)</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020100#M40978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Seng Kiang  - I also tried that mode, with no luck. It seems however that the "FullProfile" mode is more geared towards providing MII portal specific info such as: navigation items for a user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Dipankar - I am aware of the "UserAttribList" mode. I am able to retrieve usernames and emails. What I need in addition to this is the person's mobile and telephone number. Maybe there is an additional parameter I can specify to also retrieve these? Perhaps it is automatically provided by a different mode? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is anyone aware of such a mode in the Admin service (or any other method of interface for that matter)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 04:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020100#M40978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T04:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: MII Admin Service - All user attributes (telephone nr etc.)</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020101#M40979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need to dig into the LDAP setup for UME in NW:  &lt;A href="https://cw.sdn.sap.com/cw/docs/DOC-102604" target="test_blank"&gt;https://cw.sdn.sap.com/cw/docs/DOC-102604&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/XMII/PropertyAccessServlet?Mode=List will show you a table of the ones exposed for the logged in user.  I would suspect that the UserAttribList will only show similar entries, and the LDAP provided ones like you mentioned may need to be added to the Data Source configuration xml file in the User Admin app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 13:15:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020101#M40979</guid>
      <dc:creator>jcgood25</dc:creator>
      <dc:date>2011-07-07T13:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: MII Admin Service - All user attributes (telephone nr etc.)</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020102#M40980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helpful answer. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was really hoping though that one of the modes in the Admin service could already supply me with the info required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to re-state the requirement: I don't need to add to what is stored in UME, the info is already there. Thus, I don't think it is necessary to modify the DataSourceConfig XML. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at the UME page for a user; the "UserAttribList" mode is providing all the info on the first tab (General Information). I'm interested in the third tab (Contact Information), telephone nr etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect that one of the other modes (e.g. UserDataReport) might already provide this, but I cannot get a resultset from the other modes (as I cannot find interface documentation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please assist with some info on the other modes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 07:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020102#M40980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-08T07:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: MII Admin Service - All user attributes (telephone nr etc.)</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020103#M40981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can get a datasource connection to the Netweaver database you can run a query like this to get user info:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT
 ATTR
 ,VAL
FROM 
 UME_STRINGS
WHERE
 NAMESP = 'com.sap.security.core.usermanagement'
 AND PID LIKE 'USER.PRIVATE_DATASOURCE%'
AND PID IN (SELECT PID FROM UME_STRINGS WHERE ATTR = 'uniquename' AND VAL = '&amp;lt;Users Id&amp;gt;' )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 14:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020103#M40981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-08T14:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: MII Admin Service - All user attributes (telephone nr etc.)</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020104#M40982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fanie - you might want to consider a support ticket.  I see the non-blank attributes for my LDAP user that appears on the Contact Info tab in UME when calling the propertyaccessservlet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 19:57:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020104#M40982</guid>
      <dc:creator>jcgood25</dc:creator>
      <dc:date>2011-07-08T19:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: MII Admin Service - All user attributes (telephone nr etc.)</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020105#M40983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Jeremy - thanks for the help. Not sure why, but another netweaver restart later and the "UserAttribList" mode that I started with (and Dipankar also suggested) shows all the non-null attributes that I need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Christian - very innovative solution (that also does the trick). I am just a bit afraid of leaving a DataSourceConnection to the NW App DB open to all developers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to everyone for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 05:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/mii-admin-service-all-user-attributes-telephone-nr-etc/qaa-p/8020105#M40983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-11T05:33:14Z</dc:date>
    </item>
  </channel>
</rss>

