Project

General

Profile

session exiting with dirty objects..need help to resolve this.

Added by Rathnadhar K V almost 5 years ago

Namaskara,

After executing my program that inserts about 11,000 records to MySql database, I get this warning message:

Warning: Wt::Dbo::Session exiting with 348 dirty objects.

What does the above warning meaning? (does that mean 348 objects were not inserted into database?).

How to resolve the above warning...?

I cannot afford to miss even a single insertion (data loss).

Kindly update me as to how to fix the issue.

Regards

Rathnadhar K V


Replies (1)

RE: session exiting with dirty objects..need help to resolve this. - Added by Koen Deforche almost 5 years ago

That must be caused by an upstream error (exception) which caused a rollback, or a pointer (memory issue)...

    (1-1/1)