Initial release
- Last UpdatedNov 10, 2025
- 3 minute read
|
ID |
Description |
|---|---|
|
3986524 |
Saving a project takes too long after the service runs for several hours Each Inventory movement event submission acquires a project save handler. Due to memory leak, the handler is not disposed after submission. As more events are submitted, more handlers leak. During project save, these unnecessary handlers execute and cause delays. To resolve the issue, we have fixed the project save event handler memory leak. |
|
3694127 |
Document item validation error due to spaces in the path name When you configure the Document Item with a URL or a path name that contains spaces, Studio shows a validation error. However, it opens correctly in Production Analyst. To resolve this issue, this update validates the file path, allowing spaces in the path name. |
|
3682950 |
Unable to rename Shared favorites folders if the parent isn't the root Renaming a Shared favorites folder that isn't the root fails to update the UI because the client sends the full name with tab-separated values, which don't match the database. To resolve this, we modified the process to send only the folder name, ensuring the update persists. |
|
3633067 |
Record creation delayed after upgrading to version 9.0.0 After upgrading to version 9.0.0, record creation is delayed. We resolved this by improving multi-threaded stream performance when using a local state database. |
|
3613869 |
.NET Framework error occurs when running CLR procedure with TLS 1.0 and 1.1 disabled In Production Management 9.1.0, running a CLR stored procedure after configuring the WCF binding fails with a .NET Framework exception because TLS 1.0 and 1.1 are disabled, blocking client-server communication. We have resolved this issue by switching to TLS 1.2 or 1.3. |
|
3461527 |
When a logged-in user belongs to multiple AD groups configured in Production Management, the auto-refresh calculation considers the setting from a group where auto-refresh is disabled instead of the minimum interval To resolve this issue, the auto-refresh calculation now considers the minimum interval for multiple user groups and ignores the user group with auto-refresh disabled. |
|
3455503 |
Production Analyst clipped duration conversion causes a precision issue The duration display formatter in Production Analyst converts the time value from a double to a long, causing a precision issue. This is resolved by using the converter from the latest .NET libraries. |
|
3426749 |
The AVEVA Production Management project encountered a SQL arithmetic overflow error after an upgrade After upgrading AVEVA Product Management, the project encountered a SQL exception: arithmetic overflow error converting identity to the int data type. To resolve this, we added a script to check and convert the SampleId column in the SampleStore table to bigint. |
|
3410674 |
Adding new variables breaks the offset settings for other variables in the AVEVA Historian group folder Adding new variables to the AVEVA Historian group folder breaks the offset settings of other variables. This is due to an existing issue (CE-2229) where the new variables capture samples from the start of the cache duration, leading to performance issues. We resolved both issues by enhancing the code to adjust the offset time for existing variables when adding new ones. |
|
3324810 |
'Last Day or Current Day' filter doesn't work properly in Inventory 'Balance Over Time' view When the 'Last Day or Current Day' filter is applied to the sample period in the Inventory 'Balance Over Time' view, it shows all balances instead of balance for today and yesterday. We resolved this by updating the code to return the correct balances. |