You can generate MobiLink scripts (*.sql) for the replication process, and/or for the consolidated and remote databases.
In order for you to connect properly to the replication process you must verify that:
The code of the replication process object corresponds to the instance name of the MobiLink server.
The User name and Password extended attributes correspond to the MobiLink server login user name and password.
Each database has been generated using one of the Generate commands from its contextual menu.
isql.exe -e -U USRNAME -P PWD -S SVR_TEST -i SVR_TEST.sql
Option | Description |
---|---|
Drop publication/subscription before creation | Specifies to include drop statements to remove a publication and all of its articles or a subscription to a publication from the system tables before recreating it. |
Delete old synchronization scripts | Specifies to delete all the previously specified synchronization scripts versions from the MobiLink system tables. |
When the generation is complete, the Generated Files dialog opens listing the scripts, each of which you can open and review by selecting it and clicking Edit.
The MobiLink file is generated in the destination directory.