msi is compiled and working for all of my epics base versions.
But dbLoadTemplate directive doesn't work.
Do I need to change my CONFIG directory for msi?
I remember doing this in the past...
The error I get is :
dbLoadTemplate("my.substitution")
Error: syntax error
Parsing 'dbl'
in path "." file my.substitution line 1
dbl is on the first line of my sub file.
I get one error for each of my instance of the template file.
Note that if my sub file is empty I still get the same error (or
almost, without the dbl).
So the files are found, but the parsing is not working correctly.
What am I doing wrong?
--
Emmanuel