Hi,
Has anyone ever executed a Lawson command remotely from the server?
I want to execute jqsubmit from a different server.
Basically, we're going to load gltransrel using an etl tool and then I want to kick off jqsubmit username jobname from a different machine?
Has anyone done this or can anyone think of a way of doing this?
Andy.
Short answer is yes, of course you can. If you are running your application server on UNIX, you could do this with SSH and public-key authentication. Of course, you'll need to be very careful about security.