OD 6.2Hi,I am trying to run OpenDeploy command (iwodstart.bat) followed by DataDeploy command (iwodcmd.exe) using java "RunTime"& then using "BufferedReader" to read the command output.I am able to grab the output result from OpenDeploy "iwodstart.bat" but "iwodcmd.exe" which I have to use to run Data Deployment, do not returns any result. Said that I am able to see the update in the DB if successful.I can see the command output when I run the same DD command from the command prompt.Can somebody throw some light why there is change in behavior & how can I trap the output from iwodcmd.exe. Is there any other command to run the DataDeploy?Thanks