<?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>JADOTA - Just Another Day Of The Admin!</title>
	<atom:link href="http://www.jadota.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jadota.com</link>
	<description>Because my 'challenge' could be yours!</description>
	<lastBuildDate>Mon, 21 Sep 2009 09:08:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CertEnroll::Cx509Enrollment::p_InstallResponse: ASN1 bad tag value met. 0&#215;8009310b</title>
		<link>http://www.jadota.com/2009/09/certenrollcx509enrollmentp_installresponse-asn1-bad-tag-value-met-0x8009310b/</link>
		<comments>http://www.jadota.com/2009/09/certenrollcx509enrollmentp_installresponse-asn1-bad-tag-value-met-0x8009310b/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 09:08:18 +0000</pubDate>
		<dc:creator>Just An Admin</dc:creator>
				<category><![CDATA[IIS 7]]></category>
		<category><![CDATA[Windows Networking]]></category>

		<guid isPermaLink="false">http://www.jadota.com/?p=122</guid>
		<description><![CDATA[Today i received my first UCC certificate from GoDaddy for use with an Office Communications Server and Exchange 2007. While installing the new certificate in IIS 7 i encountered the following error:
CertEnroll::Cx509Enrollment::p_InstallResponse: ASN1 bad tag value met. 0&#215;8009310b
Upon checking the certificate store for the Local Computer, no certificate was installed. Within IIS 7 there is [...]]]></description>
		<wfw:commentRss>http://www.jadota.com/2009/09/certenrollcx509enrollmentp_installresponse-asn1-bad-tag-value-met-0x8009310b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO Create your own bootable VMWare ESXi 4 usb stick</title>
		<link>http://www.jadota.com/2009/05/how-to-create-your-own-bootable-esxi-4-usb-stick/</link>
		<comments>http://www.jadota.com/2009/05/how-to-create-your-own-bootable-esxi-4-usb-stick/#comments</comments>
		<pubDate>Fri, 29 May 2009 11:16:13 +0000</pubDate>
		<dc:creator>Just An Admin</dc:creator>
				<category><![CDATA[VMWare ESXi 4]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[ESXi 4]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.jadota.com/?p=116</guid>
		<description><![CDATA[I&#8217;ve updated an exisiting article to match the VMware ESXi 4 requirements, but this document was originally posted here. VMware ESXi 4 is certified to run on a broad range of 64-bit hardware.
Requirements:

1 GB USB flash drive (aka pen drive or USB stick) or larger
WinImage
7Zip

Of course you can use your favourite tools and larger USB [...]]]></description>
		<wfw:commentRss>http://www.jadota.com/2009/05/how-to-create-your-own-bootable-esxi-4-usb-stick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008: The INSTANCESHAREDWOWDIR command line value was not specified.</title>
		<link>http://www.jadota.com/2009/05/sql-2008-the-instancesharedwowdir-command-line-value-was-not-specified/</link>
		<comments>http://www.jadota.com/2009/05/sql-2008-the-instancesharedwowdir-command-line-value-was-not-specified/#comments</comments>
		<pubDate>Wed, 20 May 2009 06:31:46 +0000</pubDate>
		<dc:creator>Just An Admin</dc:creator>
				<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.jadota.com/?p=108</guid>
		<description><![CDATA[When trying to install SQL 2008 Express on one of our Windows 2008 x64 servers, i was surpirsed by this error message when specifying another install drive:
The INSTANCESHAREDWOWDIR command line value was not specified. This value must be specified when the INSTANCESHAREDDIR value is specified.


After searching the internet it seems that is a flaw in [...]]]></description>
		<wfw:commentRss>http://www.jadota.com/2009/05/sql-2008-the-instancesharedwowdir-command-line-value-was-not-specified/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Update: How to get the Service Tag from your server using VB scripting</title>
		<link>http://www.jadota.com/2009/02/update-how-to-get-the-service-tag-from-your-server-using-vb-scripting/</link>
		<comments>http://www.jadota.com/2009/02/update-how-to-get-the-service-tag-from-your-server-using-vb-scripting/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 12:27:00 +0000</pubDate>
		<dc:creator>Just An Admin</dc:creator>
				<category><![CDATA[Windows Networking]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[service tag]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[wmi]]></category>

		<guid isPermaLink="false">http://www.jadota.com/?p=102</guid>
		<description><![CDATA[This script was originally posted on the forum on http://www.adminscripteditor.com, but was brought to my attention as the better alternative to my Service Tag retrieval script. And I must agree that this script does a much better job in acquiring information to debug problems or for use by your 1st level helpdesk to add to [...]]]></description>
		<wfw:commentRss>http://www.jadota.com/2009/02/update-how-to-get-the-service-tag-from-your-server-using-vb-scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The credentials you provided during SQL Server 2008 install are invalid.</title>
		<link>http://www.jadota.com/2009/01/the-credentials-you-provided-during-sql-server-2008-install-are-invalid/</link>
		<comments>http://www.jadota.com/2009/01/the-credentials-you-provided-during-sql-server-2008-install-are-invalid/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 15:21:18 +0000</pubDate>
		<dc:creator>Just An Admin</dc:creator>
				<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[credentials]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://www.jadota.com/?p=88</guid>
		<description><![CDATA[When installing SQL Server 2008 you are at one point asked to provide the service accounts and passwords for the SQL services and agents. When providing these service accounts and passwords you might encounter one of the following error messages, which prevents you from continuing the installation:
- The credentials you provided for the SQL Server [...]]]></description>
		<wfw:commentRss>http://www.jadota.com/2009/01/the-credentials-you-provided-during-sql-server-2008-install-are-invalid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get the Service Tag from your server using VB scripting</title>
		<link>http://www.jadota.com/2009/01/how-to-get-the-service-tag-from-your-server-using-vbs-scripting/</link>
		<comments>http://www.jadota.com/2009/01/how-to-get-the-service-tag-from-your-server-using-vbs-scripting/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 19:07:34 +0000</pubDate>
		<dc:creator>Just An Admin</dc:creator>
				<category><![CDATA[Windows Networking]]></category>
		<category><![CDATA[bios]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[service tag]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wmi]]></category>

		<guid isPermaLink="false">http://www.jadota.com/?p=86</guid>
		<description><![CDATA[When contacting your hardware vendor to report a problem or order additional hardware, like disks or memory, you are often asked to provide the Service Tag. Off course you have the service tags well documented in your CMDB repository. In case your CMDB is not so up to date or lacking any content at all, [...]]]></description>
		<wfw:commentRss>http://www.jadota.com/2009/01/how-to-get-the-service-tag-from-your-server-using-vbs-scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotfix: &#8220;Replica is inconsistent&#8221; error with ID 112 (0&#215;8007007B) with DPM 2007 SP1 on a Windows Server 2003 x64</title>
		<link>http://www.jadota.com/2009/01/hotfix-replica-is-inconsistent-error-with-id-112-0x8007007b-with-dpm-2007-sp1-on-a-windows-server-2003-x64/</link>
		<comments>http://www.jadota.com/2009/01/hotfix-replica-is-inconsistent-error-with-id-112-0x8007007b-with-dpm-2007-sp1-on-a-windows-server-2003-x64/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 13:28:31 +0000</pubDate>
		<dc:creator>Just An Admin</dc:creator>
				<category><![CDATA[Data Protection Manager]]></category>
		<category><![CDATA[DPM 2007]]></category>
		<category><![CDATA[Hotfix]]></category>
		<category><![CDATA[Service Pack]]></category>

		<guid isPermaLink="false">http://www.jadota.com/?p=80</guid>
		<description><![CDATA[After applying Data Protection Manager Service Pack 1 on a server running Windows Server 2003 x64, a replica may be listed as inconsistent with error ID 112 (0&#215;8007007B).

In the DPM Administrator Console, a critical alert may be listed as in the following example:
Affected area: C:
Occurred since: 1/07/2008 4:13:00 PM
Description: The replica of Volume C:\ on [...]]]></description>
		<wfw:commentRss>http://www.jadota.com/2009/01/hotfix-replica-is-inconsistent-error-with-id-112-0x8007007b-with-dpm-2007-sp1-on-a-windows-server-2003-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Known Issues for DPM 2007 SP1</title>
		<link>http://www.jadota.com/2009/01/known-issues-for-dpm-2007-sp1/</link>
		<comments>http://www.jadota.com/2009/01/known-issues-for-dpm-2007-sp1/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 18:41:07 +0000</pubDate>
		<dc:creator>Just An Admin</dc:creator>
				<category><![CDATA[Data Protection Manager]]></category>
		<category><![CDATA[DPM 2007]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[sp1]]></category>

		<guid isPermaLink="false">http://www.jadota.com/?p=74</guid>
		<description><![CDATA[Microsoft TechNet posted a library topic on additional known issues for Data Protection Manager 2007 SP1. This topic lists the known issues and possible resolutions for System Center Data Protection Manager (DPM) 2007 SP1 TAP Release:
DPM agent stops working
SharePoint index backups fail during profile import
Silent installation does not show restart message
DPM Administrator Console stops working [...]]]></description>
		<wfw:commentRss>http://www.jadota.com/2009/01/known-issues-for-dpm-2007-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Protection Manager 2007: Error Codes and common problems reference</title>
		<link>http://www.jadota.com/2008/12/data-protection-manager-2007-error-codes-and-common-problems-reference/</link>
		<comments>http://www.jadota.com/2008/12/data-protection-manager-2007-error-codes-and-common-problems-reference/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 10:38:19 +0000</pubDate>
		<dc:creator>Just An Admin</dc:creator>
				<category><![CDATA[Data Protection Manager]]></category>
		<category><![CDATA[DPM 2007]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://www.jadota.com/?p=67</guid>
		<description><![CDATA[Since i have been posting fixes for some small problems in Data Protection Manager 2007, i thought i would post some general info/links as well, that could aid in troubleshooting DPM 2007 problems.
DPM 2007 Troubleshooting Guide: Technet reference to common DPM 2007 problems
Microsoft DPM 2007 Error Code Catalog: Technet reference with all the ID XXX [...]]]></description>
		<wfw:commentRss>http://www.jadota.com/2008/12/data-protection-manager-2007-error-codes-and-common-problems-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Protection Manager 2007: Replica is inconsistent</title>
		<link>http://www.jadota.com/2008/12/data-protection-manager-2007-replica-is-inconsistent/</link>
		<comments>http://www.jadota.com/2008/12/data-protection-manager-2007-replica-is-inconsistent/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 08:52:37 +0000</pubDate>
		<dc:creator>Just An Admin</dc:creator>
				<category><![CDATA[Data Protection Manager]]></category>
		<category><![CDATA[DPM 2007]]></category>
		<category><![CDATA[inconsistant]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[replica]]></category>

		<guid isPermaLink="false">http://www.jadota.com/?p=50</guid>
		<description><![CDATA[Replica is inconsistent
This must be one of the most common errors in Data Protection Manager 2007, since i have seen this almost every day in my Administrator Console.
After the upgrade to Service Pack 1 for Data Protection Manager 2007 and fixing a minor &#8216;error ID 207&#8242; problem, some of my protected server reported this error. [...]]]></description>
		<wfw:commentRss>http://www.jadota.com/2008/12/data-protection-manager-2007-replica-is-inconsistent/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
