Consultor Eletrônico



Kbase P162937: ProxyGen does not allow the use of reference-only Temp-Tables or Prodatasets
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/1/2011
Status: Unverified

SYMPTOM(s):

ProxyGen does not allow the use of reference-only Temp-Tables or Prodatasets

When a parameter is a reference-only Temp-Table or Prodataset, the ProxyGen returns the following error:

Reference-only temp-tables and Prodatasets cannot be used as parameters for Open Clients

FACT(s) (Environment):

OpenEdge 10.2B
All Supported Operating Systems

CAUSE:

This is a product limitation that has been implemented in OpenEdge 10.2B. With OpenClients there is no binding for the callee table when the call occurs, so this can cause unexpected errors.

FIX:

For OpenClients (including the Web Services Adapter) use a separate AppServer and a separate procedure which does not use Reference-Only parameters.