Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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>]
HttpProtocol = <http> or <https>
HttpHost = <Host IP address> or <Host DNS name>
HttpPort = <Port used for the communication with the archiving system>
HttpPath = <Path to the servlet which will be used during the archiving process>
HttpParameters = <Additional parameters in case they are required for the connection>
Security = <0 : Security is not enabled on the repository>
or
<1 : Security is enabled and sent certificates are instantly accepted>
or
<2 : Security is enabled and sent certificates have to be enabled within the SAP system>
LateLocking = <0 : Late locking is disabled> or <1 : Late locking is enabled>

...

Sample of multiple archiving connection definitions

[_ARC_FI]
HttpProtocol = http
HttpHost = test.contentservers.kgs-software.com
HttpPort = 1234
HttpPath = /KGSAdmin-CS/contentserver
HttpParameters =
Security = 0
LateLocking = 1

[_ARC_TE]
HttpProtocol = http
HttpHost = 17.59.128.128
HttpPort = 2345
HttpPath = /KGSAdmin-CSV/contentserver
HttpParameters =
Security = 0
LateLocking = 1

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.

...