Exporting Results using XML to specify the command line

mfermanmferman Posts: 3
Hi

I am trying to calling the attached XML via command line. I keep getting the following error : The export directory does not exist. The directory definitely exists is my syntax ok?

<?xml version="1.0"?>
<!-- edited with XML Spy v4.0 U (http://www.xmlspy.com) by mferman (Co Funds Limited) -->
<commandline>
<database1>DatahubR3Dev</database1>
<database2>FrontEndR3Dev</database2>
<server1>CHDSQL02</server1>
<server2>LNDSQL01\LNDSQL01_SQL2005</server2>
<verbose/>
<include>Table:\[DH_Account\]</include>
<export>"C:\Temp"</export>
<IgnoreIdentical/>
</commandline>

Comments

Sign In or Register to comment.