Use the Add Scheduled Job wizard in SAP Control Center to schedule a backup job.
Option | Description |
---|---|
Use existing schedule | Select a schedule from the table |
Create new schedule | A field in which to enter a new name for the schedule field. |
Option | Description |
---|---|
Dump location | (Optional) Specify the location to which to dump the database. Job Scheduler uses the default location if you leave this field blank. |
Server name | Use server name in dump filename. |
Date format | Use date format in dump filename. |
Number of stripe files | Specify how many dump stripe file will be generated. |
Compression level | Data compression mode in dump operation. |
Option | Description |
---|---|
Allow multiple concurrent executions | Allows you to run your job concurrently, except for jobs that may interfere with another instance of itself, such as dbcc reorg. |
Allow others to use this job | Gives permission to others to use the schedule and execute your job. |
Always execute as the job owner | Specify this if you want all executions of this job to occur under your login. |
Timeout | Specify a numeric value, in minutes. If the job does not complete in the
amount specified, the job is terminated. Note: You can override this value for
individual scheduled jobs.
|
Option | Description |
---|---|
Do not log output from job | By default, any output generated by a job is saved and can be viewed in the Job Histories folder. Select this option to suppress output from the job you are scheduling. By default, it is unselected. |
Allow others to execute this scheduled job | Allow others to be able to execute this job. By default, this is unselected. |
Disable on failure | Disable the job if its previous execution failed, and suspend all scheduled executions of the job until you manually re-enable it. |
Delete on completion | Delete the scheduled job when it finishes executing. This is useful for
jobs that do not recur. Note: Choosing this option does not delete the
underlying job or schedule.
|