INI File Settings

The INI files that include the settings for Sybase IQ InfoPrimer Server are in the etc folder of the installation directory.

Note: All communication between servers is done over TCP/IP on the default port for communication, 5124. You can change the port on all server installations to a different number in the Default.ini file, or by using the command line, if necessary.
Default.ini File Setting Details

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.

Loader ParallelLoads

ParallelLoads=n

where, n is an integer greater or equal to zero

0 Loads tables in parallel by using parallel threads. By default the loader uses one loader thread for each cpu. On machines with large amount of cpus, you may want to limit the value.

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:
  • protocol is SMTP or secure SMTP (SMTPs).

  • user is the SMTP username.

  • password is the SMTP password.

  • host is the hostname or the IP address.

  • port is the listener port number.

Note:

Except for protocol, ServerURL can be substituted by using the single INI file keys, such as server, unsername, password, host, and port.

Port

<port of the SMTP listener>

25

Sender

<sender as it appears in the mail inbox>

Sybase IQ InfoPrimer<noreply@ localhost>

Username

<login name for SMTP server>

<empty>

Password

<encrypted password for SMTP server>

Note:

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 Sybase IQ InfoPrimer starts. Sybase IQ InfoPrimer includes two 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.

Related reference
uSMTP