Error persisting object

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
robv
Posts: 25
Joined: Fri Jun 20, 2008 8:21 am

Error persisting object

Post by robv »

Hi

I get this error when trying to run a process on a key object in my application.

InternalError. Error persisting Business object VenusInterface data truncation.

How do I recover from this? and any ideas as to why it may have happened?

Thanks
robv
Posts: 25
Joined: Fri Jun 20, 2008 8:21 am

Post by robv »

btw - the table is healthy - checked in the database, so it does not appear to be a database corruption problem.
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

This is usually caused by the insufficient length of the text attribute. For example, if you configure an attribute with length = 20 and the actual length of data that you import is greater than 20, it will cause the truncation error. You need to increase the length of the text attribute.
Aware IM Support Team
Post Reply