
** UPDATE: This issue we were having was resolved. It was related to another SP failing we found, not related to the log file after all.
- - - -
Is there anything in the ZNodeLogging class that would cause an open TransactionManager transaction to close?
This started happening to us in the ZNodeCheckout.SubmitOrder() class all of a sudden today. The strange thing is that we haven't touched the code, and it has been working great up until now.
Even though we have been making various code changes, I'm having trouble figuring out how simpy calling the ZNodeLogging constructor or the LogActivityTimerStart() method could possibly close an open database transaction. It just logs to a text file right?
Any insight as to why this may be happening?
Thanks.