cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Execute Batch File from Transaction

Former Member
0 Likes
266

Hi,

We created one batch file by using MII transaction. After that we need to execute or launch the batch file from transaction itself. If we tried by manually, it is working. But we need to start at the instance of creating or from transaction itself.

How to do this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Write a custom action to execute the command to kick off the job.

Former Member
0 Likes

...and be prepared to deal with a lot of permission/path issues when running in the context of the NW server...

Former Member
0 Likes

Hi,

Transaction created the batch file in folder. In Java code itself we gave code to execute the batch file but it fails to launch it. Manully if we run the batch file, it is running.

If permission needs to be give , what type of permission and where to give?

salvatore_castro
Product and Topic Expert
Product and Topic Expert
0 Likes

Senthil,

What exactly are you trying to accomplish? There may be a better OS independent solution.

Sam