cancel
Showing results for 
Search instead for 
Did you mean: 

change http port to a different port -http://XXXxid:8000/sap/xi/engine?type

Former Member
0 Kudos

Hi Forum,

my http service of the integration engine is running on port 8000, the URL is like

http://XXXxid:8000/sap/xi/engine?type=entry,

due to some requirement, i want deploy this service at some different port say 8001,

can i achieve this......

pls help

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Sudeed,

This port is the ICM port,

You can see it in T-code SMICM -> GOTO -> Parameters -> Display

The relevant parametr you need to look for is icm/server_port_<instance_no>(usualy icm/server_port_0/1),

the way to change it is in the profile parameter (DEFAULT.PFL),

Change the parameter icm/server_port_0,

The default value is PROT=HTTP, PORT=8000, EXTBIND=1;

change it to PROT=HTTP, PORT=<ANY_PORT>, EXTBIND=1 and restart the sap instanse,

Best Regards

Guza

Former Member
0 Kudos

THANKS,

<the way to change it is in the profile parameter (DEFAULT.PFL),>

CAN U ELABORATE THIS?

Former Member
0 Kudos

Hello Sudeep,

Why do u want to do that ?

Generally HTTP port depends on the INSTANCE number during the installation . So if your instance number is 00 http port becomes 8000.

You can change the HTTP port .

The following link will help you ..

http://help.sap.com/saphelp_nw04/helpdata/en/5b/82d3c3ee9691418e6b0281f933a37d/frameset.htm

Regards,

Sumit