...
Every row within a DataInterface defines a value. It’s also possible to reuse an already defined value in a DataInterface-definition by putting an @-sign before the values name and, like in the example above, using it e.g. as a fallback / default value.
...
Archiv Link Connection mapping
It’s often necessary to define one or many connections to the archiving system, so KGS DocumentRouter knows how to communicate with the archive and where to exactly archive the processed documents.
For that reason you may want to define the connection parameters for the archiving system in another section.
The definition file has to be placed in config folder. (defined in instance common tab)
The reference to this file is currently in common tab called SIDMappingDefFile.
Note |
---|
This name is missleading and will be replaced comming soon to Archive Link Connection Mapping. |
The sections regarding the archiving system this structure.definition file name can be configure in Archiving tab via config item AL Connection Mapping File.
The file follows this format:
Structure of an archive connection definition |
---|
[_ARC_<Name of the repository>] |
...
Sample of multiple archiving connection definitions |
---|
[_ARC_FI] [_ARC_TE] |
Info |
---|
This difinition was in DR4 hold in SIDmappingdefinitionFIle |
SIDMapping definition
In document router 4 the SID mapping for linking does not exist anymore via SID mapping file.
...