cancel
Showing results for 
Search instead for 
Did you mean: 

how to find port number , when there will be different instance number ?

Former Member
0 Kudos

In case of portal url,

port number is 50000 for default instance number 00.

how to find port number , when there will be different instance number , instead of 00?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You can find the port number by your instance number as follows:

There is a general format for the port number like you have mentioned.

For 00 instance the port number is 50000.

The general format for the port number goes like this:

<b>5<instance_no>00</b>

If your <b>instance number is 01</b> then the port number would be <b>50100</b>.

It depends on the installation type which you perform.

You can also change the instance number during the installation but normally you dont do this.

If you have many components or units installed on your system you may have more than one instance in that case it may go like this 00, 01, 02....accordingly port number will be 50000, 50100, 50200...resp.

Hope this solves your doubt.

If you need some more clarification please lemme know.

Regards

Sumit Jain

**Rewrd with points if useful.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If the instance number is 01, folder structure is JC01 or DVEBMGS01 then the url is http://<ip address>:50100

Same applies for the other instances. SCS<XX> is not considered for the url part.

To see these folder structure login at the OS level and then go to c:\usr\sap\<sid> for windows or for the unix flavour go to the /usr/sap/<SID> and look for the directory structure.

This is enough. nothing else is required.

Reward with points!!!!

Former Member
0 Kudos

Thanks a lot

Former Member
0 Kudos

hi,

the calculation of port goes like this...

50000+(100* system no.)

for 00 50000

for 01 50100

for 05 50500 and so on.......

cheers,

yatindra