Has anyone used batch file to run application engine scripts in V12?
can share any sample/example
Hi Faiza,
yes, here is a demo example:
C:"Program Files"InforBI"Application Studio"Infor.BI.Applications.ProcessExecutor.exe -f NLBAVWDEPM12_2 -j Analytics_for_Blending -u Admin -p xxxpasswordxxx -s MDXExecute -v * -c -l -n -o C:DataV12AppEngineCodeMdxExecute.log
The options are documented here:
https://docs.infor.com/depm/2023.x/en-us/depmolh/default.html?helpcontent=application_engine_on-premise/krc1510174482528.html&hl=processexecutor
Have fun,
Martin
Hi Yes, we use them quite a bit, here is an example of ours:
"D:Program FilesInforBIApplication StudioInfor.BI.Applications.ProcessExecutor.exe" -f "Farm name_1" -j "Catalogue or application" -u "Admin username" -p "Admin Password" -s "APE Process name" v "*" -c
thanks alot!