Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 


Under certain circumstances (e.g. database server move), it might be necessary to re-register the PI components in the SLD. There are several possibilities to trigger this:

  • Server Restart

  • Restart of PI Applications

  • Configuration Wizard


A very simple and direct approach is calling the register method of the RuntimeCheck servlet via the browser:



















Integration Repository http://<pi host>:<pi port>/rep/rtc?op=register
Integration Directory: http://<pi host>:<pi port>/dir/rtc?op=register
Adapter Framework: http://<pi host>:<pi port>/AdapterFramework/rtc?op=register
RWB: http://<pi host>:<pi port>/rwb/rtc?op=register

PI Domain and Integration Server will be created automatically.

 



For the Integration Server it is necessary to add two associations manually afterwards:

  • Business System

  • Application Server Java (Single-Stack) or Application Server ABAP (Double-Stack)




As result all PI components should be available and associated to the same PI Domain.



References

Note 1031321 - Self-Registration of Adapter Engine and RWB fails

Note 764176 - Manual correction of XI content in SLD

Note 1435392 - PI CTC: SLD Configuration after PI AEX initial setup

Note 2034226 - Configuration Wizard: PI AEX SLD Self Registration

Labels in this area