You can simplify the creation of the configuration file for the Backint for SAP DB if you use the following example and adjust it to suit your needs. If you do not want to set a certain parameter by using the parameter file, you have to invalidate or delete the relevant keyword.
BACKINT
C:\SAPDB\P1\db\bin\backint.exe
INPUT
C:\TEMP\backint4SAPDB.in
OUTPUT
C:\TEMP\backint4SAPDB.out
ERROROUTPUT
C:\TEMP\backint4SAPDB.err
PARAMETERFILE
C:\SAPDB\WRK\TST\backintoraconfig.par
TIMEOUT_SUCCESS 600
TIMEOUT_FAILURE 300
ORIGINAL_RUNDIRECTORY C:\SAPDB\wrk\P1
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\backintoraconfig.par
TIMEOUT_SUCCESS 600
TIMEOUT_FAILURE 300
ORIGINAL_RUNDIRECTORY C:\SAPDB\wrk\P1
Keyword |
Value |
Explanation |
BACKINT |
C:\Backuptool\backint.exe |
The absolute path of the Backint for SAP DB program is: C:\Backuptool\backintsapdb.exe. |
INPUT |
C:\TEMP\backint4SAPDB.in |
The absolute path of the standard input is: C:\TEMP\backint4SAPDB.in. |
OUTPUT |
C:\TEMP\backint4SAPDB.out |
The absolute path of the standard output is: C:\TEMP\backint4SAPDB.out. |
ERROROUTPUT |
C:\TEMP\backint4SAPDB.err |
The absolute path of the standard error output is: C:\TEMP\backint4SAPDB.err. |
PARAMETERFILE |
C:\SAPDB\WRK\TST\adaptprog.par |
The absolute path of the parameter file of the adapter program is: C:\SAPDB\WRK\TST\adaptprog.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. |
TIMEOUT_FAILURE |
300 |
In the case of failure, the Database Manager waits a maximum of five minutes for Backint for SAP DB to terminate. |
ORIGINAL_RUNDIRECTORY |
C:\SAPDB\wrk\P1 |
Run directory of the original database instance: C:\SAPDB\wrk\P1. |