Hi All
I was trying to run a simple program that converts a file format to another file format using the Run Program (on client) component and it ran well on the PP client with the correct output file. However, there weren't any output file on when I tried running it on the web port.
On the Run Program (on client) component, under Parameters, I've put this as my CommandLine: \\\$(ImgCnv) -i \\\$(Input) -o \\\$(OutputFile) -t \\\$(FileFormat) where ImgCnv, OutputFile, Input and FileFormat are filled accordingly in the Web Service parameters.
Are there anything in particular that I need to do in order for protocols to run on the web port (besides saving it under Web Services and Utilities)?
Please advise and let me know if you need any other information.
Thank you!
