cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
khayati
Level 5

echo command not working with Execute command action

Hi

I am trying to execute echo command to know the DB2 INSTANCE name so as to proceed in my Pre-installation task.But echo command doesn't seesm to work .The platform I am testing is a UNIX platform and since its an executable file which is found under /usr/bin I am unable to find as why it not executing.Can some body help me ?
Labels (1)
0 Kudos
(1) Reply
munsingh
Level 6

You can use the Execute Script/Batch file Action and use the Store process's stdout in facility to store the output of your shell script.

You can declare a variable and assign this variable in Store Process's stdout in edit box.
So when your script executes, all its output echo or other command's output will get stored in this variable. You can then examine the value of this variable.

You can use the Output Debug Information action and select InstallAnywhere variables. The output file will have the value of the variable you have defined.
0 Kudos