Consultor Eletrônico



Kbase P170210: OpenEdge client dies while attempting to create temp-table.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/20/2010
Status: Unverified

SYMPTOM(s):

OpenEdge client dies while attempting to create temp-table.

Protrace contains the following last few function calls:
stlnk
stgetbk
st_rentd
st_rent
scget_ttblfild

CAUSE:

There may be a lack disk space, file descriptors or RAM on the system where the client has its temporary files.

FIX:

Consider using the -T startup parameter if space availibility is limited in the normal working directory for the Progress / OpenEdge client.

Increase the number of files descriptors available to the process using ulimit, modifying the OS kernel, or both if necessary when file descriptors are in short supply.

Increase the amount of RAM (or cease using non-critical jobs on the system) if it is determined that the limiter is the availability of RAM.