Longview Adapter Change Log
This page contains a change log of CXO’s Longview Adapter as a curated, chronologically ordered list of notable changes for each version. The format is based on Keep a Changelog.
Note: While following numbering syntax, the release versioning does not adhere to Semantic Versioning rules.
Version 26
Longview Adapter 26.1.0
Date: April 20, 2026
Added
Controls dimension filtering for extracted data.
Fixed
Duplicate log entries in the Web UI.
Version 25
Longview Adapter 25.1.0
Date: April 17, 2025
Added
Added an option to disable database encryption when initalizing and creating source
Fixed
Ensure fact database exists when creating source
Version 24
Longview Adapter 24.4.1
Date: February 12, 2025
Fixed
-
Timeouts occurring in custom transformation of data before cube processing
Default timeout is now 10 minutes
Timeout is configurable by updating fact database connection string
Longview Adapter 24.4.0
Date: February 6, 2025
Added
Adding possibility to do custom transformation of data before cube processing (requires minimum version of CXO 24.4.1)
Longview Adapter 24.3.1
Date: 03-12-2024
Added
LV adapter ask for confirmation before running a job
Longview Adapter 24.3.0
Date: 28-10-2024
Changed
Stop processing an extraction when one of the stages fail
Disable follow up jobs when a job fails
Longview Adapter 24.2.2
Date: 24-09-2024
Changed
Making dimension name case insensitive
Making changes to only consider the selection made for extraction (Periodic or YTD)
Longview Adapter 24.2.1
Date: 12-08- 2024
Changed
Updated internal libraries to .NET 8
.NET 8 runtime needs to be installed on the Longview Server Download .NET 8.0 (Linux, macOS, and Windows) | .NET
-
If the SQL server is not configured with a valid certificate that is trusted by the client, then the following must be added to the connection strings: Encrypt=False
This applies to both the appsettings.json files as well as the FactConnectionString column in the Source table
If this happens the logs will show the following exception: Unexpected exception occurred: A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.).
Note: This is a change at Microsoft, previously Encrypt defaulted to False.
Longview Adapter 24.2.0
Date: 16-07-2024
Added
Longview Tidemark Adapter 24.1.1
Date: 23-04-2024
Added
Database timeout configuration option
Longview Tidemark Adapter 24.1.0
Date: 09-04-2024
Fixed
Shared members deduplication
Version 23
Longview Tidemark Adapter 23.4.1
Date: 11-03-2024
Added
Data size reduction in case of shared members in Longview to increase performance
Longview Tidemark Adapter 23.4.0
Date: 29-12-2023
Added
Enhancing the Longview adapter by allowing users to use more detailed data slice, with specifying if they wanna extract Periodic, YTD or both time periods.
Longview Tidemark Adapter 23.3.0
Date: 19-12-2023
Added
Enhancing the adapter for Longview Close and Longview Plan to be able to split the time period dimension into 4 dimensions (Period, Year, View and Category)
Longview Tidemark Adapter 23.1.0
Date 07-06-2023
Fixed
Providing Account Type attribute for members within the Account dimension
Version 22
Longview Tidemark Adapter 22.4.0
Date 15-02-2023
Changed
Update of internal libraries to .NET 6
Longview Tidemark Adapter 22.3.5
Changed
-
Update to .NET 6 - requires .NET 6 sdk installed on the server
Downloaded here https://dotnet.microsoft.com/en-us/download/dotnet/6.0