[MarkLogic Dev General] XQSync OUTPUT_PATH and OUTPUT_PACKAGE
Patrick Force
patrickf at arc90.com
Mon Jul 30 11:06:35 PDT 2007
I'm having some trouble here. It appears to be creating the output path
folder and output package, but they're empty. here's one example of a call
I'm making via command line. I've run it on both OS X and Windows producing
the same result:
java -Dfile.encoding=UTF-8 -cp
C:\lib\xqsync.jar;C:\lib\xcc.jar;C:\lib\xstream.jar;C:\lib\xpp3.jar
-DINPUT_CONNECTION_STRING=xcc://username:password@arc90-db-01:8011
-DINPUT_QUERY="for $i in xdmp:directory('/carriers/') return
xdmp:node-uri($i)" -DOUTPUT_PATH=C:\mlbackuptest
com.marklogic.ps.xqsync.XQSync
I've tried variations on the OUTPUT_PATH like just 'mlbackuptest' and
'C:/mlbackuptest' etc.
Also, I've verified via the system out messages, that results are/should be
coming back:
INFO: queued 5662 items
Jul 30, 2007 1:51:24 PM com.marklogic.ps.xqsync.Monitor monitor
INFO: processed item 4137 of 5662 as /carriers/87039H_2.xml
Jul 30, 2007 1:51:37 PM com.marklogic.ps.xqsync.Monitor run
INFO: loaded 5662 records ok
Jul 30, 2007 1:51:37 PM com.marklogic.ps.xqsync.XQSyncManager run
INFO: exiting
Jul 30, 2007 1:51:37 PM com.marklogic.ps.xqsync.XQSync main
INFO: completed 5662 in 51360 ms
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://xqzone.marklogic.com/pipermail/general/attachments/20070730/be828e07/attachment.html
More information about the General
mailing list