i'm trying to import raster to postgis using this command ;
raster2pgsql -I -C -s 4326 -t 100x100 -M "C:\DATA TRIAL APOLLO\mosaik129_130.ecw" -F public.mosaik129_130 | psql -d apollo_db
but then error message :
ERROR: unable to read raster file: C:\DATA TRIAL APOLLO\mosaik129_130.ecw
and it's requiring a password, even on my windows account, i'm not setting any password.
does anyone have solutions?
raster2pgsql -I -C -s 4326 -t 100x100 -M "C:\DATA TRIAL APOLLO\mosaik129_130.ecw" -F public.mosaik129_130 | psql -d apollo_db -w switch. and it goes :ERROR: unable to read raster file: C:\DATA TRIAL APOLLO\mosaik129_130.ecw psql: fe_sendauth: no password suppliedERROR: unable to read raster file. i also already input the postgresql database password, it's still error like this :psql: FATAL: password authentication failed for user "amal"i already checkpgpass.conf, input the password stated there, and still goes failed. and for windows account, i'm not setting any password.