UseSystemProxy

A Boolean value that specifies whether to obtain details about your HTTP proxy from the system. The connector reads the proxy settings configured through Internet Explorer or the Windows Control Panel.

You can set this parameter to TRUE instead of setting ProxyHost, ProxyPort, ProxyUsername, and ProxyPassword.

You must decide how to configure your proxy server:

  • To use the same proxy server for all tasks, configure the proxy server in the [Connector] section of the configuration file using the parameters ProxyHost, ProxyPort, ProxyUsername, and ProxyPassword (or UseSystemProxy). If you configure a proxy server in the [Connector] section, you must not set any proxy parameters for individual tasks.
  • To configure a unique proxy server for one or more tasks, ensure that there are no proxy parameters set in the [Connector] section and then configure proxy settings in the task sections.
Type: Boolean
Default: False
Required: No
Configuration Section: TaskName
Example: UseSystemProxy=TRUE
See Also: