 




<?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/"
		>
<channel>
	<title>Comments on: Long Path Error While Copying/Moving Data</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/long-path-error-while-copyingmoving-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/long-path-error-while-copyingmoving-data/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 04:11:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/long-path-error-while-copyingmoving-data/#comment-117789</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Wed, 03 Apr 2013 00:17:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-117789</guid>
		<description><![CDATA[Why buy a tool when it&#039;s easier to resolve the problem with what comes with the system and the resolution has the support of the system vendor? -- Tom]]></description>
		<content:encoded><![CDATA[<p>Why buy a tool when it&#8217;s easier to resolve the problem with what comes with the system and the resolution has the support of the system vendor? &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tool</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/long-path-error-while-copyingmoving-data/#comment-117755</link>
		<dc:creator>tool</dc:creator>
		<pubDate>Tue, 02 Apr 2013 03:19:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-117755</guid>
		<description><![CDATA[This tool solved my problem, its easy. try to google this tool &quot;Long Path Tool&quot; or you can download it in longpathtool.com..]]></description>
		<content:encoded><![CDATA[<p>This tool solved my problem, its easy. try to google this tool &#8220;Long Path Tool&#8221; or you can download it in longpathtool.com..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prince123456789</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/long-path-error-while-copyingmoving-data/#comment-83485</link>
		<dc:creator>prince123456789</dc:creator>
		<pubDate>Tue, 09 Nov 2010 15:20:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-83485</guid>
		<description><![CDATA[hello prashant ! you need not to worry about because i got a solution for ur problem.  now u can easily move your data where ever you want]]></description>
		<content:encoded><![CDATA[<p>hello prashant ! you need not to worry about because i got a solution for ur problem.  now u can easily move your data where ever you want</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jzcutler</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/long-path-error-while-copyingmoving-data/#comment-40082</link>
		<dc:creator>jzcutler</dc:creator>
		<pubDate>Fri, 21 Jul 2006 13:46:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-40082</guid>
		<description><![CDATA[Try using the UNC names of the paths (ServerNameShareName...).  If that doesn&#039;t work, try putting ? in front of the server name in the UNC path.  Try a Google on &quot;long short path UNC&quot; to find free utilities to convert long path names to short path names.  If you&#039;re in VB, look on MSDN for the function that will do this for you in your code.  The same search terms might get you there...]]></description>
		<content:encoded><![CDATA[<p>Try using the UNC names of the paths (ServerNameShareName&#8230;).  If that doesn&#8217;t work, try putting ? in front of the server name in the UNC path.  Try a Google on &#8220;long short path UNC&#8221; to find free utilities to convert long path names to short path names.  If you&#8217;re in VB, look on MSDN for the function that will do this for you in your code.  The same search terms might get you there&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bvwatson</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/long-path-error-while-copyingmoving-data/#comment-40083</link>
		<dc:creator>bvwatson</dc:creator>
		<pubDate>Fri, 21 Jul 2006 07:57:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-40083</guid>
		<description><![CDATA[Windows has the SUBST command which is used to map a virtual drive letter to a long path name. I don&#039;t know if this will work for you, but you can try it on the server.

The syntax from the command prompt is:

   subst drive: path

For example:
   subst V: &quot;C:Documents and SettingsMyLogonIDStart MenuProgramsAdministrative Tools&quot;

After this command, drive V: will reference the Administrative Tools subdirectory.

This may solve your long path name. I&#039;ve used this in the distant past (Windows 3.1) but not recently.

bryan]]></description>
		<content:encoded><![CDATA[<p>Windows has the SUBST command which is used to map a virtual drive letter to a long path name. I don&#8217;t know if this will work for you, but you can try it on the server.</p>
<p>The syntax from the command prompt is:</p>
<p>   subst drive: path</p>
<p>For example:<br />
   subst V: &#8220;C:Documents and SettingsMyLogonIDStart MenuProgramsAdministrative Tools&#8221;</p>
<p>After this command, drive V: will reference the Administrative Tools subdirectory.</p>
<p>This may solve your long path name. I&#8217;ve used this in the distant past (Windows 3.1) but not recently.</p>
<p>bryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cruzincooper</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/long-path-error-while-copyingmoving-data/#comment-40084</link>
		<dc:creator>cruzincooper</dc:creator>
		<pubDate>Thu, 20 Jul 2006 10:34:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-40084</guid>
		<description><![CDATA[Microsoft has a free tool call File Server Migration Wizard its a great tool for copying share drives, etc.  It won&#039;t solve the problem of the long file paths, however, it will give you a report of long file paths.  We perhaps will use this tool to consolidate our servers. ]]></description>
		<content:encoded><![CDATA[<p>Microsoft has a free tool call File Server Migration Wizard its a great tool for copying share drives, etc.  It won&#8217;t solve the problem of the long file paths, however, it will give you a report of long file paths.  We perhaps will use this tool to consolidate our servers. </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.011 seconds using memcached
Object Caching 339/340 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 05:34:53 -->