Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

batch entry 0 INSERT STATEMENT error

I am trying to load data from load.xlsx file to a table in postgres load table. It shows that it is insert all rows and at last i get an error : batch entry 0 INSERT INTO "cons"."load"("id", "name", ...., "active") VAUES (1, 'srujan', ....'Y') was aborted. Call getNextException to see the cause.
I tried to debug the issue, but i could not find out what the issue was.  
Labels (2)
2 Replies
TRF
Creator III
Creator III

What if you try the same insert without TOS (using SQL)?
Anonymous
Not applicable
Author

I need to handle null checks and data format conversions using routines within tMap. I use to do this before and it worked fine. Recently this is showing such kind of exception for which i am unable to back track/trace.