Automation DeskAutomation Desk enables the SunSystems user to select a series of Transfer Profiles that can be run as one process, i.e. as an Automation Profile.
You can also define specific runtime parameters. Automation profiles can be scheduled using NT Scheduler, or run manually.
Transferring Transfer Desk User Data Into and Out of SQL Database
A command line application
repository.cmd is installed in the <SunSystems>\sstm\bin directory, where <SunSystems> is the location of the SunSystems installation.
This utility allows you to export, import or delete user-created Transfer Desk data. That is:
- External File Definitions
- Transformation definitions
- Transfer Profile definitions
- Filter definitions
- Ledger summarisation definitions
|
It is not a selective utility; running this always exports, imports or deletes all user-data. System data (that is, data populated into the user tables by the SunSystems installation or upgrade processes) is not affected by this utility.
How to Use repository.cmdOpen a command prompt window and navigate to your <SunSystems>\ssc\bin directory.
Type in repository to return the following usage instructions:
Usage: Repository.bat [options]
where options include:
-x <filename> to export repository to filename <filename>
-i <filename> to import repository from file <filename>
-d to delete all entries in the repository
For example:Repository.bat -x C:\TDBackup.xmlAll parameters must be given and the folder name must not include spaces.
When you run the command, the file specified on the command line is produced. This is an XML file which contains all file schemas, filters, transformations, and profiles in the one file.
Only registered users can write comments.
Please login or register.