Hi Dojo,
I have configure two different Management IPs for each element in Dataminer, and for Dataminer Polling failover to second IP when first IP of an element gets unreachable As I followed the below documentation I have add the command in protocol XML file,but in dataminer cube failover option not showing can you guide where we can add failover IP.
https://docs.dataminer.services/develop/devguide/Connector/ConnectionsRedundantPolling.html
Hi Bhavana,
If you are referring to the specific connector/protocol in your question (Ateme Kyrion DR5000), it doesn't support redundant polling. If you are referring to a protocol that you developed, can you share the protocol type definition? If you define it as it is described in the documentation, it should work.
<Type communicationOptions="redundantPolling" relativeTimers="true" advanced="snmp:Secondary">snmp</Type>
Add the above tag under the Protocol tag as shown below:
Make sure the connection types are of the same type (both SNMP or both HTTP or both Serial, ...).
If you can share the protocol type definition (similar to the one above), we can identify any potential issues.

You have to add the tag under the Protocol tag. I updated the answer with a screen shot that shows where to put the tag.
Hi Fental,
I have added tag in protocol.xml file but still not working please see the image.
<Type communicationOptions="redundantPolling" relativeTimers="true" option=";unicode" advanced="snmp:Secondary">snmp</Type>
We want to add second SNMP connection
For your reference I was trying this below command to create redundant polling in protocol.xml file,but not working can you help me where i need to put this command exact location in protocol.xml file
<Type communicationOptions="redundantPolling" relativeTimers="true" advanced="snmp:Secondary">snmp</Type>