Group |
Key |
Values |
Default |
Description |
---|---|---|---|---|
Network |
proxy |
host:port explorer |
explorer |
Sets the proxy for Internet access. You can fine-tune the proxy for a certain protocol by using “http_proxy”, “https_proxy”, “ftp_proxy”, or “ftps_proxy”. The proxy value “explorer” takes the system proxy in Windows environments. |
Network |
timeout |
1 – 2147483 seconds |
600 seconds |
Sets a timeout value for FTP connections. |
Language |
Default |
English_USA |
English_USA |
Tunes the behavior of the application based on the selected language and country. |
Logging |
Console |
1/0 |
0 |
Sends log information to the console. |
Logging |
LogFile |
1/0 |
1 |
Sends log information to the system.log file. |
Logging |
Tracelevel |
0 – 5 |
0 |
Provides varying degrees of information for debugging. Level 0 provides the least information and level 5 provides the most detailed information. During normal execution, set this value to 0 to minimize performance impact. |
Logging |
Flushtime |
1 – n |
1 |
Indicates seconds between the internal log flashes. |
SMTP |
Server |
<name or IP address of smtp server> |
<empty> |
Sets the values for the SMTP server for alerting. The syntax for specifying a Server URL for the SMTP server is: <protocol>:// [user[:password]@] host[:port] where:
Except for protocol, ServerURL can be substituted by using the single INI file keys, such as server, unsername, password, host, and port. See “uSMTP”. |
Port |
<port of the smtp listener> |
25 |
||
Sender |
<sender as it appears in the mail inbox> |
Sybase ETL<noreply@ localhost> |
||
Username |
<login name for smtp server> |
<empty> |
||
Password |
<encrypted password for smtp server> Encrypt the password using GridNode --encrypt. |
<empty> |
||
Retry Count |
<positive integer describing how often ETL tries to send the mail> |
0 |
||
Retry Interval |
<positive integer describing the numbers of seconds between each retry> |
5 |
||
Server URL |
<default server URL> |
<none> |
||
Recipients |
<comma separated list of default recipients> |
<none> |
||
Subject |
<your default e-mail subject> |
<none> |
||
Runtime |
Runtime |
Keep_History_Days = 5MaxProjects = 10 |
Keep_History_Days = 5MaxProjects = 10 |
Indicates days after which entries in the execution history expires. |
Path |
Userdata |
<startup configuration file> |
Userdata.conf |
Specifies the configuration file to be used when ETL starts. ETL includes 2 configuration files in the ./etc directory, userdata_user.conf and userdata_main.conf. One of these files is copied to userdata.conf during installation.This parameter is set internally. |