linux - Eclipse ABAP Development: Cannot Retrieve Connection configuration -
i have installed abap development tools on eclipse 4.2 , kubuntu 12.04 64 bit , went fine.
when try create new abap project , search configured sap connections on sap gui (i have sap gui java 7.30 rev 3) eclipse shows following error:
"configuration not found in settings file '/home/dfabbri/.sapgui/settings', include 'null', , message server 'null'"
i verified file '/home/dfabbri/.sapgui/settings' present , not empty; here content:
############################################################ # # file : /home/dfabbri/.sapgui/settings # created : 08.05.2012 12:42:08 cest # encoding: utf-8 # ############################################################ @logonframey = "83" @logonframex = "137" @glf_showdetailcol = "1" @glf_columnstate = "0 / 75" @logonframe_2_x = "970" @logonframe_2_y = "241" @framewidth = "778" @frameheight = "900" @logonframe_2_width = "348" @logonframe_2_height = "451" @lookandfeeldefault = "tradeshow" @propfont = "roboto cn" @fixedfont = "ubuntu mono" @labelfont = "roboto" @genfont = "roboto cn" @forcelongwindowtitle = "true" @showlistboxkeyalways = "true" @listboxsortbykey = "true" @overwrite = "false"
does have suggestion problem?
i tried on windows virtual machine , went fine.
i realize old question in case still have issue (i have on mac time) add following 2 entries bottom of settings file:
@include = "file:///home/dfabbri/.sapgui/connections" @messageserver = "file:///home/dfabbri/.sapgui/message_servers"
then create 2 files above in path (connections should there), message_servers can empty. hope helps.
Comments
Post a Comment