<div dir="ltr">You'll want to make sure that the account running the PostgreSQL service has access to <span style="font-family:arial,sans-serif;font-size:13px">C:\Users\user\Desktop\.</span><div><span style="font-family:arial,sans-serif;font-size:13px"><br>

</span></div><div><span style="font-family:arial,sans-serif;font-size:13px">-bborie</span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Oct 8, 2013 at 3:55 AM, irina.coviello <span dir="ltr"><<a href="mailto:irina.coviello@imaa.cnr.it" target="_blank">irina.coviello@imaa.cnr.it</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear all,<br>
<br>
this is my first post and I hope someone can help me.<br>
I cannot access to the information stored in raster mode out-db.<br>
Rasters are of the type : generic binary + envi hdr file.<br>
I've run the following command:<br>
<br>
raster2pgsql -R "C:\Users\user\Desktop\1KM*_?? public.tmp | psql -U postgres -d gisdb_2.1<br>
<br>
so, I specify the absolute full path of the file.<br>
But for example, when I run the query:<br>
<br>
SELECT ST_Value( rast , 1, 937, 646)<br>
tmp from where rid = 1 ;<br>
<br>
or<br>
<br>
SELECT St_SummaryStats(rast)<br>
from tmp where rid=1;<br>
<br>
<br>
the error message is as follows:<br>
ERROR : rt_band_load_offline_data : Can not open raster offline: C:\Users\user\Desktop\1KM_2006_01_16_094500_ch31_T_TB<br>
<br>
<br>
If I run the query:<br>
<br>
select st_width (rast) , st_height (rast)<br>
tmp from where rid = 1 ;<br>
<br>
I get the right information, so I think the metadata are stored correctly.<br>
<br>
I haven't problem if the same raster file is stored in mode in-db.<br>
<br>
The work environment is:<br>
<br>
" POSTGIS =" 2.1.0 r11822 " GEOS =" 3.4.2 - CAPI - 1.8.2 r0 " PROJ =" Rel 4.8.0 , March 6, 2012 " = GDAL " GDAL 1.10.0 , released 24/04/2013 " libxml =" 2.7.8 " LIBJSON =" UNKNOWN " RASTER "<br>


<br>
and Windows 7 Professional 64 -bit and Postgres 9.2<br>
<br>
<br>
<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
</blockquote></div><br></div>