cancel
Showing results for 
Search instead for 
Did you mean: 

JSPM remote access?

Former Member
0 Kudos

Hello,

I want to deploy files with JSPM (PI 7.1) from my local machine, so I want to use JSPM in remote mode. I started JSPM with go -remoteui on the WIndows 2003 Server. But after this command, the JSPM GUI starts on the WIndows 2003 Server itself. When I start JSPM GUI from my local machine via port 50017, I get a "Refuse.REASON_SINLGE_CLIENT" error.

Any help appreciated.

CHRISTOPH

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

this error usually comes when you start jspm in a wrong way

please check with this page:

http://help.sap.com/saphelp_nw70/helpdata/en/87/4797422930c56ae10000000a155106/content.htm

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi,

I used "go u2013remoteui". Right?

But which go file should be executed? The go.bat?

Thanks,

CHRISTOPH

prateek
Active Contributor
0 Kudos

Can you try with port 50019 instead of 50017?

Regards,

Prateek

Former Member
0 Kudos

Hey

Please try using go.bat file.

Thanks

Aamir

Former Member
0 Kudos

Hello,

I used 50010, not 50017, sorry my fault. And I am using go.bat. However, still the same problem.

It seems that the go.bat uses a config txt file: .../param/jspm_config.txt. There is a parameter /dialog/SDTServerConnection/SDTGui/launch = true. I think this should be set to false, then the GUI can be started with StartGUI.bat?

Will test it ASAP.

CHRISTOPH

Former Member
0 Kudos

Hi Christoph,

Check note 1013976 it's about UNIX but should work on WIN too.

You are right about /dialog/SDTServerConnection/SDTGui/launch parameter. Check section 'Redirecting the display' at the end of the note.

Regards,

Vasil