cancel
Showing results for 
Search instead for 
Did you mean: 

Execute Batch File from Transaction

Former Member
0 Kudos

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 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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?

0 Kudos

Senthil,

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

Sam