Consultor Eletrônico



Kbase P49260: Error MCH0601 with Native 4GL client
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/01/2005
Status: Unverified

FACT(s) (Environment):

OS/400 V4R4
OS/400 V4R5
OS/400 V5R1
OS/400 V5R2

SYMPTOM(s):

Error MCH0601 with Native 4GL client

The issue occurs when the Buffer Size for Temporary Tables (-Bt) parameter is set to more than 4000

The problem seems to appear randomly

Space offset &2 or teraspace offset &9 is outside current limit for object &1.

Space offset X'00A09037' or teraspace offset X'0000000000000000' is outside current limit for object EOPDAILY CHRISP 811615.

CAUSE:

None of the modules that build up the Native 4GL client program are enabled to handle addressing of storage allocated from teraspace. So, anytime the program tries to use teraspace addressing (outside 16MB limit) it fails with error MCH0601

FIX:

Decrease the memory "consuming" parameters to allocate main storage space within 16MB boundaries. In this particular case decrease -Bt to 4000 or lower.