Added support for AP 5.11.5 as a core breaking change was introduced. See 3.0.2 Migration Notes.
3.0.1
2022-07-07
Summary
Small fix to fix reading DEE Template Orders located within JAR files.
Known Issues
Updated 2023-02-02 DataConnectors 3.0.1-AP5.11 does not work with AP 5.11.5+. You will need to upgrade to DataConnectors 3.0.2-AP5.11.
3.0.0
2022-02-04
Support for ActivePivot 5.11.
Summary
Support for ActivePivot 5.11.0 : Data-Connectors has been upgraded to support ActivePivot 5.11+.
Migrated to using ActivePivot’s APM : Migrated to use ActivePivot 5.11’s included APM.
Known Issues
The name of the bean used to initialize the APM’s Tracing APMTracingConfig.APM_TRACING has private access in AP5.11.0 & 5.11.1. For now, you can use the value of the String in your @DependsOn statement for your initial load.
Here is an example:
@Bean
@DependsOn(value = {"APM_TRACING"})
public Void initialLoad() {
// Load data here...
}
TransactionTaskUtil.getExceptionEventsForTask() returned empty list
getExceptionEventsForTask(taskName) now returns a collection of failure events.
2.2.2
2022-12-10
Summary
Added support for template place holders in GetAggregatesQuery
Added new DlcMessageHandler to catch exceptions thrown during CSV tuple publishing. Usage is explained in CSV Configuration and examples of creating custom IMessageHandlers can be found in Creating Custom CSV Message Handlers section. For migrating to using the new DlcMessageHandler please read the Migration Notes
APM needs to be upgraded to 10.0.1 in order to prevent issue where parsing of large files will cause null TraceContext value for HealthEvents, leading to the DLC not properly adding events to the Cache. This can be avoided by excluding APM from Data-Connectors then re-importing the correct 5.10.1 version. Example below:
Added ability to specify Get Aggregate Query exports using Level@Hierarchy@Dimension=Value Location strings. More can be found on Get aggregates query DEE order
Fixed DEE issue in AEnhancedDrillthroughService in case of entries with the same underlying datastore field and entries without dictionaries. Fixed export of vector