Kbase P80503: Calling 4GL from .Net client causes AppServer to hang
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/3/2004 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0A
SYMPTOM(s):
Calling 4GL program on AppServer from .Net client using Open Client Toolkit
AppServer hangs during the call
No messages or error information in any log file
CAUSE:
The .Net client was passing a DataSet to the 4GL and one of the tables in the DataSet was named 'Table'. This is a keyword in the 4GL and unfortunately the AppServer hung rather than generating an error.
FIX:
Modify the name of the table within the DataSet on the .Net client.