Consultor Eletrônico



Kbase P37470: 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   17/11/2004
Status: Verified

FACT(s) (Environment):

WebSpeed 3.1D
Windows 2003
IIS 6.0

SYMPTOM(s):

Windows Server 2003 Standard Edition

WebSpeed hangs when saving an opened file with a different name in the AppBuilder

AppBuilder is in REMOTE mode

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.

Saving files with WebSpeed remote development is missing all content

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:

Install 9.1D08 or later or upgrade to OpenEdge 10.0A

To workaround the problem in your current version:
Use the LOCAL mode in the AppBuilder.