DataSet Parameters
Each configuration is called a DataSet. One DataSet is set up for each type of processing.
Types of DataSets
You can specify two types of DataSets.
- Single — One file that acts as both the data and trigger files. For example,
<DataSet type="single"> <Name>Purge</Name> <Credential domain="ZZ"> <Identity>GLOBAL</Identity> </Credential> <Action>Purge</Action> <RetentionUOM>MONTH</RetentionUOM> <RetentionUnits>6</RetentionUnits> <URIInfo scheme="local"> <Relative>MQ_COMMON_DIR</Relative> <URI>/Work/purge</URI> </URIInfo> </DataSet>
- Multiple — A multiple data set is a trigger file written to the incoming directory, consisting of a list of file names, and the absolute paths to their locations. Each file name is matched to a datasource in the DataSet and is uploaded from the specified (absolute path) location. The order of the filenames in the trigger file must match with the order of the data sources in the DataSet. Multiple DataSets are not supported for all actions. For the Multiple DataSet type, specify the list value. For example,
<DataSet type="list"> <Name>MBVLoad</Name> <EnterpriseName>k</EnterpriseName> <Credential domain="MartQuestNet"> <Identity>k</Identity> </Credential> <Action>Load</Action> <URIInfo scheme="local"> <Relative>MQ_COMMON_DIR</Relative> <URI>standard/MBVData</URI> /URIInfo> <DataSource> <RevisionID> <BaseName>M1</BaseName> </RevisionID> </DataSource> <DataSource> <RevisionID> <BaseName>M2</BaseName> </RevisionID> </DataSource> </DataSet>
Name of DataSet
Each DataSet has a name for informational purposes. This name has to be unique.
<DataSet type="single"> <Name>PRIM</Name>
Parameters
The DataSet parameters include the following information and define a complete configuration:
- Action Parameters
- Catalog
- CheckDuplicateFile
- ClassificationScheme
- Credential
- DataSource
- Incremental
- InputMap
- MasterCatalog
- ProcessID
- RetentionUOM
- RetentionUnits
- URIInfo
If the default directories are used, do not specify the following parameters in the DataSet configuration:
Files are copied from the incoming directory to the done directory. Duplicates and failures are placed in the rejected directory. These default values can be overwritten by each DataSet.
Copyright © Cloud Software Group, Inc. All rights reserved.