ADD_ARCHIVE ADD_COLLECTION ADD_PROXIEDCOLLECTION

6-4 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management ■ REQUEST_TRANSFER ■ TRANSFER_ARCHIVE ■ UPDATE_TARGET_TOTALS ■ UPDATE_TRANSFER_STATUS ■ UPLOAD_ARCHIVE_TRANSFER

6.2.1 ADD_ARCHIVE

Service that adds an archive to an archive collection. The most likely errors are mismatched parameters or when an archive name is not unique. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ IDC_Name: The name of the collection. If you are using the default collection, this is the name of the Oracle Content Server instance. ■ aArchiveName: The archive name. ■ aArchiveDescription: The menu label for the Oracle Content Server instance used on the interface. For example, Master_on_server01. Example To add an archive to a master Oracle Content Server instance, the required parameters will be: IdcService=ADD_ARCHIVE IDC_Name=Master_on_server01 aArchiveName=archive_test aArchiveDescription=this is an archive test

6.2.2 ADD_COLLECTION

Service that creates a new archive collection. The most likely error is an instance menu label that is not unique. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ IDC_Name: The name of the collection. ■ aCollectionLocation: The absolute path to the collection location. Use the slash as the file separator. ■ aVaultDir: The absolute path to the vault directory. Use the slash as the file separator. ■ aWeblayoutDir: The absolute path to the weblayout directory. Use the slash as the file separator. Caution: Using duplicate IDC_Name collection names will cause data corruption. The Archiver cannot be used to move or copy data between two collections that share the same IDC_Name. To do so will corrupt the data on the target system. Archive Services 6-5 Example IdcService=ADD_COLLECTION IDC_Name=new_collection aCollectionLocation=c:oraclearchives aVaultDir=c:oraclevalue aWeblayoutDir=c:oracleweblayout

6.2.3 ADD_PROXIEDCOLLECTION

Service used to add an archive collection from another server. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ psIDC_Name: The name of the provider proxied connection. ■ IDC_Name: The name of the archive collection.

6.2.4 CANCEL_ARCHIVE