on ā2016 Mar 02 3:01 PM
Dear all,
i want to connect to a Web Application Server using the HTTP port, but it is not working.
HTTPS is working without any problems.
I started hte HTTPS site and checked the system information, please see attached jpg.
The system overview tells me, that HTTP Port is null.
But how can i change it?
Thanks in advance for our help.
Kind regards,
Klaus
Request clarification before answering.
Dear all,
thanks for your replys.
First of all i forgot to mention, that the ABAP Stack and the JAVA Stack is running on the same Server in different instances.
I checked the profiles of the JAVA instance, there are no entries depending on
icm/server_port_xx
So i think the system will use the default values.
But i found out something strange. I checked the Ports using netstat. If i shut down the JAVA Instance and only the ABAP Instance is running i get the following entries:
netstat -ano | findstr :50100
TCP 127.0.0.1:50100 127.0.0.1:65000 ESTABLISHED 13232
TCP 127.0.0.1:65000 127.0.0.1:50100 ESTABLISHED 9084
Then i checked the Process ID 13232 and 9084
13232 disp+work.exe
9084 icman.exe
So i think icman.exe is blocking the port 50100.
How should i solve this problem?!?
I think the best way is to change the JAVA Port to another one. But how can i do that?
I added the parameter
icm/server_port_0 = PROT=HTTP , PORT=50200 (SAPSYSTEM) 00, TIMEOUT=60 , PROCTIMEOUT=600
to the JAVA Default.PFL but it did not take any effect.
What can i do?
Thanks for you help.
Kidn regards,
Klaus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Klaus,
All instances have ICM to handle web requests. ABAP or JAVA.
Normally if you install a dual stack system instance numbers come with 00 (CI), 01 (ASCS) and 02 (JSCS).
If you install ABAP and JAVA stack as different systems instances come with ABAP instances are 00 (PAS) , 01 (ASCS), Java instances are 02 (PAS) ,03 (JSCS).
I see that your instance number is 01.
Is your system dual stack? Or seperate ABAP and Java systems (SIDs)?
What are your instance numbers? Can you send SAPMC screenshot?
Or can you send the output of below command running on cmd with sidadm user.
sapcontrol -nr 01 -function GetSystemInstanceList
You should also define the parameter on instance profile not in default.
Regards,
Yuksel AKCINAR
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.