Automatic transfer of volume data

Automatic transfer of volume data

Content

How often is transmission carried out and to what extent

manual export

The complete history is transfered.

automatic transfer

Every 2 weeks and at least the first of the month the last 90 days will be transfered. The transfer will fail if there where an outage für more that 90 days. Then a manual export needs to be consided.

Activation of automatic transfer

Automated transfer of volume data is activated by configuration using the following application-wide parameters:

Parent

Parameter

Value

Parent

Parameter

Value

volumecounter

mode

file

volumecounter.file.counterSender

targetUrl

https://vcrs.kgs-cloud.de

(respective as IP address131.189.173.20 )

volumecounter.file.counterSender

isActive

true

When running multiple productive tia® Content Server Core instances, all must be configured identically.


Proxy Configuration

When internet access is not possible to the tia® Content Server Core, specify a proxy connection.

Parent

Parameter

Value

Parent

Parameter

Value

volumecounter.file.counterSender

proxy.uri

<Proxy URI>

volumecounter.file.counterSender

proxy.user

<user>

volumecounter.file.counterSender

proxy.password

<password>

proxy.uri supports HTTP and HTTPS protocols.

When proxy does not require authentification, do not configure proxy.user and proxy.password parameters, not even with empty password.

 

For further configuration of frequency and retry-behaviour in case of connection issues, see Other volume measurement configuration .

 

Example Configuration

Activation of automatic transfer in application.yml file with proxy configuration and volume period.

Please note: The Proxy URL must be stored with the protocol (http://ProxyURL;https://ProxyURL).

volumecounter: mode: file file: counterSender: targetUrl: https://vcrs.kgs-cloud.de isActive: true proxy: uri: http://10.123.34.4:80 user: <yourProxyUser> password: <yourProxyPassword>