configuration SAPGUI Java
Technical Background - Connection Strings Connection String is a technical term used within SAPGUI for the Java Environment configuration. A connection string describes a connection address for a destination, e.g. an SAP system's application server, rather like an Internet URL describes a location for a web page. Simple Connection Strings In its simplest form, a connection string contains an IP address and a port number. These informations are sufficient for SAPGUI for the Java Environmant to open a direct TCP connection to a destination, e.g. an application server. IP address and port number are marked with the prefixes '/H/' (for host) and '/S/' (for service). Note that the portnumber for an SAP application server is by convention 3200 plus the two-digit SAP system number. Example for a simple connection string with an application server's IP address (172.16.64.17) and portnumber (3200): /H/172.16.64.17/S/3200 If your network environment supports DNS (Domain Name Services), a hostname can be used instead of the IP address in all kinds of connection strings. (This requires a correct DNS configuration at the frontend computer, e.g. via the /etc/hosts file). Example with an application server's hostname (iwdf8997.wdf.sap-ag.de) and portnumber (3200): /H/iwdf8997.wdf.sap-ag.de/S/3200 If your network environment supports symbolic service names for well-known ports, the symbolic service name can be used instead of the port number in all kinds of connection strings. (This requires a correct service configuration at the frontend computer, e.g. in the /etc/services file). Note that SAP application server ports are by convention named 'sapdp[@more@]', where is the SAP system id. Example with host name (iwdf8997.wdf.sap-ag.de) and symbolic service name (sapdpIWD): /H/iwdf8997.wdf.sap-ag.de/S/sapdpIWD Simple connection strings need not be resolved by the GUI application. Resolution of host names and symbolic service names is done by the operating system's network layer. SAP Routers In a WAN (Wide Area Network) environment, SAP routers are used to make connections to remote SAP systems that cannot be reached with a direct TCP connection. Passwords may be used for each SAP router to control access. In order to make a connection, the frontend computer is responsible for providing the complete route to the destination, possibly including a chain of several SAP routers. Path information is not provided by the routers. (Strictly speaking, a SAP router is actually better described as an application level proxy with password capabilities and strict source routing). The address for each router is specified by a simple connection string (with the router's host name and port number), optionally followed by '/P/' and the router password. The path from the current location to the destination is described by appending all router addresses together, followed by the address of the destination SAP system. Thus, a connection string with SAP routers generally has the form ... . Example with two routers (gate.acme.com, port 3299, and gate.sap.com, port 3298), the first using a password (secret), for a connection to the application server iwdf8997.sap.com, port 3200): /H/gate.acme.com/S/3299/P/secret/H/gate.sap.com/S/3298/H/iwdf8997.sap.com/S/3200 ', where is the SAP system id. Message server and group information can be used to address a SAP system in a connection string. The address of the message server is specified as a combination of message server host name, message server port and group name. These informations are marked with the prefixes '/M/' (message server host name), '/S/' (message server port) and '/G/' (logon group). Example with message server (hostname alrmain, port number 4253) and logon group (SPACE): /M/alrmain.wdf.sap-ag.de/S/4253/G/SPACE Connection strings with message servers are resolved by SAPGUI for the Java environment by contacting the message server and retrieving the (simple) connection string of an application server for the specified group. This requires network access to the message server at the time the address is resolved. SAP router connection strings may be used in combination with message server connection strings simply by specifying the router address before the message server address. The router is then used for contacting the message server as well as for contacting the resolved application server. Symbolic System Names The most user-friendly form of connection string addresses an SAP system only by its symbolic name (per convention, the system id) and the logon group name. These informations are marked with the prefixes '/R/' (for the symbolic SAP system name) and '/G/' (for the logon group name). Example with SAP system (ALR) and logon group (SPACE): /R/ALR/G/SPACE Connection strings with symbolic system names are resolved by SAPGUI for the Java Environment by looking up the symbolic SAP system name in the Message Server List (a text file containing a mapping between symbolic system names and message server addresses) and replacing the /R/ part of the connection string with the resulting message server address. The result is a complete message server connection string which is then further resolved as explained above. Formal syntax For the technically interested reader, the following BNF grammar formally describes the syntax of connection strings: := [ ] := | | := "/H/" "/S/" := | := (any DNS hostname) := (any IP address, in dotted decimal form) := | := (any IP service name) := (any decimal number) := "/M/" "/S/" "/G/" := (any ASCII string not containing '/') := "/R/" "/G/" := (any ASCII string not containing '/') := * := "/H/" "/S/" ["/P/" ] := (any ASCII string not containing '/')
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/167898/viewspace-1056039/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SAPGUI for Java Connect settingGUIJava
- 使用SAPGUI畫圖GUI
- 什麼是SAPGUI的clientGUIclient
- 在瀏覽器裡使用SAPGUI瀏覽器GUI
- Java使用commons-configuration讀取配置檔案Java
- Maven Java EE Configuration Problem 的完美解決辦法MavenJava
- SAP 設定SAPGUI自動LogOut功能GUIGo
- redis configurationRedis
- SAPGUI裡實現自定義的語法檢查GUI
- OEM Configuration ErrorError
- UltraEdit Configuration for Perl
- MySQL Replication ConfigurationMySql
- 如何把ABAP檢視新增到SAPGUI的收藏夾裡GUI
- 在瀏覽器裡使用SAPGUI裡的SE80瀏覽器GUI
- .net core Configuration物件物件
- Weblogic configuration fileWeb
- SAPGUI系統登入頁面配置的SAProuter有什麼用GUI
- 9.(轉)Spring Configuration Check Unmapped Spring configuration files foundSpringAPP
- spring 解析 @Configuration 流程Spring
- redhat 5.5 time zone configurationRedhat
- WAS Portal Theme Development And Configurationdev
- Enterprise Structure ConfigurationStruct
- Dedicated Server Configuration (133)Server
- 如何在瀏覽器裡執行 SAPGUI 的事務試讀版瀏覽器GUI
- 在 SAP Fiori Gateway 系統配置一個指向 SAPGUI 事務的 tileGatewayGUI
- SAP Fiori Belize 主題應用在 SAPGUI 裡的一些要點GUI
- .Net Core Configuration原始碼探究原始碼
- new sublime text4 configuration
- SAP Spartacus Multi-Site Configuration
- Error reading master configurationErrorAST
- Database(Mysql、Sqlserver) Configuration Security ReinforcementDatabaseMySqlServer
- SAP R/3 Audit log configuration
- HP Array Configuration Utility CLI命令
- FICO--Configuration Transaction Codes
- Chef --an automatic configuration management frameworkFramework
- SQLServer 2005 Mirror ConfigurationSQLServer
- SAPGUI 裡 F1 功能鍵的用法專題講解試讀版GUI
- 如何在 SAPGUI 的同一個螢幕顯示兩個 ALV listGUI