cancel
Showing results for 
Search instead for 
Did you mean: 

SAPGUI Java Configuration

Former Member
0 Kudos

Hi,

I need some help at the configuration settings.

I tried to configure as it is explained in PlatinGUI-TechEd2000.pdf (sheet 20)

config.ini


@MESSAGESERVER = msg.ini
@ROUTER = rout.ini

msg.ini

A05 : /H/<Server>/S/3299/H/

rout.ini

Partners :  /H/<Server>/S/3299/H/

When I try to set the preferences I don't get anything to choose on the system-tab.

I also tried to use te expert-mode

conn=/H/<Server>/S/3299/H

This leds to an error: Service '3299/H' unknown

I hope anyone can guide me through this...

Thanks in advance.

MacOS 10.4.9

SAPGUI 7.00rev3

System: A05

SAPROUTER-String: /H/<Server>/S/3299/H/

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member696936
Discoverer
0 Kudos

Install SAPGUI for JAVA

Open SAPGUI for JAVA

Push New Button

Go to Advanced TAB

Check mark the Use expert configuration and

Enter in the following

conn=/H/192.168.1.195/S/3200&clnt=110

/H/IP ADDRESS of the application server

/S/3200 if this is the first instance

=110 for Client

The IP address will be different for your server

If you run two clients on one system:

conn=/H/192.168.1.195/S/3201&clnt=110

/H/IP ADDRESS of the application server

/S/3201 if this is the secondinstance

=110 for Client

If you want to experiement Uncheck the Use expert configuration and set parameters in the Security and Login tabs then come back to Advanced and check mark the Use expert configuration and save.

The translation is connect to

(H)ardware address = IP Address of server

System 3200 (port) no idea why port 3200 or 3201

cInt = client

This saves the same file in MAC, Linux and Windows, and you can edit that file one you have created this.

file name is connections

This has been tested on MAC, Linux and Windows using the Java SAPGUI

RMW
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Fry,

I try to make some recommendations regarding your config files and references to the relevant chapters of the manual which is part of the installation.

<b>config.ini:</b>

The location of the references to the message server and router files should be fully qualified http or file urls.

see 7.1 "GUI Configuration File"

<b>msg.ini:</b>

- Message servers are identified by /M/

- the port number looks wrong (looks like the default router port number)

- the trailing /H/ is wrong

So it should be something like

A05 : /M/<messageserverhostname>/S/<portnumber>

portnumbers for messageservers are usually >=3600

see 7.2 "Message Server List"

<b>rout.ini</b>

please remove the trailing /H/

see 7.3 "Router List"

For an overall explanation of these technical strings, please have a look at chapter 9.1 "connection strings".

Best regards

Rolf-Martin

Former Member
0 Kudos

Ok, so I have to ask for the messageserver string. I didn't get any so far.

Thanks.