Subscription Client

Deprecated

This API version has been deprecated, please use the current version instead.

← Go back

Allong this page, you will find information about Subscription Client Service and how to use the configuration file to adjust it. The client works storing the received values (actual & revised) on the filesystem or inserted into a database (currently supported SqlServer, Oracle & MySql). In order to configure, edit .ini file. Settings:

  • SaveAsFile = true | false. The program must write a file or not.
  • FilePath = string. In case of SaveAsFile=true, the location for the files. Use Unix format ("/" path separator).
  • SaveInDataBase = true | false. The program must interact with a database or not
  • ActualSQLCommand = string. Sql command to execute when an Actual value comes. Must contain two parameters separated by "?". The first one will be the IdEcoCalendarDate and the second one the actual value.
  • RevisedSQLCommand = string. Sql command to execute when an Actual value comes. Must contain tree parameters separated by "?". The first one will be the IdEcoCalendarDate, the second one the actual value ant the last one the previous value.