Posted: Wed Sep 21, 2011 12:04 am Post subject: Calling batch files from Broker
Voyager
Joined: 02 May 2010 Posts: 75
Hi,
Is there a possibility of writing java code to call batch jobs in remote server. ?
Has anyone done it before without any issues ?
I have a requirement to call a batch job in another system. This job will have to load data from the files created by broker flow into database in the other system.
If anyone has such experience...could you please guide me ?
It's certainly possible. Provided the remote system is configured to accept remote job submission of some form and the broker service user has permissions and access to the remote access mechanism.
But if you have the access to launch the batch job, you should instead pursue getting access to the database itself to do the inserts, instead of relying on files.
Files are about the worst way you can move data around, and should only be used when no other mechanism is available.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum