Hi Sashi,

I think you are confusing DdlUtils with DbUtils. There is no 1.3
version of DdlUtils, the trunk version is 1.1 at the moment.

As for the error you're seeing, if it says that there are 8 rows not
written because of missing referenced rows, that means that you have a
foreign key relationship between the table of those 8 rows and some
other table, and these 8 rows reference rows in that other table that
are not included in the data file.
If you set the verbosity attribute of the ant task to debug, then
DdlUtils should print out whenever it defers insertion of a row
because its foreign key dependency is not satisfied.

Tom

On Wed, Jan 20, 2010 at 10:13, Sashikanth Maddali
<sashikan...@warnerpacific.com> wrote:
> Hi
>
>
>
> I'm a newbie to dbltutils. I was using version 1.0 jar to copy data to MS
> SQL database. While executing my scripts I'm getting
> org.apache.ddlutils.io.DataSinkException: There are 8 rows still not written
> because of missing referenced rows exception. I heard that newer version
> DBUtils 1.3 version has a fix for this issue. Is that true? How can I check
> out 1.3 source files so that I can test JAR'ing version 1.3. I have access
> to trunk only.
>
>
>
> Thanks
>
> Sashi
>
> Confidentiality and HIPAA/GLBA Statement:  This email, together with any 
> attachments, is intended only for the use of the individual or entity to 
> which it is addressed.
> It may contain information which is confidential or prohibited from any 
> disclosure under the HIPAA Privacy Rule, Cal-GLBA or other federal or state 
> laws.
> If you are not the intended recipient, you are hereby notified that any 
> dissemination or copying of this message or attachment is strictly prohibited.
> If you have received this email in error, please notify the original sender 
> and delete this email and any attachments.  Thank you.
>

Reply via email to