Show TOC

Procedure documentationEstablishing an HTTP Connection from the Application System to XML DAS

 

To enable communication between the application system, whose data you manage with SAP NetWeaver ILM, and the XML Data Archiving Service (XML DAS) , you need to establish an HTTP connection.

You need to activate this system-wide HTTP connection in each client of the application system from which you want to archive data using XML DAS. In this way, in addition to storing the archive files, you can also store references to the related documents that were stored with ArchiveLink.

You can also adjust the parameter values of the HTTP provider as required.

Procedure

1. Creating the HTTP Connection to XML DAS
  1. In the application system (AS ABAP), start transaction SM59.

  2. Choose Start of the navigation path Edit Next navigation step Create End of the navigation path.

  3. Enter the following general data:

    • RFC Destination: Name of the HTTP connection

    • Connection Type: G (HTTP connection to external server)

  4. Define the HTTP connection as follows:

    Tab Page

    Entries

    Technical Settings

    • Target Host IP address for the AS Java on which XML DAS runs

    • Service No. HTTP Port of the Target Host

    • Path Prefix /DataArchivingService/DAS

    Logon and Security

    • Logon Using User Basic Authentication

    • Logon User: Communication user that you have created in user administration.

    Special Options

    • Timeout To avoid timeouts, adjust the corresponding parameters for the HTTP connection as required.

    • HTTP Version: HTTP 1.1

    • Accept Cookies: Yes (All)

2. Activate HTTP connection to XML DAS for each client
  1. Call transaction SARA in each client of the application system.

  2. Choose Customizing.

  3. Under Cross-Archiving-Object Customizing, choose Technical Settings.

  4. Under HTTP Connection to XML DAS for WebDAV Store, enter the name of the HTTP connection.

Optional: Adjust parameter values of the HTTP provider
  1. Call up Visual Administrator for the AS Java on which XML DAS runs.

  2. To change the maximum value for the size of archive files (131,072 KB = 128 MB), proceed as follows:

    1. Choose Start of the navigation path Dispatcher Next navigation step Services Next navigation step HTTP Provider Next navigation step Properties End of the navigation path.

    2. Select the parameter MaxRequestContentLength and adjust the value in the lower part of your screen.

  3. To optimize the parameter values that influence data transfer when there is a high volume of data, proceed as follows:

    1. Choose Start of the navigation path Server Next navigation step Services Next navigation step HTTP Provider Next navigation step Properties End of the navigation path.

    2. Select the following parameters and adjust the values in the lower part of your screen.

      • ServletsLongDataTransferTimeout

      • ServletsLongDataTransferLimit

      • NeverCompressed

      For more information about the parameters, go to the SAP Help Portal in the Internet under the search term Long Data Transfer Mechanism.