Deleting all internal DCF connections

According to the datastax documentation the PK_column_conditions for a delete query have the following restrictions: -Only equals (=) or IN are supported That would make the cql query to look …

Deleting all internal DCF connections

I believe the following should do the trick: Cleaning all connections from a specific element delete from elementdata_DMAID where iEID = ELEMENTID and iPID in (65061,65096,65062,65089,65064,65101) and chIndex in (select …

Connectivity.xml automatic generation

The Connectivity.xml is a configuration file which decides how the active path needs to be traversed. Currently there is no UI component to add this to the server because this …

How can I efficiently monitor storage?

Another option, that can also be used for storage clusters is to create an aggregation rule on a view containing the Microsoft or Linux elements. For Microsoft platform elements, you …

Polling tables using the “subtable” option.

Because the instances are provided up front, no get-next calls are done to be able to determine the instances, like would be done with a normal bulk. The get-next messages …

How can I efficiently monitor storage?

I believe that this can be accomplished by monitoring the FREE DISK SPACE metric (for a Microsoft OS server – there might be a different metric to indicate the disk …

Hide parts of column name in view tables

Hi Maxim, Often the column description is suffixed with the table name, to make them unique. These table names are automatically hidden when displaying the table in Cube, if they …