Transports and Interfaces: Siebel Enterprise Application Integration > EAI DLL and EAI File Transports > About the EAI File Transport >

Enabling Write Access for the EAI File Transport


The EAIFileTransportFolders parameter allows you to enable write access for the EAI File Transport for specific folders within the Siebel file system. The EAIFileTransportFolders parameter can be set at the enterprise or server level as a semicolon-separated list.

NOTE:  The functionality described in this topic requires that you install Siebel CRM version 8.1.1.10 or later, or Siebel CRM version 8.2.2.3 or later. For details, see the applicable Siebel Maintenance Release Guide on My Oracle Support.

By default, the Siebel temporary folder, SIEBSRVR_ROOT\TEMP, is a permitted folder and is not required to be explicitly configured with the EAIFileTransportFolders parameter. If the parameter is not configured, then writing is allowed only to the Siebel temporary folder; any attempt to write a file to a folder other than the Siebel temporary folder will fail.

CAUTION:  Do not allow write access to the SIEBSRVR_ROOT\BIN folder. Write access to the BIN folder allows anyone to overwrite Siebel system DLL files.

Configuring the EAIFileTransportFolders Parameter at the Enterprise Level

You use the srvrmgr utility to configure the EAIFileTransportFolders parameter at the enterprise level.

To configure the EAIFileTransportFolders parameter at the enterprise level

  • Use the following command in srvrmgr:

    change ent param EAIFileTransportFolders=\\fileserver\fs1;\\fileserver2\fs2

Configuring the EAIFileTransportFolders Parameter at the Server Level

You use the srvrmgr utility to configure the EAIFileTransportFolders parameter at the server level.

To configure the EAIFileTransportFolders parameter at the server level

  • Use the following command in srvrmgr:

    change param EAIFileTransportFolders=\\fileserver\fs1;\\fileserver2\fs2 for server servername

Configuring the EAIFileTransportFolders Parameter in the Application Configuration File

You add a new section to the application configuration file to configure the EAIFileTransportFolders parameter.

To configure the EAIFileTransportFolders parameter in the application configuration file

  1. Open the application configuration file, such as uagent.cfg, in a text editor.
  2. Add the following section:

    [EAIFileTransportConfigSubsys]

    EAIFileTransportFolders = \\fileserver\fs1;\\fileserver2\fs2

Transports and Interfaces: Siebel Enterprise Application Integration Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.