cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ConnProblem on Mac

Former Member
0 Kudos

Hey Guys,

I wanted to get started on Mac with Sap Gui for Java but I am getting an Internal Error.

Here's the dialog:

Connection closed

Error: internal error

Location: SAProuter 39.2 (SP4) on 'f00'

Mon Dec 16 21:47:21 2013

Release 710

Component NI (network interface), version 39

rc = -93, module nirout.cpp, line 2683

Detail NiRClientHandle: route expected

My connection string is: /H/remote.hcc.uni-magdeburg.de/S/3299/H/  which I put in under Advanced

Can anybody help??

I am running OS X 10.9

Accepted Solutions (1)

Accepted Solutions (1)

ACE-SAP
Active Contributor
0 Kudos

Hi

Your connection string looks wrong.

It should finish with a '/S/<port>' and yours is finishing with '/H/' => prefix for a host, that's why you get a "route expected error".

The port also looks strange, is 99 the instance number of the target sap system ?

     /H/remote.hcc.uni-magdeburg.de/S/32<instance number>

Regards

Former Member
0 Kudos

Hey thanks for trying to help.

Yes that H at the end is wrong, I already figured, but I copied that because UCC Remote Dial-In told me:

For the remote-access please enter the following SAP router string into your SAP logon pad:

/H/remote.hcc.uni-magdeburg.de/S/3299/H/

the error then is:

Connection failed

Error: service '3299/H' unknown

Mon Dec 16 22:53:26 2013

Release 720

Component NI (network interface), version 40

rc = -3, module niuxi.c, line 1814

Detail NiPGetServByName: '3299/H' not found

System Call getaddrinfo

Technical Details

java.lang.Exception: Error: service '3299/H' unknown

So you are right.

I already removed the /H at the end and the result was the internal Error above i already posted.

the tutorial of my university for the connection on Windows says:


Anwendungsserver: R39Z
Instanznummer: 39
System-ID: R39
SAProuter-String: /H/remote.hcc.uni-magdeburg.de/S/3299/H/


So I suppose the inctance number is 39. I don't know why the string says 3299


If I put the string to conn=/H/remote.hcc.uni-magdeburg.de/S/3239 I get the error:


Connection failed

Error: partner 'remote.hcc.uni-magdeburg.de:3239' not reached

Mon Dec 16 23:00:54 2013

Release 720

Component NI (network interface), version 40

rc = -10, module nibuf.cpp, line 4658

Detail NiBufIConnect: connection pending after 10000ms

System Call connect

Error No 36

'Operation now in progress'

Technical Details

java.lang.Exception: Error: partner 'remote.hcc.uni-magdeburg.de:3239' not reached

Mon Dec 16 23:00:54 2013

Release 720

Component NI (network interface), version 40

rc = -10, module nibuf.cpp, line 4658

Detail NiBufIConnect: connection pending after 10000ms

System Call connect

Error No 36

'Operation now in progress'

I don't know

ACE-SAP
Active Contributor
0 Kudos

Ok, you are accessing the SAP system through a sap router running on port 3299 of the host remote.hcc.uni-magdeburg.de

Your connection string should be something like:

     /H/remote.hcc.uni-magdeburg.de/S/3299/H/R39Z/S/3239

As far as R39Z is a valid hostname...

Regards

Former Member
0 Kudos

Whuu. Thank you very much

i got an error again but realized I didn't update my IP to the UCC Remote Dial-in.

After that, it finally worked.

Thanks a lot and Merry Christmas! Gonna learn at home now for my finals

ACE-SAP
Active Contributor
0 Kudos

You're welcome

Merry [studious] Xmas !

Answers (0)