General tab

Use this tab to set the parameters for the DAV server connection and the output file destination.

Option Description
Activate Activate the component according to a condition. This option is present only in the eConnector component configuration window.

For more information about conditions, see Conditional Activation.

Connection This group allows you to set connection parameters for the WebDAV server.
WebDAV server Enter the path to the WebDAV server. This path should contain "http://" or "https://" followed by the server name or IP address. For example, http://server1 or https://192.168.0.178. Alternatively, it can contain only the server name or IP address, for example, server1 or 192.168.0.178. It is mandatory to fill out this text box.
NT Authentication Select this check box to log on to the server by using Integrated Windows identification instead of password authentication. If this check box is not selected, you should enter the user name and the password for authentication.
User name Enter the user name to log on to the server. If NT Authentication check box is not selected, this entry is required.
Password Enter the password.
Destination This group allows you to set the destination where the file will be stored on the WebDAV server.
Folder Enter the path to the output files destination folder on the server or click to open the WebDAV Folder dialog box that allows you to select the desired folder from the folder tree. The component allows you to create folder path dynamically. You can use RRTs in this text box.
Rename file Select this check box to specify the file name for the output document using the Schema text box. If this check box is not selected, the input file name will be used.
Schema Determine the output file name by using renaming schema. This text box can contain RRTs.
If the Rename file check box is selected and a rename schema is not provided, then at run time the Schema name defaults to: ~DAV::FileName~_~DAV::Counter~~DAV::FileExt~. For example, if the input file name is File.tif, the renamed file will be File_1.tif.
Overwrite existing file If you select this check box, and a file under the specified name already exists in the output folder, the component overwrites this file. If this check box is not selected, and a file under the specified name already exists in the destination folder, an error message is generated.
Pass-through Check this box if you want documents to be available to the rest of the components in your process. This check box is present only in the eConnector component configuration window.