Kbase P145943: "Resource String" error when calling a procedure from .NET Open Client
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/05/2009 |
|
Status: Unverified
SYMPTOM(s):
"Resource String" error when calling a procedure from .NET Open Client
Resource String ID: 7238
A parameter data type in the the proxy mismatches the data type in the 4GL procedure. Please regenerate the proxy. (7238)
FACT(s) (Environment):
The AppServer code is executed without any error
There is no error in the AppServer log file
No error appears in the .NET tracing file
OpenEdge 10.1x
Windows
CAUSE:
This occurs when the data type of the output parameter returned from the AppServer does not match the data type of the proxy. The appserver will have correctly executed the procedure, it is the .NET client that having trouble with the output parameter.
FIX:
Regenerate the .NET proxy with the Proxy Generator and add it again in the .NET project.