<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Who needs Group Populator when you have Multivalue tables?</title>
	<atom:link href="http://www.wapshere.com/missmiis/who-needs-group-populator-when-you-have-multivalue-tables/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wapshere.com/missmiis/who-needs-group-populator-when-you-have-multivalue-tables</link>
	<description>Adventures in identity management</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:24:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Carol</title>
		<link>http://www.wapshere.com/missmiis/who-needs-group-populator-when-you-have-multivalue-tables/comment-page-1#comment-322</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Mon, 13 Dec 2010 19:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=9#comment-322</guid>
		<description>Yep still here. You can definitely use this for exports, and while I&#039;ve only ever done it with SQL I gather it works just the same for Oracle.</description>
		<content:encoded><![CDATA[<p>Yep still here. You can definitely use this for exports, and while I&#8217;ve only ever done it with SQL I gather it works just the same for Oracle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kal</title>
		<link>http://www.wapshere.com/missmiis/who-needs-group-populator-when-you-have-multivalue-tables/comment-page-1#comment-321</link>
		<dc:creator>Kal</dc:creator>
		<pubDate>Mon, 13 Dec 2010 19:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=9#comment-321</guid>
		<description>I realize this is an old one, I was just wondering(hope you are still listening), can you do that with export meaning, syncing groups + members to tables in Oracle (or SQL)? 

How would the configuration change in this case?</description>
		<content:encoded><![CDATA[<p>I realize this is an old one, I was just wondering(hope you are still listening), can you do that with export meaning, syncing groups + members to tables in Oracle (or SQL)? </p>
<p>How would the configuration change in this case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sundar</title>
		<link>http://www.wapshere.com/missmiis/who-needs-group-populator-when-you-have-multivalue-tables/comment-page-1#comment-146</link>
		<dc:creator>Sundar</dc:creator>
		<pubDate>Tue, 13 Jul 2010 09:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=9#comment-146</guid>
		<description>Really a very good link..it solved my problem</description>
		<content:encoded><![CDATA[<p>Really a very good link..it solved my problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carol</title>
		<link>http://www.wapshere.com/missmiis/who-needs-group-populator-when-you-have-multivalue-tables/comment-page-1#comment-105</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Thu, 23 Apr 2009 18:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=9#comment-105</guid>
		<description>JB,
It certainly is possible to export to a table with an identity column - you just leave the value blank and let SQL populate it  - but I expect there would be a problem if that column was also the key. I think when I&#039;ve done this in the past I&#039;ve used something else for the key that I can populate from MIIS, and then use another column for the self-seeded identity.
Sorry I&#039;m a bit vague - haven&#039;t done it in a while - but I see you&#039;ve posted on the forum as well so you&#039;re bound to get some good answers there.</description>
		<content:encoded><![CDATA[<p>JB,<br />
It certainly is possible to export to a table with an identity column &#8211; you just leave the value blank and let SQL populate it  &#8211; but I expect there would be a problem if that column was also the key. I think when I&#8217;ve done this in the past I&#8217;ve used something else for the key that I can populate from MIIS, and then use another column for the self-seeded identity.<br />
Sorry I&#8217;m a bit vague &#8211; haven&#8217;t done it in a while &#8211; but I see you&#8217;ve posted on the forum as well so you&#8217;re bound to get some good answers there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jbwilliams11</title>
		<link>http://www.wapshere.com/missmiis/who-needs-group-populator-when-you-have-multivalue-tables/comment-page-1#comment-104</link>
		<dc:creator>jbwilliams11</dc:creator>
		<pubDate>Thu, 23 Apr 2009 17:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=9#comment-104</guid>
		<description>I am using MIIS 2003 (ILM 2007) and I am having a problem provisioning a record to a SQL 2005 database table.  The database table has about 18 attributes with 1 of them being a PK (call this attrib01), which is an autgenerated number.  This specific MA (call it MA01) has all the attributes in the table defined in the attribute flow to export with the exception of the PK field (b/c it is read only in the CS meaning it is the Anchor Attribute).  When I run my Full Imports/Full Synchs (all MAs) the proper MAs (in this case MA01) receive provision/export notifications.  During the Export run MA01 I get an exception from my provision DLL that attrib01 is not present.  I tried setting attrib01 to a generic value (knowing it is autgenerated) in the provisioning DLL and I still get an exception but it is different stating that attrib01 is read only.  Bottom line is I cannot insert a new record in the db table because of attrib01.

I am now looking into an Extensible MA but have never created one before.

I would appreciate any ideas on how to get by this?</description>
		<content:encoded><![CDATA[<p>I am using MIIS 2003 (ILM 2007) and I am having a problem provisioning a record to a SQL 2005 database table.  The database table has about 18 attributes with 1 of them being a PK (call this attrib01), which is an autgenerated number.  This specific MA (call it MA01) has all the attributes in the table defined in the attribute flow to export with the exception of the PK field (b/c it is read only in the CS meaning it is the Anchor Attribute).  When I run my Full Imports/Full Synchs (all MAs) the proper MAs (in this case MA01) receive provision/export notifications.  During the Export run MA01 I get an exception from my provision DLL that attrib01 is not present.  I tried setting attrib01 to a generic value (knowing it is autgenerated) in the provisioning DLL and I still get an exception but it is different stating that attrib01 is read only.  Bottom line is I cannot insert a new record in the db table because of attrib01.</p>
<p>I am now looking into an Extensible MA but have never created one before.</p>
<p>I would appreciate any ideas on how to get by this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clifton.leonard</title>
		<link>http://www.wapshere.com/missmiis/who-needs-group-populator-when-you-have-multivalue-tables/comment-page-1#comment-60</link>
		<dc:creator>clifton.leonard</dc:creator>
		<pubDate>Wed, 05 Nov 2008 17:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=9#comment-60</guid>
		<description>Sorry Carol, I saw someone had referred to Rich, and thought that was you.  I figured out my problem, as I wasn&#039;t importing the user objects into the MV through the same MA that I was exporting the groups through.  I thought since I was doing it through another MA from AD, and the MV group references to user objects were working, that it should have exported it automatically.  However, as soon as I imported/joined these users objects in on the group MA from AD, it worked like a champ.  Thanks again for this post, and it was very helpful!...</description>
		<content:encoded><![CDATA[<p>Sorry Carol, I saw someone had referred to Rich, and thought that was you.  I figured out my problem, as I wasn&#8217;t importing the user objects into the MV through the same MA that I was exporting the groups through.  I thought since I was doing it through another MA from AD, and the MV group references to user objects were working, that it should have exported it automatically.  However, as soon as I imported/joined these users objects in on the group MA from AD, it worked like a champ.  Thanks again for this post, and it was very helpful!&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carol</title>
		<link>http://www.wapshere.com/missmiis/who-needs-group-populator-when-you-have-multivalue-tables/comment-page-1#comment-55</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Fri, 31 Oct 2008 10:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=9#comment-55</guid>
		<description>Clifton,

Rich? Who&#039;s Rich? My name is Carol, though I will answer to Miss MIIS if you like that sort of thing :)

Anyway, no members exporting. Things to check:
- do you have both user and group objects selected in the ADMA?
- can you see the group members in the connector space?
- if you export to a log file are the members in the file?</description>
		<content:encoded><![CDATA[<p>Clifton,</p>
<p>Rich? Who&#8217;s Rich? My name is Carol, though I will answer to Miss MIIS if you like that sort of thing <img src='http://www.wapshere.com/missmiis/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway, no members exporting. Things to check:<br />
- do you have both user and group objects selected in the ADMA?<br />
- can you see the group members in the connector space?<br />
- if you export to a log file are the members in the file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clifton.leonard</title>
		<link>http://www.wapshere.com/missmiis/who-needs-group-populator-when-you-have-multivalue-tables/comment-page-1#comment-54</link>
		<dc:creator>clifton.leonard</dc:creator>
		<pubDate>Fri, 31 Oct 2008 01:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=9#comment-54</guid>
		<description>Rich,

Thank you sooo much for this post.  Everything was perfect for recreating a similar situation in my environment.  With a minor difference (Oracle instead of SQL), I was still able to get most of it working with your detailed instructions, except for one minor problem that I was hoping you might be able to help with...
I have everything sync&#039;ed into the MV, with my user objects as reference values, however, it won&#039;t export into AD.  The groups get created, permissions are set correctly, but no members in the groups, and no errors.  I am exporting member (group) directly to member (group), and the user objects already exist in the MV...I even tried sync&#039;ing the user objects, thinking this would export the membership...
I feel like I&#039;m missing something important here (ie., rules extension, etc), and couldn&#039;t find any more instructions on your posting for creating the AD MA...
In actuallity, this is the ONLY posting of a good Group Populator in MIIS, without using Group Populator, so thanks again for everything!...</description>
		<content:encoded><![CDATA[<p>Rich,</p>
<p>Thank you sooo much for this post.  Everything was perfect for recreating a similar situation in my environment.  With a minor difference (Oracle instead of SQL), I was still able to get most of it working with your detailed instructions, except for one minor problem that I was hoping you might be able to help with&#8230;<br />
I have everything sync&#8217;ed into the MV, with my user objects as reference values, however, it won&#8217;t export into AD.  The groups get created, permissions are set correctly, but no members in the groups, and no errors.  I am exporting member (group) directly to member (group), and the user objects already exist in the MV&#8230;I even tried sync&#8217;ing the user objects, thinking this would export the membership&#8230;<br />
I feel like I&#8217;m missing something important here (ie., rules extension, etc), and couldn&#8217;t find any more instructions on your posting for creating the AD MA&#8230;<br />
In actuallity, this is the ONLY posting of a good Group Populator in MIIS, without using Group Populator, so thanks again for everything!&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carol</title>
		<link>http://www.wapshere.com/missmiis/who-needs-group-populator-when-you-have-multivalue-tables/comment-page-1#comment-23</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Tue, 10 Jun 2008 16:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=9#comment-23</guid>
		<description>I think what you really have here is a single valued table in a slightly unusual format. So I think you will need another MA and you will have to make the anchor a combination of the user ID and the field ID.</description>
		<content:encoded><![CDATA[<p>I think what you really have here is a single valued table in a slightly unusual format. So I think you will need another MA and you will have to make the anchor a combination of the user ID and the field ID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jashaffner</title>
		<link>http://www.wapshere.com/missmiis/who-needs-group-populator-when-you-have-multivalue-tables/comment-page-1#comment-22</link>
		<dc:creator>jashaffner</dc:creator>
		<pubDate>Tue, 10 Jun 2008 14:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=9#comment-22</guid>
		<description>It is because the app allows end users to add custom fields on the fly, hence, the purpose of the third table, storing the field names along with other attributes like maxlength, datatype, etc. 

I would like to clarify that while we have a table storing custom fields (#3), we are storing a single value for each field for each user in table #1.

Is it still doable with the usage of multivalue table approach to keep table #1in sync with MV?

Thanks a bunch!</description>
		<content:encoded><![CDATA[<p>It is because the app allows end users to add custom fields on the fly, hence, the purpose of the third table, storing the field names along with other attributes like maxlength, datatype, etc. </p>
<p>I would like to clarify that while we have a table storing custom fields (#3), we are storing a single value for each field for each user in table #1.</p>
<p>Is it still doable with the usage of multivalue table approach to keep table #1in sync with MV?</p>
<p>Thanks a bunch!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

