Kbase P34746: Stored Procedure does not seem to execute when called.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/08/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
FACT(s) (Environment):
UNIX
SYMPTOM(s):
Stored Procedure does not seem to execute when called.
Stored Procedure is trying to execute a shell script using the (Java) Runtime.Exec() method.
"Command line" in Runtime.Exec() method consists of several components/commands.
CAUSE:
The Exec() method used was not referring to the shell script using the full pathname.
FIX:
Use the full pathname to refer to the shellscript to be executed.