Hi,
after installation everywhere inside an PI 7.10 (as well in PI 7.00) system for URLs there is just the hostname, without the Domain.
I do have the problem that we want to allign access to all our SAP systems with SID.DOMAIN.COM. This makes it more easy as well dealing with SSL certificates.
PI internally uses the SAP_HTTPServicePort class for e.g. SAP_XIAdapterFramework (Basic URLs of Adapter Engine af.p9x.osrd0012) inside SLD. In the properties Tab there is an URL and an Secure URL parameter telling where PI itselfe finds the specific service.
By default it look like http://hostname:port so I chande it to http://SID.DOMAIN.COM:PORT. Our DNS knows about the names so it is no problem to reach each component. I changed several parameters in SAP ABAP as well so that is simliar in the whole PI system.
Everything is fine until a system restart. Or when PI reniews the SLD data.
Then I do have the old settings back without knowing how to handle.
Any ideas where to set a parameter that PI does not use the hostname for URLs any more?
In the profiles of the ABAP stack there are parameters like icm/host_name_full. But what to d oin the Jaca stack?
BR Markus