<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<rss version="2.0"
	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/"
	>

<channel>
	<title>Christian Brix</title>
	<link>http://blog.christian-brix.de</link>
	<description>Blog und Portal</description>
	<pubDate>Tue, 27 Apr 2010 12:17:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Access denied while joining an existing MOSS 2007 farm</title>
		<link>http://blog.christian-brix.de/2010/04/27/access-denied-while-joining-an-existing-moss-2007-farm/</link>
		<comments>http://blog.christian-brix.de/2010/04/27/access-denied-while-joining-an-existing-moss-2007-farm/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 12:17:58 +0000</pubDate>
		<dc:creator>cbrix</dc:creator>
		
		<category><![CDATA[SharePoint 2010]]></category>

		<category><![CDATA[Administration]]></category>

		<category><![CDATA[MOSS 2007]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.christian-brix.de/2010/04/27/access-denied-while-joining-an-existing-moss-2007-farm/</guid>
		<description><![CDATA[if you get an &#8220;access denied&#8221; error message while joining an existing SharePoint farm with another server (i.e. adding another web front end) it is likely that your server runs a different SharePoint Version that the existing config database.
Check your patchlevel and service packs
]]></description>
			<content:encoded><![CDATA[<p>if you get an &#8220;access denied&#8221; error message while joining an existing SharePoint farm with another server (i.e. adding another web front end) it is likely that your server runs a different SharePoint Version that the existing config database.</p>
<p>Check your patchlevel and service packs</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christian-brix.de/2010/04/27/access-denied-while-joining-an-existing-moss-2007-farm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SQL-Server Logfiles kürzen / Shrink SQL-Server DB Logfiles</title>
		<link>http://blog.christian-brix.de/2010/04/27/sql-server-logfiles-kurzen-shrink-sql-server-db-logfiles/</link>
		<comments>http://blog.christian-brix.de/2010/04/27/sql-server-logfiles-kurzen-shrink-sql-server-db-logfiles/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 12:14:13 +0000</pubDate>
		<dc:creator>cbrix</dc:creator>
		
		<category><![CDATA[Administration]]></category>

		<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://blog.christian-brix.de/2010/04/27/sql-server-logfiles-kurzen-shrink-sql-server-db-logfiles/</guid>
		<description><![CDATA[USE DatabaseName
GO
DBCC SHRINKFILE(&#60;TransactionLogName&#62;, 1)
BACKUP LOG &#60;DatabaseName&#62; WITH TRUNCATE_ONLY
DBCC SHRINKFILE(&#60;TransactionLogName&#62;, 1)
GO 
should work everytime  
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify"><code style="font-size: 12px"><span style="color: blue">USE </span><span style="color: black">DatabaseName<br />
GO<br />
</span><span style="color: blue">DBCC </span><span style="color: black">SHRINKFILE</span><span style="color: gray">(&lt;</span><span style="color: black">TransactionLogName</span><span style="color: gray">&gt;, </span><span style="color: black">1</span><span style="color: gray">)<br />
</span><span style="color: blue">BACKUP </span><span style="color: magenta">LOG </span><span style="color: gray">&lt;</span><span style="color: black">DatabaseName</span><span style="color: gray">&gt; </span><span style="color: blue">WITH </span><span style="color: black">TRUNCATE_ONLY<br />
</span><span style="color: blue">DBCC </span><span style="color: black">SHRINKFILE</span><span style="color: gray">(&lt;</span><span style="color: black">TransactionLogName</span><span style="color: gray">&gt;, </span><span style="color: black">1</span><span style="color: gray">)<br />
</span><span style="color: black">GO </span></code></p>
<p style="text-align: justify"><code style="font-size: 12px"><span style="color: black">should work everytime <img src='http://blog.christian-brix.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christian-brix.de/2010/04/27/sql-server-logfiles-kurzen-shrink-sql-server-db-logfiles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Timerjobs für Policies laufen nicht</title>
		<link>http://blog.christian-brix.de/2010/04/14/timerjobs-fur-policies-laufen-nicht/</link>
		<comments>http://blog.christian-brix.de/2010/04/14/timerjobs-fur-policies-laufen-nicht/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 07:49:43 +0000</pubDate>
		<dc:creator>cbrix</dc:creator>
		
		<category><![CDATA[Administration]]></category>

		<category><![CDATA[MOSS 2007]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.christian-brix.de/2010/04/14/timerjobs-fur-policies-laufen-nicht/</guid>
		<description><![CDATA[Sollte man feststellen, dass die eingestellten Policies (z.B. Löschen von Dokumenten, die älter als Zeitraum x sind) nicht abgearbeitet werden und man in der Zentraladministration unter Timer job definitions feststellt, dass diese Jobs noch nie gelaufen sind, dann hilft folgendes Vorgehen:
Record Center / Information Management Policy Jobs Not Running

Interesting enough, we noticed after installing “something” [...]]]></description>
			<content:encoded><![CDATA[<p>Sollte man feststellen, dass die eingestellten Policies (z.B. Löschen von Dokumenten, die älter als Zeitraum x sind) nicht abgearbeitet werden und man in der Zentraladministration unter Timer job definitions feststellt, dass diese Jobs noch nie gelaufen sind, dann hilft folgendes Vorgehen:</p>
<h2>Record Center / Information Management Policy Jobs Not Running</h2>
<p class="entry">
<p style="margin: 0in 0in 10pt"><font size="+0">Interesting enough, we noticed after installing “something” (it could have been Project Server, Service Pack 1 or even the Infrastructure Update) that none of the time jobs managed by the PolicyConfig service were running. <span>  </span>If fact, they were all list as have never run, which I knew is a lie since they used to work at some point in time.<span>  </span>These jobs include:</font></p>
<p style="margin: 0in 0in 10pt"><font size="+0">Expiration Policy<br />
Hold Processing and Reporting<br />
Information Management Policy<br />
Records Center Processing</font></p>
<p style="margin: 0in 0in 10pt"><font size="+0">In trying to troubleshoot this issue, I was messing around with one of the stsadm commands that can be used to set the when these four polices run.<span>  </span>However, when I tried to run the following command:</font></p>
<p style="margin: 0in 0in 10pt"><font size="+0">Stsadm -o setpolicyschedule -schedule “daily at 23:50:00″</font></p>
<p style="margin: 0in 0in 10pt"><font size="+0"><font size="+0"><span> </span>I would get an error saying “The Information Management Policy feature is not active.”<span>  </span>After a little bit more research, I found out that the “feature” that it is complaining about is the RecordsManagment feature.<span>  </span>Granted, this feature is scope at the Farm level and thereby is automatically activate, I took the liberty and ran</font></font></p>
<p style="margin: 0in 0in 10pt"><font size="+0"><font size="+0"><span> </span>stsadm -o activatefeature -name RecordsManagement -force.<span>  </span></font></font></p>
<p style="margin: 0in 0in 10pt"><font size="+0">After running the re-activate command, I was then able to run the setpolicyschedule command (which I didn&#8217;t need to do to resolve the issue) and volia my Information Management Policy&#8217;s timer jobs are running again!</font></p>
<p style="margin: 0in 0in 10pt">-&gt; Aus &#8220;Team Eli´s blog&#8221; <a href="http://vspug.com/teameli/2008/10/13/record-center-information-management-policy-jobs-not-running/">http://vspug.com/teameli/2008/10/13/record-center-information-management-policy-jobs-not-running/</a></p>
<p style="margin: 0in 0in 10pt">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christian-brix.de/2010/04/14/timerjobs-fur-policies-laufen-nicht/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CAML query nested too deep</title>
		<link>http://blog.christian-brix.de/2009/12/10/caml-query-nested-too-deep/</link>
		<comments>http://blog.christian-brix.de/2009/12/10/caml-query-nested-too-deep/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 09:34:04 +0000</pubDate>
		<dc:creator>cbrix</dc:creator>
		
		<category><![CDATA[MOSS 2007]]></category>

		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://blog.christian-brix.de/2009/12/10/caml-query-nested-too-deep/</guid>
		<description><![CDATA[Working on a customer project I came across the requirement to query lists for selectable filter criteria. The query result had to be taken to query a central list. The central list and the other lists had a one to many relation and shared a primary key in the central list.
So lets say there is a [...]]]></description>
			<content:encoded><![CDATA[<p>Working on a customer project I came across the requirement to query lists for selectable filter criteria. The query result had to be taken to query a central list. The central list and the other lists had a one to many relation and shared a primary key in the central list.<br />
So lets say there is a customer list with columns &#8220;Customer Key&#8221;, &#8220;Customer Name&#8221;, &#8220;Customer Adress&#8221; and different other lists wich hold relational data, like a list Contacts with &#8220;Customer Key&#8221;, &#8220;Contact Name&#8221;, &#8220;Contact Role&#8221;, &#8221;Contact Department&#8221;.</p>
<p>Now the requirement is to first select all contacts with role &#8220;Manager&#8221; and department &#8220;Marketing&#8221; and then switch to the central list and get all the cutomers that match the query &#8220;Has a contact with role -Manager- in department -Marketing-&#8221;.</p>
<p> <a href="http://blog.christian-brix.de/2009/12/10/caml-query-nested-too-deep/#more-115" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christian-brix.de/2009/12/10/caml-query-nested-too-deep/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SharePoint 2010, Listen und Bibliotheken, was ist neu?</title>
		<link>http://blog.christian-brix.de/2009/11/28/sharepoint-2010-listen-und-bibliotheken-was-ist-neu/</link>
		<comments>http://blog.christian-brix.de/2009/11/28/sharepoint-2010-listen-und-bibliotheken-was-ist-neu/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 08:12:19 +0000</pubDate>
		<dc:creator>cbrix</dc:creator>
		
		<category><![CDATA[SharePoint 2010]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.christian-brix.de/2009/11/28/sharepoint-2010-listen-und-bibliotheken-was-ist-neu/</guid>
		<description><![CDATA[sharepoint 2010, beta, listen, bibliotheken, views, ansichten]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.christian-brix.de/__oneclick_uploads/2009/11/112809-0812-sharepoint262.png" title="112809-0812-sharepoint26.png"></a>Als erstes möchte ich mich mit Listen und Bibliotheken im neuen SharePoint 2010 beschäftigen. Sie sind letztendlich einer der Hauptbestandteile mit denen sich Benutzer beschäftigen und mit denen sie arbeiten.</p>
<p> <a href="http://blog.christian-brix.de/2009/11/28/sharepoint-2010-listen-und-bibliotheken-was-ist-neu/#more-79" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christian-brix.de/2009/11/28/sharepoint-2010-listen-und-bibliotheken-was-ist-neu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SharePoint 2010 Beta, erste Eindrücke</title>
		<link>http://blog.christian-brix.de/2009/11/27/sharepoint-2010-beta-erste-eindrucke/</link>
		<comments>http://blog.christian-brix.de/2009/11/27/sharepoint-2010-beta-erste-eindrucke/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 11:37:12 +0000</pubDate>
		<dc:creator>cbrix</dc:creator>
		
		<category><![CDATA[SharePoint 2010]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.christian-brix.de/2009/11/27/sharepoint-2010-beta-erste-eindrucke/</guid>
		<description><![CDATA[Im Folgenden, nachdem ich die Beta erfolgreich installieren konnte, die erstem Eindrücke zur neuen Version Microsoft SharePoint 2010.
Die Beta ist hier herunterzuladen: Download location
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.christian-brix.de/__oneclick_uploads/2009/11/farmconfigwizzard.jpg" title="SP2010 Farm Configuration Wizzard"></a>Im Folgenden, nachdem ich die Beta erfolgreich installieren konnte, die erstem Eindrücke zur neuen Version Microsoft SharePoint 2010.</p>
<p>Die Beta ist hier herunterzuladen: <a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=77c30c6c-47fc-416d-88e7-8122534b3f37&amp;DisplayLang=en&amp;displaylang=en">Download location</a></p>
<p> <a href="http://blog.christian-brix.de/2009/11/27/sharepoint-2010-beta-erste-eindrucke/#more-71" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christian-brix.de/2009/11/27/sharepoint-2010-beta-erste-eindrucke/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SharePoint Fehlermeldung bei Verwendung der Suche / Search error</title>
		<link>http://blog.christian-brix.de/2009/10/06/sharepoint-fehlermeldung-bei-verwendung-der-suche-search-error/</link>
		<comments>http://blog.christian-brix.de/2009/10/06/sharepoint-fehlermeldung-bei-verwendung-der-suche-search-error/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 12:20:40 +0000</pubDate>
		<dc:creator>cbrix</dc:creator>
		
		<category><![CDATA[Administration]]></category>

		<category><![CDATA[MOSS 2007]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.christian-brix.de/2009/10/06/sharepoint-fehlermeldung-bei-verwendung-der-suche-search-error/</guid>
		<description><![CDATA[Fehlermeldung: &#8220;Die Suchdienstanwendung ist für diese Seite nicht verfügbar&#8221; oder SharePoint &#8220;unbekannter Fehler&#8221; bei Aufruf einer direkten Suche (Such-Feld auf Inhaltsseite).
Error message: &#8220;Search application is not available for this site&#8221; (or something similiar) oder &#8220;unknown SharePoint error&#8221; when searching through search field on content site.
Eine mögliche Ursache: Falscher oder veralteter DNS-Alias und/oder fehlender Eintrag in [...]]]></description>
			<content:encoded><![CDATA[<p>Fehlermeldung: &#8220;Die Suchdienstanwendung ist für diese Seite nicht verfügbar&#8221; oder SharePoint &#8220;unbekannter Fehler&#8221; bei Aufruf einer direkten Suche (Such-Feld auf Inhaltsseite).</p>
<p><em>Error message: &#8220;Search application is not available for this site&#8221; (or something similiar) oder &#8220;unknown SharePoint error&#8221; when searching through search field on content site.</em></p>
<p>Eine mögliche Ursache: Falscher oder veralteter DNS-Alias und/oder fehlender Eintrag in die alternativen Zugriffszuordnungen.</p>
<p><em>Possible reasons: Incorrect alias entry in DNS or missing alternate access configuration in central administration</em></p>
<p> <a href="http://blog.christian-brix.de/2009/10/06/sharepoint-fehlermeldung-bei-verwendung-der-suche-search-error/#more-70" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christian-brix.de/2009/10/06/sharepoint-fehlermeldung-bei-verwendung-der-suche-search-error/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MOSS große Listeneintrag Anlage wird nicht hochgeladen / MOSS large list item attachment not uploading</title>
		<link>http://blog.christian-brix.de/2009/09/25/moss-grose-listeneintrag-anlage-wird-nicht-hochgeladen-moss-large-list-item-attachment-not-uploading/</link>
		<comments>http://blog.christian-brix.de/2009/09/25/moss-grose-listeneintrag-anlage-wird-nicht-hochgeladen-moss-large-list-item-attachment-not-uploading/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 10:05:01 +0000</pubDate>
		<dc:creator>cbrix</dc:creator>
		
		<category><![CDATA[WIN 2008]]></category>

		<category><![CDATA[Administration]]></category>

		<category><![CDATA[MOSS 2007]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.christian-brix.de/2009/09/25/moss-grose-listeneintrag-anlage-wird-nicht-hochgeladen-moss-large-list-item-attachment-not-uploading/</guid>
		<description><![CDATA[Wenn große Anlagen an Listenenträge nicht hochgeladen werden können, ist es nicht ausreichend die maximale Upload Größe in der Zentraladministration zu erhöhen. Es sind noch einige andere Dinge in den Web.config Dateien zu tun.
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
When uploading large list item attachments results in errors it is not sufficient to raise the maximum upload size in central administration. [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn große Anlagen an Listenenträge nicht hochgeladen werden können, ist es nicht ausreichend die maximale Upload Größe in der Zentraladministration zu erhöhen. Es sind noch einige andere Dinge in den Web.config Dateien zu tun.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>When uploading large list item attachments results in errors it is not sufficient to raise the maximum upload size in central administration. There are some entries to add to the web.config files.</p>
<p> <a href="http://blog.christian-brix.de/2009/09/25/moss-grose-listeneintrag-anlage-wird-nicht-hochgeladen-moss-large-list-item-attachment-not-uploading/#more-69" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christian-brix.de/2009/09/25/moss-grose-listeneintrag-anlage-wird-nicht-hochgeladen-moss-large-list-item-attachment-not-uploading/feed/</wfw:commentRss>
		</item>
		<item>
		<title>stp Vorlage ungültig&#8230; / stp template invalid&#8230;</title>
		<link>http://blog.christian-brix.de/2009/09/20/stp-vorlage-ungultig-stp-template-invalid/</link>
		<comments>http://blog.christian-brix.de/2009/09/20/stp-vorlage-ungultig-stp-template-invalid/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 09:35:35 +0000</pubDate>
		<dc:creator>cbrix</dc:creator>
		
		<category><![CDATA[Administration]]></category>

		<category><![CDATA[MOSS 2007]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.christian-brix.de/2009/09/20/stp-vorlage-ungultig-stp-template-invalid/</guid>
		<description><![CDATA[Beim übertragen von Seitenvorlagen (STP) von einem SharePoint zu einem anderen (z.B. Entwicklungssystem auf Produktivsystem) kann es vorkommen, dass bei der Benutzung der Vorlage im Zielsystem die Fehlermeldung &#8220;Vorlage ist ungültig&#8230;.&#8221; auftaucht&#8230;&#8230;
When transfering site templates (STP) from one SharePoint server to another (i.e. from test environment to productive environment) there might be an error message saying [...]]]></description>
			<content:encoded><![CDATA[<p>Beim übertragen von Seitenvorlagen (STP) von einem SharePoint zu einem anderen (z.B. Entwicklungssystem auf Produktivsystem) kann es vorkommen, dass bei der Benutzung der Vorlage im Zielsystem die Fehlermeldung &#8220;Vorlage ist ungültig&#8230;.&#8221; auftaucht&#8230;&#8230;</p>
<p>When transfering site templates (STP) from one SharePoint server to another (i.e. from test environment to productive environment) there might be an error message saying &#8220;template is invalid&#8230;.&#8221; when trying to use the copied template&#8230;&#8230;</p>
<p> <a href="http://blog.christian-brix.de/2009/09/20/stp-vorlage-ungultig-stp-template-invalid/#more-68" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christian-brix.de/2009/09/20/stp-vorlage-ungultig-stp-template-invalid/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Erste Systemvoraussetzungen für SharePoint 2010 von Microsoft veröffentlicht</title>
		<link>http://blog.christian-brix.de/2009/05/26/erste-systemvoraussetzungen-fur-sharepoint-2010-von-microsoft-veroffentlicht/</link>
		<comments>http://blog.christian-brix.de/2009/05/26/erste-systemvoraussetzungen-fur-sharepoint-2010-von-microsoft-veroffentlicht/#comments</comments>
		<pubDate>Tue, 26 May 2009 09:55:46 +0000</pubDate>
		<dc:creator>cbrix</dc:creator>
		
		<category><![CDATA[Administration]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.christian-brix.de/2009/05/26/erste-systemvoraussetzungen-fur-sharepoint-2010-von-microsoft-veroffentlicht/</guid>
		<description><![CDATA[Um schon vor dem Release der neuen SharePoint-Version 2010 fit für den Umstieg zu sein, sollte man schon jetzt die Systemvoraussetzungen für den Umstieg bereitstellen.
Im SharePoint Team Blog gibt es dazu die ersten Hinweise und Systemanforderungen:
http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx
]]></description>
			<content:encoded><![CDATA[<p>Um schon vor dem Release der neuen SharePoint-Version 2010 fit für den Umstieg zu sein, sollte man schon jetzt die Systemvoraussetzungen für den Umstieg bereitstellen.</p>
<p>Im SharePoint Team Blog gibt es dazu die ersten Hinweise und Systemanforderungen:</p>
<p><a href="http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx">http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christian-brix.de/2009/05/26/erste-systemvoraussetzungen-fur-sharepoint-2010-von-microsoft-veroffentlicht/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
