The root emelent is missing

jrowlandjrowland Posts: 9
edited May 2, 2007 12:18PM in SQL Compare Previous Versions
I'm trying to synchronize table's structure only from an explicit list with an argfile, but I get this error: The root element is missing.

What am I missing here?

The contents of the argfile are:
<?xml version="1.0"?>
<commandline>
<database1>DB1</database1>
<server1>Server1</server1>
<database2>DB1</database2>
<server2>Server2</server2>
<exclude>All</exclude>
<include>Table:\[ACCOUNT\]</include>
<include>Table:\[ACCOUNT_INCREASE\]</include>
<include>Table:\[ACCOUNT_STATUS\]</include>
<include>Table:\[ACCOUNT_STATUS_HISTORY\]</include>
<include>Table:\[ACCOUNT_TRACKING\]</include>
<include>Table:\[accountAttribute\]</include>
<include>Table:\[AccountEquifaxCode\]</include>
<include>Table:\[AccountStateChargeoff\]</include>
<includeIdentical>false</includeIdentical>
<options>if, ip, iw, ib, iq, ie, ift, ic, icm,
ii, ik, ich, it, iit, ifg, isi, iwn,
icn, ist, iqen, icc, ito, iu, kup,
iweo, iilp, irpt, iip
</options>
</synchronize>
</commandline>

Comments

Sign In or Register to comment.