cancel
Showing results for 
Search instead for 
Did you mean: 

How do I find the SDM port number when trying to deploy a Mobile Component

Former Member
0 Kudos

Hi Guys,

I am trying to deploy a Mobile Component in NWA. At some point I need to supply J2EE server details (the server I am deploying to). I know the server name, but I also need to supply the "SMD Port" number.

Please advise where in SAP (perhaps a transaction number) I can get this port number from.

Kind Regards,

Christiaan

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

Hi Christian,

For a default installation, the port number for the SDM is 18; if you modified the SDM port during the installation, you must remember this when you enter the port number. The input parameter for the SDM port field appears as follows:

http port: 50000 + instance number * 100 + SDM port: 18

Regards,

Abhishek Joshi

0 Kudos

Hi,

The below mentioned link will give you details on SDM.

http://help.sap.com/saphelp_nw04/helpdata/EN/22/a7663bb3808c1fe10000000a114084/frameset.htm

Regards,

Suma

Former Member
0 Kudos

Hi Christiaan,

Assuming that the other user credentials are available, the port number (generally maintained) would be <5> followed by <the instance number> followed by <18>

So you have SDM on Java stack with the instance number '22' then the port would be - 52218

Other way to find it (On a single stack - locate SDM remotegui.bat - in the case below, we have this located in the java stack with instance 00)

Start RemoteGUI on the remote machine with the following command (windows):

<x>:\usr\sap\<SID>\JC00\SDM\program\RemoteGui.bat

So the port number would be - 50018

On a Dual stack (general) naming convention of the folder would be 'DVE...xx', where 'xx' would refer to the instance number of both ABAP and Java stack:

<x>:\usr\sap\<SID>\DVEBMGS33\SDM\program\RemoteGui.bat

So the port would be - 53318

Regards,

Amith

Former Member
0 Kudos

Acces the url:

http://<host>:<port number>/sap/monitoring/SystemInfo

And check the Port number on the Message Server section (on the left and the top).

Regards,

David Faustini