Hi,
I did a list applications show detail while it was within the time limit submitted for the application and the status was 'UOW Executing' and once the time limit was reached it changed the status to 'UOW Waiting'..
I did a snapshot for bothe the applications that returned results and the one which failed, below is the main difference,
The application with the result:
UOW log space used (Bytes) = 0
Previous UOW completion timestamp = 01/17/2007 15:51:49.276448
Elapsed time of last completed uow (sec.ms)= 31.055513
UOW start timestamp = 01/17/2007 15:52:18.919463
UOW stop timestamp = 01/17/2007 15:52:49.974976
UOW completion status = Committed - Commit Statement
The one failed :
UOW log space used (Bytes) = 0
Previous UOW completion timestamp = 01/17/2007 16:00:58.152406
Elapsed time of last completed uow (sec.ms)= 0.000000
UOW start timestamp = 01/17/2007 16:01:36.353992
UOW stop timestamp =
UOW completion status =
I see that the UOW does not commited in the second request, but my question is if the same procedure is running from two different systems why one is failing..