Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting error of 'Not a valid command' using calc functions @CalcMgrLog or @CalcMgrLogText

User_YZQL2Jan 2 2018 — edited Jan 22 2018

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2018
Added on Jan 2 2018
3 comments
1,398 views