Previous Topic: Using the Export Facility

Next Topic: Build Policy Transfer XML Using the CA XCOM Data Transport GUI

Sample Policy Transfer XML

The following is an example of Policy Transfer XML, with a TRANSFERCONTAINER containing a single TRANSFERITEM to achieve distribution to a single destination, using the SENDFILE action. Within the TRANSFERITEM, the REMOTE IPADDRESS defines that destination and, in this particular example, the target destination is the local system. Transferring a file in this way, to the local system, is termed a local-loop, because the local CA XCOM Data Transport server sends the file to itself. This provides a useful means by which additional copies of a file uploaded to CA XCOM Gateway can be created on the CA XCOM Gateway server but outside the CA XCOM Gateway environment.

<TRANSFERCONTAINER>
<DESCRIPTION>policyname</DESCRIPTION>
<LOCAL SSL="N" PORT="8044" IPADDRESS="localhost" CPUTYPE="WINDOWSNT"/>
<TRANSFERITEM ID="Item1" ACTION="SENDFILE" START="00001000000">
<DESCRIPTION>Item1</DESCRIPTION>
<LOCAL>
   <FILE NAME="?"><DCB BLKSIZE="0"/></FILE>
   <LOGON KEY="0E6D3C62"
    PASSWORD="E148A3DA681DD20013905E882280537415725F8434814F7920744185309350"
    USER="username"/>
</LOCAL>
<REMOTE PORT="8044" IPADDRESS="localhost">
   <FILE NAME="c:\delivered.txt” OPTION="REPLACE"/>
   <LOGON KEY="0E6D3C62"
    PASSWORD="E148A3DA681DD20013905E882280537415725F8434814F7920744185309350"
    USER="username"/>
</REMOTE>
</TRANSFERITEM>
</TRANSFERCONTAINER>

For a complete policy with Policy Transfer XML, see <Gateway installed dir>\Samples\AddPolicy.xml.