Consultor Eletrônico



Kbase P122286: The _connect VST table include entries with null values?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/02/2007
Status: Unverified

SYMPTOM(s):

The _connect VST table include entries with null values?

The _connect table has many more entries than just the connected users.

There are lots of blank (with question marks) records in the _connect table.

CAUSE:

The _connect records are tied to the internal user control structures, the number of which is determined in part by the -n startup parameter. So, when you display the _connect records, you get one for each possible connection. Only for active connections will you see
actual values in the record.

FIX:

To resolve this problem filter the records similar to Promon with the following code:

for each _connect WHERE _connect-type <> ? :
display _connect-time _connect-usr _connect-name _connect-type.