Consultor Eletrônico



Kbase P10277: Execute permission denied creating database with prodb
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

FACT(s) (Environment):

UNIX

SYMPTOM(s):

Unable to create a database using "prodb new dbname empty#"

Execute permission denied creating a database using prodb command

Permissions set to rwsrwxr-x for executables

CHANGE:

Install of new patch to core product on unix

CAUSE:

$DLC environment variable not set

FIX:

Set $DLC to Progress install directory and export it
DLC=/install path/dlc;export DLC
PATH=$PATH:$DLC/bin:$DLC; export PATH