Ticket #387 ( Closed )

Short Description Screen Transition: Http Thread: ERROR
Entered By: adaniel When: 1999-09-22 10:20:04 Build: 2.0.5A GA
Categories Type: Question   Department: Product   Category: Not Categorized
Description
The error details are:
   In script pactlogin.skipscreenslogin, current
   screen=pactlogin.loginscreen, User=155.2.112.127,
   readyState=IgnoreEmptyWrites

Is this Screensurfer or a problem from the 3270????
Append By: WindSurfer  When: 1999-09-23 00:02:40  New Status: Pending Customer
Comment This represents a timeout during a screen transition.

This can be caused by a host 3270 write which doesn't change anything on the screen, or by a host write to complete a screen which takes longer than the active timeout value.

The screen.timeout value defaults to 20 seconds (20000 milliseconds) and can be increased if in fact you have a very long pause from the mainframe.

It could be that the ignoreemptywrites setting is getting you, as in a "non-update" from the host, this can cause this. To override, look into using the TEREADYWHEN tag to control the screen transition where this occurs. You can see which transition this is by viewing the trace file in the DevCenter.

Append By: adaniel  When: 1999-09-23 09:22:37  New Status: Closed
Comment Thank you very much.