Example of a Parameter File 

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/
dbname = $(system)
###########################################################
# System-specific Parameters #
###########################################################
###########################################################
# T11 #
###########################################################
T11/dbhost = Tabc123
###########################################################
# P11 #
###########################################################
P11/dbhost = Pabc123

Windows NT

###########################################################
# Template for Windows NT #
###########################################################
# 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\
dbname = $(system)

###########################################################
# System-specific Parameters #
###########################################################
###########################################################
# T11 #
###########################################################
T11/dbhost = Tabc123
###########################################################
# P11 #
###########################################################
P11/dbhost = Pabc123

Ensure that the name of the database host entered (parameter <SAPSID>/dbhost ) is not the computer name, but the TCP/IP name of your host.

You can find the TCP/IP name of your host under

Start ® Settings ® Control Panel ® Network ® Protocols ® TCP/IP Protocol ® Properties ® DNS.

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

AS/400

###########################################################
# Template for AS/400 #
###########################################################
transdir = /usr/sap/trans/
R3transpath = /sapmnt/exe/R3trans
sapevtpath = /sapmnt/exe/sapevt

###########################################################
# F3C #
###########################################################
F3C/dbhost =as0009
F3C/opticonnect =1