The SJA XML Schema
The SJA job file is a pure text file in a standard XML format. It specifies what the SJA must do. Everything is included between the < job > and < /job > tags, that starts and concludes a SJA jobfile. Each of the four above-mentioned job types are identified by the tags < notifyjob >, < odbcimport >, < syncjob > and < exportjob >. Thus a job file for each of the four job types then looks like
SQL Scheduler and Reporting Tool | Import External Data Tool | Data Synchronization | Backup |
---|---|---|---|
< job version="4.1" > | < job version="4.1" > | < job version="4.1" > | < job version="4.1" > |
< notifyjob > | < odbcimport > | < syncjob > | < exportjob > |
... | ... | ... | ... |
< notifyjob > | < odbcimport > | < syncjob > | < exportjob > |
< /job > | < /job > | < /job > | < /job > |
Note: This feature is available in SQLyog Enterprise and Ultimate.