Versions Compared

Key

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

Table of Contents

Introduction

the The content service type kgsstore is used to access a historical ArchiveLink dataset via the tia content server core edition. Content Server Core.

The storage configuration is the same as in tia Classic environment:

Just specify in repository.cfg file the parameter kgsstore.configfile with the location of the storage configuration (storage.cfg) of the tia classic environment.

For more information on the available parameters within the storage.cfg, refer to the following tia Classic documentation: tia® Store (EN)

If no metadata is needed for this data area, this setup does not require any migration.

Info

...

This content service type is only supported as read-only for the historical ArchiveLink dataset.

to To store new documents e.g. via the cmis CMIS interface a tia core proxy Proxy configuration is required, for more information see the following link: tia Proxy

Availability

Please make sure you are using at least tia core version 2.7 .0.

...

The following architecture sketch shows the relationship between the implementation of kgsstore classic edition and kgsstore tia core edition.

[the best is yet to come ]

Configuration example

with this configuration we point the contentservice type = kgsstore to the "tia content server classic edition" storage.cfg configuration file.

Code Block
#===== T1 repository configuration 
T1.contentservice.type     = kgsstore
T1.accessmode              = r
T1.configdata.filesystem.root=/temp/meta
T1.saphttp.security=2

#===== T1 content service configuration (filesystem|azureblobstore|s3blobstore|kgsstore)
T1.contentservice.kgsstore.configfile = /opt/tia/conf/storage.cfg
T1.contentservice.kgsstore.context    = default

#===== T1 keystore service configuration (none|pkcs12)
T1.keystoreservice.type = pkcs12
T1.keystoreservice.pkcs12.name = tiacore
T1.keystoreservice.pkcs12.path = /opt/tia/keystore

#===== T1 meta service configuration
T1.metaservice.type = none

for more information on the available parameters that can be configured within the storage.cfg, please refer to the following documentation tia® Store (EN) A configuration example for tia Proxy with kgsstore as proxy.secondary content service can be found here: tia Proxy.