<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: STSADM: Command Line Error</title>
	<atom:link href="http://stevepietrek.com/2009/02/19/stsadm-command-line-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://stevepietrek.com/2009/02/19/stsadm-command-line-error/</link>
	<description>My continuous learning of SharePoint, Silverlight, WP7 Development, Office, VSTO, C#...</description>
	<lastBuildDate>Tue, 24 May 2011 06:39:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: James Cod</title>
		<link>http://stevepietrek.com/2009/02/19/stsadm-command-line-error/#comment-2156</link>
		<dc:creator><![CDATA[James Cod]]></dc:creator>
		<pubDate>Mon, 16 Nov 2009 10:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://stevepietrek.com/?p=520#comment-2156</guid>
		<description><![CDATA[Part 2:
------

Hi, this is James again, It worked !! stupid MS cmd , gotta switch Note++]]></description>
		<content:encoded><![CDATA[<p>Part 2:<br />
&#8212;&#8212;</p>
<p>Hi, this is James again, It worked !! stupid MS cmd , gotta switch Note++</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Cod</title>
		<link>http://stevepietrek.com/2009/02/19/stsadm-command-line-error/#comment-2155</link>
		<dc:creator><![CDATA[James Cod]]></dc:creator>
		<pubDate>Mon, 16 Nov 2009 10:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://stevepietrek.com/?p=520#comment-2155</guid>
		<description><![CDATA[Post 1:
-------
Crazy workaround, I&#039;m gonna try it now &amp; post my response in few minutes]]></description>
		<content:encoded><![CDATA[<p>Post 1:<br />
&#8212;&#8212;-<br />
Crazy workaround, I&#8217;m gonna try it now &amp; post my response in few minutes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willem Bruinius</title>
		<link>http://stevepietrek.com/2009/02/19/stsadm-command-line-error/#comment-1605</link>
		<dc:creator><![CDATA[Willem Bruinius]]></dc:creator>
		<pubDate>Fri, 20 Feb 2009 09:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://stevepietrek.com/?p=520#comment-1605</guid>
		<description><![CDATA[Been a while since i last had this issue and posted from memory, saw my memory is somewhat sloppy on the issue so i figured i repost the correct sollution ;-)

The problem is one that has to do with applications encoding text as ANSI, the stsadm executambe is using the UTF-8 encoding to recieve input and thus the commans pasted in ANSI will fail.

Serge van den Oever has posted an article on his blog explaining the problem and a solution to once again copy and pate your way through implementations using the famous 128 character long stsadm commands  .

His post can be found here: http://weblogs.asp.net/soever/archive/2007/12/22/sharepoint-stsadm-exe-and-the-infamous-quot-command-line-error-quot.aspx

In sumary his advise is to use an application like Notepad++ to paste the text in and then switch the encoding to UTF-8 from there a copy paste will once again work as expected.

Regards,

Willem Bruinius]]></description>
		<content:encoded><![CDATA[<p>Been a while since i last had this issue and posted from memory, saw my memory is somewhat sloppy on the issue so i figured i repost the correct sollution <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>The problem is one that has to do with applications encoding text as ANSI, the stsadm executambe is using the UTF-8 encoding to recieve input and thus the commans pasted in ANSI will fail.</p>
<p>Serge van den Oever has posted an article on his blog explaining the problem and a solution to once again copy and pate your way through implementations using the famous 128 character long stsadm commands  .</p>
<p>His post can be found here: <a href="http://weblogs.asp.net/soever/archive/2007/12/22/sharepoint-stsadm-exe-and-the-infamous-quot-command-line-error-quot.aspx" rel="nofollow">http://weblogs.asp.net/soever/archive/2007/12/22/sharepoint-stsadm-exe-and-the-infamous-quot-command-line-error-quot.aspx</a></p>
<p>In sumary his advise is to use an application like Notepad++ to paste the text in and then switch the encoding to UTF-8 from there a copy paste will once again work as expected.</p>
<p>Regards,</p>
<p>Willem Bruinius</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willem Bruinius</title>
		<link>http://stevepietrek.com/2009/02/19/stsadm-command-line-error/#comment-1604</link>
		<dc:creator><![CDATA[Willem Bruinius]]></dc:creator>
		<pubDate>Fri, 20 Feb 2009 09:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://stevepietrek.com/?p=520#comment-1604</guid>
		<description><![CDATA[The problem is one that has to do with applications encoding text as unicode, the cmd window is using the ANSI encoding to display and recieve text and thus the unicode imports will be garbled.

Serge van den Oever has posted an article on his blog explaining the problem and a solution to once again copy and pate your way through implementations using the famous 128 character long stsadm commands ;-).

His post can be found here: http://weblogs.asp.net/soever/archive/2007/12/22/sharepoint-stsadm-exe-and-the-infamous-quot-command-line-error-quot.aspx

In sumary his advise is to use an application like Notepad++ to paste the text in and then switch the encoding to ANSI from there a copy paste will once again work as expected.

Regards,

Willem Bruinius]]></description>
		<content:encoded><![CDATA[<p>The problem is one that has to do with applications encoding text as unicode, the cmd window is using the ANSI encoding to display and recieve text and thus the unicode imports will be garbled.</p>
<p>Serge van den Oever has posted an article on his blog explaining the problem and a solution to once again copy and pate your way through implementations using the famous 128 character long stsadm commands <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<p>His post can be found here: <a href="http://weblogs.asp.net/soever/archive/2007/12/22/sharepoint-stsadm-exe-and-the-infamous-quot-command-line-error-quot.aspx" rel="nofollow">http://weblogs.asp.net/soever/archive/2007/12/22/sharepoint-stsadm-exe-and-the-infamous-quot-command-line-error-quot.aspx</a></p>
<p>In sumary his advise is to use an application like Notepad++ to paste the text in and then switch the encoding to ANSI from there a copy paste will once again work as expected.</p>
<p>Regards,</p>
<p>Willem Bruinius</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Ferringer</title>
		<link>http://stevepietrek.com/2009/02/19/stsadm-command-line-error/#comment-1601</link>
		<dc:creator><![CDATA[John Ferringer]]></dc:creator>
		<pubDate>Thu, 19 Feb 2009 19:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://stevepietrek.com/?p=520#comment-1601</guid>
		<description><![CDATA[Yep. Smart quotes and dashes somehow get pasted into the Windows Command Shell when you&#039;re coming from an application that uses them (such as Outlook or Word) and STSADM.exe doesn&#039;t like smart quotes. This can *really* be a frustrating issue to sort out. Bottom line, when in doubt you should always type out your STSADM commands.]]></description>
		<content:encoded><![CDATA[<p>Yep. Smart quotes and dashes somehow get pasted into the Windows Command Shell when you&#8217;re coming from an application that uses them (such as Outlook or Word) and STSADM.exe doesn&#8217;t like smart quotes. This can *really* be a frustrating issue to sort out. Bottom line, when in doubt you should always type out your STSADM commands.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

