Table I/O Update : in Std. JDE-OW Applications

MAnderson

Member
Hi,

I am modifying some JDE-OW applications for Sales/Procurement modules. The
backend for this OW is AS/400. I am trying to update a file using table
I/O,during the run of the applications (Interactive as well as Batch).
Perhaps the problem I am facing is more to do with the hand-shake time
between OW and AS/400. While updating the records (since hand-shake time
between OW and AS/400 is few seconds I suppose) the application does not
update the record properly since AS/400 file is still showing the previous
value at the time of update.
To over come this I applied a counter with initial value 1000000 and put it
in a loop with a -1 decrement. This loop was employed in the Interactive
application, just before the Table I/O Update operation to the file. It
seems when the load on the server is less this code works but otherwise it
does not. And this code is not working for the Batch application.

Has anyone a better and a reliable solution?

Rgds,
Shri

http://www.patni.com
World-Wide Partnerships. World-Class Solutions.
 
Back
Top