On Sep 8, 2009, at 3:24 AM, open.pumpkin wrote:
Line #20 is : srcNode="Dev_WKN_Node" destNode="Local_WKN_Node" />
Connections to databases are correct (if I stop one DB, I receive a
Connection refused exception). Node names are correct. But I'm not
familiar
with ant.
Can you enlighten me?
Try running ant with -v flag: "ant -v". It should print the stack trace.
Now some general questions :
When using the ant method to export DB data, ID's are kept identical
in
different DB's ? Or, if they change, the foreign keys are
automatically
mapped with new ID's ? If not, then this method does not interest me.
The ids are preserved.
Andrus