Data Integration

Data Integration

Connect with experts and peers to elevate technical expertise, solve problems and share insights.


#Data
#Data
#Dataintegration
#Artificialintelligence
 View Only
  • 1.  Automating Kafka replication agent instance creation

    Posted 09/30/21 02:39 PM
    Hi,

    I'm currently trying to automate the creation of a Kafka replication agent instance but I can't find a solution.
    Normally the dmconfigurets command is used to do such a task but it is only available in console mode (not in batch mode).

    Any idea on how to do this?

    Thanks!

    ------------------------------
    Emmanuel Côté
    ------------------------------


    #DataReplication
    #DataIntegration


  • 2.  RE: Automating Kafka replication agent instance creation

    Posted 10/28/21 02:19 AM
    Hello you can use the dmexportconfiguration command to export the instance details to XML and the importconfiguration command to import into a new instance
    The dmexportconfiguration is run interactively as it asks for the password, but the dmimportconfiguration command can be run in batch.

    If you have configured TLS encryption you will need to carry out additional steps I believe.

    ------------------------------
    Robert Philo
    ------------------------------