Calcmanager from fdmee
hi all ,
In response to the thread Cannot run a Business Rule in FDMEE 11.1.2.3 using scripts?
I have implemented a script that runs a business rule from fdmee .
However , when business rule fails , the calcmanager is not passing the output to a file .
I have given &> to the CalcMgrCmdLineLauncher.sh command to ouput the log . I am getting a empty log file in this case.
I have also tried just by giving > instead of &> , In this case , I am getting only the initialisation of the business rule . But for example if the business rule is not run because of invalid inputs , then the ouput is not logged into the file .