<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Jeff,<br>
<br>
Is there a spot in the MS4W doc, or should we put something in the
mapserver Migration doc?<br>
<pre class="moz-signature" cols="72">Best Regards,
Brent Fraser</pre>
<br>
On 4/15/2011 9:11 AM, Andrew Ross wrote:
<blockquote
cite="mid:BANLkTinHe9uFmxNAwa9jFOZ9o0rEcvLnvQ@mail.gmail.com"
type="cite">Thanks, that solves the problem. In fact this:<br>
<br>
'\\\\mycoumputer\\myshare\\mypath'<br>
<br>
appears to work as well as this:<br>
<br>
'\\\\mycoumputer\myshare\mypath'<br>
<br>
notice the double backslashes throughout the first path. Is there
a section in the documentation regarding UNC paths? seems like it
would be necessary at this point.<br>
<br>
Thanks again,<br>
<br>
Andrew<br>
<br>
<br>
<br>
<br>
<div class="gmail_quote">On Fri, Apr 15, 2011 at 10:42 AM, Brent
Fraser <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:bfraser@geoanalytic.com">bfraser@geoanalytic.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">I noticed that due to parsing changes in
mapserver 6, I had to change<br>
IMAGEPATH 'C:\inetpub\wwwroot\tmp\'<br>
to<br>
IMAGEPATH 'C:\inetpub\wwwroot\tmp\\'<br>
<br>
Note the double backslash at the end. In the old string,
likely the parser is interpreting the backslash as an "escape"
character, including the quote in the string and looking for a
close quote (and failing).<br>
<br>
Perhaps UNC paths would work if you used FOUR backslashes (so
the parser will include two in the string):<br>
<br>
'\\\\mycoumputer\myshare\mypath'<br>
<br>
Best Regards,<br>
<font color="#888888">
Brent Fraser</font>
<div>
<div class="h5"><br>
<br>
<br>
On 4/15/2011 7:13 AM, andrew_peru wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
Not sure if I'm to provide feedback by answering this
e-mail, I guess you'll<br>
let me know if not.<br>
<br>
In the meantime this version will fail to load a map
file if it contains UNC<br>
paths. Switched all my paths to letter drives and it
loads no problem.<br>
<br>
--<br>
View this message in context: <a moz-do-not-send="true"
href="http://osgeo-org.1803224.n2.nabble.com/MS4W-Users-MapServer-6-0-0-beta6-upgrade-package-available-tp6274382p6276285.html"
target="_blank">http://osgeo-org.1803224.n2.nabble.com/MS4W-Users-MapServer-6-0-0-beta6-upgrade-package-available-tp6274382p6276285.html</a><br>
Sent from the ms4w-users mailing list archive at
Nabble.com.<br>
_______________________________________________<br>
MS4W-Users mailing list<br>
<a moz-do-not-send="true"
href="mailto:MS4W-Users@lists.maptools.org"
target="_blank">MS4W-Users@lists.maptools.org</a><br>
<a moz-do-not-send="true"
href="http://lists.maptools.org/mailman/listinfo/ms4w-users"
target="_blank">http://lists.maptools.org/mailman/listinfo/ms4w-users</a><br>
<br>
</blockquote>
<br>
</div>
</div>
</blockquote>
</div>
<br>
</blockquote>
</body>
</html>