It's possible to start a CONNX data synchronization task from a command line through the executable file located at ..\..\datasync\CONNXsyncitem.exe. Once the file is installed, a synchronization can be performed on demand.
The command line interface is as follows:
connxsyncitem <table or group name> Group|Table F|A|I
where
F = Full Sync
A = Automatic
I = Incremental
The command-line parameters are as follows:
Parameter |
Definition |
<table or group name> |
The name given to the item or collection to be synchronized by the CONNX Data Synchronization tool. |
Group|Table (one or the other, but not both) |
Tells the CONNX Data Synchronization tool the type of object to by synchronized, for example, whether it is a group of table or a single table. |
F|A|I (must be F or A or I) |
Defines the synchronization type - F=Full, A=Automatic, I=Incremental. |