Table of Contents

Compliancies element

Specifies compliancy information.

Parent

Protocol

Children

Name Occurrences Description
All
  CassandraReady Indicates whether the protocol is compatible with a Cassandra database.
  CassandraRequired [0, 1] Specifies whether a Cassandra database is required to execute the protocol.
  MinimumRequiredVersion [0, 1] Indicates the minimum DataMiner version that the driver is compatible with.
  MaximumSupportedVersion [0, 1] Specifies the maximum DataMiner version this protocol supports.

Remarks

Can be used from DataMiner 9.0.0 onwards

Note
  • From DataMiner 9.6.5 (RN 21169) onwards, if a protocol is configured with compliancy requirements, (e.g. because it requires Cassandra or a particular minimum DataMiner version), it will not be possible to upload this protocol if these requirements are not met.
  • From DataMiner 10.0.2 (RN 24298) onwards, if a protocol is uploaded that requires a higher DataMiner version than the one currently installed in the system, the following error message will be logged:

DataMiner version is too low to use this protocol. Please check the protocol's Compliancies tag.

Examples

<Compliancies>
   <CassandraReady>true</CassandraReady>
   <CassandraRequired>true</CassandraRequired>
   <MinimumRequiredVersion>10.0.7.0 - 9247</MinimumRequiredVersion>
</Compliancies>