cancel
Showing results for 
Search instead for 
Did you mean: 

Parameter icm/server_port_0

Former Member
0 Kudos

Hi!

I use SAP PI 7.1 and would like to set the paramter icm/server_port_0 to the correct value.

When I set this paramter to icm/server_port_0 = PROT=HTTP, PORT=80$$, TIMEOUT=30, PROCTIMEOUT=600

then I cannot access the url http://localhost:50000

So I let the value on PROT=HTTP,PORT=5$$00,TIMEOUT=60,PROCTIMEOUT=600

Question:

what is the right value of this parameter?

Thank you very much!

regards

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member227283
Active Contributor
0 Kudos

Hi Holger ,

Pls try to set parameter icm/server_port_0 = icm/server_port_0 = PROT=HTTP,PORT=5$$00,TIMEOUT=5000,PROCTIMEOUT=5000

and restart the application , while restarting check the log dev_server0 , std_server0.out,dev_bootstrap, log_bootstrap.0.log which will give you clear error that wheather application started with port 5$$00 or not , if not what is the error.

if you get the error , pls share the error. is there any other service which lisson the same port.

share your reply.

Thanks

Anil

Former Member
0 Kudos

Hi,

Have you activated ITS on PI server?

Prashant

JPReyes
Active Contributor
0 Kudos

The answer as i see it is you can have more than 1.... you can have

icm/server_port_0 for ITS and icm/server_port_1 for your engine... so its up to you.

Regards

Juan

Former Member
0 Kudos

Hi,

Kindly set it as - PORT=5$$00

Thanks,

Prashant

Former Member
0 Kudos

Hi!

If I set the value of icm/server_port_0 to PORT=5$$00 I cannot more call the url http://localhost:5000/

I get then the message: "Teh website cannot be displayed"

Any idea how to proceed?

Former Member
0 Kudos

Hello,

Standard value

The standard system value for this parameter depends on the system type specified by parameter system/type.

Depending on the system type ports may already be configured.

The following types are possible:

Dual stack: The instance contains Application Server ABAP (AS ABAP) and Application Server Java (AS Java). system/type = DS

Standard Values icm/server_port_0 = PROT=HTTP,PORT=5$(SAPSYSTEM)00,TIMEOUT=60,PROCTIMEOUT=600

icm/server_port_1 = PROT=P4,PORT=5$(SAPSYSTEM)04

icm/server_port_2 = PROT=IIOP, PORT=5$(SAPSYSTEM)07

icm/server_port_3 = PROT=TELNET,PORT=5$(SAPSYSTEM)08,HOST=localhost

icm/server_port_4 = PROT=SMTP,PORT=0,TIMEOUT=120,PROCTIMEOUT=120

Java only: The instance contains only Application Server Java (AS Java). system/type = J2EE

Standard Values icm/server_port_0 = PROT=HTTP,PORT=5$(SAPSYSTEM)00,TIMEOUT=60,PROCTIMEOUT=600

icm/server_port_1 = PROT=P4,PORT=5$(SAPSYSTEM)04

icm/server_port_2 = PROT=IIOP, PORT=5$(SAPSYSTEM)07

icm/server_port_3 = PROT=TELNET,PORT=5$(SAPSYSTEM)08,HOST=localhost

ABAP only: The instance contains only Application Server ABAP (AS ABAP). system/type = ABAP

Standard Values icm/server_port_0 = PROT=HTTP,PORT=0,TIMEOUT=30,PROCTIMEOUT=60

icm/server_port_1 = PROT=SMTP,PORT=0,TIMEOUT=120,PROCTIMEOUT=120

This means that outbound connections across HTTP and SMTP are possible, but no ports for inbound connections are open. For security reasons ports for inbound connections must be explicitly configured.

For more information kindly check the link - http://help.sap.com/saphelp_nwpi711/helpdata/en/48/3ae05299c172d0e10000000a42189c/content.htm

Thanks,

Prashant

Former Member
0 Kudos

Thank you very much!

The question still:

Should the value have the value PROT=HTTP,PORT=5$$00 or PROT=HTTP,PORT=8000 ?

JPReyes
Active Contributor
0 Kudos