Show TOC

Only Windows: Configuring IISLocate this document in the navigation structure

Use

You have to configure Microsoft IIS as follows:

Version Configuration

Microsoft IIS 5.x

Set Application Protection to High

Microsoft IIS 6.0

  • Create a Web service extension
  • Create an application pool

Procedure for Microsoft IIS 5.x

  1. Choose:
    • Windows 2000: Navigate to Control Panel → Administrative Tools → Computer Management → Services and Application → Internet Information Services
    • Windows Server 2003: Navigate to Control Panel → Administrative Tools → Computer Management → Services and Application → Internet Information Services (IIS) Manager.
  2. Navigate to the Web site SAP_TREX_<instance_number>.
  3. Display the properties of the virtual directory TREXHttpServer. This virtual directory is located beneath the Web site. On the tab Virtual Directory, choose High (Isolated) in the field Application Protection.
  4. Restart the Web server.

Procedure for Microsoft IIS 6.0

Choose:

  • Windows 2000: Navigate to Control Panel → Administrative Tools → Computer Management → Services and Application → Internet Information Services
  • Windows Server 2003: Navigate to Control Panel → Administrative Tools → Computer Management → Services and Application → Internet Information Services (IIS) Manager.

Create a Web service extension

  1. Choose Web Service Extensions.
  2. Create an extension with the following data:
    Field Entry

    Extension name

    TREXHTTPServer_<instance_number>

    Required files

    <disk_drive>:\usr\sap\<SAPSID>\ TRX<instance_number>\exe\WebServer\TREXISAPIExt.dll

    Set extension status to Allowed

    Select this field.

Create an application pool

  1. Choose Application Pools. Create an application pool with the following ID:

    AppPool_TREX_<instance_number>

    You do not need to change the other settings.

  2. Display the properties of the application pool you just created and then choose Identity. Select Configurable. Enter the name of the user (<trex_instance_number>) and give the password twice.
    Caution

    The user <trex_instance_number> must belong to the group IIS_WPG (IIS Worker Process Group).

  3. Display the properties of the Web site SAP_TREX_<instance_number>. Choose Home Directory and assign the Web site to the application pool that you just created.