Entering content frame

This graphic is explained in the accompanying text Example of a Configuration File for Backint for SAP DB Locate the document in its SAP Library structure

Use

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.

File Content

Case 1: Connecting to a Backint for Oracle Interface by Using the SAP DB Adapter Program

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

Case 2: Connecting to the Backint for SAP DB Interface of an External Backup Tool (Third-Party Vendor)

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

Explanation

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.

 

 

Leaving content frame