Wednesday, December 10, 2014

How to run Windows Batch scripts from ePM Workspace

In order to run/call windows batch scripts from workspace,we need a generic job which should call the batch scripts.

Hence we need to create one Generic Job in EPM Workspace with cmd.exe to execute .bat files.

Ø  Log in Workspace

    http://hostname:9000/workspace/


Ø  Navigate to Navigate-->Administer-->Reporting and Analysis-->Generic Job Applications


Ø  Click on + symbol to create new Generic Job application

And provide the below details
Product Name: anything
Product Host:epm server host name
Command Template: $PROGRAM $PARAMS
Executable: %WINDIR%\System32\cmd.exe































Now we are good to use CMD (above created Generic Job) in Jobs import.

Import any .bat file and select CMD as the Job Factory Application during the batch file import.

No comments:

Post a Comment