Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
There has always been a noticeable gap in Qlik Replicate, where users had no means of importing just an endpoint into Qlik Replicate. This article provides a workaround to that limitation.
{
"cmd.replication_definition": {
"databases": [{
...
}]
},
"_version": {
...
}
}
Verify that your endpoint name is correct.
You may want to skip entering the password and add it later through the user interface. Inputting the password in the JSON is in plain text.
{
"cmd.replication_definition": {
"databases": [{
"name": "DB2z_Source",
"description": "",
"role": "SOURCE",
"is_licensed": true,
"type_id": "DB2ZOS_NATIVE_COMPONENT_TYPE",
"db_settings": {
"$type": "Db2zosSettings",
"additionalConnectionProperties": "MaryHad=aLittleLamb",
"username": "dimae",
"databaseAlias": "DBALIAS",
"server": "lpardns.mydomain.com",
"port": 5035,
"databaseName": "LOCATION",
"CCSIDMapping": "234,ibm-p100-2345",
"ifi306SpName": "R4Z_UDF_ALL_NEW"
},
"override_properties": {
}
}]
},
"_version": {
"version": "2023.5.0.213",
"version_major": 2023,
"version_minor": 5,
"version_revision": 213
}
}
repctl importrepository json_file=NAMEOFFILE.JSON folder_name=DRIVE:\FOLDER
Editing an exported (json) file
ImportAll | Enterprise Manager API
Exporting and importing tasks
Importing tasks
The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.
Is this applicable to version 2022.11.0.394? Me and my colleagues can't make this procedure work. We are having issues with the JSON file (We tried via GUI and REST API ImportAll). Below is our JSON file contents:
Hi @alvinj ,
The solution was tested from Replicate on V23.05.(both via UI and CLI)
Latest tests from QEM show that the same approach is not currently supported via the QEM UI nor the APIs.
Regards,
Dima
Hi @dima_etkin , thank you for the reply!
Quick question on the 2nd statement "Latest tests from QEM show that the same approach is not currently supported via the QEM UI nor the APIs."
Does this refer to the latest QEM version from November 2023?