Relative Content

Tag Archive for openedgeprogress-4gl

How to monitor memory usage? – Progress 4GL

I have defined 5 temp-tables with multiple indexes (Necessary). Each time I execute a program; a proper cleanup is happening before and after the completion of the program. On running the program, I am getting system memory violation error message and come to know that defined 5 temp-tables structure is not enough to store in entries given in -Bt start up parameter.

Client choose pasoe agent to connect

Is it possible that the client can choose the apllication server (PASOE) agent to connect?
I want to hold data for specific groups of clients to reduce db requests.

PROGRESS 4GL – Is it possible to check table fields affecting during assignment?

I have a custom table which has no trigger events for write. I could sense some of the data often modified from particular fields but not sure what is the exact fields in table. Is there way to track or check the table fields affecting during assignment? I understand protop can give us some info but I would like to have a small query which helps to identify fields. Thanks in advance

Compiler choose primary unique index – PROGRESS 4GL

From below query I have given all the components for index vdmod_idx1. But when I checked XREF, I can see the compiler choose vdlist since it is primary unique. May I know why it is behaving like this. I would like to know what’s happening here