cancel
Showing results for 
Search instead for 
Did you mean: 

Bothersome ITS error msg in Diag Tool

former_member205400
Active Participant
0 Kudos

We have our AS-ABAP RZ10 settings for ports set like:

For HTTP

icm/server_port_0 PROT=HTTP,PORT=1080

icm/HTTP/j2ee_0 HOST=localhost,PORT=50400

ms/server_port_0 PROT=HTTP,PORT=3604

ms/http_port 3604

For HTTPS

icm/server_port_1 PROT=HTTPS,PORT=1443

icm/HTTP/j2ee_1 HOST=localhost,PORT=50401

ms/server_port_1 (not specified)

ms/https_port (not specified)

In our portal landscape we have the following settings:

Web AS Host Name - myportal.com:1080

ITS Host Name - myportal.com:1443

The Portal Diag Tool is complaining about the following error:

Port '1443' of ITS Hostname (myportal.com:1443) is not identical with HTTP Port '1080' of WebAS ABAP system. HTTP Port of Message Server (profile parameter ms/http_port) is retrieved from ABAP system. Port '1443' is properly HTTP Port of Application Server.

It offers a solution to use HTTP Port of Message Server. Check ITS Hostname of BI Mastersystem

This makes no sense to me because the HTTP Port of the Message Server - 3604 is already being used with ms/server_port_0

So, I am at a lost. I can not change the ITS to HTTP and Port 1080 because it should be secure, i.e. processes R/3 transactions.

Any help is appreciated.

Mike

Edited by: Michael Hill on Mar 14, 2008 9:05 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member205400
Active Participant
0 Kudos

In our portal landscape if I change the following settings:

from:

Web AS Host Name - myportal.com:1080

http

ITS Host Name - myportal.com:1443

https

to:

Web AS Host Name - myportal.com:1080

http

ITS Host Name - myportal.com:1080

http

then the error goes away.

I thought that sap trans use ITS and should be secure and the WEB AS did not need to be.

So .... do they have to "always" be the same?

Is there a situation where they would be different?

former_member205400
Active Participant
0 Kudos

This link helps answer why they must be the same:

http://help.sap.com/saphelp_nw04/helpdata/en/5f/0ef441ad7bc417e10000000a155106/frameset.htm

Edited by: Michael Hill on Apr 2, 2008 8:40 AM