Unable to commit transaction.

Service is very simple:

Sequence(main)
try:sequence
Branch on DATA[0]
/+./:SEQUENCE
LOOP over /‘DATA’
pub.art.transaction:startTransaction
TEST.adapter.jdbc:insert_table
pub.art.transaction:commitTransaction
catch:sequence
publ.flow:getLastError

Get error in the log. I found commitTransaction will return null. It is not error, right? Thanks for any reply!

[1234]null
[1233]2010-05-12 12:41:12 CDT [ART.0114.1007E] Adapter Runtime: Error Logged. See Error log for details. Error: [ART.114.303] Adapter Runtime (Transaction): Unable to commit transaction.

make sure you are using the same transaction name parameter at both places, startTransaction and CommitTransaction and it should not return null.

-nD