cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting SAP System through SAP GUI JAVA 7.00 on Win 32 OS

Former Member
0 Kudos

Dear All,

in past i am connecting to a Remote SAP System using the following data in SAP GUI for

Windows 7.10

Application server: I62external

System-ID: I62

System Number: 09

SAProuter-String: /H/ides.consolut.eu/W/consolut/H/

and i don't know about message server name its IP and Port and group

Now I want to use SAP GUI JAVA 7.00 to connect to the same SAP System. my problem is how to

configure the connection here.

In config.ini file What shoud i write in place of these values:.......

==============================================================================

  1. Central Config File

@MESSAGESERVER = file:/E:/Documents and Settings/Administrator.GOD/SAPGUI/msg.ini

@ROUTER = file:/E:/Documents and Settings/Administrator.GOD/SAPGUI/rout.ini

Accounting : conn=/R/I62/G/Public----


what should i write over here??

Sales : Conn=/R/I62/G/Public -


what should i write over here??

=================================================================================

In msg.ini file What shoud i write in place of these values:.......

  1. Message Server List

I62: /M/TALOS/S/3611----


what should i write over here??

==================================================================

rout.ini file is ok, i can configure this as

  1. SAP ROUTER LIST

Partners: /H/ides.consolut.eu/W/consolut/H/----


this is O.K.

====================================================================

pls remember i only know the follwoling data to connect to the remote sap system

Application server: I62external

System-ID: I62

System Number: 09

SAProuter-String: /H/ides.consolut.eu/W/consolut/H/

=================================================================

i don't know about the message server, host name, group, Ip, Port.

so, how can i use above three files to use a connection with SAP GUI JAVA ??

Abhishek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi, are you able to connect using win gui? Are you trying connect to this server using WEB AS connection (not Message server) and when chek in sm51 where are your message server?

First try to connect diretly like in this thread:

/people/thomas.bentzen2/blog/2007/10/29/using-sap-gui-for-java-on-mac-for-development

after you connect check message server , and after you know the application central instance number and host name (like 07) when your MS port are 3607 and ms string are

/M/HOSTNAME/S/3607

P.S. read the help in your JAVA gui --> like

9. Technical Background

Connection Strings

Connection Data

Regards.

Former Member
0 Kudos

Hi,

I used SM51, got the one entry like Host:TALOS, Server Name: TALOS_I62_09, Port:3209, IP:

78.46.35.38

But i am not be able to connect using these data. one more thing i am able to connect with the application server, (data given in earlier mail), but why not with using the messag server ?

Abhishek

Former Member
0 Kudos

Try for testing in Expert mode

conn=/H/ides.consolut.eu/W/consolut/H/M/TALOS/S/3209/G/SPACE

or

conn=/H/ides.consolut.eu/W/consolut/H/M/TALOS/S/3209/G/Public

(i do not know your Group name) check in SMLG.

Regards.

Former Member
0 Kudos

Hi,

I am able to make a connection using the advanced string like

conn=/H/ides.consolut.eu/W/consolut/H/TALOS/S/3209

But why not with using Message server. when ever i am using message server connection, it said that host name unknown??

Abhishek

Former Member
0 Kudos

Hi,

A new error, it is saying when ever i m trying to coneect through Message server is:

Error: TALOS: route permission denied (59.94.129.100 to TALOS,3209)

what is that??

is this the only cause, making it troubleful when ever i am trying to connect with message server?

how to resolve this?

Abhishek

Former Member
0 Kudos

Post the string you tryin to connect your MS server.

Are you able to ping your Message server "Host" name ?

the TAlOS as you say. If not you need to change hosts file and add etry about this server,

also you need add in services entry about MS server port

sapmsI62 3609/tcp

And also you need to have permit in saproutertab acess to 3609 port ...

Are you know the saprouttab entrys ?

Regadrs.

Former Member
0 Kudos

Hi,

THese are like that....

=================================================================

In config.ini the enmtry is:

  1. Central Config File

@MESSAGESERVER = file:/E:/Documents and Settings/Administrator.GOD/SAPGUI/msg.ini

@ROUTER = file:/E:/Documents and Settings/Administrator.GOD/SAPGUI/rout.ini

Accounting : conn=/R/I62/G/PUBLIC

===================================================================

In Mesg.ini the entry is:

  1. Message Server List

I62: /M/TALOS/S/3209

======================================================================

In rout.ini entry is:

  1. SAp ROUTER LIST

Partners: /H/ides.consolut.eu/W/consolut/H/

======================================================================

Not be able to ping with the Host Name "TALOS", but yes able to do this with its IP "78.46.35.38"

pls let it clear tht SAP system is not on my machine. its on the remote host.

also you need add in services entry about MS server port

sapmsI62 3609/tcp

should i do that on my machine??

And also you need to have permit in saproutertab acess to 3609 port ...

Are you know the saprouttab entrys ?

How should i do that, which T-code i should use for this? SAP SYSTEm is on Remote Host

i don't know about them

Abhishek

Former Member
0 Kudos

I62: /M/TALOS/S/3209

it's not correct the MS port are 3609 in this case,

if you cant ping TALOS , but can ping IP of talos of course you need change the "host" file on your PC, and

services on your PC to , locate to

Drive:\WINDOWS\system32\drivers\etc

both files are here, but remeber last line in services file must be empty.

Regards.

Former Member
0 Kudos

Hi,

I did the same changes and used 3609 in place of 3209. still the same erorr like host name unknown and permission denied.

What to do now ?

Abhishek

Former Member
0 Kudos

Hi,

I think its all about the access Problem with SAPRoute.

pls do let me know the T-code throug which i can make a entry in "saprouttab entrys "

Abhishek

Former Member
0 Kudos

You need to call the Basis admins where saprouter are installed and ask their are you able to connect on message server port or not.

P.S. if you know IP of sap server use it instead of name.

Regards.

Former Member
0 Kudos

Hi,

I am doing it at home. I know the directory, it is usr/SAP/saprouter.

if you know a particular T-code pl do let me know , so that i can enter in to the remote system.

Abhishek

Former Member
0 Kudos

Only on OS level in saprouter server, and after saprouter need to be restarted to.

P.S. i can't understand why you need it if you have only one App server ??

Regards.

Former Member
0 Kudos

Hi,

actualy i am having the same "route permission denied" problem when i am using the T-code OSS1 to connect to the SAP SERVEICE NET.

So i am searching a T-code, using which i can enter in the SAProute directory of the remote host.

in between do u know the T-code, making it enter into the SAP directory?

Abhishek

Former Member
0 Kudos

Hi,

I am able to connect to the SAP system through Application server, WhY it says route permission denied, when I am using OSS1 to go to SAP NET ??

Abhishek

Former Member
0 Kudos

Your connect to APP server has nothing to do with OSS connection

Are you configure the OSS1 t-code ? Are you can check the SM59 ABAP connection

SAP-OSS , test it, and configure correctly OSS1 > Parameters> Tehnical settings,

but if in saprouttab are not able connection to sap servers , you can't connect ....

Regards.

Former Member
0 Kudos

Hi,

I used SM59 ABAP connection SAP-OSS , the test is having error, saying

TALOS: route permission denied (TALOS to 78.46.35.38, sapdp99).

I even tried this (OSS1 > Parameters> Tehnical settings). the same error message.

so it is fully related to the SAProute entry??

Abhishek

Answers (0)