Consultor Eletrônico



Kbase P168348: OE_TC script fails when only AIA and NS are installed
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/06/2010
Status: Unverified

SYMPTOM(s):

OE_TC script fails when only AIA and NS are installed

OE_TC script stops with message "Could not copy wspd_cgi.sh to $myTcInstallDir/webapps/ROOT/cgi/"

FACT(s) (Environment):

OpenEdge installation has only AppServer Internet Adapter and NameServer licenses
UNIX
Linux
OpenEdge 10.2x

CAUSE:

Bug# OE00198471

FIX:

The workaround is to comment the following lines in OE_TC so the script does not exit immediately:
##XXX ## copy the wspd_cgi.sh from $DLC to $myTcInstallDir/webapps/ROOT/cgi
##XXX print "Copying the wspd_cgi.sh to $myTcInstallDir/webapps/ROOT/WEB-INF/cgi...\n";
##XXX copy ("$DLC/bin/wspd_cgi.sh", "$myTcInstallDir/webapps/ROOT/WEB-INF/cgi")
##XXX || die ("Could not copy wspd_cgi.sh to $myTcInstallDir/webapps/ROOT/cgi/\n");