Example Configuration File (Backint for SAP DB)
The
configuration file for a Backint for SAP DB connection can be explained using the following example.Example
BACKINT C:\Backuptool\backint.exe
INPUT C:\TEMP\backint4SAPDB.in
OUTPUT C:\TEMP\backint4SAPDB.out
ERROROUTPUT C:\TEMP\backint4SAPDB.err
PARAMETERFILE C:\SAPDB\WRK\TST\backint.par
TIMEOUT_SUCCESS 600
TIMEOUT_FAILURE 300
ORIGINAL_RUNDIRECTORY C:\SAPDB\wrk\P1
Explanation
Keyword |
Value |
Explanation |
BACKINT |
C:\Backuptool\backint.exe |
The Database Manager runs the program C:\Backuptool\backint.exe for backups and restores with the Backup for SAP DB. |
INPUT |
C:\TEMP\backint4SAPDB.in C:\TEMP\backint4SAPDB.err |
Standard input: C:\TEMP\backint4SAPDB.inStandard output: C:\TEMP\backint4SAPDB.out Standard error output: C:\TEMP\backint4SAPDB.err |
PARAMETERFILE |
C:\SAPDB\WRK\TST\backint.par |
Backint for SAP DB uses the parameter file C:\SAPDB\WRK\TST\backint.par. |
TIMEOUT_SUCCESS |
600 |
In the case of success, the Database Manager waits a maximum of ten minutes for Backint for SAP DB to terminate. In the case of error, the Database Manager waits five minutes. |
OROGONAL_RUNDIRECTORY |
C:\SAPDB\wrk\P1 |
If a database different from the current database is to be restored, the run directory of the database to be restored must have been: C:\SAPDB\wrk\P1. |