Ticket #756 ( Pending IE )

Short Description Slow speed of the application:
Entered By: mmwebesa@totsol.net When: 2001-05-08 13:14:05 Build: 3.0G
Categories Type: Question   Department: Product   Category: Not Categorized
Description
Hello there:

When using the production version of screensurfer it takes 
a long time before the data required form the mainframe 
screens I am accessing is displayed through a ".asp" 
webpage.

When I looked at the trace file output I noticed the msglog 
below every after a screen transition.  And according to 
the time column it had taken about 20 seconds from the 
previous screen to this error message.  Could you tell me 
what could be causing this error to occur and what does it 
mean.

"Error: Screen Transition: Http Thread (In script 
wcsa_get_trans.caselogts2_get_trans, current 
screen=global.default, User=176.10.117.96, 
ReadyState=IgnoreEmptyWrites)\n"

Thanks.
Append By: "Hello....Newman"  When: 2001-05-08 13:47:37  New Status: Pending Customer
Comment
Martin

It seems that the error is occuring because the entry 
screen is staying on the same screen and not progressing 
forward.

A simple solution to this is to account for an Attention 
field in your screen.

In the Screen Object Wizard bring up the screen that is 
causing the error and identify the row/col area of your 
screen that omits an error, I believe for your organization 
it is located in the lower left.  You might have 
already "swiped" this area and have declared it as a data 
field.  Change it over to an Attention field in the Editor 
frame, regenerate and test again. 
Append By: mmwebesa@totsol.net  When: 2001-05-10 14:37:03  New Status: Pending IE
Comment
I did not use the Screen Object Wizard  to create the .stml 
files.  I coded it.  What do I do in this case?
Append By: "Hello....Newman"  When: 2001-05-10 14:53:05  New Status: Pending Customer
Comment
Can you send us the template you are working on.

Thank you

send it to surfer@ie.com
Append By: mmwebesa@totsol.net  When: 2001-05-10 14:57:20  New Status: Pending IE
Comment
I have just sent it to you.

Thanks for your assistance.
Append By: "Hello....Newman"  When: 2001-05-10 15:19:47  New Status: Pending Customer
Comment
Martin

Just got it.  I will go through it and get back to you.

Thanks!
Append By: mmwebesa@totsol.net  When: 2001-05-10 15:22:39  New Status: Pending IE
Comment
Thanks again Newman.

I appreciate it.
Append By: WindSurfer  When: 2001-05-10 22:27:50  New Status: Pending Customer
Comment
Looking at the code, there is a chance that your host is 
writing the screens a bit funny, with an unlock at the 
end...if so, the following in-front of your TEACTION ENTER 
may fix the problem:

<TEReadyWhen UseEmptyWrites>

If you can run in diagnostic mode and send us the 
\screensurfer\hostserver\surfdiag.log file which has at its 
end this error (send it right after the test), then we can 
look and verify why the screen transition isn't working 
correctly.
Append By: mmwebesa@totsol.net  When: 2001-05-11 09:10:56  New Status: Pending IE
Comment
THAT WORKED!!!!  THANK-YOU SO MUCH!!!!!