Migrating SLD Server on SAP XI
Migrating SLD Server
If you have been using a single SLD server for DEV, QA & Prod and are now considering to have separate ones here are the changes you require on SAP XI system to point to a new SLD server.- Export SLD content from the current SLD server
- Call http://<sourcehost>:<sourceport>/sld --> Adminstration --> Export
- Choose the option ALL and Full Export
- Download the exported file
- Start the new SLD server http://<targethost>:<targetport>/sld --> Adminstration --> Start Server
- Check Technical Systems and Business Systems to ensure that the SLD on the new server is empty (and clear the data from any previous SLD import effort)
- Import the downloaded SLD content in the new SLD server
- Call http://<taregthost>:<targetport>/sld --> Adminstration --> Import
- Choose the path to the exported file
- Open Exchange profile and update the following entries to reflect the new SLD server details
- com.sap.aii.connect.landscape.name
- com.sap.aii.connect.landscape.httpport
- com.sap.aii.connect.cr.name
- com.sap.aii.connect.cr.port
- Change the SLD server details in SLD Data Supplier service --> Runtime --> HTTP Properties
- Change the SLD server details using ABAP transaction SLDAPICUST
- Start the SLD bridge from http://<targethost>:<targetport>/sld --> Adminstration --> Data Supplier Bridge Adminstration (maintain the gateway details of new server)
- Change the SLD bridge gateway details using ABAP transaction RZ70
Check the transaction SLDCHECK to ensure the changes are correct
Comments
Post a Comment