Previous Topic: Repository AgentNext Topic: Profile List


Configure the Repository Agent

You can configure the CA Service Repository Agent by altering the settings in the configuration file USM_HOME\repagent\config\repagent.cfg.

The repagent.cfg file contains the following entries:

usm.url=http://usm_hostname:usm_port
init.pause.ms=3000
repeat.interval.ms=900000
upload.list.file=upload_list.txt
history.file=repldhis.log
#
#ftp.host=
#ftp.user=
#ftp.password=

The repagent.cfg file uses the following parameters:

usm.url

Specifies the Catalog Component URL.

init.pause.ms

Specifies the pause time (for initialization) in milliseconds when the repository agent starts up.

repeat.interval.ms

Specifies the polling interval in milliseconds. The Repository Agent polls the FTP server for any new files based on this value. This value also determines the polling interval for processing local files.

upload.list.file

Specifies the profile configuration file name.

history.file

Specifies the repository agent upload history log file name. The repository agent keeps a log of all files imported into the database.

ftp.host

Specifies the FTP host name.

Note: If you specify this value and the next values (ftp.user and ftp.password), uncomment the line.

ftp.user

Specifies the FTP user name

ftp.password

Specifies the FTP password name