...
The Dbvisit Replicate command console is started by running the dbvrep program.
The Dbvisit Replicate command console can be started in the following ways ways:
- Starting the Dbvisit Replicate command console without a DDC file. This brings up an empty command console to run the setup wizard to initiate a new replication.
- Run the start-console.sh or start-console.bat script to start the console with a DDC file. This is the preferred method after a replication has been configured through the setup wizard. The setup wizard creates the start-console.sh or start-console.bat scripts.
- Starting the Dbvisit Replicate command console with a DDC file. This connects to an existing replication and will show the progress and overview of the replication. From the command console, the replication can be changed, paused, stopped, new tables can be added, conflict handlers can be configured and current conflicts can be resolved.
...
The command console will start:
On Linux/Unix:
Start the dbvrep program without a DDC file:
2 - Starting the Dbvisit Replicate command console WITH a DDC file
...
Section |
---|
Column |
---|
| Panel |
---|
| dbvrep>dbvrep> readddc w112a.ddc |
|
|
2. Start a Windows command prompt and type:
Section |
---|
Column |
---|
| Panel |
---|
| dbvrep.exe --ddcfile w112a.ddc |
Where w112a.ddc is an example name of a DDC file |
|
...
On Linux/Unix:
There are several ways to start the Dbvisit Replicate command console:
1. Start the dbvrep program with a DDC file:
Section |
---|
Column |
---|
| Panel |
---|
| dbvrep --ddcfile w112a.ddc |
Where w112a.ddc is an example name of a DDC file |
|
...