Consultor Eletrônico



Kbase P24774: error 9220 when try to make shared r-code library
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

SYMPTOM(s):

Error 9220 when try to make shared r-code.

Not enough memory for signature of <proc-name>. (9220)

The problem appear with some version 8 r-files.

CAUSE:

Prolib -makeshared failed to add the specified <proc-name> to the memory-mapped procedure library. There was not enough memory to hold the r-code header's signature.

Each r-code file contains an object header and segment location table followed by the actual r-code segments. The object header is a fixed-length descriptor that identifies the file as an r-code and contains information about the version and size of the r-code file.

Seems that version 8 r-files cannot be handled using -makeshared in Progress 9.

FIX:

Remove the old version 8 r-files to fix the problem.