After the installation, you can register the client Data Agent software in the SAP Software Landscape Directory (SLD) as recommended by SAP.
This is an optional procedure that can be run on any SAP MaxDB client and can be used to register any other client if needed.
Before You Begin
Verify that the minimum supported JRE version is installed. On the command line, type java -version
. If the version is lower than the minimum supported version, install the latest version of Java.
Java SE Platform
Procedure
-
Create an XML File using the backint program:
-
On Windows Client:
Run the backint program from a command prompt in the base directory as the domain administrator.
backint -f createsldxml short_client_name maxdb
Example:
backint -f createsldxml racer maxdb
-
On Unix Client:
Run the backint program as a root user and in the <iDataAgent> directory.
[root@flyhat3 iDataAgent]# . ../Base/cvprofile [root@flyhat3 iDataAgent]# ../SapMaxDbAgent/backint -f createsldxml racer maxdb
-
-
Run the adjacent command.
A return code of 200 implies a successful registration of SAP for Oracle client racer in the SLD.
java -cp sldreg.jar sldreg SLD_HOST_NAME port_number user_name password XML_FILE Example: # java -cp sldreg.jar sldreg 155.56.49.26 80 3rd_party isvconnect08 racer_maxdb.xml Retcode:200