cancel
Showing results for 
Search instead for 
Did you mean: 

SDM - RemoteGUI.bat not starting

former_member787462
Participant
0 Kudos

Hello Team,

I have downloaded the SDM file directory to file local system and when i execute the command "RemoteGUI.bat" file i am able to connect through the SDM and i was able to deploy the EAR etc files.

But after upgrading from IBM JVM to SAP JVM i am unable to connect to SDM(SDM file directory which is present in my local system is when my JVM is IBM , still i am using the same).

And when i execute the RemoteGUI.bat file, i am getting "Your device is not ready" Please use password and XXX18 port number.

Could you please explain me, why i am getting this error, and how to resolve this issue.

Thanks

Best Regards,

Manoj K

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please delete the following file and restart the instance please:

/usr/sap/<SID>/<INSTANCE>/j2ee/cluster/instance.properties.vmprop

/usr/sap/<SID>/<INSTANCE>/SDM/program/config/sdm_jstartup.properties.vmprop

These files will created after the restart. These files sometimes

cause problems.

Regards,

Vipin

former_member787462
Participant
0 Kudos

Hi Vipin,

Thanks for your reply.

I have resolved this issue.

Please follow the below steps to access the SDM using "RemoteGui.bat".

1) For example if your WebAS Java is installed in any of the OS(AIX,UNIX etc)

a) Please copy the SDM directory form the server to your local desk(/usr/sap/<SID>/J<xxx>/SDM.

2) After copying the SDM directory to your local disk (Path - > D:\SDM), Please change the below file properties first by default this properties will be called when you execute the "RemoteGui.bat".

localsdmgui.properties file properties as mentioned below

_________________________________________________

#Fri Dec 16 08:10:35 CET 2011

localGUIClientHost=0.0.0.0

workingHost=XXXXXX(provide your host name)

localGUIClientPort=0

workingDirectory=XXXX(provide your Local working directory)

workingPort=50018

workingFrogTheme=Bright Harmonic

workingLookAndFeel=com.sap.plaf.frog.FrogLookAndFeel

_________________________________________________

3) If you are copied the SDM directory in the D:\SDM locak disk, Please update the same paths in the below two property files.

RemoteGUI.bat

sdm_prep_com.bat

4) Double click the RemoteGui.bat file, so that you will be able to see the SDM UI , here you can connect to SDM server.

Thanks

Manoj K