I've downloaded and installed SAP GUI for Java 7.20 on a Mac OS X 10.6.2 computer and I am unable to get the connection files that work with 7.10 to work with 7.20. The error I get is:
No messaher server found for xxx - unknown system name"
I have the same conneciton files in the same locations (messageserver.txt in /Library/Preferences/SAP and the config file in /Users/user/Library/Preferences/SAP). The files "connection", "settings" and "connectionTree.xml" get generated and the values look correct,
Note again these files work fine with SapGUI 7.10 - not at all with 7.20
messageservers.txt:
RP1-ECC-Production : /M/xxx1.node.edu/S/3600
BP2-BI-Production : /M/xxx2.node.edu/S/3600
SAPGUI for Java Configuration:
@INCLUDE = http://sapguiconfig/platin.ini
@StreamlineDefault = Streamline
@theme = Complementary
@language = en
@MESSAGESERVER = /Library/Preferences/SAP/messageservers.txt
RP1 [ECC Production] (xxx1.node.edu) : conn=/R/RP1-ECC-Production/G/PUBLIC
BP2 [BI 7.0 Production] (xxx2.node.edu) : conn=/R/BP2-BI-Production/G/PUBLIC
@autoSelectMode = true
@frameWidth = 1131
@frameHeight = 796
This is most frustrating.