cancel
Showing results for 
Search instead for 
Did you mean: 

Convert saplogon.ini (SAp Gui Windows) to Connections (SAp Gui Java)

erik_hendrix
Explorer
0 Kudos

Is there any tool available these days to convert a saplogon.ini from SAP Gui for Windows to a connections file for SAp Gui Java?

If not, any hints/tips on how to best do this conversion preferable with the least amount of typing?

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Here the Llink to the blog describing the tool: [Convert saplogon.ini file to connections file for SAPGUI Java|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/22750] [original link is broken] [original link is broken] [original link is broken];

RMW
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

a set of scripts to convert the SAP GUI for Windows configuration files (saplogin.ini, sapmsg.ini, saproute.ini) and the sapms and sapdp port numbers of the services file in configuration files to be used with SAP GUI for Java can be found on the [SAP GUI family page|] or directly [here|?rid=/library/uuid/c00de625-24e8-2d10-67b3-f79dad1a27c7].

Best regards

Rolf-Martin

peter_yu3
Participant
0 Kudos

there is no any tools to do it. You need do it manually. you can directly open your connections file and edit, the entry like below:

<system description>:conn=/H/<app host>/S/32<system number>&expert=true

best regards,

Peter

Former Member
0 Kudos

Hello everybody,

I created a small tool, that is able to convert a given saplogon.ini file (as used by SAPGUI Win) to a connections file (as used by SAPGUI Java). Please let me know, in case you are interested by updating this thread.

Former Member
0 Kudos

good job

Former Member
0 Kudos

Hi,

I didn't understand why you need conversion ? It is one time job..

If you have multiple entries in SAP GUI, you can make one SAP GUI for JAVA connection file..

Later on you can copy/replicate that "Connection" file on another Lunux/Unix host in the users home directory.

"/home/<user>/.SAPGUI/connections".

If you want to remove some of the entries for connection file, you can simply open it in "VI" editor, go to the particular line which you want to remove and press "D" 2 times. It will delete the line... that's it...

Otherwise, you may need to take help of Shell script expert who can capture the require fields from "saplogon.ini" and put in "connections" file with proper format..

Regards.

Rajesh Narkhede