Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hi.
I am attempting to run a batch program on a Windows operating system. I don’t need to gauge a response from the application within the batch that I am calling but would like to report any errors that occur. Would the best way be: A) Create a Broker client program that contains threads, to monitor published events that notify the running of my batch. OR B) Create an adapter to communicate with the application.