This example import configuration file is set up to import files captured by the NBA onto your CMS. Only the key parameters are included.
import.type=file
# Specifies a file import operation.
Engine.UsePolicyEngineConnector=Hub
# Imported files are distributed via a local hub across multiple policy engines.
Engine.loglevel=2
# Sets the logging level for import operations. Level 2 means ‘only log errors and warnings’.
File.Pathspec=\files_from_NBA
# Specifies the pickup folder that you copied captured files to. You copy captured files from the \files subfolder of the NBA FTP folder.
File.IncludeSubdirs=no
# The NBA does not write captured files to subfolders below the \files folder, so Event Import does not need to search subfolders.
File.ContinuousInput=yes
# Specifies continuous importing. This is essential when using the wgnimpsv.exe service.
File.DeleteAfterImport=yes
# Source files are deleted from the NBA after being successfully imported. This parameter is mandatory if continuous importing is also specified.
ImpFile.PolicyParticipant=nba.objects@unipraxis.com,yes
# Specifies which user policy is applied to imported files. The specified email address must be associated with a CA DataMinder user.
ImpFile.EventDateFromFile=yes
# Sets the timestamp in imported files to be the time and date when they were captured by the NBA.
ImpFile.SourceIsNBA=yes
# Flags all imported files as NBA events.
Note: Use '#' characters to specify comments in import.ini.
Copyright © 2014 CA.
All rights reserved.
|
|