User Guide > Configuring Advanced Adapters > Registering with the SAP System Landscape Directory
 
Registering with the SAP System Landscape Directory
After installing the TIBCO software, you must register the installation with the SAP System Landscape Directory if you are using this feature. The procedures for both Windows and UNIX are shown below.
Registration Procedure for Windows
To register the installation with the SAP System Landscape Directory on Windows
1. Run the script sap_sld_register_util.bat under <TDV_install_dir>/bin with command-line arguments <SLDHost> <Port> <Username> <Password>.
2. If connecting through a proxy, modify the script line set JAVA_OPTS= to:
set JAVA_OPTS=-Dhttp.proxyHost=<server> -Dhttp.proxyPort=<port>
 
Registration Procedure for UNIX
To register the installation with the SAP System Landscape Directory on UNIX
1. Run the script sap_sld_register_util.sh under <TDV_install_dir>/bin with command-line arguments <SLDHost> <Port> <Username> <Password>.
2. If connecting through proxy, modify the script line JAVA_OPTS= to:
JAVA_OPTS=-Dhttp.proxyHost=<server> -Dhttp.proxyPort=<port>