<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Networknet.nl &#187; fix</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/tag/fix/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:46:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SMS 2003: Error 25100</title>
		<link>http://www.networknet.nl/apps/wp/archives/744</link>
		<comments>http://www.networknet.nl/apps/wp/archives/744#comments</comments>
		<pubDate>Mon, 16 Mar 2009 06:37:16 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[2003]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=744</guid>
		<description><![CDATA[I am still managing a SMS 2003 environment and last week we encountered following message on one of the SMS 2003 clients. The message appeared in Application Eventviewer and SMS client did not report back to our SMS Primary site: Event Type:        Error Event Source:      MsiInstaller Event Category:    None Event ID:          10005 Date:              3/10/2009 Time:              12:17:06 PM User:              NETWORKNET\Ivan Computer:          IVAN-VM01 Description: Product: SMS Advanced Client &#8212; Error 25100. Setup was unable to create the WMI namespace CCM The error code is 80041002  To fix the problem see my cmd script below which was used by the local IT contact:  @echo off REM Ivan Versluis REM Date: 2009/03/11 REM Description: FIX WMI Database for SMS Client c: cd %windir%\system32\wbem\ mofcomp cimwin32.mof mofcomp cimwin32.mfl net stop winmgmt rmdir /s /q repository rmdir /s /q Logs mkdir Logs net start winmgmt rundll32 wbemupgd, UpgradeRepository rundll32 wbemupgd, CheckWMISetup rundll32 wbemupgd, RepairWMISetup pause  ]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/744/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: intranet and firewall</title>
		<link>http://www.networknet.nl/apps/wp/archives/740</link>
		<comments>http://www.networknet.nl/apps/wp/archives/740#comments</comments>
		<pubDate>Wed, 11 Mar 2009 17:15:38 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[intranet]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=740</guid>
		<description><![CDATA[I am a huge fan of WordPress blogging platform. Recently I introduced the platform in my enterprise environment. WordPress is running behind a restricted network and it has no connection to the Internet. While installing and finalizing the virtual machine which is used to host WordPress I encountered one problem with it. WordPress was so slow! I download  latest version of WordPress 2.7 and installed it on a Ubuntu JeOS 8.04 virtual machine appliance. The initial configuration worked fine; but after I went to the admin area it took minutes before anything was returned. WordPress was so slow that every action took more than 30 seconds. Due to the fact virtual machine was sitting in a firewalled intranet environment the system could not connect to services sitting on the Internet.  See my worklog how I got WordPress working and pages are loaded in less than a second. How to disable interaction with the Internet and WordPress Admin? Goto ../wordpress/wp-includes and open http.php Search for &#8220; function request( $url, $args = array() ) {&#8220; Add &#8220;return;&#8221;  behind global. E..g &#8220; return;global $wp_version;&#8221; Now I disabled all interactions to the Internet, but I don&#8217;t need them in this enviroment. References: After upgrade to 2.7 &#8211; very slow]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/740/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remove Active Directory without replication</title>
		<link>http://www.networknet.nl/apps/wp/archives/436</link>
		<comments>http://www.networknet.nl/apps/wp/archives/436#comments</comments>
		<pubDate>Sun, 27 Apr 2008 16:41:00 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Active Directory]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guest]]></category>
		<category><![CDATA[kb332199]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/436</guid>
		<description><![CDATA[Couple minutes ago I initiated the remove of Active Directory and forced the demotion of a virtual machine domain controller. The domain controller exceed the 60day not being able to replicate and I was not able to get the replication working. It took me more than 90 minutes to troubleshoot and fix the problem. Since Windows 2003 there is option in the dcpromo tool to force the Active Directory removal. &#160; 1. By default, Windows Server 2003 domain controllers support forced demotion. Click Start, click Run, and then type the following command: dcpromo /forceremoval 2. Click OK. 3. At the Welcome to the Active Directory Installation Wizard page, click Next. 4. At the Force the Removal of Active Directory page, click Next. 5. In Administrator Password, type the password and confirmed password that you want to assign to the Administrator account of the local SAM database, and then click Next. 6. In Summary, click Next. 7. Perform a metadata cleanup for the demoted domain controller on a surviving domain controller in the forest. Reboot the server and cleanup the metadata with ntdsutil. I hate to use workaround like this, but there is not quick and dirty fix for me now. I am planning and testing to upgrade my Exchange 2007 server to SP1, but because the replication to the second dc did not take place for more than 60days the replication stopped. One of the Errors on my primary domain controller. Demote didn&#8217;t work with force removal and option 3 ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/436/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress version 2.5 upgrade</title>
		<link>http://www.networknet.nl/apps/wp/archives/409</link>
		<comments>http://www.networknet.nl/apps/wp/archives/409#comments</comments>
		<pubDate>Mon, 31 Mar 2008 19:03:23 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[exclude]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/409</guid>
		<description><![CDATA[Two hours ago I upgraded Networknet.nl with WordPress version 2.5 and immediately after the php binaries and database were upgraded I hit my first problem. Within my Widgets Design Sidebar I have the Pages widget which shows all pages on the right side of my blog starting with &#8220;About me&#8221;.. VMware. For some topics I created pages instead of WordPress posts and linked those pages to a parent page; these two pages were excluded from &#8220;Pages Widget&#8221;. After the upgrade my pages widget become really huge showing 30+ pages. I did a search on WordPress support site and someone else already reported this problem; no response yet except me on this post.&#160; I didn&#8217;t want to downgrade my new WordPress version and therefore I used this method to query the parent pages and exclude them manually without doing the PHP code research how to exclude them. Open phpmyadmin Select your wordpress database Open wp_posts and click SQL &#160;&#160;&#160; Paste this sql query Click GO button and click Export; I export to CSV to excel and copied all cells into Notepad. Paste these pages into the exclude for your pages widget. Dirty solution but I solved my problem in less than 5 minutes for now&#8230;]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/409/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

