cancel
Showing results for 
Search instead for 
Did you mean: 

SAPGUI for Java 7 rev 3 - error while connecting

Former Member
0 Kudos

I installed SAPGUI for Java 7.00 rev 3 on Windows XP. When I configure the new system through expert mode in advance tab, I am trying to give sysid as follows:

conn=/H/<Server details>/S/sapdp<SID>

Once I hit save, it converts sapdp automatically to 32. I believe, I am not able to connect due to this.

Any clue on how to fix this?

Accepted Solutions (0)

Answers (1)

Answers (1)

RMW
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

I can not reproduce the issue you are describing and I would not expect this to be new to this particular version of SAP GUI for Java.

Doing the same in my case

conn=/H/<appserver>/S/sapdp<SID>

gets changed to

conn=/H/<appserver>/S/3200+<SID>

You can avoid this by specifying directly /S/3200+<SID>, e.g 3200.

Best regards

Rolf-Martin

Former Member
0 Kudos

Thanks Rolf. I was giving a wrong port (and got the info from SM51 tcode). Below syntax was useful.

Cheers,

Phani