<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Microsoft Office SharePoint and related</title><link>http://blogs.msdn.com/joerg_sinemus/default.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Overwriting SPWebProvisioningProvider.Provision</title><link>http://blogs.msdn.com/joerg_sinemus/archive/2009/11/24/overwriting-spwebprovisioningprovider-provision.aspx</link><pubDate>Tue, 24 Nov 2009 12:48:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9927904</guid><dc:creator>Joerg_Sinemus</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/joerg_sinemus/comments/9927904.aspx</comments><wfw:commentRss>http://blogs.msdn.com/joerg_sinemus/commentrss.aspx?PostID=9927904</wfw:commentRss><description>&lt;p&gt;Imaging you are using own code to overwrite the Provision method.   &lt;br /&gt;&lt;a title="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spwebprovisioningprovider.provision.aspx" href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spwebprovisioningprovider.provision.aspx"&gt;http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spwebprovisioningprovider.provision.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;To prevent possible problems later you should use the following example in your own code.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Example Code Fragment:&lt;/strong&gt;&lt;/p&gt;  &lt;p style="line-height: normal; margin-bottom: 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; color: blue; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;public&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt; &lt;span style="color: blue"&gt;override&lt;/span&gt; &lt;span style="color: blue"&gt;void&lt;/span&gt; Provision(SPWebProvisioningProperties properties)      &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;{&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;     &lt;p&gt;       &lt;br /&gt;&lt;/p&gt;   &lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; margin-bottom: 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/span&gt;&lt;span style="color: blue"&gt;string&lt;/span&gt; template = properties.Data; &lt;span style="color: green"&gt;//data passed in from WEBTEMP...xml file       &lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/span&gt;&lt;span style="color: green"&gt;// at this point SharePoint has already created a basic site       &lt;p&gt;&lt;/p&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; margin-bottom: 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/span&gt;SPWeb web = properties.Web;      &lt;p&gt;&lt;/p&gt;   &lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; margin-bottom: 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/span&gt;&lt;span style="color: green"&gt;//string WebURL = web.Url;&lt;span style="mso-spacerun: yes"&gt;&amp;#160; &lt;/span&gt;// the FULL Url        &lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/span&gt;&lt;span style="color: blue"&gt;string&lt;/span&gt; RelUrl = web.ServerRelativeUrl; &lt;span style="color: green"&gt;// ServerRelativeUrl&lt;span style="mso-tab-count: 1"&gt;&amp;#160; &lt;/span&gt;&amp;quot;/Sites/SubSite-xy&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; margin-bottom: 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;&lt;span style="color: green"&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;&lt;span style="color: green"&gt;// if we fail to do the following       &lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/span&gt;&lt;span style="color: green"&gt;// the user will be asked to choose a specific template from the standard interface       &lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/span&gt;web.ApplyWebTemplate(template);      &lt;p&gt;&lt;/p&gt;   &lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; margin-bottom: 0pt; mso-layout-grid-align: none" class="MsoNormal"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/span&gt;&lt;span style="color: green"&gt;// web.update() and close plus dispose to prevent further issues       &lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/span&gt;web.Update();      &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/span&gt;web.Close();      &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/span&gt;web.Dispose();&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;     &lt;p&gt;&amp;#160;&lt;/p&gt;   &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes" lang="EN-US"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/span&gt;&lt;span style="color: green"&gt;// now you may open web again as e.g. web2&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 115%; mso-ansi-language: en-us; mso-bidi-font-size: 10.0pt" lang="EN-US"&gt;     &lt;p&gt;&lt;/p&gt;   &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;In case you are still working with “web” you should know that on SQL level the site has been provisioned with ApplyWebTemplate but not the in-memory instance “web”. Check web.Provisioned and you will get False back. To fix possible problems upcoming later please close “web” and “reopen” it again. When using “web2” you can check that web2.Provisioned tells you True.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;References:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Blogs on MSDN: &lt;a title="http://www.bing.com/search?cp=1252&amp;amp;FORM=FREESS&amp;amp;q=SPWebProvisioningProvider&amp;amp;q1=site:blogs.msdn.com" href="http://www.bing.com/search?cp=1252&amp;amp;FORM=FREESS&amp;amp;q=SPWebProvisioningProvider&amp;amp;q1=site:blogs.msdn.com"&gt;http://www.bing.com/search?cp=1252&amp;amp;FORM=FREESS&amp;amp;q=SPWebProvisioningProvider&amp;amp;q1=site:blogs.msdn.com&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Blogs on TechNet: &lt;a title="http://www.bing.com/search?cp=1252&amp;amp;FORM=FREESS&amp;amp;q=SPWebProvisioningProvider&amp;amp;q1=site:blogs.technet.com" href="http://www.bing.com/search?cp=1252&amp;amp;FORM=FREESS&amp;amp;q=SPWebProvisioningProvider&amp;amp;q1=site:blogs.technet.com"&gt;http://www.bing.com/search?cp=1252&amp;amp;FORM=FREESS&amp;amp;q=SPWebProvisioningProvider&amp;amp;q1=site:blogs.technet.com&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Method ApplyWebTemplate &lt;a title="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb.applywebtemplate.aspx" href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb.applywebtemplate.aspx"&gt;http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb.applywebtemplate.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;WebTemp.xml &lt;a title="http://msdn.microsoft.com/en-us/library/ms447717.aspx" href="http://msdn.microsoft.com/en-us/library/ms447717.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms447717.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;How to: Create a Custom Site Definition and Configuration &lt;a title="http://msdn.microsoft.com/en-us/library/ms454677.aspx" href="http://msdn.microsoft.com/en-us/library/ms454677.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms454677.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9927904" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/WSS/default.aspx">WSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/MOSS/default.aspx">MOSS</category></item><item><title>FBA und SharePoint</title><link>http://blogs.msdn.com/joerg_sinemus/archive/2009/11/05/fba-und-sharepoint.aspx</link><pubDate>Thu, 05 Nov 2009 18:37:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9918135</guid><dc:creator>Joerg_Sinemus</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/joerg_sinemus/comments/9918135.aspx</comments><wfw:commentRss>http://blogs.msdn.com/joerg_sinemus/commentrss.aspx?PostID=9918135</wfw:commentRss><description>&lt;p&gt;We are seeing a lot of customers going the way and implementing in Extranet/Intranet/Internet scenarios Forms Based Authentication also called FBA. What does this mean when we talk about FBA and MOSS 2007/WSS V3?&lt;/p&gt;  &lt;p&gt;Only one answer: Since ASP.NET 2.0 and MOSS 2007/WSSV3 based on that we can offer the ASP.NET feature FBA. Next part is to talk about Client Integration when using FBA and the answer is; yes it works. Believe me that it is still possible that this combination does not work because of other circumstances (firewalls, proxies, routers, NLB’s).&lt;/p&gt;  &lt;p&gt;Other ways to use FBA (non-ASP.NET) with ISA Server and all the possible ways to offer a page to enter the credentials might work and should be checked deeper. We cannot explain those ways by just write some lines here.&lt;/p&gt;  &lt;p&gt;My colleague Steven Chen wrote a good summary about ASP.NET FBA.   &lt;br /&gt;&lt;a title="http://blogs.technet.com/steve_chen/archive/2009/11/01/office-2003-2007-integration-and-forms-based-authentication-fba-with-sharepoint-moss.aspx" href="http://blogs.technet.com/steve_chen/archive/2009/11/01/office-2003-2007-integration-and-forms-based-authentication-fba-with-sharepoint-moss.aspx"&gt;http://blogs.technet.com/steve_chen/archive/2009/11/01/office-2003-2007-integration-and-forms-based-authentication-fba-with-sharepoint-moss.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you want to talk about all the other FBA (non-ASP.NET) solutions please contact the support team who offers that specific FBA.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9918135" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/WSS/default.aspx">WSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/MOSS/default.aspx">MOSS</category></item><item><title>WSS and MOSS October CU</title><link>http://blogs.msdn.com/joerg_sinemus/archive/2009/10/29/wss-and-moss-october-cu.aspx</link><pubDate>Thu, 29 Oct 2009 09:49:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9914604</guid><dc:creator>Joerg_Sinemus</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/joerg_sinemus/comments/9914604.aspx</comments><wfw:commentRss>http://blogs.msdn.com/joerg_sinemus/commentrss.aspx?PostID=9914604</wfw:commentRss><description>&lt;p&gt;Windows SharePoint Services V3 and Microsoft Office SharePoint Server 2007 are now be able to get updated to the latest available bits with October CU.&lt;/p&gt;  &lt;h1&gt;&amp;#160;&lt;/h1&gt;  &lt;h1&gt;KB articles:&lt;/h1&gt;  &lt;p&gt;&lt;strong&gt;WSS: &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;974989 The full server package for WSS    &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;974989"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;974989&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;MOSS:&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;974988 The full server package for MOSS    &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;974988"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;974988&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1&gt;Download and installation information:&lt;/h1&gt;  &lt;ul&gt;   &lt;li&gt;Install SP2 for WSS and MOSS &lt;a href="http://blogs.msdn.com/joerg_sinemus/archive/2009/04/29/sp2-and-language-packs.aspx" target="_blank"&gt;SP2 and Language Packs&lt;/a&gt; if not yet happened&lt;/li&gt;    &lt;li&gt;Install the full server package for WSS &lt;a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=974989&amp;amp;kbln=en-us"&gt;http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=974989&amp;amp;kbln=en-us&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Install the full server package for MOSS &lt;a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=974988&amp;amp;kbln=en-us"&gt;http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=974988&amp;amp;kbln=en-us&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;After applying the preceding updates, run the SharePoint Products and Technologies Configuration Wizard or “psconfig –cmd upgrade –inplace b2b -wait” in command line. This needs to be done on every server in the farm with SharePoint installed.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9914604" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/WSS/default.aspx">WSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/CU/default.aspx">CU</category></item><item><title>New build available for August CU</title><link>http://blogs.msdn.com/joerg_sinemus/archive/2009/10/01/new-build-available-for-august-cu.aspx</link><pubDate>Thu, 01 Oct 2009 10:14:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9901699</guid><dc:creator>Joerg_Sinemus</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/joerg_sinemus/comments/9901699.aspx</comments><wfw:commentRss>http://blogs.msdn.com/joerg_sinemus/commentrss.aspx?PostID=9901699</wfw:commentRss><description>&lt;p&gt;We removed the WSS August CU from the server and today I am happy that we can offer this update again. The new build number is 12.0000.6514.5004. Changed KB articles (973400) are on the way and available soon.&lt;/p&gt;  &lt;p&gt;Product group highly recommend to install and test it first in a test environment before you update the production environment.&lt;/p&gt;  &lt;p&gt;Needed information you will find in &lt;a title="SharePoint August CU is complete" href="http://blogs.msdn.com/joerg_sinemus/archive/2009/09/10/sharepoint-august-cu-is-complete.aspx"&gt;SharePoint August CU is complete&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Q&amp;amp;A   &lt;br /&gt;Q: How is the build number for MOSS August CU?    &lt;br /&gt;A: This has not been changed since it was &lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;973399"&gt;available&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Q: That means new build for WSS is available but no changes for MOSS?   &lt;br /&gt;A: Yes, WSS August CU we have updated but not the MOSS August CU.&lt;/p&gt;  &lt;p&gt;Q: I have installed the first WSS August CU build and should I now update with the new build?   &lt;br /&gt;A: If you are not facing &lt;a href="http://blogs.msdn.com/joerg_sinemus/archive/2009/09/11/wss-august-cu-and-re-attached-content-databases.aspx"&gt;crucial issues&lt;/a&gt; and your system runs it makes not really sense to update WSS again.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9901699" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/WSS/default.aspx">WSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/CU/default.aspx">CU</category></item><item><title>WSS August CU and re-attached content databases</title><link>http://blogs.msdn.com/joerg_sinemus/archive/2009/09/11/wss-august-cu-and-re-attached-content-databases.aspx</link><pubDate>Fri, 11 Sep 2009 15:02:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9894146</guid><dc:creator>Joerg_Sinemus</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/joerg_sinemus/comments/9894146.aspx</comments><wfw:commentRss>http://blogs.msdn.com/joerg_sinemus/commentrss.aspx?PostID=9894146</wfw:commentRss><description>&lt;p&gt;I updated my blog post:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/joerg_sinemus/archive/2009/08/26/wss-august-cu-and-where-is-moss-cu.aspx"&gt;Wednesday, August 26, 2009 10:33 AM&lt;/a&gt;&lt;/p&gt;  &lt;h4&gt;&lt;a href="http://blogs.msdn.com/joerg_sinemus/archive/2009/08/26/wss-august-cu-and-where-is-moss-cu.aspx"&gt;WSS August CU and where is MOSS CU?&lt;/a&gt;&lt;/h4&gt;  &lt;p&gt;on 01/Sep/2009 and we know now more about that issue.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Issue:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;You may detached your content databases before upgrade SharePoint to WSS August CU. After the successfully installation of WSS August CU you are trying to re-attach the content databases. That fails.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Current idea for a solution:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Attach your databases on a June CU SharePoint Installation. My recommended environment would be Hyper-V and using snapshots.&lt;/li&gt;    &lt;li&gt;Upgrade to August CU. Remember that you can run PSCONFIG from command-line more than one time if timeout or others happened.&lt;/li&gt;    &lt;li&gt;Detach the databases.&lt;/li&gt;    &lt;li&gt;The databases are now on August CU level and a re-attach to an already patched SharePoint installation with August CU should work.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;MOSS 2007 and WSS V3 are affected applications with WSS August CU. This procedure is currently the best known way.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;More information should be shortly available on my colleagues blog &lt;a title="http://blogs.msdn.com/gyorgyh/" href="http://blogs.msdn.com/gyorgyh/"&gt;http://blogs.msdn.com/gyorgyh/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;References:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;926961&amp;#160;&amp;#160;&amp;#160; Error message when you use SharePoint 3.0 Central Administration to try to re-add a content database in Windows SharePoint Services 3.0   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;926961"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;926961&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9894146" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/WSS/default.aspx">WSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/CU/default.aspx">CU</category></item><item><title>SharePoint August CU is complete</title><link>http://blogs.msdn.com/joerg_sinemus/archive/2009/09/10/sharepoint-august-cu-is-complete.aspx</link><pubDate>Thu, 10 Sep 2009 11:21:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9893536</guid><dc:creator>Joerg_Sinemus</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/joerg_sinemus/comments/9893536.aspx</comments><wfw:commentRss>http://blogs.msdn.com/joerg_sinemus/commentrss.aspx?PostID=9893536</wfw:commentRss><description>&lt;p&gt;Good things takes time someone told us in the past. Here we have now both packages containing all language depending files after SP2.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;WSS:&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;973400 The full server package for WSS    &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;973400"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;973400&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;MOSS:&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;973399 The full server package for MOSS   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;973399"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;973399&lt;/a&gt;    &lt;br /&gt;Should be available soon &lt;/p&gt;  &lt;p&gt;This update contains new hotfixes after June CU and the update for this month looks as follows: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Install SP2 for WSS and MOSS &lt;a href="http://blogs.msdn.com/joerg_sinemus/archive/2009/04/29/sp2-and-language-packs.aspx" target="_blank"&gt;SP2 and Language Packs&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Install the full server package for WSS &lt;a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=973400&amp;amp;kbln=en-us"&gt;http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=973400&amp;amp;kbln=en-us&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Install the full server package for MOSS &lt;a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=973399&amp;amp;kbln=en-us"&gt;http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=973399&amp;amp;kbln=en-us&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;At the end as usual run the SharePoint Products and Technologies Configuration Wizard or “psconfig –cmd upgrade –inplace b2b -wait” in command line. This needs to be done on every server in the farm with SharePoint installed.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9893536" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/WSS/default.aspx">WSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/CU/default.aspx">CU</category></item><item><title>MOSS August CU not yet available</title><link>http://blogs.msdn.com/joerg_sinemus/archive/2009/09/01/moss-august-cu-not-yet-available.aspx</link><pubDate>Tue, 01 Sep 2009 15:37:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9889822</guid><dc:creator>Joerg_Sinemus</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/joerg_sinemus/comments/9889822.aspx</comments><wfw:commentRss>http://blogs.msdn.com/joerg_sinemus/commentrss.aspx?PostID=9889822</wfw:commentRss><description>&lt;p&gt;Credits goes to an EMEA customer who told us that the kb article is online with the link to download but the hotfix is not available.&lt;/p&gt;  &lt;p&gt;We are talking about KB 973409.&lt;/p&gt;  &lt;table border="0" cellspacing="0" cellpadding="2" width="358"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="83"&gt;With my post:&lt;/td&gt;        &lt;td valign="top" width="273"&gt;&lt;a href="http://blogs.msdn.com/joerg_sinemus/archive/2009/08/26/wss-august-cu-and-where-is-moss-cu.aspx"&gt;Wednesday, August 26, 2009 10:33 AM&lt;/a&gt;          &lt;br /&gt;&lt;a href="http://blogs.msdn.com/joerg_sinemus/archive/2009/08/26/wss-august-cu-and-where-is-moss-cu.aspx"&gt;WSS August CU and where is MOSS CU?&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;I told to the community that MOSS August CU is not yet available and when it is available I will post it out.&lt;/p&gt;  &lt;p&gt;Now I can hear: &lt;strong&gt;When it will be available?&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The status today is that the machines are still building the packages and an ETA is unfortunately not possible to know in advance.&lt;/p&gt;  &lt;p&gt;What I can say? I apologize on behalf of the whole hotfix team that the MOSS August CU hotfix packages are not available on the scheduled date. It means also that the content in the KB Article 973409 should be updated with the right build numbers when we know the right ones.&lt;/p&gt;  &lt;p&gt;Stay tuned the next days.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9889822" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/CU/default.aspx">CU</category></item><item><title>WSS August CU and where is MOSS CU?</title><link>http://blogs.msdn.com/joerg_sinemus/archive/2009/08/26/wss-august-cu-and-where-is-moss-cu.aspx</link><pubDate>Wed, 26 Aug 2009 11:33:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9884897</guid><dc:creator>Joerg_Sinemus</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/joerg_sinemus/comments/9884897.aspx</comments><wfw:commentRss>http://blogs.msdn.com/joerg_sinemus/commentrss.aspx?PostID=9884897</wfw:commentRss><description>&lt;p&gt;Our August CU for WSS is available. The MOSS CU has a lot of dependencies and some of them failed with the build run.&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Updated 01/Sep/2009&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;s&gt;You can install August WSS CU and later the August MOSS CU.&lt;/s&gt;&lt;s&gt;&lt;/s&gt;&lt;/p&gt;  &lt;p&gt;Today we found an issue with ReAttaching content database by stsadm –addcontentdb …..&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Result:&lt;/strong&gt; Recommended way is use WSS August CU on WSS-Only Environments and test it before doing this in Production.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;WSS:&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;973400 The full server package for WSS    &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;973400"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;973400&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This update contains new hotfixes after June CU and the update for this month looks as follows: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Install SP2 for WSS and MOSS SP2 and Language Packs &lt;/li&gt;    &lt;li&gt;You need to install the TRAIL issue hotfix separately because it is not included in June CU but it should be delivered with the next August CU MOSS SP2 and trial issue &lt;/li&gt;    &lt;li&gt;Install the full server package for WSS &lt;a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=973400&amp;amp;kbln=en-us"&gt;http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=973400&amp;amp;kbln=en-us&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;After applying the preceding updates, run the SharePoint Products and Technologies Configuration Wizard or “psconfig –cmd upgrade –inplace b2b -wait” in command line. This needs to be done on every server in the farm with SharePoint installed. &lt;/p&gt;  &lt;p&gt;Stay tuned because I will post when MOSS August CU will be available.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9884897" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/WSS/default.aspx">WSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/CU/default.aspx">CU</category></item><item><title>MOSS and WSS June CU</title><link>http://blogs.msdn.com/joerg_sinemus/archive/2009/07/01/moss-and-wss-june-cu.aspx</link><pubDate>Wed, 01 Jul 2009 09:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9810439</guid><dc:creator>Joerg_Sinemus</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/joerg_sinemus/comments/9810439.aspx</comments><wfw:commentRss>http://blogs.msdn.com/joerg_sinemus/commentrss.aspx?PostID=9810439</wfw:commentRss><description>&lt;p&gt;&lt;font color="#ff0000"&gt;Update #6 22/July/2009&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Our SharePoint product group also posted the information about June CU:    &lt;br /&gt;&lt;a title="http://blogs.msdn.com/sharepoint/archive/2009/07/20/june-cumulative-update-packages-ready-for-download.aspx" href="http://blogs.msdn.com/sharepoint/archive/2009/07/20/june-cumulative-update-packages-ready-for-download.aspx"&gt;http://blogs.msdn.com/sharepoint/archive/2009/07/20/june-cumulative-update-packages-ready-for-download.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The June CU is available for Microsoft Office SharePoint Server 2007 and Windows SharePoint Services V3.&lt;/p&gt;  &lt;p&gt;June CU’s and the KB articles you need to know: &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;MOSS:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;971537 uber package or Server-Package    &lt;br /&gt;&lt;a title="http://support.microsoft.com/default.aspx?scid=kb;EN-US;971537" href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;971537"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;971537&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;WSS:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;971538 uber package or Server-Package    &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;971538"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;971538&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;This update contains hotfixes after April CU and we still recommend:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Install SP2 for WSS and MOSS &lt;a title="SP2 and Language Packs" href="http://blogs.msdn.com/joerg_sinemus/archive/2009/04/29/sp2-and-language-packs.aspx"&gt;SP2 and Language Packs&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;You need to install the TRAIL issue hotfix separately because it is not included in June CU but it should be delivered with the next August CU &lt;a title="MOSS SP2 and trial issue" href="http://blogs.msdn.com/joerg_sinemus/archive/2009/06/25/moss-sp2-and-trial-issue.aspx"&gt;MOSS SP2 and trial issue&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Install the uber package for WSS &lt;a title="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=971538&amp;amp;kbln=en-us" href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=971538&amp;amp;kbln=en-us"&gt;http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=971538&amp;amp;kbln=en-us&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Install the uber package for MOSS &lt;a title="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=971537&amp;amp;kbln=en-us " href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=971537&amp;amp;kbln=en-us"&gt;http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=971537&amp;amp;kbln=en-us&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;You may find newer hotfix releases (minor updates) but those are created after the uber packages for WSS and MOSS. The next cumulative update will be at the end of August 2009.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Regarding your comments:&lt;/strong&gt; uber package contains global (language independent) and the localized (language dependant) hotfixes.&lt;/p&gt;  &lt;p&gt;We changed the term “uber package” into “Server-Package” so from now I will also call it in that way.&lt;/p&gt;  &lt;p&gt;Thanks for comments; you are right that the order is WSS and then MOSS, I changed that with update #6&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9810439" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/WSS/default.aspx">WSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/CU/default.aspx">CU</category></item><item><title>MOSS SP2 and trial issue</title><link>http://blogs.msdn.com/joerg_sinemus/archive/2009/06/25/moss-sp2-and-trial-issue.aspx</link><pubDate>Thu, 25 Jun 2009 13:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9803319</guid><dc:creator>Joerg_Sinemus</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/joerg_sinemus/comments/9803319.aspx</comments><wfw:commentRss>http://blogs.msdn.com/joerg_sinemus/commentrss.aspx?PostID=9803319</wfw:commentRss><description>&lt;p&gt;My colleague Stefan Gossner was a bit faster so I just Link his post with more information.&lt;/p&gt;  &lt;p&gt;Fixed: MOSS 2007 will be a Trial version after SP2; look for more at &lt;a title="http://blogs.technet.com/stefan_gossner/archive/2009/06/25/hotfix-for-sp2-issue-that-reverts-sharepoint-products-to-trial-version-has-been-released.aspx" href="http://blogs.technet.com/stefan_gossner/archive/2009/06/25/hotfix-for-sp2-issue-that-reverts-sharepoint-products-to-trial-version-has-been-released.aspx"&gt;http://blogs.technet.com/stefan_gossner/archive/2009/06/25/hotfix-for-sp2-issue-that-reverts-sharepoint-products-to-trial-version-has-been-released.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Update 26/Jun/2009:&lt;/p&gt;  &lt;p&gt;Our product group also posted new information about the solved SP2 Trial problem:   &lt;br /&gt;&lt;a title="http://blogs.msdn.com/sharepoint/archive/2009/06/25/service-pack-2-update.aspx" href="http://blogs.msdn.com/sharepoint/archive/2009/06/25/service-pack-2-update.aspx"&gt;http://blogs.msdn.com/sharepoint/archive/2009/06/25/service-pack-2-update.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9803319" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/SP2/default.aspx">SP2</category></item><item><title>Datasheet view with Lists and content types</title><link>http://blogs.msdn.com/joerg_sinemus/archive/2009/06/08/datasheet-view-with-lists-and-content-types.aspx</link><pubDate>Mon, 08 Jun 2009 19:06:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9708403</guid><dc:creator>Joerg_Sinemus</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/joerg_sinemus/comments/9708403.aspx</comments><wfw:commentRss>http://blogs.msdn.com/joerg_sinemus/commentrss.aspx?PostID=9708403</wfw:commentRss><description>&lt;p&gt;MOSS and Windows SharePoint Services V3. In short; the DataSheet view is not content type aware.&lt;/p&gt;  &lt;p&gt;What does it mean?&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;p&gt;Have two content types with some columns set Required = Yes &lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Assign these CT’s to a list and remove the standard one called (on English systems) “Item” &lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Add an item with the Standard View &lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Add an item with the DataSheet View &lt;/p&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Differences?&lt;/p&gt;  &lt;p&gt;The datasheet is not aware that columns (based on a CT) with Required = Yes must contain data.&lt;/p&gt;  &lt;p&gt;And Why?&lt;/p&gt;  &lt;h1&gt;&lt;strong&gt;Compare:&lt;/strong&gt; &lt;/h1&gt;  &lt;p&gt;Content Type is a kind of Schema definition    &lt;br /&gt;List is using an own Schema&lt;/p&gt;  &lt;p&gt;That means the standard view knows how to check the CT schema to ensure that the new entry based on that schema definition.&lt;/p&gt;  &lt;p&gt;Our DataSheet is comparable with a small application because it communicates with the SharePoint Lists WebService over the network. You can also compare the behavior if you develop an own application which communicates to SharePoint by using the Lists WebService.&lt;/p&gt;  &lt;p&gt;The following ScreenShots I took with the SharePoint Manager we offer on Codeplex. &lt;a title="http://www.codeplex.com/spm" href="http://www.codeplex.com/spm"&gt;http://www.codeplex.com/spm&lt;/a&gt; This tool is perfect to understand in a visual way how the Schema of a List and CT’s are working together.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/DatasheetviewwithListsandcontenttypes_D0C6/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/DatasheetviewwithListsandcontenttypes_D0C6/image_thumb.png" width="175" height="132" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Expand ContentTypes and you will find all linked content types you are using with the List called SPM-Test.    &lt;br /&gt;Check out Fields and there you will see all fields used by this List.&lt;/p&gt;  &lt;p&gt;With SPM you can also see the differences when added a CT called MyCT with a field called AMyOwnTown (text and required) to that List. Expand the ContentTypes and Fields.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/DatasheetviewwithListsandcontenttypes_D0C6/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/DatasheetviewwithListsandcontenttypes_D0C6/image_thumb_1.png" width="189" height="135" /&gt;&lt;/a&gt; You will find &lt;a href="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/DatasheetviewwithListsandcontenttypes_D0C6/image_6.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/DatasheetviewwithListsandcontenttypes_D0C6/image_thumb_2.png" width="186" height="21" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;And the Schema of the Fields?    &lt;br /&gt;&amp;#160;&lt;a href="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/DatasheetviewwithListsandcontenttypes_D0C6/image_10.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/DatasheetviewwithListsandcontenttypes_D0C6/image_thumb_4.png" width="161" height="84" /&gt;&lt;/a&gt; You will find &lt;a href="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/DatasheetviewwithListsandcontenttypes_D0C6/image_12.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/DatasheetviewwithListsandcontenttypes_D0C6/image_thumb_5.png" width="191" height="21" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1&gt;Why I cannot rely on the Lists Webservice and the Schema of the Fields?&lt;/h1&gt;  &lt;p&gt;The content type is the “Master” and all consumers of a CT should be aware but it is still possible with the minimum of information to use only the Schema of the List-Fields. Also think about columns (fields) with the same name…&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1&gt;What to do now?&lt;/h1&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;With only one CT added to a List it is easy because you are able to edit the Column AMyOwnTown.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/DatasheetviewwithListsandcontenttypes_D0C6/image_14.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/DatasheetviewwithListsandcontenttypes_D0C6/image_thumb_6.png" width="466" height="370" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1&gt;With more than one CT?&lt;/h1&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;p&gt;By using SPM; in my test environment it worked today and I changed Required for AMyOwnTown to True.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Create your own small application to change the Required explicit to “your value”. &lt;/p&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;span style="line-height: 115%; font-family: &amp;#39;Courier New&amp;#39;; color: green; font-size: 10pt; mso-ansi-language: en-us" lang="EN-US"&gt;// C#&lt;/span&gt;&lt;span style="line-height: 115%; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us" lang="EN-US"&gt;      &lt;br /&gt;SPSite oSiteCollection = &lt;span style="color: blue"&gt;new&lt;/span&gt; SPSite(&lt;span style="color: #a31515"&gt;&amp;quot;&lt;a href="http://ServerName/"&gt;http://ServerName/&lt;/a&gt;&amp;quot;&lt;/span&gt;);       &lt;br /&gt;&lt;/span&gt;&lt;span style="line-height: 115%; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us" lang="EN-US"&gt;SPList oList = oSiteCollection.AllWebs[&lt;span style="color: #a31515"&gt;&amp;quot;/SiteDirectory/office/&amp;quot;&lt;/span&gt;].Lists[&lt;span style="color: #a31515"&gt;&amp;quot;SPM-Test&amp;quot;&lt;/span&gt;];       &lt;br /&gt;&lt;/span&gt;&lt;span style="line-height: 115%; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us" lang="EN-US"&gt;SPFieldCollection collFields = oList.Fields;      &lt;br /&gt;&lt;/span&gt;&lt;span style="line-height: 115%; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us" lang="EN-US"&gt;SPField oField = collFields.GetField(&lt;span style="color: #a31515"&gt;&amp;quot;AMyOwnTown&amp;quot;&lt;/span&gt;); &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: &amp;quot;Courier New&amp;quot;; color: green; font-size: 10pt; mso-ansi-language: en-us" lang="EN-US"&gt;// At the end change the required field and with UPDATE() it works....      &lt;br /&gt;&lt;/span&gt;&lt;span style="line-height: 115%; font-family: &amp;quot;Courier New&amp;quot;; color: green; font-size: 10pt; mso-ansi-language: en-us" lang="EN-US"&gt;// 08/Jun/2009 &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us" lang="EN-US"&gt;oField.Required = &lt;span style="color: blue"&gt;true&lt;/span&gt;;       &lt;br /&gt;&lt;/span&gt;&lt;span style="line-height: 115%; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; mso-ansi-language: en-us" lang="EN-US"&gt;oField.Update();&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: en-us; mso-ascii-font-family: calibri; mso-hansi-font-family: calibri; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;" lang="EN-US"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: en-us; mso-ascii-font-family: calibri; mso-hansi-font-family: calibri; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;" lang="EN-US"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;&amp;#160;&lt;/h1&gt;  &lt;h1&gt;Additional ideas:&lt;/h1&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div class="MsoNormal"&gt;&lt;span style="mso-ansi-language: en-us; mso-ascii-font-family: calibri; mso-hansi-font-family: calibri; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;" lang="EN-US"&gt;         &lt;p&gt;Double-Check the fields on a list with a possible used content type.&lt;/p&gt;       &lt;/span&gt;&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div class="MsoNormal"&gt;&lt;span style="mso-ansi-language: en-us; mso-ascii-font-family: calibri; mso-hansi-font-family: calibri; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;" lang="EN-US"&gt;         &lt;p&gt;&lt;/p&gt;         &lt;span style="mso-ansi-language: en-us; mso-ascii-font-family: calibri; mso-hansi-font-family: calibri; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;" lang="EN-US"&gt;Create an event receiver to check used Lists and all the fields and content types.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: en-us; mso-ascii-font-family: calibri; mso-hansi-font-family: calibri; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;" lang="EN-US"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;I am talking here about the Required field because it was a support case where a customer complained the behavior of the DataSheet view. The provided DataSheet View (STSLIST.DLL) based on a control made by the Access team. With that knowledge I could assume that there is already an enhanced Sheet-View available made by one of our Vendors.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: en-us; mso-ascii-font-family: calibri; mso-hansi-font-family: calibri; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;" lang="EN-US"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;References:&lt;/h1&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/lists.lists.getlistitems.aspx" target="_blank"&gt;&lt;font color="#000000"&gt;&lt;strong&gt;Lists.GetListItems Method (Lists)&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;     &lt;br /&gt;Returns information about items in the list based on the specified query.     &lt;br /&gt;&lt;strong&gt;Web Service:&lt;/strong&gt; Lists&lt;strong&gt;Web Reference:&lt;/strong&gt; http://&amp;lt;Site&amp;gt;/_vti_bin/Lists.asmx&lt;/p&gt;  &lt;p&gt;Lists.GetListContentType Method (Lists) &lt;a title="http://msdn.microsoft.com/en-us/library/lists.lists.getlistcontenttype.aspx" href="http://msdn.microsoft.com/en-us/library/lists.lists.getlistcontenttype.aspx"&gt;http://msdn.microsoft.com/en-us/library/lists.lists.getlistcontenttype.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Lists.GetListContentTypes Method (Lists) &lt;a title="http://msdn.microsoft.com/en-us/library/lists.lists.getlistcontenttypes.aspx" href="http://msdn.microsoft.com/en-us/library/lists.lists.getlistcontenttypes.aspx"&gt;http://msdn.microsoft.com/en-us/library/lists.lists.getlistcontenttypes.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Everything you need to know about Microsoft Office SharePoint Server (MOSS) Event Handlers.   &lt;br /&gt;&lt;a title="http://blogs.msdn.com/brianwilson/archive/2007/03/05/part-1-event-handlers-everything-you-need-to-know-about-microsoft-office-sharepoint-portal-server-moss-event-handlers.aspx" href="http://blogs.msdn.com/brianwilson/archive/2007/03/05/part-1-event-handlers-everything-you-need-to-know-about-microsoft-office-sharepoint-portal-server-moss-event-handlers.aspx"&gt;http://blogs.msdn.com/brianwilson/archive/2007/03/05/part-1-event-handlers-everything-you-need-to-know-about-microsoft-office-sharepoint-portal-server-moss-event-handlers.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;How to: Create an Event Handler Feature &lt;a title="http://msdn.microsoft.com/en-us/library/ms453149.aspx" href="http://msdn.microsoft.com/en-us/library/ms453149.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms453149.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Building List Definitions with Event Receiver in Windows SharePoint Services 3.0 &lt;a title="http://msdn.microsoft.com/en-us/library/bb736146.aspx" href="http://msdn.microsoft.com/en-us/library/bb736146.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb736146.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1&gt;Suggestions?&lt;/h1&gt;  &lt;p&gt;My personal one would be to develop an event receiver to double-check new, changed and also deleted entries. Please have in your mind that there are also some other ways to add entries to that List; ie. OM, SOAP, restoring from Recycle Bin.&lt;/p&gt;  &lt;h1&gt;Questions?&lt;/h1&gt;  &lt;p&gt;&lt;span style="mso-ansi-language: en-us; mso-ascii-font-family: calibri; mso-hansi-font-family: calibri; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;" lang="EN-US"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;Before you develop an amount of questions please check your requirements and also Test what you want to do. A developer must be able to debug own code and with other projects you also need to test your own ideas.&lt;/p&gt;  &lt;p&gt;If you want to discuss the content of this blog post please go to one of our forums &lt;a title="http://social.msdn.microsoft.com/Forums/en-US/category/sharepoint" href="http://social.msdn.microsoft.com/Forums/en-US/category/sharepoint"&gt;http://social.msdn.microsoft.com/Forums/en-US/category/sharepoint&lt;/a&gt; and refer to this blog post.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9708403" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/WSS/default.aspx">WSS</category></item><item><title>Important to know in May 2009</title><link>http://blogs.msdn.com/joerg_sinemus/archive/2009/05/22/important-to-know-in-may-2009.aspx</link><pubDate>Fri, 22 May 2009 15:35:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635118</guid><dc:creator>Joerg_Sinemus</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/joerg_sinemus/comments/9635118.aspx</comments><wfw:commentRss>http://blogs.msdn.com/joerg_sinemus/commentrss.aspx?PostID=9635118</wfw:commentRss><description>&lt;p&gt;I think there are enough information outside regarding two important issue you should know about but RSS feed readers not having all possible feeds subscribed. So for my faithful friends two links where you can find the latest information.&lt;/p&gt;  &lt;p&gt;Does SharePoint has a problem because of the &lt;strong&gt;IIS6 WebDAV security issue&lt;/strong&gt;?    &lt;br /&gt;Answer is here: &lt;a title="http://blogs.technet.com/srd/archive/2009/05/20/answers-to-the-iis-webdav-authentication-bypass-questions.aspx" href="http://blogs.technet.com/srd/archive/2009/05/20/answers-to-the-iis-webdav-authentication-bypass-questions.aspx"&gt;http://blogs.technet.com/srd/archive/2009/05/20/answers-to-the-iis-webdav-authentication-bypass-questions.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;If you think about &lt;strong&gt;SP2 for MOSS 2007&lt;/strong&gt; please read this blog post first or to prevent problems in the future read it also.    &lt;br /&gt;&lt;a href="http://blogs.msdn.com/sharepoint/archive/2009/05/21/attention-important-information-on-service-pack-2.aspx"&gt;http://blogs.msdn.com/sharepoint/archive/2009/05/21/attention-important-information-on-service-pack-2.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9635118" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/WSS/default.aspx">WSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/SP2/default.aspx">SP2</category></item><item><title>MOSS and WSS April CU now complete</title><link>http://blogs.msdn.com/joerg_sinemus/archive/2009/05/13/moss-and-wss-april-cu-now-complete.aspx</link><pubDate>Wed, 13 May 2009 11:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9608980</guid><dc:creator>Joerg_Sinemus</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/joerg_sinemus/comments/9608980.aspx</comments><wfw:commentRss>http://blogs.msdn.com/joerg_sinemus/commentrss.aspx?PostID=9608980</wfw:commentRss><description>&lt;p&gt;With this cumulative update it took a bit more time to release also the MOSS 2007 uber package. Now we have what you need to easier update the whole MOSS farm with less steps.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Checklist looks now:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Preqs are WSS and MOSS Global RTM/SP1 and all language specific RTM/SP1 &lt;/li&gt;    &lt;li&gt;Install SP2. &lt;a title="SP2 and Language Packs" href="http://blogs.msdn.com/joerg_sinemus/archive/2009/04/29/sp2-and-language-packs.aspx"&gt;SP2 and Language Packs&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Install WSS April CU uber KB 968850 &lt;/li&gt;    &lt;li&gt;Install MOSS April CU uber KB 968851 &lt;/li&gt;    &lt;li&gt;Run &lt;em&gt;psconfig –cmd upgrade –inplace b2b -wait&lt;/em&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Available KB articles:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;968850 Description of the Windows SharePoint Services 3.0 cumulative update package: April 30, 2009    &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;968850"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;968850&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;April CU downloads:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;WSS the uber package    &lt;br /&gt;&lt;a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=968850&amp;amp;kbln=en-us"&gt;http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=968850&amp;amp;kbln=en-us&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;MOSS the uber package    &lt;br /&gt;&lt;a title="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=968851&amp;amp;kbln=en-us" href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=968851&amp;amp;kbln=en-us"&gt;http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=968851&amp;amp;kbln=en-us&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;FAQ about SP2 and April CU   &lt;br /&gt;&lt;a title="http://blogs.technet.com/office_sustained_engineering/archive/2009/05/01/faq-concerning-cumulative-updates-for-april-2009-and-the-service-pack-2-for-the-2007-microsoft-office-system-and-microsoft-office-servers.aspx" href="http://blogs.technet.com/office_sustained_engineering/archive/2009/05/01/faq-concerning-cumulative-updates-for-april-2009-and-the-service-pack-2-for-the-2007-microsoft-office-system-and-microsoft-office-servers.aspx"&gt;http://blogs.technet.com/office_sustained_engineering/archive/2009/05/01/faq-concerning-cumulative-updates-for-april-2009-and-the-service-pack-2-for-the-2007-microsoft-office-system-and-microsoft-office-servers.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Updated 12:02 UTC+2; new blog post from the SharePoint Product Group   &lt;br /&gt;&lt;a title="April Cumulative Update Packages Ready for Download" href="http://blogs.msdn.com/sharepoint/archive/2009/05/13/april-cumulative-update-packages-ready-for-download.aspx"&gt;April Cumulative Update Packages Ready for Download&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9608980" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/WSS/default.aspx">WSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/CU/default.aspx">CU</category></item><item><title>Should I install SP2 and or April CU</title><link>http://blogs.msdn.com/joerg_sinemus/archive/2009/05/01/should-i-install-sp2-and-or-april-cu.aspx</link><pubDate>Fri, 01 May 2009 09:49:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9581977</guid><dc:creator>Joerg_Sinemus</dc:creator><slash:comments>8</slash:comments><comments>http://blogs.msdn.com/joerg_sinemus/comments/9581977.aspx</comments><wfw:commentRss>http://blogs.msdn.com/joerg_sinemus/commentrss.aspx?PostID=9581977</wfw:commentRss><description>&lt;p&gt;In short words SP2 based on the Feb CU but not contains April CU fixes.&lt;/p&gt;  &lt;p&gt;We highly recommend to install SP2. In case you need April CU please also install SP2 first.&lt;/p&gt;  &lt;h3&gt;Suggested steps to upgrade:&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;Have a test environment similar to your productive. &lt;/li&gt;    &lt;li&gt;Create a complete backup for all SharePoint data and a system backup of all WFE’s. &lt;/li&gt;    &lt;li&gt;Install SP2. &lt;/li&gt;    &lt;li&gt;Test briefly the functionality. &lt;/li&gt;    &lt;li&gt;Install April CU. &lt;/li&gt;    &lt;li&gt;Test the functionality as deep as possible. &lt;/li&gt;    &lt;li&gt;With that experience do same steps in the production environment. &lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;April CU KB articles&lt;/h3&gt;  &lt;p&gt;For WSS we can offer an uber package with the KB number 968850. This package contains the two KB 968857 (Global) and KB 969421 (Language specific) hotfix packages.&lt;/p&gt;  &lt;p&gt;The KB articles are not yet finished and I will post the URL’s when these are available.&lt;/p&gt;  &lt;p&gt;For MOSS we cannot offer the uber package yet because of a similar problem we had with Feb CU.&lt;/p&gt;  &lt;h3&gt;April CU downloads&lt;/h3&gt;  &lt;p&gt;WSS the uber package   &lt;br /&gt;&lt;a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=968850&amp;amp;kbln=en-us"&gt;http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=968850&amp;amp;kbln=en-us&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;MOSS the current available packages   &lt;br /&gt;&lt;a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=968859&amp;amp;kbln=en-us"&gt;http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=968859&amp;amp;kbln=en-us&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=969414&amp;amp;kbln=en-us"&gt;http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=969414&amp;amp;kbln=en-us&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=969959&amp;amp;kbln=en-us"&gt;http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=969959&amp;amp;kbln=en-us&lt;/a&gt; Only Greek    &lt;br /&gt;&lt;a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=969420&amp;amp;kbln=en-us"&gt;http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=969420&amp;amp;kbln=en-us&lt;/a&gt; Only Hungarian    &lt;br /&gt;&lt;a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=968862&amp;amp;kbln=en-us"&gt;http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=968862&amp;amp;kbln=en-us&lt;/a&gt;    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;What to install now?&lt;/strong&gt;    &lt;br /&gt;- SP2 in any case    &lt;br /&gt;- WSS April CU uber package on WSS only environments&lt;/p&gt;  &lt;p&gt;- You had a hotfix request with us and needs a MOSS fix? The escalation engineer will update you which package is the right one.&lt;/p&gt;  &lt;p&gt;Later when the uber package for MOSS will be available we also recommend to install WSS and MOSS uber after SP2 on all SharePoint environments.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9581977" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/WSS/default.aspx">WSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/CU/default.aspx">CU</category></item><item><title>SP2 and Language Packs</title><link>http://blogs.msdn.com/joerg_sinemus/archive/2009/04/29/sp2-and-language-packs.aspx</link><pubDate>Wed, 29 Apr 2009 17:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9575867</guid><dc:creator>Joerg_Sinemus</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/joerg_sinemus/comments/9575867.aspx</comments><wfw:commentRss>http://blogs.msdn.com/joerg_sinemus/commentrss.aspx?PostID=9575867</wfw:commentRss><description>&lt;p&gt;Our Service Pack 2 we released in the same way we did for SP1 and that means for you:&lt;/p&gt;  &lt;p&gt;In addition to the SharePoint Product Group team blog    &lt;br /&gt;&lt;a href="http://blogs.msdn.com/sharepoint/archive/2009/04/28/announcing-service-pack-2-for-office-sharepoint-server-2007-and-windows-sharepoint-services-3-0.aspx"&gt;Announcing Service Pack 2 for Office SharePoint Server 2007 and Windows SharePoint Services 3.0&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;One example with English MOSS 2007 installation and Language Packs in German, Italian and French.&lt;/p&gt;  &lt;li&gt;Service Pack 2 for Windows SharePoint Services 3.0 English&lt;/li&gt;  &lt;li&gt;Service Pack 2 for Windows SharePoint Services 3.0 Language Pack German&lt;/li&gt;  &lt;li&gt;Service Pack 2 for Windows SharePoint Services 3.0 Language Pack Italian&lt;/li&gt;  &lt;li&gt;Service Pack 2 for Windows SharePoint Services 3.0 Language Pack French&lt;/li&gt;  &lt;li&gt;Service Pack 2 for Office SharePoint Server 2007 English&lt;/li&gt;  &lt;li&gt;Service Pack 2 for Office SharePoint Server 2007 Language Pack German&lt;/li&gt;  &lt;li&gt;Service Pack 2 for Office SharePoint Server 2007 Language Pack Italian&lt;/li&gt;  &lt;li&gt;Service Pack 2 for Office SharePoint Server 2007 Language Pack French&lt;/li&gt;  &lt;p&gt;Please follow the information on the SharePoint Product Group team blog.&lt;/p&gt;  &lt;p&gt;We know that is a lot of work for you but UBER packages are not available for SP2 LP’s.&lt;/p&gt;  &lt;p&gt;If you try to install also the LP for the installed language you will get these error messages:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/SP2andLanguagePacks_EE30/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/SP2andLanguagePacks_EE30/image_thumb.png" width="439" height="105" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/SP2andLanguagePacks_EE30/image_4.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/joerg_sinemus/WindowsLiveWriter/SP2andLanguagePacks_EE30/image_thumb_1.png" width="463" height="102" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Remark:&lt;/strong&gt;    &lt;br /&gt;If you have a NINTEX workflow running please check the following page.    &lt;br /&gt;&lt;a title="http://connect.nintex.com/forums/thread/3640.aspx" href="http://connect.nintex.com/forums/thread/3640.aspx"&gt;http://connect.nintex.com/forums/thread/3640.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9575867" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/WSS/default.aspx">WSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/joerg_sinemus/archive/tags/SP2/default.aspx">SP2</category></item></channel></rss>