<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Edwin Vriethoff</title>
	
	<link>http://edwin.vriethoff.net</link>
	<description>Edwin Vriethoff</description>
	<pubDate>Tue, 26 May 2009 10:58:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/EdwinDotNet" type="application/rss+xml" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FEdwinDotNet" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FEdwinDotNet" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FEdwinDotNet" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/EdwinDotNet" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FEdwinDotNet" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FEdwinDotNet" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FEdwinDotNet" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:browserFriendly>A blog with tips and info about .NET, C# , Sharepoint en BizTalk written by Edwin Vriethoff.</feedburner:browserFriendly><item>
		<title>ContentQuery Web Part xsl script to view all available values</title>
		<link>http://feedproxy.google.com/~r/EdwinDotNet/~3/yyZ4lRAwN8U/</link>
		<comments>http://edwin.vriethoff.net/2009/05/26/contentquery-web-part-xsl-script-to-view-all-available-values/#comments</comments>
		<pubDate>Tue, 26 May 2009 10:58:50 +0000</pubDate>
		<dc:creator>Edwin Vriethoff</dc:creator>
		
		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[ItemStyle]]></category>

		<category><![CDATA[XSL]]></category>

		<guid isPermaLink="false">http://edwin.vriethoff.net/?p=282</guid>
		<description><![CDATA[I&#8217;m often using the following xsl template script to check the available values and items which are available for the Content Query Web Part.
 This script can be added to the itemstyle.xsl for use. I&#8217;m always copying it from older projects, so now it&#8217;s on my blog for faster access  

&#60;xsl:template name=&#8221;TestView&#8221; match=&#8221;Row[@Style='TestView']&#8221; mode=&#8221;itemstyle&#8221;&#62;
&#160;&#60;xsl:for-each [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://edwin.vriethoff.net/wp-content/coding.jpg" alt="ContentQuery xsl script to view all available values" title="ContentQuery xsl script to view all available values" width="200" height="90" align="left"/>I&#8217;m often using the following xsl template script to check the available values and items which are available for the Content Query Web Part.</p>
<p> This script can be added to the itemstyle.xsl for use. I&#8217;m always copying it from older projects, so now it&#8217;s on my blog for faster access <img src='http://edwin.vriethoff.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="code">
&lt;xsl:template name=&#8221;TestView&#8221; match=&#8221;Row[@Style='TestView']&#8221; mode=&#8221;itemstyle&#8221;&gt;<br />
&nbsp;&lt;xsl:for-each select=&#8221;@*&#8221;&gt;<br />
&nbsp;&nbsp;ITEM:<br />
&nbsp;&nbsp;&lt;xsl:value-of select=&#8221;name()&#8221; /&gt;<br />
&nbsp;&nbsp;VALUE:<br />
&nbsp;&nbsp;&lt;xsl:value-of select=&#8221;.&#8221; /&gt;<br />
&nbsp;&nbsp;&lt;BR /&gt;<br />
&nbsp;&lt;/xsl:for-each&gt;<br />
&nbsp;&lt;BR /&gt;<br />
&nbsp;&lt;BR /&gt;<br />
&lt;/xsl:template&gt;
</div>
<p><BR/></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=yyZ4lRAwN8U:IKtQrrZnvc8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=yyZ4lRAwN8U:IKtQrrZnvc8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?i=yyZ4lRAwN8U:IKtQrrZnvc8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=yyZ4lRAwN8U:IKtQrrZnvc8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=yyZ4lRAwN8U:IKtQrrZnvc8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?i=yyZ4lRAwN8U:IKtQrrZnvc8:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EdwinDotNet/~4/yyZ4lRAwN8U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://edwin.vriethoff.net/2009/05/26/contentquery-web-part-xsl-script-to-view-all-available-values/feed/</wfw:commentRss>
		<feedburner:origLink>http://edwin.vriethoff.net/2009/05/26/contentquery-web-part-xsl-script-to-view-all-available-values/</feedburner:origLink></item>
		<item>
		<title>SharePoint SP2 activates 180 day trial countdown</title>
		<link>http://feedproxy.google.com/~r/EdwinDotNet/~3/m99MhzoUiBc/</link>
		<comments>http://edwin.vriethoff.net/2009/05/22/sharepoint-sp2-activates-180-day-trial-countdown/#comments</comments>
		<pubDate>Fri, 22 May 2009 07:21:47 +0000</pubDate>
		<dc:creator>Edwin Vriethoff</dc:creator>
		
		<category><![CDATA[Errors]]></category>

		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[180 days]]></category>

		<category><![CDATA[bug]]></category>

		<category><![CDATA[countdown]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[service pack]]></category>

		<guid isPermaLink="false">http://edwin.vriethoff.net/?p=272</guid>
		<description><![CDATA[The Microsoft SharePoint Team announced that the SharePoint SP2 service pack by mistake activates a 180-day countdown.
&#8220;During the installation of SP2, a product expiration date is improperly activated. This means SharePoint will expire as though it was a trial installation 180 days after SP2 is deployed. The activation of the expiration date will not affect [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://edwin.vriethoff.net/wp-content/repairman.jpg" alt="SharePoint SP2 activates 180 day trial countdown" title="SharePoint SP2 activates 180 day trial countdown" width="160" height="127" align="left" />The Microsoft SharePoint Team announced that the SharePoint SP2 service pack by mistake activates a 180-day countdown.</p>
<p>&#8220;During the installation of SP2, a product expiration date is improperly activated. This means SharePoint will expire as though it was a trial installation 180 days after SP2 is deployed. The activation of the expiration date will not affect the normal function of SharePoint up until the expiration date passes. Furthermore, product expiration 180 days after SP2 installation will not affect customer’s data, configuration or application code but will render SharePoint inaccessible for end-users.&#8221;</p>
<p>The team is working as hard as possible to release a hotfix to address the issue. </p>
<p>The Work around is also known: Re-enter the Product ID numbers on the Convert License Type page in Central Administration.</p>
<p>More information at <a href="http://blogs.msdn.com/sharepoint/archive/2009/05/21/attention-important-information-on-service-pack-2.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/blogs.msdn.com');" target="_blank">the Microsoft SharePoint team</a> site.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=m99MhzoUiBc:F1fpk1GQPOo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=m99MhzoUiBc:F1fpk1GQPOo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?i=m99MhzoUiBc:F1fpk1GQPOo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=m99MhzoUiBc:F1fpk1GQPOo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=m99MhzoUiBc:F1fpk1GQPOo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?i=m99MhzoUiBc:F1fpk1GQPOo:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EdwinDotNet/~4/m99MhzoUiBc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://edwin.vriethoff.net/2009/05/22/sharepoint-sp2-activates-180-day-trial-countdown/feed/</wfw:commentRss>
		<feedburner:origLink>http://edwin.vriethoff.net/2009/05/22/sharepoint-sp2-activates-180-day-trial-countdown/</feedburner:origLink></item>
		<item>
		<title>Enable item scheduling by code</title>
		<link>http://feedproxy.google.com/~r/EdwinDotNet/~3/FhTciZNWJ1M/</link>
		<comments>http://edwin.vriethoff.net/2009/05/18/enable-item-scheduling-by-code/#comments</comments>
		<pubDate>Mon, 18 May 2009 19:29:48 +0000</pubDate>
		<dc:creator>Edwin Vriethoff</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[events]]></category>

		<category><![CDATA[item]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[reflector]]></category>

		<category><![CDATA[Schedule]]></category>

		<guid isPermaLink="false">http://edwin.vriethoff.net/?p=246</guid>
		<description><![CDATA[I’m developing a site template, which requires item scheduling on the page library. I don’t want our users to enable the item scheduling manually at the “_layouts/ ManageItemScheduling.aspx” page. Unfortunately I was not able to find any online documentation about how to do this with code. 
It required me to dig deeper and .Net reflector [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://edwin.vriethoff.net/wp-content/scheduletime.jpg" alt="Enable item scheduling by codee" title="Enable item scheduling by code" width="160" height="137" align="right" />I’m developing a site template, which requires item scheduling on the page library. I don’t want our users to enable the item scheduling manually at the “_layouts/ ManageItemScheduling.aspx” page. Unfortunately I was not able to find any online documentation about how to do this with code. </p>
<p>It required me to dig deeper and <a href="http://www.red-gate.com/products/reflector/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.red-gate.com');" target="_blank">.Net reflector</a> turned out to be the right way to go. Microsoft made a lot of the required functions internal, which means that we cannot access the functions from our own code. By analyzing the steps I was able to add item scheduling on the pages library with the code below. </p>
<p><strong>Step 1: Enable Moderation and Minor versions</strong><br />
To allow item scheduling, we must enable moderation and minor versions on the pages list.</p>
<div class="code">
SPWeb web = new SPSite(&#8221;http://web&#8221;).OpenWeb();<br />
SPList list = web.Lists["Pages"];</p>
<p>//Enable moderation and minor versions<br />
list.EnableModeration = true;<br />
list.EnableMinorVersions = true;<br />
list.Update();
</p></div>
<p><strong>Step 2: Register Scheduling Events</strong><br />
The item scheduling requires us to register 2 events.<br />
First we will retrieve the assembly and class information of the ScheduledItemEventReceiver and then we will create the 2 events.</p>
<div class="code">
//get type information<br />
Type scheduledItemType = typeof(Microsoft.SharePoint.Publishing.Internal.ScheduledItemEventReceiver);<br />
string assemblyName = scheduledItemType.Assembly.FullName.ToString();<br />
string className = scheduledItemType.FullName;</p>
<p>//Get the eventreceivers<br />
SPEventReceiverDefinitionCollection eventReceivers = list.EventReceivers;</p>
<p>//Register the updating event<br />
SPEventReceiverDefinition updateDef = eventReceivers.Add();<br />
updateDef.Name = &#8220;Item Updating Event Handler For Scheduling&#8221;;<br />
updateDef.Type = SPEventReceiverType.ItemUpdating;<br />
updateDef.Assembly = assemblyName;<br />
updateDef.Class = className;<br />
updateDef.Update();</p>
<p>//Register the added event<br />
SPEventReceiverDefinition addDef = eventReceivers.Add();<br />
addDef.Name = &#8220;Item Added Event Handler For Scheduling&#8221;;<br />
addDef.Type = SPEventReceiverType.ItemAdded;<br />
addDef.Assembly = assemblyName;<br />
addDef.Class = className;<br />
addDef.Update();
</p></div>
<p><strong>Step 3: Unhide the startdate and expirydate fields</strong><br />
The list already contains the startdate and expirydate fields, but they are hidden. With the following code we will unhide the fields.</p>
<div class="code">
//Get the field guids of the startdate and expirydate<br />
Guid startDateGuid = Microsoft.SharePoint.Publishing.FieldId.StartDate;<br />
Guid expiryDateGuid = Microsoft.SharePoint.Publishing.FieldId.ExpiryDate;</p>
<p>//update the visibility of the startdate<br />
SPField startDateField = list.Fields[startDateGuid];<br />
startDateField.Hidden = false;<br />
startDateField.Update();</p>
<p>//update the visibility of the expirydate<br />
SPField expiryDateField = list.Fields[expiryDateGuid];<br />
expiryDateField.Hidden = false;<br />
expiryDateField.Update();
</p></div>
<p>And that’s it. With these coding steps we enabled item scheduling at the Page library.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=FhTciZNWJ1M:uDne7uvhKdI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=FhTciZNWJ1M:uDne7uvhKdI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?i=FhTciZNWJ1M:uDne7uvhKdI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=FhTciZNWJ1M:uDne7uvhKdI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=FhTciZNWJ1M:uDne7uvhKdI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?i=FhTciZNWJ1M:uDne7uvhKdI:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EdwinDotNet/~4/FhTciZNWJ1M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://edwin.vriethoff.net/2009/05/18/enable-item-scheduling-by-code/feed/</wfw:commentRss>
		<feedburner:origLink>http://edwin.vriethoff.net/2009/05/18/enable-item-scheduling-by-code/</feedburner:origLink></item>
		<item>
		<title>Twitter!</title>
		<link>http://feedproxy.google.com/~r/EdwinDotNet/~3/aPA8tdhDG-0/</link>
		<comments>http://edwin.vriethoff.net/2009/05/18/twitter/#comments</comments>
		<pubDate>Mon, 18 May 2009 19:10:31 +0000</pubDate>
		<dc:creator>Edwin Vriethoff</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[information]]></category>

		<category><![CDATA[share]]></category>

		<category><![CDATA[track]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://edwin.vriethoff.net/?p=250</guid>
		<description><![CDATA[After a long time I finally decided to join the twitter hype. Or perhaps isn&#8217;t it a hype anymore?
Regularly I found myself searching for a way to share or track small information. The problem is that it’s often too small to create a complete blog posting for.
Twitter seems to be a great tool to track [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://edwin.vriethoff.net/wp-content/twitterlogo.jpg" alt="Twitter" title="Twitter" width="111" height="120" align="left" />After a long time I finally decided to join the twitter hype. Or perhaps isn&#8217;t it a hype anymore?</p>
<p>Regularly I found myself searching for a way to share or track small information. The problem is that it’s often too small to create a complete blog posting for.</p>
<p>Twitter seems to be a great tool to track or share small information, so today I finally made my first steps in the Twitter world at <a href="http://www.twitter.com/edwindotnet" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.twitter.com');" target="_blank">http://www.twitter.com/edwindotnet</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=aPA8tdhDG-0:VT5HTty8Nyk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=aPA8tdhDG-0:VT5HTty8Nyk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?i=aPA8tdhDG-0:VT5HTty8Nyk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=aPA8tdhDG-0:VT5HTty8Nyk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=aPA8tdhDG-0:VT5HTty8Nyk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?i=aPA8tdhDG-0:VT5HTty8Nyk:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EdwinDotNet/~4/aPA8tdhDG-0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://edwin.vriethoff.net/2009/05/18/twitter/feed/</wfw:commentRss>
		<feedburner:origLink>http://edwin.vriethoff.net/2009/05/18/twitter/</feedburner:origLink></item>
		<item>
		<title>Audience compilation via the command line</title>
		<link>http://feedproxy.google.com/~r/EdwinDotNet/~3/Vf3xiLB7UQI/</link>
		<comments>http://edwin.vriethoff.net/2009/05/13/audience-compilation-via-the-command-line/#comments</comments>
		<pubDate>Wed, 13 May 2009 08:58:38 +0000</pubDate>
		<dc:creator>Edwin Vriethoff</dc:creator>
		
		<category><![CDATA[Errors]]></category>

		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[audience]]></category>

		<category><![CDATA[commandline]]></category>

		<category><![CDATA[compilation]]></category>

		<category><![CDATA[error]]></category>

		<category><![CDATA[guid]]></category>

		<category><![CDATA[job]]></category>

		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://edwin.vriethoff.net/?p=225</guid>
		<description><![CDATA[Last month I had to work a lot with audiences and of course my development environment had an annoying malfunction. The manage audience page (/_layouts/Audience_Main.aspx) contains a nice compilation link, but it didn&#8217;t work.
The only other option on the page is to schedule the compilation, but it can only be scheduled to run once a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://edwin.vriethoff.net/wp-content/audience_compilation.jpg" alt="Audience compilation via the command line" title="Audience compilation via the command line" width="160" height="119" align="right" style="border: 1px solid #BAB9BF; margin-left: 5px;" />Last month I had to work a lot with audiences and of course my development environment had an annoying malfunction. The manage audience page (/_layouts/Audience_Main.aspx) contains a nice compilation link, but it didn&#8217;t work.</p>
<p>The only other option on the page is to schedule the compilation, but it can only be scheduled to run once a day. Not very useful during development.</p>
<p>After some digging I found the command line application to control the audience job and luckily it wasn&#8217;t very complicated to use. Just run the application to get some more information:</p>
<div class="code">
c:\Program Files\Microsoft Office Servers\12.0\Bin>audiencejob.exe<br />
AudienceJob.exe <Application Id> <Command> [Crawl Type] [Audience Name]<br />
        Application Id: Guid corresponding to Search application<br />
        Command: 1 = Start, 0 = Stop<br />
        Crawl Type: 1 = Full, 0 = Incremental (default = 1)<br />
        Audience Name: Specific audience to compile (default = all)</p>
<p>Application Id for SharedServicesProvider1: 23ec9668-ea04-4842-b9ba-8e39cfaeaa3d
</p></div>
<p>The best of it is that the application provides you the GUIDs of available Shared Service providers.</p>
<p>To start a new compilation from scratch for all the audiences, run the command with the given GUID and the two other parameters:</p>
<div class="code">
c:\Program Files\Microsoft Office Servers\12.0\Bin>audiencejob.exe 23ec9668-ea04-4842-b9ba-8e39cfaeaa3d 1 1
</div>
<p><br/></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=Vf3xiLB7UQI:Eq2qLWZpzAs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=Vf3xiLB7UQI:Eq2qLWZpzAs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?i=Vf3xiLB7UQI:Eq2qLWZpzAs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=Vf3xiLB7UQI:Eq2qLWZpzAs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EdwinDotNet?a=Vf3xiLB7UQI:Eq2qLWZpzAs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EdwinDotNet?i=Vf3xiLB7UQI:Eq2qLWZpzAs:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/EdwinDotNet/~4/Vf3xiLB7UQI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://edwin.vriethoff.net/2009/05/13/audience-compilation-via-the-command-line/feed/</wfw:commentRss>
		<feedburner:origLink>http://edwin.vriethoff.net/2009/05/13/audience-compilation-via-the-command-line/</feedburner:origLink></item>
	</channel>
</rss>
