Sometimes the target default endpoint behavior does not meet our needs. This article is useful if we want to modify the default syntax.
For example, while MySQL is the target endpoint, Qlik Replicate creates a net changes table and uses it in batch apply mode. The net changes table is created with the default engine type "InnoDB" which has limitations while "MyISAM" and does not have the Row size too large limitation in MySQL.
The below steps demonstrate how to change the net changes table engine type from "InnoDB" (default) to "MyISAM". After the setup is done, Qlik Replicate will create the net changes table automatically with engine type "MyISAM".
Environment
Qlik Replicate All supported versions
Detailed Steps
From theQlik Replicatecomputer where you want to import the task, open theQlik Replicate command line console by doing the following:
From theStartmenu, expandQlik Replicateand then selectQlik Replicate Command Line.
A command-line console is displayed with the correct prompt forQlik Replicate.
Alternatively, open a Windows Command Prompt using As Adinistrator and change to "<product dir>\Attunity\Replicate\bin" (default location)