<?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 for missmiis</title>
	<atom:link href="http://www.wapshere.com/missmiis/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wapshere.com/missmiis</link>
	<description>Adventures in ILM, Exchange, and whatever else I happen to be working on</description>
	<lastBuildDate>Fri, 04 Dec 2009 16:45:06 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Disable &#8211; Delete by Carol</title>
		<link>http://www.wapshere.com/missmiis/disable-delete/comment-page-1#comment-133</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Fri, 04 Dec 2009 16:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=176#comment-133</guid>
		<description>Actually I think you&#039;re right. Deletions can be triggered in a delta sync - but not in this case where the object has been sitting there unchanged for some time. Good catch!</description>
		<content:encoded><![CDATA[<p>Actually I think you&#8217;re right. Deletions can be triggered in a delta sync &#8211; but not in this case where the object has been sitting there unchanged for some time. Good catch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable &#8211; Delete by mmacdonell</title>
		<link>http://www.wapshere.com/missmiis/disable-delete/comment-page-1#comment-132</link>
		<dc:creator>mmacdonell</dc:creator>
		<pubDate>Fri, 04 Dec 2009 16:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=176#comment-132</guid>
		<description>Carol, great post!  One question though... 

You mentioned in the comments that the final deprovision occurs during a delta sync.  However, I must be missing something since a delta sync on the disabled object will never occur unless something changes on the Active Directory side to cause the account to be imported during a delta import.  

Could you elaborate on how the delta sync on the object is being triggered?</description>
		<content:encoded><![CDATA[<p>Carol, great post!  One question though&#8230; </p>
<p>You mentioned in the comments that the final deprovision occurs during a delta sync.  However, I must be missing something since a delta sync on the disabled object will never occur unless something changes on the Active Directory side to cause the account to be imported during a delta import.  </p>
<p>Could you elaborate on how the delta sync on the object is being triggered?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AD Group members by Carol</title>
		<link>http://www.wapshere.com/missmiis/group-members-and-other-multivalued-attributes/comment-page-1#comment-131</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Mon, 16 Nov 2009 19:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=108#comment-131</guid>
		<description>You need to define a delta table and then you can do delta imports. See my other posts on delta tables, like this one: http://www.wapshere.com/missmiis/sql-2005-ma-export-and-delta-import</description>
		<content:encoded><![CDATA[<p>You need to define a delta table and then you can do delta imports. See my other posts on delta tables, like this one: <a href="http://www.wapshere.com/missmiis/sql-2005-ma-export-and-delta-import" rel="nofollow">http://www.wapshere.com/missmiis/sql-2005-ma-export-and-delta-import</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AD Group members by austin31U</title>
		<link>http://www.wapshere.com/missmiis/group-members-and-other-multivalued-attributes/comment-page-1#comment-130</link>
		<dc:creator>austin31U</dc:creator>
		<pubDate>Mon, 16 Nov 2009 13:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=108#comment-130</guid>
		<description>Carol,

After reading &quot;Provisioning Based on Group Membership&quot; it looks like the placeholders then joins on the person object is the expected behavior. This is an SQL MA that only manages (projects to mv) 6 of the default AD security groups i.e. Students, FacultyStaff, etc. The primary table lists all possible groups and users with a column called object type that determines if the object is a person or group. Groups are projected where as person objects are joined on their metaverse object. It looks like ILM for joins retrieves all the users, inserts into the Connector Space placeholders for those person objects, and then begins the joins so this behavior is expected. The network IO issue was because the client application (ILM) wasn&#039;t processing the data fast enough for the remote sql server which kept sending the data no matter how many times the ILM server tried to slow it down. I dropped the tables on the local box, setup a DTS package to update them, and the Network IO issue has been resolved. 
The question I have now is for the Delta Imports are you using just replacing the primary table with the Delta table/view or are you just using doing a Delta Synchronization?

Sorry for the big post and thanks for all the help,
Austin</description>
		<content:encoded><![CDATA[<p>Carol,</p>
<p>After reading &#8220;Provisioning Based on Group Membership&#8221; it looks like the placeholders then joins on the person object is the expected behavior. This is an SQL MA that only manages (projects to mv) 6 of the default AD security groups i.e. Students, FacultyStaff, etc. The primary table lists all possible groups and users with a column called object type that determines if the object is a person or group. Groups are projected where as person objects are joined on their metaverse object. It looks like ILM for joins retrieves all the users, inserts into the Connector Space placeholders for those person objects, and then begins the joins so this behavior is expected. The network IO issue was because the client application (ILM) wasn&#8217;t processing the data fast enough for the remote sql server which kept sending the data no matter how many times the ILM server tried to slow it down. I dropped the tables on the local box, setup a DTS package to update them, and the Network IO issue has been resolved.<br />
The question I have now is for the Delta Imports are you using just replacing the primary table with the Delta table/view or are you just using doing a Delta Synchronization?</p>
<p>Sorry for the big post and thanks for all the help,<br />
Austin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AD Group members by Carol</title>
		<link>http://www.wapshere.com/missmiis/group-members-and-other-multivalued-attributes/comment-page-1#comment-129</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Thu, 12 Nov 2009 15:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=108#comment-129</guid>
		<description>Hi Austin,
First - are we talking about a SQL or an AD MA here?

In either case you must import the user objects as well as the group objects. It sounds to me like you might be just importing groups, in which case the placeholders are created for the missing members.</description>
		<content:encoded><![CDATA[<p>Hi Austin,<br />
First &#8211; are we talking about a SQL or an AD MA here?</p>
<p>In either case you must import the user objects as well as the group objects. It sounds to me like you might be just importing groups, in which case the placeholders are created for the missing members.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AD Group members by austin31U</title>
		<link>http://www.wapshere.com/missmiis/group-members-and-other-multivalued-attributes/comment-page-1#comment-128</link>
		<dc:creator>austin31U</dc:creator>
		<pubDate>Thu, 12 Nov 2009 12:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=108#comment-128</guid>
		<description>Hey Carol,

I have the exact same setup as far as the management agent but when I attempt a Full Import Full Synchronizations I have noticed that none of the person objects are set as person objects but as placeholders in the Connector Space. When we view the Account activity through the Activity Monitor on the SQL Server we see the status of Network IO or ASYN_Network_IO as the wait type. I&#039;m watching the traffic being passed in Wireshark and it looks like the SQL server is sending out the data to fast for the ILM application to process. The question is does ILM begin performing joins on those objects immediately or does it wait until it receives all of the results from the database?

TIA,
Austin</description>
		<content:encoded><![CDATA[<p>Hey Carol,</p>
<p>I have the exact same setup as far as the management agent but when I attempt a Full Import Full Synchronizations I have noticed that none of the person objects are set as person objects but as placeholders in the Connector Space. When we view the Account activity through the Activity Monitor on the SQL Server we see the status of Network IO or ASYN_Network_IO as the wait type. I&#8217;m watching the traffic being passed in Wireshark and it looks like the SQL server is sending out the data to fast for the ILM application to process. The question is does ILM begin performing joins on those objects immediately or does it wait until it receives all of the results from the database?</p>
<p>TIA,<br />
Austin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ILM2 RC0 &#8211; Provisioning Exchange 2007 Users by busbar</title>
		<link>http://www.wapshere.com/missmiis/ilm2-rc0-provisioning-exchange-2007-users/comment-page-1#comment-127</link>
		<dc:creator>busbar</dc:creator>
		<pubDate>Sun, 08 Nov 2009 11:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=356#comment-127</guid>
		<description>Thanks carol,
After googling found your post, we are implementing the code and we will see how things goes.</description>
		<content:encoded><![CDATA[<p>Thanks carol,<br />
After googling found your post, we are implementing the code and we will see how things goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ILM2 RC0 &#8211; Provisioning Exchange 2007 Users by Carol</title>
		<link>http://www.wapshere.com/missmiis/ilm2-rc0-provisioning-exchange-2007-users/comment-page-1#comment-126</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Sun, 08 Nov 2009 08:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=356#comment-126</guid>
		<description>You can use all your ILM 2007 code with FIM 2010, which will include GALsync.

For home folders see this other post on my blog: http://www.wapshere.com/missmiis/creating-user-home-directories-windows-version</description>
		<content:encoded><![CDATA[<p>You can use all your ILM 2007 code with FIM 2010, which will include GALsync.</p>
<p>For home folders see this other post on my blog: <a href="http://www.wapshere.com/missmiis/creating-user-home-directories-windows-version" rel="nofollow">http://www.wapshere.com/missmiis/creating-user-home-directories-windows-version</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ILM2 RC0 &#8211; Provisioning Exchange 2007 Users by busbar</title>
		<link>http://www.wapshere.com/missmiis/ilm2-rc0-provisioning-exchange-2007-users/comment-page-1#comment-125</link>
		<dc:creator>busbar</dc:creator>
		<pubDate>Sun, 08 Nov 2009 08:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=356#comment-125</guid>
		<description>Hi Carol,
thanks for helping me last time, I am back again with 2 questions:
- If I want to use glasync in FIM 2010, are there any guide or shall I Configure it the way we did in ILM 2007.
- I have asked on the forums for provisioning a shared folder for the user, How we can do that in ILM, do you have any clues, I am thinking about used extension rule (don&#039;t know if it will be a metaverse or MA --can you explain for me the difference-- that will be executed after the export is completed) do you have any guidelines.</description>
		<content:encoded><![CDATA[<p>Hi Carol,<br />
thanks for helping me last time, I am back again with 2 questions:<br />
- If I want to use glasync in FIM 2010, are there any guide or shall I Configure it the way we did in ILM 2007.<br />
- I have asked on the forums for provisioning a shared folder for the user, How we can do that in ILM, do you have any clues, I am thinking about used extension rule (don&#8217;t know if it will be a metaverse or MA &#8211;can you explain for me the difference&#8211; that will be executed after the export is completed) do you have any guidelines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ILM2 RC0 &#8211; Codeless Provisioning Step by Step by Carol</title>
		<link>http://www.wapshere.com/missmiis/ilm2-rc0-codeless-provisioning-step-by-step/comment-page-1#comment-124</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Thu, 29 Oct 2009 08:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=347#comment-124</guid>
		<description>You can use only codeless sync rules, as long as you don&#039;t want to do anything too complicated. I have a couple of import flows which I know I won&#039;t be able to convert to codeless: one of them substitutes non-ascii characters (eg., swapping è for e) and the other one reformats telephone numbers.</description>
		<content:encoded><![CDATA[<p>You can use only codeless sync rules, as long as you don&#8217;t want to do anything too complicated. I have a couple of import flows which I know I won&#8217;t be able to convert to codeless: one of them substitutes non-ascii characters (eg., swapping è for e) and the other one reformats telephone numbers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
