The /atg/campaign/list/imports/ImportService component on the Import Server is the service responsible for performing all import operations. You can access the ImportService component from the ATG Dynamo Server Admin, which allows you to monitor the current import, showing information about the number of rows that have been processed and the number of errors that have been found. It also allows you to expire imported lists manually. As described earlier, expiring a list removes all profiles marked as being imported by the list, with the exception of any profiles that already existed in the repository.

You can configure the following key properties in the ImportService component:

Property

Description

Default

expireOperationBatchSize

Specifies the number of profiles to process in an expire operation for each transaction.

1000

fileFormats

An array of FileFormat components that specifies all available import formats.

/atg/campaign/list/file/
CSVFileFormat

importedFileDirectory

The directory where all imported files are placed.

<ATG9dir>\home\data\import

importOperationBatchSize

Specifies the number of records to process in a import operation for each transaction.

1000

 
loading table of contents...