Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Thread losing transactions › Reply To: Thread losing transactions
Otherwise, are you using msgcreate within any of the TPS procedures of the thread? If so make sure you include the -recover flag to ensure the message uses RDB.
How about grmencode? Grmencode does not enable the RDB flag when it creates a message. After you create a message using grmencode you typically need to copy the message contents back to the original message handle to keep the RDB settings, or create another message using msgcreate -recover, then destroy the message created by grmencode.
Jonathan