Posts

Showing posts with the label sld

How do IR ID RWB Adapter Engine and Integration Engine register their URLs?

In XI/PI, the URLs used by various components are registered by the individual components in the SLD. These URLs are then used by other components for intra-XI/PI communications. The configurations are stored as follows: For Integration Repository / Integration Directory / Runtime Workbench the details are configured on Exchange Profile . Following are the most important parameters that define the component URLs: com.sap.aii.connect.directory.name com.sap.aii.connect.directory.httpport com.sap.aii.connect.directory.httpsport com.sap.aii.connect.integrationserver.name com.sap.aii.connect.integrationserver.httpport com.sap.aii.connect.integrationserver.httpsport com.sap.aii.connect.integrationserver.r3.httpport com.sap.aii.connect.integrationserver.r3.httpsport com.sap.aii.connect.repository.name com.sap.aii.connect.repository.httpport com.sap.aii.connect.repository.httpsport com.sap.aii.connect.rwb.name com.sap.aii.connect.rwb.httpport com.sap.aii.connect.rwb.httpspo...

How to Automate SLD Log Cleanup

Changes to SAP SLD are logged into the table BC_SLD_CHANGELOG . To prevent the growth of this log table, you can schedule a job from SLD UI Navigate to http://<host>:<port>/sld > Administration > Changes > Cleanup Task Configuration Select the "Schedule Task" button to trigger a Configuration Wizard Enter a value for Repeat Interval (frequency of the job in hours) Enter a value for Retention Period (entries older than this date will be deleted) A job with name Changelog Cleanup Task  will be created. This job can be monitored from Java Scheduler UI in NWA. Note : If you have configured SLD synchronization in a circular fashion DEV > QA > PRD > DEV, the changes made on one system will cause  BC_SLD_CHANGELOG  to grow very fast. Break the circular SLD update and cleanup the entries from  http://<host>:<port>/sld > Administration > Change log > Reduce Size of Change Log > delet...