BACK TO TOP

Server Configuration

This section covers the configuration of a GuiXT Server. There are three sections, as follows:

Client PC Configuration

The client computer is configured by way of a SAP Router string. This string is entered in the server properties box in SAPGUI itself. The system properties box looks as shown below:

The system properties box contains the following information:

Server Configuration

GuiXT Server is configured by means of two main configuration files. These files are as follows:

GuiXT.ini

The GuiXT.ini configuration file is where many parameters are defined for the implementation of the GuiXT environment. it is located in the C:\Program Files\Synactive Inc\GuiXTServer\ folder. A sample Server guixt.ini file is shown below:

The other possible configuration settings in the file are not required for a successful implementation of GuiXT Server. However, they are defined as follows:

SAPProxy.ini

The SAPProxy.ini file is where the server configuration parameters are defined. It is housed in the same directory as the GuiXT.ini file. A typical SAPProxy.ini file will appear as shown in the following example:

The main parameters in the SAPProxy file are as follows:

Control

proxycount: Defines how many SAP ERP systems the GuiXT Server will connect to. IN our example, there is only a single SAP system involved. Client sites may have up to four proxies.

Proxy

Each proxy needs a separate entry in the configuration file. The entries contain the following information:

To add trace options, please do the following:

  1. Open the Sapproxy.ini in a supported text editor. We usually use Notepad.
  2. Add the following keyword to the Sapproxy.ini file: Options=-logtraffic:on. This keyword will trace each and every network packet, writing the results as log files. The logs will use the naming convention: TL_*
  3. Once the log files are generated, send them to Synactive for review by a Supportspecialist.
Debugging

It is also possible to add trace options to the Sapproxy.ini file. Trace options assist in debugging GuiXT Server. They are shown in Sapproxy.ini as the following option:

Multiple SAP Instances

In the case of multiple SAP instances, the sapproxy.ini file must contain an entry for each instance. Each entry must contain the relevant information for that particular SAP instance. An example of a sapproxy.ini file where there are multiple SAP instances is shown below:

Note that the sapproxy.ini file now contains two entries - one for each SAP instance. Note that the port information and the server name information is unique. This is important - there cannot be two identically-named instances in the sapproxy.ini file. It is important to note that the proxy count in the [Control] section must equal the number of SAP instances as well. For multiple instances of SAP, it is necessary to create a unique connection for each in the SAP Logon Pad as well. Each connection instance will point to the same server, but will have a unique system number. IN the following screenshot, the server GUIXTSVR points to the local system, using the system number '32':

However, in the following example, the server is the same, but the system number has changed to '15'. This denotes a separate instance of the SAP server.

SynWatchdog Configuration

The SynWatchdog is a utility that will stop and restart GuiXT Server, regardless of what state the Server might be in. SynWatchdog can also record events and send warning emails to a system administrator. SynWatchdog is automatically installed by the InstallShield wizard. However, SynWatchdog is not set to start automatically - it must be manually started by a user.

Starting SynWatchdog

To start SynWatchdog, users double-click on the 'Synwatchdog-Service.bat' file located in the GuiXTServer folder. To set SynWatchdog to start automatically, please do the following:

  1. Go to Start > Run and enter 'services.msc'.
  2. The Services window will appear. Scroll down to the entry for 'Synactive Watchdog Service'.
  3. In the 'Startup Type' column, right-click and select 'Properties'.
  4. The Properties window will display. In the General tab, find the Startup drop-down menu and select 'Automatic' and then click OK.
  5. SynWatchdog will now start automatically when Windows starts.

Configuring SynWatchdog

SynWatchdog is configured through the SynWatchdog.ini file located in the GuiXTServer folder. A typical SynWatchdog configuration file looks like the following example. This example is based on the current release of SynWatchdog (v 2.2.2)

The SynWatchdog INI file contains a number of parameters, which are explained as follows: