Establishing 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.
In the application system (AS ABAP), start transaction SM59
.
Choose .
Enter the following general data:
RFC Destination
: Name of the HTTP connection
Connection Type
: G (HTTP connection to external server)
Define the HTTP connection as follows:
Tab Page |
Entries |
|---|---|
Technical Settings |
|
Logon and Security |
|
Special Options |
|
Call transaction SARA
in each client of the application system.
Choose Customizing
.
Under Cross-Archiving-Object Customizing
, choose Technical Settings
.
Under HTTP Connection to XML DAS for WebDAV Store
, enter the name of the HTTP connection.
Call up Visual Administrator
for the AS Java on which XML DAS runs.
To change the maximum value for the size of archive files (131,072 KB = 128 MB), proceed as follows:
Choose .
Select the parameter MaxRequestContentLength
and adjust the value in the lower part of your screen.
To optimize the parameter values that influence data transfer when there is a high volume of data, proceed as follows:
Choose .
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
.