I really like to have the data to a remote storage unit, mapped to
drive letter Q.
I did a new installation chanching build.properties
#IMAGE FILE LOCATION (FOR USE WITH THE xnat TEMPLATE)
#Location where image data will be stored.
# eg. /tmp/ARCHIVE
xdat.archive.location=Q:/XNAT/ARCHIVE
#Location where image data may be stored temporarily before it is
stored into the archive.
# eg. /tmp/PREARCHIVE
xdat.prearchive.location=Q:/XNAT/PREARCHIVE
#Location where cached image data should be stored
# eg. /tmp/CACHE
xdat.cache.location=Q:/XNAT/CACHE
#Location for ftp data
xdat.ftp.location=Q:/XNAT/FTP
#Location for build data.
xdat.build.location=Q:/XNAT/BUILD
#Location of pipeline.
#If you have pipeline installed outside of xnat, un-comment this
property to set it automatically.
#xdat.pipeline.location=/Library/XNAT/PIPELINE
But when I upload images, it not find the directory:
Extraction / Review summary:
Importing file (xnat.zip)
mkdir Q:\XNAT\CACHE\2\uploads\2\20120523_174639956
Uploading to Q:\XNAT\CACHE\2\uploads\2\20120523_174639956\xnat.zip ...
Q:\XNAT\CACHE\2\uploads\2\20120523_174639956\xnat.zip (El sistema no
puede encontrar la ruta especificada)
I have installed xnat, tomcat and postgres in C, the only thing is
that I modified the build.properties to the address Q :/XNAT /
PREARCHIVE
I also tried writting the IP address in the build.properties like
/ /
192.168.1.5/posproceso/XNAT/PREARCHIVE
but I get error.
In both cases,I changed the directions in XNAT in Default Settings in
File System Configuration and I wrote the same I put in
build.properties, but it does not work.
Thank's a lot.