HAKOM PowerTSM® Documentation
Breadcrumbs

Version Information

Fixed Bugs

TSM-7446 PowerTSM App: Attributes Are Not Updated in Sheet When Column Is Copied

When copying and pasting a column in an existing data template, which has custom attributes such as TS-MODTIME specified in rows 2-8, the respective rows were not updated for the newly pasted column upon refreshing the sheet. This has been fixed.

TSM-7731 Duplicate Data Access on SQL Server

When accessing time series data on an SQL Server database, some complex queries previously had to be executed multiple times in order to get all the requested data. This was due to an implementation detail in Microsoft's driver. By refactoring how those queries are executed on our end, we were able to fix this for most affected operations. This should cause some performance improvement when using SQL Server, as well as a lighter load on the database overall.

TSM-7853 WebTSM: Incorrect Caching of Exchange Units and Conversion Time Series for Multiple Connections

When using WebTSM Services with multiple database connections (repositories), only exchange units and conversion time series from one connection were cached, leading to faulty conversions. This issue has been resolved, and the WebTSM Service now caches this data individually for each connection.