Hi tangoers,
I recently encountered some problems while using Archiving system.
It seems to be the reason why we had problems with panorama binding (http://www.tango-controls.org/community/forums/c/general/installation/installation-of-panorama-binding/).
Investigating the example given in [ARCHIVINGROOT_DIRECTORY]/doc/sample-hdb-device-installation.sql, I realized some of the HDB and TDB DS are installed without any “DServer”.
It implies at least HdbExtractor, TdbExtractor and HDBTDBArchivingWatcher.
At page 101 of TANGO 9.2 control system handbook (http://ftp.esrf.fr/pub/cs/tango/tango_92.pdf , already referenced at page 219 of TANGO 8.1 handbook), we can read :
[quote]8.1.7.2 The DServer class
In order to simplify device server process administration, a device of the DServer class is automatically added to each device server process. Thus, every device server process supports the same set of adminis- tration commands. The implementation of this DServer class follows the device pattern and therefore, its device behaves like any other devices. The device name is
dserver/device server executable name/device server instance name
For instance, for the device server process described in chapter 6.1.7.1, the dserver device name is dserver/perk- in/id11. This name is returned by the adm_name CORBA attribute available for every device.[/quote]
The installation of this device DServer seems automatic, it probably does not come from $ARCHIVINGROOT/doc/sample-hdb-device-installation.sql
Do you have any idea where is the problem ?