Start of Content Area

This graphic is explained in the accompanying textSample Parameter File  Locate the document in its SAP Library structure

The following is an example parameter file, showing how to use variables and set parameters.

UNIX

###########################################################
#    Template for UNIX                                                    #
###########################################################
# First we specify global values for some parameters,                            #
# later the system specific incarnation of special parameters                  #
###########################################################
###########################################################
#                      Global Parameters                                                         #
###########################################################
transdir            = /usr/sap/trans/
###########################################################
#                         System specific Parameters                                      #
###########################################################
###########################################################
#                     T11                                                                                  #
###########################################################
T11/dbtype           = ora                   
###########################################################
#                     P11                                                                                  #
###########################################################
P11/dbtype           = db6

Windows

###########################################################
#                Template for Windows                              #
###########################################################
# First we specify global values for some parameters,                            #
# later the system specific incarnation of special parameters                  #
###########################################################
###########################################################
#                      Global Parameters                                                         #
###########################################################
transdir = \\Pabc123\sapmnt\trans\ or
transdir = \\$(SAPTRANSHOST)\sapmnt\trans\

###########################################################
#                         System specific Parameters                                      #
###########################################################
###########################################################
#                     T11                                                                                  #
###########################################################
T11/dbtype           = ora
###########################################################
#                     P11                                                                                  #
###########################################################
P11/dbtype           = db6

The parameter system_pf is only needed for an event-controlled start of the transport daemon RDDIMPDP.

IBM System i

###########################################################
#                Template for System I                                                       #
###########################################################
transdir                      = /usr/sap/trans/

###########################################################
#                F3C                                                                                         #
###########################################################
F3C/dbtype               =ora
F3C/opticonnect        =0

 

 

 

End of Content Area