This can be materialized by carrying out batch process by using CLI Console for Export of DataSpider server migration function.
1. Creation of setting file in which CLI command is described
For example, when you want to export only the project file in tmp folder of C drive then, specify the below command.
exp -p C:/tmp
2. Creation of batch file
Below are the details to be mentioned in batch file.
- CLI path
- Argument [-M] to specify the CLI command setting file
- Path of the setting file created in 1
For example, when you install DataSpider Servista in the default directory and save the setting file in "C:/tmp/exp" then, specify the below command.
C:/Progra~1/DataSpiderServista/server/bin/cli -MC:/tmp/exp
3. Execution
Execute the batch file created in 2. from a tool that could automatically perform the periodic execution of the batch file such as Operation Tools.
■Supplement
For details on the setting method, refer to Product Help from "Reference Information".
・CLI Console