<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dirkvandenberghe.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Dirk Van den Berghe SharePoint Admin Blog - All Comments</title><link>http://dirkvandenberghe.com/default.aspx</link><description>real admins use stsadm.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>re: stsadm -o enumusers explained</title><link>http://dirkvandenberghe.com/archive/2008/07/03/stsadm-o-enumusers-explained.aspx#2595</link><pubDate>Wed, 29 Oct 2008 15:48:13 GMT</pubDate><guid isPermaLink="false">08968d1a-79c2-4855-b1cb-db3b54515911:2595</guid><dc:creator>casey</dc:creator><description>&lt;p&gt;Thanks, I was wondering about enumusers. Microsoft says it returns a list of users, I notice it only returns the system account. I will read the article you pointed to.&lt;/p&gt;
&lt;img src="http://dirkvandenberghe.com/aggbug.aspx?PostID=2595" width="1" height="1"&gt;</description></item><item><title>re: What version of WSS/MOSS are you running?</title><link>http://dirkvandenberghe.com/archive/2008/08/01/what-version-of-wss-moss-are-you-running.aspx#2455</link><pubDate>Thu, 23 Oct 2008 13:37:48 GMT</pubDate><guid isPermaLink="false">08968d1a-79c2-4855-b1cb-db3b54515911:2455</guid><dc:creator>Robert</dc:creator><description>&lt;p&gt;I have the same issue as Eddie. updated my moss servers just as instructed but when I try to apply the infrastructure update for moss servers I get &amp;quot;The expected version of the product was not found on the system&amp;quot;.&lt;/p&gt;
&lt;p&gt;My servers also have the version number 12.0.0.6318 but I only applied the WSS infrastructure update.&lt;/p&gt;
&lt;p&gt;My servers are x64 servers.&lt;/p&gt;
&lt;p&gt;Anyone have an idea??&lt;/p&gt;
&lt;p&gt;There have been a lot of problems with the servers I was hoping these updates would resolve most of them. Can you tell me how to get the MOSS infrastructure working??&lt;/p&gt;
&lt;p&gt;thnx&lt;/p&gt;
&lt;p&gt;robert.graauw at winvision dot nl&lt;/p&gt;
&lt;img src="http://dirkvandenberghe.com/aggbug.aspx?PostID=2455" width="1" height="1"&gt;</description></item><item><title>re: Find a memory leak application on SharePoint</title><link>http://dirkvandenberghe.com/archive/2008/09/25/find-a-memory-leak-application-on-sharepoint.aspx#2383</link><pubDate>Mon, 20 Oct 2008 03:18:41 GMT</pubDate><guid isPermaLink="false">08968d1a-79c2-4855-b1cb-db3b54515911:2383</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;Hi Dirk,&lt;/p&gt;
&lt;p&gt;Thank for this post, however I&amp;#39;m not very clear on how you figure out which w3wp is leaking. I have made changes in the registry, readded all the counters (both Process/ID Process and .NET CLR Memory/Bytes in all Heaps but I still can&amp;#39;t identify which is which). could you please elaborate a little on this point? &lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;img src="http://dirkvandenberghe.com/aggbug.aspx?PostID=2383" width="1" height="1"&gt;</description></item><item><title>re: Simple SharePoint Warm Up Script (by Kirk Hofer)</title><link>http://dirkvandenberghe.com/archive/2007/11/14/simple-sharepoint-warm-up-script-by-kirk-hofer.aspx#2348</link><pubDate>Sat, 18 Oct 2008 16:17:56 GMT</pubDate><guid isPermaLink="false">08968d1a-79c2-4855-b1cb-db3b54515911:2348</guid><dc:creator>Kirk Hofer</dc:creator><description>&lt;p&gt;I have completely changed this to actually work. &amp;nbsp;The original one wasn&amp;#39;t working correctly, my new one does. &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://kirkhofer.wordpress.com/2008/10/18/sharepoint-warm-up-script/"&gt;kirkhofer.wordpress.com/.../sharepoint-warm-up-script&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://dirkvandenberghe.com/aggbug.aspx?PostID=2348" width="1" height="1"&gt;</description></item><item><title>re: Forms Based Authentication ( FBA) in WSS 3.0 / MOSS 2007 (by MeySun)</title><link>http://dirkvandenberghe.com/archive/2008/10/02/forms-based-authentication-fba-in-wss-3-0-moss-2007-by-meysun.aspx#2234</link><pubDate>Tue, 14 Oct 2008 12:55:16 GMT</pubDate><guid isPermaLink="false">08968d1a-79c2-4855-b1cb-db3b54515911:2234</guid><dc:creator>Dirk</dc:creator><description>&lt;p&gt;Hi Noel,&lt;/p&gt;
&lt;p&gt;been there, done that :)&lt;/p&gt;
&lt;p&gt;The error message is pointing you in the wrong direction. As a matter of fact the error is located in the line:&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;ADConnectionString&amp;quot; connectionString=&amp;quot;LDAP://DynamicsAX.local/CN=Users,DC=DynamicsAX,DC=local&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;It means that the LDAP path that is specified is incorrect. The most common reason for that is when you are using another OU container instead of the Users container in your domain. This is because of the fact that the LDAP path for the Users container is slightly differnet as a normal OU container.&lt;/p&gt;
&lt;p&gt;My suggestion to you is to look at the correct LDAP path for your container using ADSIEDIT (which is part of the support tools package)&lt;/p&gt;
&lt;p&gt;The correct ldap path for you depends on how your Active Directory is set up.&lt;/p&gt;
&lt;p&gt;E.g. let&amp;#39;s say you have an Active Directory domain called contoso.com and you want to authenticate your FBA users that who are all located in the default Users conatiner in AD, then your LDAP path should be LDAP://contoso.com/CN=Users,DC=contoso,DC=com&lt;/p&gt;
&lt;p&gt;If you have all your users in another OU that you have created yourself e.g. MyUsers then your LDAP path would be LDAP://contoso.com/OU=MyUsers,DC=contoso,DC=com&lt;/p&gt;
&lt;p&gt;Notice that the name of your OU is now preceded by OU= instead of CN=. Which is exactly what I meant by the different LDAP path for the Users container.&lt;/p&gt;
&lt;p&gt;I hope this helps you out and best of luck&lt;/p&gt;&lt;img src="http://dirkvandenberghe.com/aggbug.aspx?PostID=2234" width="1" height="1"&gt;</description></item><item><title>re: Forms Based Authentication ( FBA) in WSS 3.0 / MOSS 2007 (by MeySun)</title><link>http://dirkvandenberghe.com/archive/2008/10/02/forms-based-authentication-fba-in-wss-3-0-moss-2007-by-meysun.aspx#2232</link><pubDate>Tue, 14 Oct 2008 11:38:31 GMT</pubDate><guid isPermaLink="false">08968d1a-79c2-4855-b1cb-db3b54515911:2232</guid><dc:creator>Noel</dc:creator><description>&lt;p&gt;Hello Dirk,&lt;/p&gt;
&lt;p&gt;How are you?&lt;/p&gt;
&lt;p&gt;I tried the above steps and configured a site as per the instructions. It gives me an error as below:&lt;/p&gt;
&lt;p&gt;The container specified in the connection string does not exist. (C:\Inetpub\wwwroot\wss\VirtualDirectories\testmercury.jumeirah.com80\web.config line 112) &lt;/p&gt;
&lt;p&gt;testmercury.jumeirah.com is the name of the sharepoint web app.&lt;/p&gt;
&lt;p&gt;My web.config around the above mentioned line numbers is as follows:&lt;/p&gt;
&lt;p&gt;108: &amp;lt;membership defaultProvider=&amp;quot;ADMembershipProvider&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;109: &amp;nbsp; &amp;lt;providers&amp;gt;&lt;/p&gt;
&lt;p&gt;110: &amp;nbsp; &amp;nbsp; &amp;lt;add &lt;/p&gt;
&lt;p&gt;111: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; name=&amp;quot;ADMembershipProvider&amp;quot;&lt;/p&gt;
&lt;p&gt;112: &amp;nbsp;type=&amp;quot;System.Web.Security.ActiveDirectoryMembershipProvider,System.Web,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a&amp;quot; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;113: connectionStringName=&amp;quot;ADConnectionString&amp;quot;&lt;/p&gt;
&lt;p&gt;114: connectionUsername=&amp;quot;domainname\username&amp;quot; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;115: connectionPassword=&amp;quot;password&amp;quot; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;116: enableSearchMethods=&amp;quot;true&amp;quot; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;117: attributeMapUsername=&amp;quot;sAMAccountName&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;118: &amp;nbsp;&amp;lt;/providers&amp;gt;&lt;/p&gt;
&lt;p&gt;119: &amp;lt;/membership&amp;gt;&lt;/p&gt;&lt;img src="http://dirkvandenberghe.com/aggbug.aspx?PostID=2232" width="1" height="1"&gt;</description></item><item><title>re: Display SQL Data on a SharePoint site</title><link>http://dirkvandenberghe.com/archive/2008/10/13/display-sql-data-on-a-sharepoint-site.aspx#2225</link><pubDate>Tue, 14 Oct 2008 07:48:51 GMT</pubDate><guid isPermaLink="false">08968d1a-79c2-4855-b1cb-db3b54515911:2225</guid><dc:creator>Dirk</dc:creator><description>&lt;p&gt;Hi Cedric,&lt;/p&gt;
&lt;p&gt;the link has been fixed :)&lt;/p&gt;
&lt;img src="http://dirkvandenberghe.com/aggbug.aspx?PostID=2225" width="1" height="1"&gt;</description></item><item><title>re: Display SQL Data on a SharePoint site</title><link>http://dirkvandenberghe.com/archive/2008/10/13/display-sql-data-on-a-sharepoint-site.aspx#2213</link><pubDate>Mon, 13 Oct 2008 18:16:36 GMT</pubDate><guid isPermaLink="false">08968d1a-79c2-4855-b1cb-db3b54515911:2213</guid><dc:creator>Cedric</dc:creator><description>&lt;p&gt;I think there is a problem with the second link (mybt.bt.com...)&lt;/p&gt;
&lt;p&gt;Thanks for the help anyway&lt;/p&gt;
&lt;img src="http://dirkvandenberghe.com/aggbug.aspx?PostID=2213" width="1" height="1"&gt;</description></item><item><title>re: Forms Based Authentication ( FBA) in WSS 3.0 / MOSS 2007 (by MeySun)</title><link>http://dirkvandenberghe.com/archive/2008/10/02/forms-based-authentication-fba-in-wss-3-0-moss-2007-by-meysun.aspx#2019</link><pubDate>Sun, 05 Oct 2008 08:29:16 GMT</pubDate><guid isPermaLink="false">08968d1a-79c2-4855-b1cb-db3b54515911:2019</guid><dc:creator>Dirk</dc:creator><description>&lt;p&gt;Cedric,&lt;/p&gt;
&lt;p&gt;nice catch :)&lt;/p&gt;
&lt;p&gt;The worst part is that I have implemented this already twice and each time I had a xml web.config formatting error because of the missing double quote ....&lt;/p&gt;
&lt;img src="http://dirkvandenberghe.com/aggbug.aspx?PostID=2019" width="1" height="1"&gt;</description></item><item><title>re: Forms Based Authentication ( FBA) in WSS 3.0 / MOSS 2007 (by MeySun)</title><link>http://dirkvandenberghe.com/archive/2008/10/02/forms-based-authentication-fba-in-wss-3-0-moss-2007-by-meysun.aspx#1986</link><pubDate>Sat, 04 Oct 2008 09:21:22 GMT</pubDate><guid isPermaLink="false">08968d1a-79c2-4855-b1cb-db3b54515911:1986</guid><dc:creator>Cedric</dc:creator><description>&lt;p&gt;Dirk, &lt;/p&gt;
&lt;p&gt;A little remark. In your connection string part, you have forgotten the closing quote. It must be: &amp;lt;connectionStrings&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;ADConnectionString&amp;quot; connectionString=&amp;quot;LDAP://DynamicsAX.local/CN=Users,DC=DynamicsAX,DC=local&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/connectionStrings&amp;gt;&lt;/p&gt;
&lt;p&gt;I know it&amp;#39;s a detail ! Still nice post.&lt;/p&gt;
&lt;img src="http://dirkvandenberghe.com/aggbug.aspx?PostID=1986" width="1" height="1"&gt;</description></item><item><title>re: Find a memory leak application on SharePoint</title><link>http://dirkvandenberghe.com/archive/2008/09/25/find-a-memory-leak-application-on-sharepoint.aspx#1824</link><pubDate>Thu, 25 Sep 2008 19:09:38 GMT</pubDate><guid isPermaLink="false">08968d1a-79c2-4855-b1cb-db3b54515911:1824</guid><dc:creator>Cedric</dc:creator><description>&lt;p&gt;You&amp;#39;re too kind !!!&lt;/p&gt;
&lt;img src="http://dirkvandenberghe.com/aggbug.aspx?PostID=1824" width="1" height="1"&gt;</description></item><item><title>re: How to change the Alert Email notification message for Announcements</title><link>http://dirkvandenberghe.com/archive/2008/01/08/how-to-change-the-alert-email-notification-message-for-announcements.aspx#1588</link><pubDate>Wed, 10 Sep 2008 09:43:55 GMT</pubDate><guid isPermaLink="false">08968d1a-79c2-4855-b1cb-db3b54515911:1588</guid><dc:creator>Dirk</dc:creator><description>&lt;p&gt;Hi Carl,&lt;/p&gt;
&lt;p&gt;my guess would be thet you will need to change the url in the SPAlertTemplateType.AssignedtoNotification&lt;/p&gt;
&lt;p&gt;section. I cannot verify at this tim, because I am restaging my SharePoint farm at the moment and it will take a while to get it back online :). But I will check later for this.&lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;Dirk&lt;/p&gt;
&lt;img src="http://dirkvandenberghe.com/aggbug.aspx?PostID=1588" width="1" height="1"&gt;</description></item><item><title>re: How to change the Alert Email notification message for Announcements</title><link>http://dirkvandenberghe.com/archive/2008/01/08/how-to-change-the-alert-email-notification-message-for-announcements.aspx#1578</link><pubDate>Tue, 09 Sep 2008 18:36:18 GMT</pubDate><guid isPermaLink="false">08968d1a-79c2-4855-b1cb-db3b54515911:1578</guid><dc:creator>carl</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I created a custom workflow using visual studio. &amp;nbsp;I have it set to send an email notification when a new task is created. &amp;nbsp;This is working fine. &amp;nbsp;I attached the workflow to a document library in which users will fill out an browser enabled infopath form. &amp;nbsp;when the notification email is sent, it has a link to the item. &amp;nbsp;when that link is selected, it is opening the file in the client application. &amp;nbsp;What I have to do is to add &amp;amp;DefaultItemOpen=1 to the end of the url.&lt;/p&gt;
&lt;p&gt;Do you know which template I have to modify?&lt;/p&gt;
&lt;p&gt;I am guessing that I will have to modify the AssignedToNotification. &amp;nbsp;Could you please verify this.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;img src="http://dirkvandenberghe.com/aggbug.aspx?PostID=1578" width="1" height="1"&gt;</description></item><item><title>re: What version of WSS/MOSS are you running?</title><link>http://dirkvandenberghe.com/archive/2008/08/01/what-version-of-wss-moss-are-you-running.aspx#1455</link><pubDate>Mon, 01 Sep 2008 02:25:42 GMT</pubDate><guid isPermaLink="false">08968d1a-79c2-4855-b1cb-db3b54515911:1455</guid><dc:creator>Gerald </dc:creator><description>&lt;p&gt;We installed the Infrastruce Update without first applying the 3 Post SP1 updates. &amp;nbsp;What is mising without these 3 post SP1 updates ?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;img src="http://dirkvandenberghe.com/aggbug.aspx?PostID=1455" width="1" height="1"&gt;</description></item><item><title>re: What version of WSS/MOSS are you running?</title><link>http://dirkvandenberghe.com/archive/2008/08/01/what-version-of-wss-moss-are-you-running.aspx#1383</link><pubDate>Sun, 24 Aug 2008 08:12:39 GMT</pubDate><guid isPermaLink="false">08968d1a-79c2-4855-b1cb-db3b54515911:1383</guid><dc:creator>Dirk</dc:creator><description>&lt;p&gt;Hi Eddie,&lt;/p&gt;
&lt;p&gt;kb951297 requires both the WSS 3.0 Infrastructure update kb951695 AND MOSS Service Pack 1. Did you install SP1 before applying the infrastructure update for both WSS and MOSS? Don't forget to run the SharePoint Configuration Wizard after applying SP1&lt;/p&gt;
&lt;p&gt;best regards,&lt;/p&gt;
&lt;p&gt;Dirk &lt;/p&gt;
&lt;img src="http://dirkvandenberghe.com/aggbug.aspx?PostID=1383" width="1" height="1"&gt;</description></item></channel></rss>