cancel
Showing results for 
Search instead for 
Did you mean: 

Change URL in SLD CIM Instance HTTPServicePort

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Markus,

in the Java Stack you need to enter the full qualified hostnames everywhere in the exchange profile.

Furthermore you need to check the destinations in the NWA, if they are using FQDN.

BR,

Martin

Former Member
0 Kudos

Maybe note 1052984 Process Integration 7.1 - High Availability can help? This notes contains a lot of entries where hostnames can be changed in your system.

Also Note 804124 - HTTP communication with XI Adapter Engine fails might help.

Regards,

Theo