1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 <2010> 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 <2010> 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: dbLoadTemplate issue in 3.14.9-11 |
From: | Emmanuel Mayssat <[email protected]> |
To: | Ralph Lange <[email protected]> |
Cc: | "[email protected]" <[email protected]> |
Date: | Wed, 27 Jan 2010 12:44:47 -0800 |
dbl is actually in my template file (not my substitution file)! It is actually the only line in my template file (for testing purpose)
cd /home/clsfs/epics/prod/cls1bpm/epics-lyncean/etc/cls1bpm/msi dbLoadTemplate("das640216_beamPositionMonitors_adc1.sub") Error: syntax error Parsing 'dbl' in path '.' file das640216_beamPositionMonitors_adcX.dbt line 1
Note: dbt file = my template file extension sub = my substitution file extension
I'm kind of confused here ...
What is "dbl" in a substitution file supposed to mean?
Both allowed syntax variants for substitution files start with a "file" directive - see AppDevGuide 6.20.
Ralph
On Wed 27 Jan 2010 15:05:47 Emmanuel Mayssat wrote: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