Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error in screen scraping

Status
Not open for further replies.

sqlProg

Programmer
Jan 6, 2004
3
US
I am using Host Integration Server 2006 to do
some screen scraping of an old mainframe application. I am seeing a number of errors that read:
"The 3270 session is busy. The Receive () method should be called to
determine when input is allowed and this method can be retried."

Below is my code
sd.SendKey(SessionDisplayKeys.Clear);
sd.WaitForSession(SessionDisplayWaitType.Active, 10000 ); // I get the error right here

Can anyone tell me any workaround for this.

I dont know how to proceed from here

Any help will be greatly apprecaited.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top