Consultor Eletrônico



Kbase P112870: sqlexp fails on Redhat 3.0, sometimes
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

FACT(s) (Environment):

RedHat Enterprise Linux 3.0

SYMPTOM(s):

sqlexp -db <db> -S <port> -user <user> [...]

No error, back to the prompt after PROSQL_LOCKWAIT_TIMEOUT

Database broker is started with "proserve" command

Within $DLC/bin/java_env file:
LD_ASSUME_KERNEL=2.4.1
export LD_ASSUME_KERNEL

CAUSE:

Bug# 20050602-001

FIX:

Either
1. upgrade to 9.1E02 or 10.0B03 and remove from $DLC/bin/java_env the setting of LD_ASSUME_KERNEL

or
2. modify the script $DLC/bin/proserve to add "unset LD_ASSUME_KERNEL" prior to the last line, to have:
# at this point ALL required environment variable should be set
# invoke the Progress Server
unset LD_ASSUME_KERNEL
exec $JVMSTRT -o stderr -m silent ${PROSRV} "$@"