PDA

View Full Version : functionid in trigger expressions


richlv
15-11-2005, 09:37
i created a test trigger with expression :

({<servername>:memory[cached].last(0)}+{<servername>:memory[buffers].last(0)}+{<servername>:memory[free].last(0)})<1G

this produces an error in 'error' column :
Unable to get value for functionid [11248]

functionid changes each time i modify the trigger (it increases)

this seems to be linked mostly to {<servername>:memory[free].last(0)} - if i have this parameter as the only one, there are no errors; if i use buffers & cached together, there are no errors. if i have free together with any/both buffers & cached, i get this error.

is this a known problem ?