How to use @executeBatch to run batch jobs
Summary
How to use @executeBatch to run batch jobsContent
I would like to set up some batch jobs to run calculations on my essbase applications. However, i operate in a citrix environment do not have direct access to the essbase server to be able to kick off the .BAT files myself, though IT will allow me to create them.
Does anyone have experience with running .BAT jobs using calc scripts as indicated in the below example? I am told i would need to create the @executebatch function but cannot answer the below questions.
FIX(Actuals,"2017","TotalIncome")
"NewAccount"(@executeBatch("C:\Oracle\Share\LoadData.bat"););
0