Kbase P106189: Error 1410 occurs when passing ProDataSets as parameters
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/09/2006 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0x
SYMPTOM(s):
Passing multiple ProDataSets as parameter in the same procedure call
Mixing By-VALUE and BY-REFERENCE passing
BY-VALUE parameters are after first BY-REFERENCE parameter
Error code -20011 returned from fdfnd. (1410)
Error code <number> returned from fdfnd. (1410)
CAUSE:
Bug# 20050707-011
FIX:
Upgrade to OpenEdge 10.1A or later.
Workaround:
Make sure that any parameters that are expected to be passed BY-REFERENCE are defined after the by-value parameters