PDA

View Full Version : Manually failing started transactions


dezer
08-09-2005, 08:02
Hi,

I've got about 800 transactions in started-state that I would like to manually set to failed-state (between two known timestamps), in order for me to be able to resubmit all of them again from the Monitor.

What's the best way of doing this from a service in Developer?

All help is appreciated
Best regards,
Hakan

dezer
08-10-2005, 05:07
Ok then..

I've solved the problem of failing the started transactions.
Now a new problem I would appreciate some help on.

All these transactions were stuck in a step waiting on a ack from another system. After failing them, I can't resubmit them using the "Resubmit All" function in the Monitor interface.

I still need to do this manually because the transactions have to be restarted in earlier process step.

Is there a way of automate this process; building a service that resubmitts a transaction in an earlier step than where i actually failed?

Regards
/Hakan