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: VisualDCT doesnt load .dbd or .db files |
From: | Kyle Hesse via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>, "Marco A. Barra Montevechi Filho" <marco.filho at lnls.br> |
Date: | Tue, 6 Apr 2021 15:44:50 +0000 |
Hello Marco,
Try adding the path to your dbd file in your db file. The link below offers an example under section 6.2. https://epics-extensions.github.io/VisualDCT/doc/MAN-VisualDCT_Users_Manual.html#parser Something like this: #! DBDSTART
#! DBD("'mvc3Include.dbd")
#! DBDEND
Kyle From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Marco A. Barra Montevechi Filho via Tech-talk <tech-talk at aps.anl.gov>
Sent: Tuesday, April 6, 2021 10:30 AM To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: [EXTERNAL] VisualDCT doesnt load .dbd or .db files
Hello, EPICS community.
I have downloaded the latest release of VisualDCT via the github link (https://github.com/epics-extensions/VisualDCT/releases) to edit database files via the interface. When i try to execute the .jar file, a browsing window shows up to let me select a .db or .dbd file but after i select it the window closes and nothing happens. If i try to execute the program via the command java -jar VisualDCT.jar dbdfile.dbd dbfile.db (the files are in the same directory of the terminal) it generates the following message: Loading VisualDCT v2.8.2... Directive to load DBD: 'mvc3Include.dbd'.
Directive to load DB: 'mvc3_channel.db'.
No DBD loaded! Exiting...
I suspect its something with my java configurations but im not sure. Does anyone knows if i am doing something wrong? Thanks in advance. Obs: i am operating it in a ubuntu 20.04.2 LTS Aviso Legal: Esta mensagem e seus anexos podem conter informações confidenciais e/ou de uso restrito. Observe atentamente seu conteúdo e considere eventual consulta ao remetente antes de copiá-la, divulgá-la ou distribuí-la. Se você recebeu esta mensagem por engano, por favor avise o remetente e apague-a imediatamente. Disclaimer: This email and its attachments may contain confidential and/or privileged information. Observe its content carefully and consider possible querying to the sender before copying, disclosing or distributing it. If you have received this email by mistake, please notify the sender and delete it immediately. |