cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transaction running infinitely

Former Member
0 Kudos
449

Hi Forum,

I wrote a transaction which takes a control recipe and LOIPRO files as input and builds a production schedule. This transaction is going into an infinite loop when the input size is large (say file size around 2MB) .

The last action in the transaction is a write file. Even after the file is created, transaction is not getting terminated/finished. When the input size is less (say file size around 300KB) , it is working fine. I dont think there are any infinite loops in the transaction.

While i am editing (some times when it is loaded )this transaction , there are some temporary files created in the same "Transactions" folder. Why this is happening and is this the problem with xMII or this specific transaction ?

Can we rely this on transaction as this is the core of our application ?

Mike.

View Entire Topic
Former Member
0 Kudos

Are you sure its infinte , maybe its just taking a bit longer when processing a larger XML file.