cancel
Showing results for 
Search instead for 
Did you mean: 

Check SDM configure

Former Member
0 Kudos

Dear all,

I hit a problem that SDM is not able to reach the message server after apply a SP stack while the message server is up.

Would like to know what is the possible cause and where can I check the current configure of the SDM.

Thanks in advance

Regards

Bill

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi there,

The configuration of SDM regarding message server is kept in the SDM repository file at SDM\program\config\sdmrepository.sdc

The file is in a XML format and if you open it with a text editor you could find:

<JStartup-Configuration active="true">

<mshost>

PALN00483266A

</mshost>

<msport>

3901

</msport>

In this case PALN00483266A is the host and 3901 is the message server port.

You should know that in double stack instance (JAVA+ABAP) there are 2 message servers, and the one that SDM uses runs in the SCS[XX]/work directory. You could find there dev_ms file where you could see the port number.

Although you could manually change the message server configuration in the sdmrepository, it is better to use SDM commands to do it in order to avoid making an error.

How to do that is described on page 14 of

SDM\program\doc\SDMCommandLineDoc_en_final.pdf

Regards,

Ventsi Tsachev

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Thanks both of you for the reply, am able to find out the configure.

The setting is correct but I still cannot connect to the message server.

Regards

Bill

Former Member
0 Kudos

Hi,

Please check Link http://help.sap.com/saphelp_nw70/helpdata/EN/7c/9ce742bdab5604e10000000a155106/content.htm

Reason 5 could be helpful for setting the message server and port.

Regards,

Srikishan