As of 9.6.0.0. a new column 'dve-enabled' was added to the 'elementinfo_dve' table in MySQL.
On a staging DMA, I have some DVEs not shown in DataMiner because they are set to disabled in the database ('dve-enabled' column). In addition, there is no functionality implemented in the protocol to enable or disable DVE creation. I should mention that when new DVEs were created, all DVEs were set to enabled; my query is related to existing DVEs prior to 9.6.0.0.
Given this information, how do I enable those DVEs in Cube? For a customer, is an update query in the database the only option to enable those DVEs?
How does DataMiner determine whether the 'dve_enabled' parameter is to be set to 'true' or 'false'?
This is a feature used by virtual functions, which are a special kind of DVEs. Currently, this feature isn't available yet for normal DVEs. For SRM solutions, the VFs are enabled at the start of the booking and disabled at the end.
To add to Davy’s comment, although this is an SRM feature, it could result in normal DVEs not to be shown in Cube when set to false.
Christine this is currently only used for virtual functions which are a special kind of DVE’s.