Identifying Insert Errors in PeopleCode
Hi all,
I have an Application Engine in PeopleSoft(PeopleTools 8.53, PeopleSoft FSCM 9.1) that uses the Insert() method in PeopleCode to insert data into a SQL table.
For some reason, the data does not seem to be getting inserted. Is there anyway that I can find from trace files, if the Insert SQL had failed or a commit had been issued or a rollback?
This is the current level of trace that I have on the Application Engine: -TRACE 391 -TOOLSTRACESQL 15 -TOOLSTRACEPC 1996
Any pointers would be highly appreciated!