Kbase P56682: Saving of the opened file with a different name in the AppBuilder with REMOTE mode hangs using Websp
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/18/2004 |
|
Status: Verified
FACT(s) (Environment):
WebSpeed 3.1D
FACT(s) (Environment):
Windows 2003
FACT(s) (Environment):
IIS 6.0
SYMPTOM(s):
Windows Server 2003 Standard Edition
Saving of the opened file with a different name in the AppBuilder with REMOTE mode hangs using Webspeed
If saved an error comes up stating "An error occurred in the web server and will be displayed in your web browser"
Clicking OK on the button causes a blank browser page to show-up and a popup window comes up with a question as usual stating if want to compile.
Clicking Yes to compile gives the following errors:
<file_name> could not be compiled for the following reason:
The following errors occurred on the Webspeed agent.
Unable to understand statement ?. (3583)
** Could not understand line 1. (196)
Opening the same file again, a blank file contains only a question (?) mark is
apparent.
If at the first error (An error occurred in the web server and will be displayed in your web browser) the OK button was not clicked, a temporary file with Pxxxxws.tmp (where x is a numeric value) can be seen in the Webspeed working
directory. This file contains the following:
<h1> Bad Request </h1>
Can not downgrade to Windows 2000
CAUSE:
Bug# 20030819-051
CAUSE:
In the post_data routine, the length of CHR(10) is used as the new line character
when generating the header for the POST command. IIS 6 does not like that, therefore, it is required to send CHR(13) + CHR(10) as the new line characters.
FIX:
Use the LOCAL mode in the AppBuilder.