29 Sep
2014
29 Sep
'14
8:39 a.m.
Alex Sharaz wrote:
and changed the 1st statement to be update control { Tmp-String-3 := "%{redundant_sql:CALL get_manufacturer('%{NAS-IP-Address}')}"
That won't work. The redundant sections are fail-over configurations. They aren't modules.
on Sep 29 11:30:59 2014 : Info: WARNING: Unknown module "redundant_sql" in string expansion "%"
Because it's not a module. In version 3, the server won't even start with that configuration.
What do I have to get rid of the unknown module warnings?
Fix the %{...} string to use a real module. Don't use a redundant section. Alan DeKok.