VictorRavagnani
IS-IT--Management
Good day,
I'm trying to copy data from the screen (with Attachmate Extra 6.5) from a Session as fast as possible to avoid Server capacity overload using the following:
Problem is that at least 30 records were missing from copy to copy due to common asynchronously host connection.
Don't like to think that have to go back and use WaitHostQuiet("whatever amount of time")
Any solutions to mitigate/diminish this asynchronous effect?
Thank you gentleman!
I'm trying to copy data from the screen (with Attachmate Extra 6.5) from a Session as fast as possible to avoid Server capacity overload using the following:
Code:
Myscreen.SendKeys ("<Enter>")
Myscreen.WaitHostQuiet (0) 'used as time marker to xServerBusy
Myscreen.WaitForCursor 1, 30
Problem is that at least 30 records were missing from copy to copy due to common asynchronously host connection.
Don't like to think that have to go back and use WaitHostQuiet("whatever amount of time")
Any solutions to mitigate/diminish this asynchronous effect?
Thank you gentleman!