Show TOC Start of Content Area

Background documentation Creating a Directory or Collection (Step 1)  Locate the document in its SAP Library structure

A prerequisite for archiving (storing the resources) is either one or more WebDAV servers or one or more directories in an appropriately secure and large file system. For a quick minimum setup (file system), continue with the step described in the second bullet.

      Choose an empty or create a new root collection in your WebDAV system.

The XML DAS authenticates against WebDAV servers using user and password set in the Destination Service of the Visual Administrator located on the AS Java of the XML DAS.

      In case a file system is used, the directories chosen must be accessible (read/write/create dir) for the operating system user <sid>adm in case of a UNIX system, and SAPService<sid> in case of a Windows system.

Choose an empty or create a new directory or directories and make sure they are globally mounted to all servers belonging to the AS Java running the XML DAS.

Example

You want to store your archived data on host myfileserver.  Choose a name for your directory and create it on the host; for example archive_dir. Now you must make this new directory accessible to your AS Java.

        For a Windows server you might have: \\myfileserver\archive_dir

        For a Unix server you might have: /mountedfilesystem/archive_dir

 Caution

To prevent unauthorized access or harmful alteration or deletion of resources or directories in the file system, give the appropriate access privileges only to SAPService<sid> or <sid>adm, respectively.

Do not manually create or delete directories or files once the archive store root directory is fixed.

End of Content Area