cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro use wrong port?

Former Member
0 Kudos

Hi Community,

i just created my fist WebDynpro app, and when i try to start them, them use a wrong port: 0!?

How is that possible, and how to set a correct port to use with webdynpro?

This is the url: "http://myhost:0/sap/public/bc/webdynpro/viewdesigner?sap-client=001"

As you can see, my app use port "0", how to fix this issue?

Thanks,

Mirso

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Mirso,

Please run tx SMICM and check if your http service is active. It doesn't look like it's configured.

KR,

Amerjit

Former Member
0 Kudos

Hi,

this is the ouput of SMICM:

No other services is listed.

Regards

Mirso

Former Member
0 Kudos

Hello Mirso,

your screen shot confirms ICM isn't setup.

Please set the parameter: icm/server_port_0 = PROT=HTTP,PORT=80$$

The above is just a basic setup and once you have added the above parameter to your instance profile, restart the ICM with tx SMICM => Administration => ICM => Exit Hard => Local.

Et voila, you will have your ICM running on HTTP port.

KR,

Amerjit

Former Member
0 Kudos

Hi,

thanks for help, this are the lines what i added to

file -> "NSP_DVEBMGS00_big" where NSP is my SAP System and "big" is my pc/host name

i hope that i do this in the right file??

New Lines:

icm/server_port_0 PROT=HTTP,PORT=80$$,TIMEOUT=90,PROCTIMEOUT=3600

icm/server_port_1 PROT=SMTP,PORT=25$$,TIMEOUT=90,PROCTIMEOUT=3600

icm/server_port_2 PROT=HTTPS, PORT=443, TIMEOUT=15, PROCTIMEOUT=45

but there are no changes

Only a smtp service is added:

Any idea whats going wrong?

Thanks

Mirso

Former Member
0 Kudos

Mirso,

It should read as follows:

icm/server_port_0 = PROT=HTTP,PORT=80$$,TIMEOUT=90,PROCTIMEOUT=3600

icm/server_port_1 = PROT=SMTP,PORT=25$$,TIMEOUT=90,PROCTIMEOUT=3600

icm/server_port_2 = PROT=HTTPS, PORT=443, TIMEOUT=15, PROCTIMEOUT=45

You are missing the "=" after the icm/server_port_x

KR,

Amerjit

Former Member
0 Kudos

Hi,

you have right, i ignore the equal character -.-, thanks a loot for your help.

Best regards

Mirso

Former Member
0 Kudos

Glad to help.

Enjoy ......

Answers (1)

Answers (1)

Sriram2009
Active Contributor
0 Kudos

Hi Mirso

It should be based on your instance number(CI) for example your instance number 00 - you can use the port number 8000.

"http://myhostname:8000/sap/public/bc/webdynpro/viewdesigner?sap-client=001"

Or your test the service it will open the web browser in that you can find it.

Regards

SS