id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
3882,tileindex path issues,keithmoss,sdlime,"This is with MapServer 6.

We have:

SHAPEPATH ""\\\Nas-13\nas-13\data\photo""
TILEINDEX ""index_test""
DATA """"

and the entries in the tileindex are like \\Nas-13\nas-13\data\photo\n_0p2m_aerial_photography\Middleton_Beach_Mar_2007_Mosaic_ll.ecw

But MapServer is throwing out ""Unable to open a > single tile to use as a template."" and ""Unable to access file"" errors. ProcMon shows that it's really looking for a path like:

\\Nas-13\nas-13\data\photo\n_0p2m_aerial_photography\Middleton_Beach_Mar_2007_Mosaic_ll.ecw\.shp

Which is fine except for the \.shp on the end.

Tried removing DATA """" and MapServer then looks for:

\\Nas-13\nas-13\data\photo\n_0p2m_aerial_photography\Middleton_Beach_Mar_2007_Mosaic_ll.shp

Where it's replaced the .ecw extension with .shp.

Have also tried having relative paths in the tileindex shapefile, but the outcome is always one of the above.

Any insights? We've been beating our heads against it a fair bit now :)",defect,closed,normal,,MapServer C Library,unspecified,critical,invalid,tileindex,
