Question
Coforge DPA private limited
AU
Last activity: 6 May 2019 19:51 EDT
not able to execute unix script from pega
Hi,
I am not able to execute below code as I wanted to execute shell script :
try{
new ProcessBuilder("/Additional_Products/BIX/bix.sh").start();
}
catch(java.io.IOException ioEx) {
throw new PRRuntimeException(ioEx);
I am getting PRRuntimeException. Can somebody help me in this regards.
Thanks in advance.