-3102: Invalid subtrans structure 

Explanation:

In a DB procedure, more or less subtransactions were dynamically opened than closed. The subtransactions opened but not closed until the end of the DB procedure were rolled back.

User Action:

Check which error in the DB procedure generated such nesting of subtransactions. Correct the database procedure accordingly.