Hi All,
I am trying to create a business rule in calc manager version 11.1.2.4 for my planning application. I want to some how get the logs in a new log file for debugging process. I was trying to use the CDF @CalcMgrLog and @CalcMgrLogText but am getting 'Not a calc command' error. Below are the details of the script and the error that I am getting
I am I missing something here, do I need to add something to my script before invoking these CDF's ??
code from the script :
@CalcMgrLogText("c:/temp/cal.log", "this is a test", @_true);
Error on validation :
A validation error was received from the Planning server.
'Error:Invalid Syntax - Not a CALC command [@CalcMgrLogText] Rule PLN_APP.PLN_DB.CALC_Script_Test'
Thanks,
Dev