Release Notes > Version 9.3 Release Notes > Analytics Server 9.3.4 Release Notes
Analytics Server 9.3.4 Release Notes
The following sections describe the enhancements, bug fixes, and known issues in Analytics Server 9.3.4.
Enhancements
Enhancement Description
Reference #
No Enhancements were reported on the 9.3.x versions.
Bug Fixes
Bug Fix Description
Reference #
Analytics Builder: Issue with the date picker widget showing same icon for "Prev" and "Next" navigation arrow
The "Prev" and "Next" arrows are displayed with different icons depending on the functionality.
TA-8734
Analytics Manager: Integer field in dataset are published as NUMBER in Analytics Manager
When publishing a model based on a dataset with Integer fields, those fields appear as NUMBER in the datashape created in Analytics Manager. The datashape field for input and result are converted to Integer.
TA-8567
Known Issues
Known Issue Description
Reference #
Analytics Builder: Signal job results not cleared in Chrome browser
When a filter is applied to the Signals list page and results in no matching jobs, the list is not cleared properly in a Chrome browser and previous results are displayed. This issue will be resolved in a future release.
TA-4972
Analytics Manager: Empty analysis replay instance created
When an analysis replay is created and it does not include data for the specified time frame, an error is generated. However, an empty analysis replay instance is still created containing no records. The empty instance must be deleted before another replay can be created for the same time frame. This issue will be resolved in a future release.
TA-7619
Analytics Manager: Thing property values do not update properly when the Save button is clicked
When using a Java Edge SDK analysis agent in ThingWorx Composer, if you update a Thing property value and click Save to see the updated alert property values, the updated values may fail to display as expected. This issue will be resolved in a future release. As a work around, disable the analysis event and then re-enable it.
TA-8242
Analytics Server: Change in PMML's xmlns namespce URI to https:// from http://
Recently with the change in PMML's specification, namespace URIs are now using https:// protocol prefixes instead of http://
The jpmml library has an open issue regarding change in xmlns namespace URI of PMML Due to the change in PMML, there is the potential inability to import new PMML Models as the newer PMML specification of v2.1+ will have a different namespace URI using https:// Using http:// URI format will lead to schema validation issues.
This issue will be resolved in a future release.
TA-8865
Deprecation of Functionality
Confidence Model Scoring for Boolean and Categorical Goals
In ThingWorx Analytics Server 8.5, confidence models for Boolean and categorical goals could be created during training. When these confidence models are scored, the scoring output includes confidence interval information along with the prediction results. In a future release, the confidence interval information will no longer be returned as part of the scoring results for confidence models created in Analytics Server 8.5 with Boolean or categorical goals. In preparation for future upgrades, you should update any application code that is related to scoring these types of models. Ensure that your application code does not rely on the confidence interval results.
Was this helpful?