Register the SAP for Oracle Agent software in the SAP Software Landscape Directory (SLD).
You can run this on any client that you want to register with the SLD.
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
-
On the SAP for Oracle Agent client, create an XML File with the backint program:
On UNIX:
Run the BACKINT program in the data_agent directory as a root user.
On Windows:
Run the backint program from a command prompt in the base directory as the domain administrator.
This creates an xml file, with the client name, in the same directory.
backint -f createsldxml short_client_name oracleExample:
backint -f createsldxml client1 oracle -
On the SAP for Oracle Agent client, on the command line run the following command.
A return code of 200 indicates a successful registration of the SAP for Oracle client in the SLD.
java -cp sldreg.jar sldreg SLD_HOST_NAME PORT_NUMBER USER_NAME password XML_FILEExample
# java -cp sldreg.jar sldreg 155.56.49.2680 3rd_party isvconnect08 client1_oracle.xml Retcode:200