Kbase P164025: Getting CGI application misbehaved error running Webspeed application when logical name is not used
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/04/2010 |
|
Status: Unverified
SYMPTOM(s):
Getting CGI application misbehaved error running Webspeed application when logical name is not used on the database connection parameter
CGI error:
The specified CGI application misbehaved by not returning a complete set of http headers.
FACT(s) (Environment):
No errors in WebSpeed broker and server log files
Migrating WebSpeed V2 application to OE10.2x
Compilation of the application did not produce any errors
OpenEdge 10.x
WebSpeed 3.1x
All Supported Operating Systems
CAUSE:
WebSpeed V2 Application was coded to check the database connection using the logical name co on the Application. But on the OE10.2x data webspeed agent's Database connection was missing -ld parameter with the same logical name.
FIX:
Add the -ld parameter with correct logical name on the webspeed agent's connection parameter, and restart the broker. Recompile the Application again.