Hello,I want to copy a raster from raster catalog in oracle 11 to raster catalog in ms sql server 2008 (express edition) using "sderaster -o copy" command:
sderaster -o copy -l GIS_RASTRY_PDKL.GIS_R_SAT,raster -i sde:sqlserver:kom396\sqlexpress -u GIS_RASTRY_PDKL -p passwd -D ewista_gis -f "-l GIS_RASTRY_PDKL.GIS_R_SAT,raster -i sde:oracle11g -u GIS_RASTRY_PDKL -p passwd@KOM504_ORCL2 -W objectid=657"
This command gives me following output:
Warning: Image name will be truncated.
-l GIS_RASTRY_PDKL.GIS_R_SAT,raster -i sde:oracle11g -u GIS_RASTRY_PDKL -p ... -W objectid=657:
Connecting to datasource sde:oracle11g, as user GIS_RASTRY_PDKL
ArcSDE 9.3.1 for Oracle11g Build 2784 Tue Oct 27 10:51:14 2009
----------------------------------------------------------------
Image Dimension..............: 562, 365, 3
Pixel Type...................: uchar
Connecting to datasource sde:sqlserver:kom396\sqlexpress, as user GIS_RASTRY_PDKL
Error: SE_connection_create (-324)
Server library could not be loaded
Incomplete...
or
Warning: Image name will be truncated.
-l GIS_RASTRY_PDKL.GIS_R_SAT,raster -i sde:oracle11g -u GIS_RASTRY_PDKL -p ... -
W objectid=657:
Connecting to datasource sde:oracle11g, as user GIS_RASTRY_PDKL
Error: SE_instance_status (-324)
Server library could not be loaded
Incomplete...
(depends on which sderaster command I use - for oracle or for sqlserver).Copying between to oracle instances works just fine. Databases are installed on different computers.Is it ever possible to copy rasters beetwen two different databases using "sderaster -o copy"? If so, what am I doing wrong? Thanks in advance.