Consultor Eletrônico



Kbase 15608: Busy PROUTIL Returns Errno 2 in Mulit-user Mode
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/6/2004
Status: Unverified

FACT(s) (Environment):

Progress 6.x
Progress 7.x

SYMPTOM(s):

The Progress PROUTIL utility returning Errno 2 message as it exits a busy, multi-user database

Happens on systems that do not have an /etc/hosts file

The HOSTNAME environment variable is NOT set up.

FIX:

Set the HOSTNAME environment variable on the system before starting the database broker as in the following example:

$ HOSTNAME=myhost;export HOSTNAME
$ proserve sports

17:32:27 SRV 0: Multi-user session begin. (333)
$ proutil sports -C busy
PROGRESS Version 7.3C01 as of Tue Oct 3 12:55:01 EDT 1995

** The database sports is in use in multi-user mode. (276)
$ echo $?
6