Datasource XML: how Synchronize from file?
624171Apr 4 2008 — edited Apr 14 2008Hi,
i''ve a XML datasource that it works fine, and i've an interface that move some content of this datasource to an oracle database.
All work fine, but only on the first execution. If i do some changes on XML datasource (in XML File, add or update elements) and execute again the interface, odi doesn't replicate the changes. If i close odi and try again, it replicate the changes.
Then, i read in the user's manual that i should activate "SYNCHRONIZE FORM FILE", it's true? I go to the XML Driver Configuration Documentation, but the only option that he explain is edit some java code to do this (edit the Java code of Driver).
I think (and i hope!) that is possible to do this different, like add a parameter in JDBC Connection URL, or something similar.
Can anyone help me?
PD: if i deploy the interface in a package or in a scenario, i've the same problem.
Thank you!!!