Kbase P121594: ABL WebServices client crashes when using TABLE-HANDLE as INPUT parameter
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/11/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1x
Windows XP
SYMPTOM(s):
ABL WebServices client crashes when using TABLE-HANDLE as INPUT parameter
prowin32.exe crashes with Exception
Exception code: C0000005 ACCESS_VIOLATION
Fault address: 00D9D2B8 01:000FC2B8 vsapi.dll
ABL code: RUN wscall IN hws (INPUT aName, INPUT aMethodNameSpace, INPUT TABLE ttin, INPUT-OUTPUT TABLE ttout, INPUT TABLE-HANDLE lvhNull, OUTPUT TABLE-HANDLE lvhNull, OUTPUT lvcErrorMessage).
CAUSE:
This is a known issue being investigated by Development
FIX:
Use TABLE instead of TABLE-HANDLE as output parameter