Thanks for the suggestion, but I ran across that ticket earlier and setting 
TEMPPATH didn't address my problem. It does direct the temporary files to the 
desired location I still see:

  <ServiceException code="NoApplicableCode" locator="mapserv">
msOGRWriteFromQuery(): General error message. Failed to open result file 
&#39;/Library/WebServer/Documents/output/4edbd893_e3b_0/result.csv&#39;.
  </ServiceException>
</ServiceExceptionReport>

in my output file.

--john


On Dec 4, 2011, at 10:06 AM, Rahkonen Jukka wrote:

> Hi,
> 
> Part of the problem can be solved by setting TEMPPATH at MAP - WEB level.  
> See http://trac.osgeo.org/mapserver/ticket/3354 and recent 
> http://trac.osgeo.org/mapserver/ticket/4103.  That makes Mapserver to use the 
> desired directory as a target for the temporary stuff.  However, there seems 
> still be something that fails at least for me.
> 
> Could you try to add TEMPPATH to your mapfile and see if you still get the 
> same error?
> 
> -Jukka-
> ________________________________________
> John Cartwright wrote:
> 
>> This sounds like the same trouble I had and filed a ticket 
>> (http://trac.osgeo.org/mapserver/ticket/4085).  I haven't yet found a 
>> workaround.
> 
> --john
> 
> On Dec 4, 2011, at 3:29 AM, Rahkonen Jukka wrote:
> 
>> Hi,
>> 
>> I have troubles with getting the ORG output to work.
>> 
>> I have configured CVS ouput like this
>> OUTPUTFORMAT
>> NAME "CSV"
>> DRIVER "OGR/CSV"
>> MIMETYPE "text/csv"
>> FORMATOPTION "LCO:GEOMETRY=AS_WKT"
>> FORMATOPTION "STORAGE=filesystem"
>> FORMATOPTION "FORM=simple"
>> FORMATOPTION "FILENAME=result.csv"
>> END
>> 
>> I have set TEMPPATH in the MAP/WEB
>> WEB
>>      TEMPPATH "/usr/temp/"
>> 
>> /usr/temp directory has 0777 permissions.  Mapserver can write error.log 
>> file into that directory without troubles.
>> WFS works normally with outputformats GML2 and GML3. However, WFS requests 
>> with CSV outputformat fails and I am getting error messages like this:
>> 
>> msOGRWriteFromQuery(): General error message. Failed to open result file 
>> '/usr/temp/4edb45fd_707c_0/result.csv'.
>> 
>> Error.log file is also listing all the features and all the attributes so 
>> the query itself is successful.
>> I am trying this with Ubuntu server and Mapserver version is 6.0.1.  It is 
>> also odd that I am sure that I did manage to get valid zipped shapefiles out 
>> from this same server a couple of days ago but now all that I am getting 
>> back is empty zipfile. Error.log does not report about any error in this 
>> case.
>> 
>> Any suggestions what to try next or what to do for finding the ultimate 
>> reason for the error?
>> 
>> -Jukka Rahkonen-
>> _______________________________________________
>> mapserver-users mailing list
>> [email protected]
>> http://lists.osgeo.org/mailman/listinfo/mapserver-users
> 

_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to