Consultor Eletrônico



Kbase 19241: OPEN CLIENT: Misleading Error 7264 When Validating Proxy
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/30/2008
Status: Unverified

SYMPTOM(s):

The r-code for this procedure contains invalid prototype information. (7264)

Cannot generate proxy for this AppObject object because it is too large. Move some of your procedures into SubAppObjects and try again. (7305)

Validating a proxy using ProxyGen

FACT(s) (Environment):

Progress 9.x

CAUSE:

If there are a very large number of procedures chosen for one AppObject, ProxyGen runs out of memory during the generate process.

FIX:

Create one or more SubAppObjects and move some of the procedures into those. This does not affect the functionality of your AppObject at all. It simply requires the client to perform the extra step of creating the SubAppObject(s) before these .p's can be run.
or
Increase the value of the -Xmx in the $DLC\bin\bproxygen.bat