Doesn't synch data from commandline
Aline
Posts: 18
Hi
I'd like to generate a synch script for schema and data with packager commandline tool. I use an XML-File for parameters and options
Although I declare a specific TableName with:
<includedata>Table:test03</includedata>.
The insert statement is scripted only, if the table does not exist in the db for update. If it already exists, there's no data update.
If I try it with the GUI-Tool it works fine.
What might I have made wrong?
Thanks for your help
Aline
I'd like to generate a synch script for schema and data with packager commandline tool. I use an XML-File for parameters and options
Although I declare a specific TableName with:
<includedata>Table:test03</includedata>.
The insert statement is scripted only, if the table does not exist in the db for update. If it already exists, there's no data update.
If I try it with the GUI-Tool it works fine.
What might I have made wrong?
Thanks for your help
Aline
Comments
<options>f,if,iw,ib,ift,ic,isi,t,ut,tclr,ddltd,oc</options>
I need the option
eid: IncludeIdentities
(Includes identity columns in the comparison. You cannot synchronize a view if it includes an identity column.)