iCIS Release Notes v4.x
This document contains release notes for iCore Integration Suite.
- Always check if a system update (major or minor) is needed after install.
- Starting with v4.5.1, SQL Server 2012 is no longer supported. For a complete list of system requirements see Technical requirements.
iCPS v4.5.2
iCPS v4.5.2 RTM
Version: 4.5.437.200
Release date: 2025-11-06 (Cloud), 2025-12-03 (On-prem)
Please read the Known issues before installing!
In addition to the items below, this release also contains features and bug fixes from iCPS v4.4.1 SP 2, SP 3 and SP 4.
New functionality
| Area | Description | Id |
|---|---|---|
| Runtime and Service | Orphaned Web Api Hosts are now closed automatically according to the StartupOrphanPolicy of the system. | 77213 |
| Workflow Activities | The Cleanup Tracking activity now supports deleting Nodes and Log entries whose parent Jobs have not yet completed. | 87784 |
Bug fixes
| Area | Description | Id |
|---|---|---|
| Developer | Importing a structure definition in a Script causes an error, resulting in the structure not being imported. | 78634 |
| Developer | Adding the ExecuteScriptDefinition function to a Script fails, and the available Scripts are not listed for selection. | 79289 |
| Runtime and Service | The Job Manager may end up in a non-responsive state when Max Concurrent limits are enforced for Components. | 84165 |
Known issues for iCPS v4.5.2 RTM
| Area | Description | Id |
|---|---|---|
| Runtime and Service | A Workflow built on a busy "while(true);" (without any i/o or waits) may generate error: [The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.]. | 10269 |
| Runtime and Service | Reconfiguration of TCP endpoint of management service does not work after configuring an incorrect endpoint. | 19868 |
| Workflows | Workflow generated activities for web services using the SOAP RPC/Encoded format currently does not work as expected. | 20417 |
| Runtime and Service | When a certificate's private key is created from System.Security.Cryptography.X509Certificates.X509Certificate2, the key is lost. The issue applies to Workflows and Adapterflows. | 30942 |
| Installation | The iCore SAS service is still listed (but not running) after an update that removes the iCore SAS feature. | 33530 |
| Administrator | Entity row is not selected when navigating to a filter that is in grouped view and the URL contains the entity key. | 40872 |
| Cmdlets | After update of iCPS binaries, cmdlets may fail to run (both from the iCore Powershell console, and from Powershell console. Error message: Could not load file or assembly 'System.Collections.Immutable Version <version>). Closing the console and reopening it solves the problem. | 45044 |
| Web API Editor | Documenting Web API with code annotation <example> is not visible in Swagger UI. | 46942 |
| Framework | Mail messages downloaded via POP3 Object with options MailGetUidl or MailGetSize do not contain the correct values for these options. | 55186 |
| Runtime and Service | Existing Scripts using HTTP Client Object with SSL/TLS may stop working after upgrade. Error message: [Failed to send data to server using POST method; CommunicationException: [Error when sending HTTP Post request. Additional info: Invalid SSL version Error code: 0.]] This may occur in Scripts where HTTP Client Object is used with Protocol property set to "secprotAuto". On HTTP Client Object in Scripts, use the put_Protocol method to explicit point out the SSL/TLS version desired, for example TLS 1.3. | 56394 |
| Workflows | Workflows that contain a custom reference to the assembly 'System.Net.Http, Version=4.2.0.0' can only be compiled in Workflow Designer if the specified assembly version is not installed in the Global Assembly Cache (GAC). The assembly is automatically (and incorrectly) resolved to version 4.0.0.0 in the Workflow Designer, which is why the Workflow can still be compiled. Workaround: Open the Workflow in the Workflow Designer and save it, and the 4.2.0.0 version will be replaced with 4.0.0.0 which is installed with the .NET framework. | 57691 |
| Workflows | Dialog is not closed when editing Partner och Setting Attribute types. | 88612 |
Administrator v4.5.2 RTM
Version: 4.5.436.200
Release date: 2025-11-06 (Cloud), 2025-12-03 (On-prem)
Please read the Known issues before installing!
In addition to the items below, this release also contains features and bug fixes from Administrator v4.4.1 SP 2, SP 3 and SP 4.
New functionality
| Description | Id |
|---|---|
| It is now possible to select Categories when creating a new entity in Administrator. | 70036 |
iCPS v4.5.1
iCPS v4.5.1 RTM
Version: 4.5.101.100
Release date: 2024-03-11 (Cloud)
Please read the Known issues before installing!
New functionality
| Area | Description | Id |
|---|---|---|
| Entities | Compile is added as new User Group permission. It applies to Component definitions (Adapterflows, Scripts, Web APIs, Web service clients and Workflows). Users with the Edit permission will be granted Compile automatically on upgrade. | 69264 |
| Developer | Scripts can now be opened as read-only in the Developer if the User only has the Read permission. | 69265 |
| Administrator | The command for editing a Component definition (Adapterflow/Script/Web API/Workflow) in each respective editor is renamed "Open [...]" and only require that the User has the Read permission. | 69267 |
| Framework | When entity properties are modified, the original value is now recorded in the audit log. | 71419 |
| Workflow | Clean-up Tracking Activity now supports deleting Node data in parallel, and provides options for additional retry handling if errors occur during a batch. | 72043, 72555 |
| Workflow Activities | Unzip Workflow activity has new argument 'Extract empty directories'. When set to 'true', any empty directories from the Zip archive will also be extracted. | 74076 |
| Script and functions | QuickUnzip function has new parameter 'ExtractEmptyDirectories'. When set to 'True_Value', any empty directories from the Zip archive will also be extracted. | 74076 |
Removed functionality
| Area | Description | Id |
|---|---|---|
| Database | Support for MS SQL Server 2012 is removed. iCore Integration Suite now requires SQL Server 2016 or later. | 58277 |
| Cmdlets | Get-iCorePaths cmdlet is no longer available. | 60533 |
Bug fixes
| Area | Description | Id |
|---|---|---|
| Entities and filters | Entity filter grouping by date and time properties use UTC time instead of the system time zone. | 57690 |
| Framework | Uninstalling Movex/M3 iCore drivers does not completely remove the driver files from the disk. Note, however, that drivers that are already installed still need to be removed manually by deleting the files 'MvxSock.dll' and 'MvxSockX_SVR.dll' from the 'C:\Windows\SysWOW64' directory before installing a different version. | 66422 |
| Entities and filters | Entity filter grouping by property 'Lock time' on Components does not include the whole day, and the filter result for each group is always empty. | 68916 |
| Sysadm utility | An unnecessary confirmation prompt appears when the user attempts to create or update an iCore system with an unsupported SQL Server Version. | 70265 |
| Runtime and Service | Worker Host Manager enters failed state and Worker Hosts are orphaned, if ServerStartupOrphanPolicy is set to "KillWorkerHosts" and the Worker Host Job is set to "Lost". | 70880 |
| Runtime and Service | The Job Manager may stop processing Jobs when the primary Application pool is full, an asynchronous Job is first in the queue, and if a secondary Application pool is configured on the Component and all running Jobs are waiting on synchronous Jobs that are in the queue after the asynchronous Job. | 70881 |
| Runtime and Service | Temporary Worker Hosts are automatically closed if no Job execution request is received within a specified time frame (default 90 seconds). | 70884 |
| Web API Editor | A Web API Component definition created with 'Save As' has a host version always set to 2 (Latest), which leads to errors in the code if the original version is 1 (Legacy). | 72206 |
| Administrator | 'Export encrypted' entities from Administrator does not work. | 73149 |
| Runtime and service | There is a security vulnerability in an underlying package. | 74560 |
Known issues for iCPS v4.5.1 RTM
| Area | Description | Id |
|---|---|---|
| Runtime and Service | A Workflow built on a busy "while(true);" (without any i/o or waits) may generate error: [The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.]. | 10269 |
| Runtime and Service | Reconfiguration of TCP endpoint of management service does not work after configuring an incorrect endpoint. | 19868 |
| Workflows | Workflow generated activities for web services using the SOAP RPC/Encoded format currently does not work as expected. | 20417 |
| Runtime and Service | When a certificate's private key is created from System.Security.Cryptography.X509Certificates.X509Certificate2, the key is lost. The issue applies to Workflows and Adapterflows. | 30942 |
| Installation | The iCore SAS service is still listed (but not running) after an update that removes the iCore SAS feature. | 33530 |
| Administrator | Entity row is not selected when navigating to a filter that is in grouped view and the URL contains the entity key. | 40872 |
| Cmdlets | After update of iCPS binaries, cmdlets may fail to run (both from the iCore Powershell console, and from Powershell console. Error message: Could not load file or assembly 'System.Collections.Immutable Version <version>). Closing the console and reopening it solves the problem. | 45044 |
| Web API Editor | Documenting Web API with code annotation <example> is not visible in Swagger UI. | 46942 |
| Framework | Mail messages downloaded via POP3 Object with options MailGetUidl or MailGetSize do not contain the correct values for these options. | 55186 |
| Runtime and Service | Existing Scripts using HTTP Client Object with SSL/TLS may stop working after upgrade. Error message: [Failed to send data to server using POST method; CommunicationException: [Error when sending HTTP Post request. Additional info: Invalid SSL version Error code: 0.]] This may occur in Scripts where HTTP Client Object is used with Protocol property set to "secprotAuto". On HTTP Client Object in Scripts, use the put_Protocol method to explicit point out the SSL/TLS version desired, for example TLS 1.3. | 56394 |
| Workflows | Workflows that contain a custom reference to the assembly 'System.Net.Http, Version=4.2.0.0' can only be compiled in Workflow Designer if the specified assembly version is not installed in the Global Assembly Cache (GAC). The assembly is automatically (and incorrectly) resolved to version 4.0.0.0 in the Workflow Designer, which is why the Workflow can still be compiled. Workaround: Open the Workflow in the Workflow Designer and save it, and the 4.2.0.0 version will be replaced with 4.0.0.0 which is installed with the .NET framework. | 57691 |
Administrator v4.5.1 RTM
Version: 4.5.89.100
Release date: 2024-03-11 (Cloud)
Please read the Known issues before installing!
Bug fixes
| Description | Id |
|---|---|
| "Save to file" button in Stylesheet dialog is not aligned properly. | 56438 |
| Azure AD group permissions for available tools are not combined when the user is a member of two or more groups. | 59108 |
| Copy text from field in entity property grid doesn't work properly if drag selected with mouse. | 71405 |
iCPS v4.4.1
iCPS v4.4.1 SP 4
Version: 4.4.574.104
Release date: 2024-11-06 (On-prem)
Please read the Known issues before installing!
Bug fixes
| Area | Description | Id |
|---|---|---|
| Administrator | Security-related bug fixes in iCore Adminstrator backend. | 81555 |
Administrator v4.4.1 SP 4
Version: 4.4.575.104
Release date: 2024-11-06 (On-prem)
There are no bug fixes or new features in this version of the Administrator.
iCPS v4.4.1 SP 3
Version: 4.4.566.103
Release date: 2024-09-16 (On-prem)
Please read the Known issues before installing!
There are no bug fixes or new features in this version of iCore Process Server.
Administrator v4.4.1 SP 3
Version: 4.4.567.103
Release date: 2024-09-16 (On-prem)
Bug fixes
| Description | Id |
|---|---|
| Minor bug fixes in iCore Adminstrator. | 78815 |
iCPS v4.4.1 SP 2
Version: 4.4.531.102
Release date: 2024-06-05 (On-prem)
Please read the Known issues before installing!
New functionality
| Area | Description | Id |
|---|---|---|
| Framework | When entity properties are modified, the original value is now recorded in the audit log. | 71419 |
Bug fixes
| Area | Description | Id |
|---|---|---|
| Sysadm utility | An unnecessary confirmation prompt appears when the user attempts to create or update an iCore system with an unsupported SQL Server Version. | 70265 |
| Runtime and Service | Worker Host Manager enters failed state and Worker Hosts are orphaned, if ServerStartupOrphanPolicy is set to "KillWorkerHosts" and the Worker Host Job is set to "Lost". | 70880 |
| Runtime and Service | The Job Manager may stop processing Jobs when the primary Application pool is full, an asynchronous Job is first in the queue, and if a secondary Application pool is configured on the Component and all running Jobs are waiting on synchronous Jobs that are in the queue after the asynchronous Job. | 70881 |
| Runtime and Service | Temporary Worker Hosts are automatically closed if no Job execution request is received within a specified time frame (default 90 seconds). | 70884 |
| Web API Editor | A Web API Component definition created with 'Save As' has a host version always set to 2 (Latest), which leads to errors in the code if the original version is 1 (Legacy). | 72206 |
| Administrator | 'Export encrypted' entities from Administrator does not work. | 73149 |
| Runtime and service | There is a security vulnerability in an underlying package. | 74560 |
| Adapterflow | Deleting a data source in Adapterflow Data activities does not remove the associated code expression. | 76254 |
Administrator v4.4.1 SP 2
Version: 4.4.532.102
Release date: 2024-06-05 (On-prem)
Bug fixes
| Description | Id |
|---|---|
| Azure AD group permissions for available tools are not combined when the user is a member of two or more User groups. | 59108 |
| Copying text from field in entity property grid doesn't work properly if drag-selected with mouse. | 71405 |
| Loading Partner Attribute groups in Administrator can take a long time if the groups contain a large number of attributes. | 73017 |
iCPS v4.4.1 SP 1
Version: 4.4.325.101
Release date: 2023-08-30 (Cloud), 2023-09-14 (On-prem)
Please read the Known issues before installing!
Bug fixes
| Area | Description | Id |
|---|---|---|
| Entities | Integrity reference to Node type version entity is lost when updating Event configuration. | 67658 |
| Framework | Parsing a multi-part AS2 MDN message fails if a Content-Type header is missing from the first part. | 67373 |
| Adapterflow | MSSQL Stored procedure Poll Command cannot be selected when editing an Adapterflow. | 66205 |
| Administrator | Loading the Script inheritance view for Scripts with large inheritance hierarchies sometimes times out and makes the System access service temporarily unresponsive. | 66438 |
| Database | iCIS now supports Azure SQL databases with optimized locking enabled. | 68073 |
| Entities | Web API imported from an earlier iCore version can cause an UpgradeDate-related error when selected in Administrator. | 68656 |
Administrator v4.4.1 SP 1
Version: 4.4.329.101
Release date: 2023-08-30 (Cloud), 2023-09-14 (On-prem)
Please read the Known issues before installing!
Bug fixes
| Description | Id |
|---|---|
| Several issues occur when the user shift-selects a large number of entities. | 62623 |
iCPS v4.4.1 RTM
Version: 4.4.186.100
Release date: 2023-02-10 (Cloud), 2023-04-14 (On-prem)
Please read the Known issues before installing!
New functionality
| Area | Description | Id |
|---|---|---|
| Workflows | Workflow SOAP Webservice client activities support client credentials. Workflow activity "Create SOAP Client Security Configuration" is now available. | 59874 |
| Web API | It is now possible to create Web API definitions targeting ASP.NET Core 2.1 and NSwag 13, allowing for example generating and publishing Open API v3 specifications. | 60061 |
| Administrator | When creating an new Node type, the "Internet media type" property now has the default value "text/plain". | 61518 |
| Database | The maximum number of characters that can be used for the Name and Path fields on the Category entity has been extended to 250 and 1024 characters respectively. | 61519 |
| Database | The maximum number of characters that can be used for the Bookmark field on the Application pool entity has been extended to 250 characters. | 63370 |
| Database | The maximum number of characters that can be used for the Name field on the Event entity has been extended to 250 characters. | 63370 |
| Cmdlets | Set -iCoreMsmqConfiguration is a new cmdlet which lets you set configuration of iCore System MSMQ Queue names. | 63747 |
| Workflows | Workflow activity "Execute WebAPI definition" now supports configuration of a certificate for HTTPS hosting. | 64241 |
Deprecated functionality
| Area | Description | Id |
|---|---|---|
| Cmdlets | Get-iCoreEntity cmdlet for tracking entity types is deprecated. | 63009 |
| Cmdlets | ReturnEntity parameter on Get-ExportableiCoreEntity cmdlet is deprecated. | 63753 |
Bug fixes
| Area | Description | Id |
|---|---|---|
| Administrator | Some entity types, such as SOAP Web Service Clients and Workflows, cannot be compiled in the Administrator if SAS is running as Local System and the Compilation Work Directory for the system is configured as default, with %APPDATA% in the path. | 58227 |
| Entities | Entity filter code is not regenerated when the filter is updated. | 62301 |
| Administrator | Filter execution in Administrator sometimes times out without notifying the user. | 62457 |
| Entities | Importing Entity filters may generate incorrect code, which causes an error when compiling a Web API that uses the filter. | 62999 |
| Entities | When using the Upgrade Readiness Check to check for upgrades to iCIS v4.2.0 or later, the tool now also checks the filter version. If the filter version is too old, the tool issues an error message along with a suggested action. | 63746 |
| Adapterflows and activities | "Convert Excel file" Adapterflow activity outputs the result to file even if the property 'Write output to file' is set to False. | 64332 |
| Runtime and Service | A minor memory leak may occur in EWorkerHost when long-running session Components create Events or spawn Workflows. The memory leak causes memory usage to slowly increase over time without ever being returned to the iCore system. | 64627 |
| Web API Editor | The list of Web service clients in the "Manage references" dialog shows the non-unique title instead of Namespace in the Name column and the Type field in the details pane is empty. | 64757 |
| Administrator | In some cases the 'User groups' column in a User entity filter does not display all groups to which the User belongs. | 64779 |
Known issues for iCPS v4.4.1 RTM
| Area | Description | Id |
|---|---|---|
| Runtime and Service | A Workflow built on a busy "while(true);" (without any i/o or waits) may generate error: [The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.]. | 10269 |
| Runtime and Service | Reconfiguration of TCP endpoint of management service does not work after configuring an incorrect endpoint. | 19868 |
| Workflows | Workflow generated activities for web services using the SOAP RPC/Encoded format currently does not work as expected. | 20417 |
| Runtime and Service | When a certificate's private key is created from System.Security.Cryptography.X509Certificates.X509Certificate2, the key is lost. The issue applies to Workflows and Adapterflows. | 30942 |
| Installation | The iCore SAS service is still listed (but not running) after an update that removes the iCore SAS feature. | 33530 |
| Administrator | Entity row is not selected when navigating to a filter that is in grouped view and the URL contains the entity key. | 40872 |
| Cmdlets | After update of iCPS binaries, cmdlets may fail to run (both from the iCore Powershell console, and from Powershell console. Error message: Could not load file or assembly 'System.Collections.Immutable Version <version>. Closing the console and reopening it solves the problem. | 45044 |
| Web API Editor | Documenting Web API with code annotation <example> is not visible in Swagger UI. | 46942 |
| Framework | Mail messages downloaded via POP3 Object with options MailGetUidl or MailGetSize do not contain the correct values for these options. | 55186 |
| Runtime and Service | Existing Scripts using HTTP Client Object with SSL/TLS may stop working after upgrade. Error message: [Failed to send data to server using POST method; CommunicationException: [Error when sending HTTP Post request. Additional info: Invalid SSL version Error code: 0.]] This may occur in Scripts where HTTP Client Object is used with Protocol property set to "secprotAuto". On HTTP Client Object in Scripts, use the put_Protocol method to explicit point out the SSL/TLS version desired, for example TLS 1.3. | 56394 |
| Workflows | Workflows that contain a custom reference to the assembly 'System.Net.Http, Version=4.2.0.0' can only be compiled in Workflow Designer if the specified assembly version is not installed in the Global Assembly Cache (GAC). The assembly is automatically (and incorrectly) resolved to version 4.0.0.0 in the Workflow Designer, which is why the Workflow can still be compiled. Workaround: Open the Workflow in the Workflow Designer and save it, and the 4.2.0.0 version will be replaced with 4.0.0.0 which is installed with the .NET framework. | 57691 |
Administrator v4.4.1 RTM
Version: 4.4.174.100
Release date: 2023-02-10
Please read the Known issues before installing!
Bug fixes
| Description | Id |
|---|---|
| Entity filter sometimes stops loading additional rows and is filled with empty rows when scrolling quickly up and down. | 58533 |
| The background color that indicates that multiple rows have been selected in a filter result disappears when the user scrolls out of selection. | 63794 |
| The selection count is not updated correctly when a filter result is refreshed. | 63795 |
iCIS v4.4.0
iCPS v4.4.0 RTM
Version: 4.4.38.0
Release date: 2022-11-02
Please read the Known issues before installing!
New functionality
| Area | Description | Id |
|---|---|---|
| Web service client | Web service clients created using REST now support OpenAPI Specification v3.0.0 | 37370 |
| System | The property 'System Enabled' has been removed from System settings. | 57220 |
| Framework | It is now possible for Azure AD users to log in to the Administrator site and iCore system(s) with only an Authorization provider configured on the site/system (OIDC provider configuration is no longer required). | 57664 |
| Administrator | iCore system version is no longer displayed, and database version is displayed in a new format. | 58699 |
| Script and functions | SMTP Script object has two new methods, 'SetCertificateFromFile' and 'SetCertificateFromBase64String', for loading a certificate from a file and a base64 string, respectively. The existing method 'SetCertificate' is renamed to 'SetCertificateFromStore'. | 58830 |
| Script and functions | POP3 Script object has two new methods, 'SetCertificateFromFile' and 'SetCertificateFromBase64String', for loading a certificate from a file and a base64 string, respectively. The existing method 'SetCertificate' is renamed to 'SetCertificateFromStore'. | 58832 |
| Script and functions | HTTP Client Script object has two new methods, 'SetCertificateFromFile' and 'SetCertificateFromBase64String', for loading a certificate from a file and a base64 string, respectively. The existing method 'SetCertificate' is renamed to 'SetCertificateFromStore'. | 58833 |
Removed functionality
| Area | Description | Id |
|---|---|---|
| Tools | iCoreTrig.exe application has been removed from the iCPS installation. | 57884 |
| Adapterflow | DB2 Adapterflow activities are no longer available. | 58261 |
| Adapterflow | TIBCO EMS Adapterflow activities are no longer available. | 58262 |
Deprecated functionality
| Area | Description | Id |
|---|---|---|
| Cmdlets | Get-iCorePaths cmdlet is deprecated. | 60531 |
| Cmdlets | Some functionality in Get-iCoreEntity cmdlet is deprecated and will be removed in future versions of iCore Integration Suite. It will no longer be possible to retrieve tracking entities (Nodes, Jobs, Events or Log entries). | 60554 |
| Cmdlets | Switch ReturnEntity on cmdlet Get-ExportableiCoreEntity is deprecated. | 63753 |
Bug fixes
| Area | Description | Id |
|---|---|---|
| Administrator | Severity of diagnostic messages is incorrect when compiling a Web API from the Administrator. | 55721 |
| Developer | When saving a Script after updating the Script properties, a warning that says the Script has been modified by someone else is displayed. | 56125 |
| Framework | OIDC authentication is enabled in tools when they are launched from outside the Administrator, even if OIDC provider configuration is disabled on the selected iCore system. | 57964 |
| Cmdlets | Export-iCoreEntity cmdlet fails with the error message "Cannot access a disposed object" if called twice with the same encryption password instance. | 58719 |
| Script and functions | The Data parameter of the Script function CreateExpressEvent is not used. | 59185 |
| Framework | The "Mail.Read" application permission is no longer required in order to send email in iCore activities using Modern authentication. | 59809 |
| Entities | Attempting to delete a Component configuration, Event configuration, Web Api or Event type causes a validation error which prevents deletion. However, the error message reads "TransactionAbortedException" rather than pointing out the underlying validation errors. | 60817 |
Known issues for iCPS v4.4.0 RTM
| Area | Description | Id |
|---|---|---|
| Runtime and Service | A Workflow built on a busy "while(true);" (without any i/o or waits) may generate error: [The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.]. | 10269 |
| Runtime and Service | Reconfiguration of TCP endpoint of management service does not work after configuring an incorrect endpoint. | 19868 |
| Workflows | Workflow generated activities for web services using the SOAP RPC/Encoded format currently does not work as expected. | 20417 |
| Runtime and Service | When a certificate's private key is created from System.Security.Cryptography.X509Certificates.X509Certificate2, the key is lost. The issue applies to Workflows and Adapterflows. | 30942 |
| Installation | The iCore SAS service is still listed (but not running) after an update that removes the iCore SAS feature. | 33530 |
| Administrator | Entity row is not selected when navigating to a filter that is in grouped view and the URL contains the entity key. | 40872 |
| Cmdlets | After update of iCPS binaries, cmdlets may fail to run (both from the iCore Powershell console, and from Powershell console. Error message: Could not load file or assembly 'System.Collections.Immutable Version <version>. Closing the console and reopening it solves the problem. | 45044 |
| Web API Editor | Documenting Web API with code annotation <example> is not visible in Swagger UI. | 46942 |
| Framework | Mail messages downloaded via POP3 Object with options MailGetUidl or MailGetSize do not contain the correct values for these options. | 55186 |
| Runtime and Service | Existing Scripts using HTTP Client Object with SSL/TLS may stop working after upgrade. Error message: [Failed to send data to server using POST method; CommunicationException: [Error when sending HTTP Post request. Additional info: Invalid SSL version Error code: 0.]] This may occur in Scripts where HTTP Client Object is used with Protocol property set to "secprotAuto". On HTTP Client Object in Scripts, use the put_Protocol method to explicit point out the SSL/TLS version desired, for example TLS 1.3. | 56394 |
| Workflows | Workflows that contain a custom reference to the assembly 'System.Net.Http, Version=4.2.0.0' can only be compiled in Workflow Designer if the specified assembly version is not installed in the Global Assembly Cache (GAC). The assembly is automatically (and incorrectly) resolved to version 4.0.0.0 in the Workflow Designer, which is why the Workflow can still be compiled. Workaround: Open the Workflow in the Workflow Designer and save it, and the 4.2.0.0 version will be replaced with 4.0.0.0 which is installed with the .NET framework. | 57691 |
| Entities | Some entity types, such as SOAP Web Service Clients and Workflows, cannot be compiled in the Administrator if SAS is running as Local System and the Compilation Work Directory for the system is configured as default, with %APPDATA% in the path. Workaround 1: Run SAS as a normal account, i.e. not "Local System". Workaround 2: Set the "Compilation work directory" of the system to a specific path without environment variables. | 58227 |
Administrator v4.4.0 RTM
Version: 4.4.24.0
Release date: 2022-11-02
Please read the Known issues before installing!
There are no bug fixes or new features in this version of the Administrator.
iCIS v4.3.0
iCPS v4.3.0 SP 4
Version: 4.3.570.4
Release date: 2022-10-14
- When upgrading from a version prior to 3.30 Update 5 SP7, the Logon account on iCore System Access Service and iCore Management Service will be reset to Local System Account. Please check the logon information of these accounts in Computer Management\Services before upgrading from versions prior to 3.30 Update 5 SP7. After upgrade, the logon information must be updated. When upgrading from 3.30 Update 5 SP7 and later versions, this is performed automatically.
- iCore Administrator is installed by a separate msi and has a separate section in this document.
Please read the Known issues before installing!
New functionality
| Area | Description | Id |
|---|---|---|
| Installation | Its now possible to use the NoPauseOnExit flag on install scripts for IIS applications. | 58854 |
Bug fixes
| Area | Description | Id |
|---|---|---|
| Cmdlets | Performing a system upgrade or a Component definition compilation with PowerShell cmdlets fails with an error like "Object '/74f2f9c8_1488_4ba9_a212_2966b4562f2d/v9ggo15nc_0c8tlribgdyzix_3.rem' has been disconnected or does not exist at the server". | 60008 |
| Entities | Exporting a REST Web service client results in 'Enable schema generation' to always be set to 'true' in the .ieo, regardless of the value of the property in the Web service client. | 60145 |
| Developer | Opening for example the 'Allocate node collection' dialog causes the error "No service of type ISystemContext has been registered in this service locator." if the online documentation has been opened previously. | 61233 |
| Runtime and Service | An error message saying "Specified method is not supported" may appear repeatedly after a single server in a cluster has been stopped and restarted within a short timespan. | 61234 |
| Runtime and Service | Under some circumstances after a server in a clustered system has stopped and been restarted, the Job Manager may fail to properly handle session Jobs, leaving them either in Dispatch Pending or Lost state. | 61234 |
| Runtime and Service | Under some circumstances after a server in a clustered system has stopped and been restarted, the Job Manager may fail to dispatch any new Jobs to that server. | 61234 |
Administrator v4.3.0 SP 4
Version: 4.3.567.4
Release date: 2022-10-14
Please read the Known issues before installing!
Bug fixes
| Description | Id |
|---|---|
| Clicking the "Open ICIS help" link or the "Open Adminstrator help" link opens the incorrect version of the documentation. | 57863 |
iCPS v4.3.0 SP 3
Version: 4.3.319.3
Release date: 2022-08-09
- When upgrading from a version prior to 3.30 Update 5 SP7, the Logon account on iCore System Access Service and iCore Management Service will be reset to Local System Account. Please check the logon information of these accounts in Computer Management\Services before upgrading from versions prior to 3.30 Update 5 SP7. After upgrade, the logon information must be updated. When upgrading from 3.30 Update 5 SP7 and later versions, this is performed automatically.
- iCore Administrator is installed by a separate msi and has a separate section in this document.
Please read the Known issues before installing!
Bug fixes
| Area | Description | Id |
|---|---|---|
| Administrator | 'Save view to file' and 'Save selection to file' export the entity times in UTC format instead of the system time zone. | 57956 |
| Web service client | The generated Workflow activity for a SOAP Web service client hides the actual error in some cases if an error occurs when the return type contains a value type wrapped in a response message. The error message looks like this: A value of type 'System.Object' cannot be set to the location with name 'X' because it is a location of type 'System.Decimal'. | 59429 |
| Workflows and Adapterflows | Authentication with some SFTP servers may fail when using private key as authentication method in Adapterflow and Workflow SFTP activities. | 58897 |
Administrator v4.3.0 SP 3
Version: 4.3.318.3
Release date: 2022-08-09
Please read the Known issues before installing!
Bug fixes
| Description | Id |
|---|---|
| Entity details for some entities do not load properly when multiple entities are selected in the filter result. | 58390 |
| Entity details do not load, or only load partially, when switching between entities. | 58536 |
iCPS v4.3.0 SP 2
Version: 4.3.257.2
Release date: 2022-06-08
- When upgrading from a version prior to 3.30 Update 5 SP7, the Logon account on iCore System Access Service and iCore Management Service will be reset to Local System Account. Please check the logon information of these accounts in Computer Management\Services before upgrading from versions prior to 3.30 Update 5 SP7. After upgrade, the logon information must be updated. When upgrading from 3.30 Update 5 SP7 and later versions, this is performed automatically.
- iCore Administrator is installed by a separate msi and has a separate section in this document.
Please read the Known issues before installing!
Bug fixes
| Area | Description | Id |
|---|---|---|
| System upgrade | An out of memory error may occur during System upgrade on systems with a large number of Workflows. | 58073 |
| Entities | A database deadlock error may occur when calling Set Node Attribute on the same Node concurrently from multiple processes or threads. | 58413 |
| Adapterflow | The button to open the code expression editor is not visible when Runtime Expression is selected for table name in Data activities. | 58426 |
| Adapterflow | Adapterflow activity SFTP Writer fails when the 'Check file size' argument is set to 'True' and the 'Destination directory' does not end with slash ('/'). | 58333 |
| Management service | The management service is unable to fetch the remote server status in a clustered iCore system, causing "Unknown status" to be displayed in the Administrator | 58601 |
| Script and functions | SetCertificate method of SMTP Object and POP3 Object is sometimes unable to find the specified certificate when the issuer name is incomplete. | 58585 |
| Workflows and Adapterflows | A memory leak occurs when using Serialize/Deserialize XML Object activities. | 58646 |
Administrator v4.3.0 SP 2
Version: 4.3.256.2
Release date: 2022-06-08
Please read the Known issues before installing!
Bug fixes
| Description | Id |
|---|---|
| The 'Last triggered' and 'Next time to trigger' times for Timers in System monitor are in the wrong time zone. | 57963 |
| Attribute groups in Partner and Settings filter result are stuck in a loading state. | 58612 |
iCPS v4.3.0 SP 1
Version: 4.3.219.1
Release date: 2022-05-18
- Installing this service pack requires that you perform a minor system upgrade.
- When upgrading from a version prior to 3.30 Update 5 SP7, the Logon account on iCore System Access Service and iCore Management Service will be reset to Local System Account. Please check the logon information of these accounts in Computer Management\Services before upgrading from versions prior to 3.30 Update 5 SP7. After upgrade, the logon information must be updated. When upgrading from 3.30 Update 5 SP7 and later versions, this is performed automatically.
- iCore Administrator is installed by a separate msi and has a separate section in this document.
Please read the Known issues before installing!
Bug fixes
| Area | Description | Id |
|---|---|---|
| Entities and filters | It is not possible to include an Entity filter with a name containing more than 50 characters in a View mode filter. | 56973 |
| Entities and filters | The width of the 'Message' column is too small for the default Log filter 'Recent' in new systems. | 57962 |
| Workflow Activities | Daily Maintenance (Tracking Cleanup) may fail with an SqlException reading "The DELETE statement conflicted with the REFERENCE constraint "FK_tblNode_tblJobs"..." in some circumstances. | 57608 |
| Workflow activities | Exceptions thrown from a SOAP Web service client activity always display the same error message ("Object reference not set to an instance of an object."). | 57876 |
| Web Service Client | Compiling a SOAP Web service client may fail with type conversion errors when a property of the response message contract is named response. | 57796 |
| Adapterflow | The drop-down editor for adding Adapterflow activities gets smaller each time it is displayed. | 57629 |
| Administrator | Log in to iCore system shows licensing error instead of warning when iCore is unlicensed. | 57231 |
| Import-Export tool | InvalidOperationException error occurs after logging in to ImpExp tool when user does not have access rights to import content from file. | 57096 |
| Script and functions | Memory leakage in Components using HttpClient, SmtpClient, POP3Client or FtpClient can potentially cause OutOfMemory exceptions. | 57952 |
Deprecated functionality
| Area | Description | Id |
|---|---|---|
| Adapterflow activities | DB2 activities are deprecated. Note however that DB2 iSeries activities are NOT deprecated. | 58259 |
| Adapterflow activities | TIBCO EMS activities are deprecated | 58260 |
| Database | Support for MS SQL Server 2012 is deprecated. The next release of iCore Integration Suite will require SQL Server 2016 or later. | 58266 |
Administrator v4.3.0 SP 1
Version: 4.3.223.1
Release date: 2022-05-18
Please read the Known issues before installing!
Bug fixes
| Description | Id |
|---|---|
| Some character combinations used in iCore system passwords cause internal server error on system login. | 57734 |
| The loading icon is sometimes not shown when sorting filter result. | 57960 |
iCPS v4.3.0 RTM
Version: 4.3.106.0
Release date: 2022-04-01
- When upgrading from a version prior to 3.30 Update 5 SP7, the Logon account on iCore System Access Service and iCore Management Service will be reset to Local System Account. Please check the logon information of these accounts in Computer Management\Services before upgrading from versions prior to 3.30 Update 5 SP7. After upgrade, the logon information must be updated. When upgrading from 3.30 Update 5 SP7 and later versions, this is performed automatically.
- iCore Administrator is installed by a separate msi and has a separate section in this document.
Please read the Known issues before installing!
New functionality
| Area | Description | Id |
|---|---|---|
| Framework | It is now possible to use modern authentication for Office365 as authentication method in mail clients. | 57110 |
Bug fixes
| Area | Description | Id |
|---|---|---|
| Workflow Designer | It is not possible to execute "Save As..." in the Workflow designer when the Workflow is locked by another user. | 56391 |
| Framework | A disabled system cannot be upgraded. | 57219 |
| Tools | The login dialog is not parented to its owner window in various tools, causing it to be hidden if switching between applications. | 57047 |
| Adapterflow | The drop-down editor for "Categories" and "Error event type" get smaller each time they are displayed. | 56432 |
| Framework | Creating a User with the same name as an existing User group (or vice versa) may fail. | 56453 |
Known issues for iCPS v4.3.0 RTM
| Area | Description | Id |
|---|---|---|
| Runtime and Service | A Workflow built on a busy "while(true);" (without any i/o or waits) may generate error: [The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.]. | 10269 |
| Runtime and Service | Reconfiguration of TCP endpoint of management service does not work after configuring an incorrect endpoint. | 19868 |
| Workflows | Workflow generated activities for web services using the SOAP RPC/Encoded format currently does not work as expected. | 20417 |
| Runtime and Service | When a certificate's private key is created from System.Security.Cryptography.X509Certificates.X509Certificate2, the key is lost. The issue applies to Workflows and Adapterflows. | 30942 |
| Installation | The iCore SAS service is still listed (but not running) after an update that removes the iCore SAS feature. | 33530 |
| Administrator | Entity row is not selected when navigating to a filter that is in grouped view and the URL contains the entity key. | 40872 |
| Cmdlets | After update of iCPS binaries, cmdlets may fail to run (both from the iCore Powershell console, and from Powershell console. Error message: Could not load file or assembly 'System.Collections.Immutable Version <version>. Closing the console and reopening it solves the problem. | 45044 |
| Web API Editor | Documenting Web API with code annotation <example> is not visible in Swagger UI. | 46942 |
| Framework | Mail messages downloaded via POP3 Object with options MailGetUidl or MailGetSize do not contain the correct values for these options. | 55186 |
| Runtime and Service | Existing Scripts using HTTP Client Object with SSL/TLS may stop working after upgrade. Error message: [Failed to send data to server using POST method; CommunicationException: [Error when sending HTTP Post request. Additional info: Invalid SSL version Error code: 0.]] This may occur in Scripts where HTTP Client Object is used with Protocol property set to "secprotAuto". On HTTP Client Object in Scripts, use the put_Protocol method to explicit point out the SSL/TLS version desired, for example TLS 1.3. | 56394 |
| Workflows | Workflows that contain a custom reference to the assembly 'System.Net.Http, Version=4.2.0.0' can only be compiled in Workflow Designer if the specified assembly version is not installed in the Global Assembly Cache (GAC). The assembly is automatically (and incorrectly) resolved to version 4.0.0.0 in the Workflow Designer, which is why the Workflow can still be compiled. Workaround: Open the Workflow in the Workflow Designer and save it, and the 4.2.0.0 version will be replaced with 4.0.0.0 which is installed with the .NET framework. | 57691 |
| Entities | Some entity types, such as SOAP Web Service Clients and Workflows, cannot be compiled in the Administrator if SAS is running as Local System and the Compilation Work Directory for the system is configured as default, with %APPDATA% in the path. Workaround 1: Run SAS as a normal account, i.e. not "Local System". Workaround 2: Set the "Compilation work directory" of the system to a specific path without environment variables. | 58227 |
Administrator v4.3.0
Version: 4.3.85.0
Release date: 2022-04-01
Please read the Known issues before installing!
There are no bug fixes or new features in this version of the Administrator.
iCIS v4.2.5
Administrator v4.2.5 SP 4
Version: 4.2.xxx.xxx
Release date: 2022-xx-xx
Please read the Known issues before installing!
Bug fixes
| Description | Id |
|---|---|
| Entity details for some entities do not load properly when multiple entities are selected in the filter result. | 58390 |
| Entity details do not load, or only load partially, when switching between entities. | 58536 |
iCPS v4.2.5 SP 5
Version: 4.2.4245.10505
Release date: 2022-06-08
- When upgrading from a version prior to 3.30 Update 5 SP7, the Logon account on iCore System Access Service and iCore Management Service will be reset to Local System Account. Please check the logon information of these accounts in Computer Management\Services before upgrading from versions prior to 3.30 Update 5 SP7. After upgrade, the logon information must be updated. When upgrading from 3.30 Update 5 SP7 and later versions, this is performed automatically.
- iCore Administrator is installed by a separate msi and has a separate section in this document.
Please read the Known issues before installing!
Bug fixes
| Area | Description | Id |
|---|---|---|
| Entities | A database deadlock error may occur when calling Set Node Attribute on the same Node concurrently from multiple processes or threads. | 58413 |
| Adapterflow | The button to open the code expression editor is not visible when Runtime Expression is selected for table name in Data activities. | 58426 |
| Adapterflow | Adapterflow activity SFTP Writer fails when the 'Check file size' argument is set to 'True' and the 'Destination directory' does not end with slash ('/'). | 58333 |
| Workflows and Adapterflows | A memory leak occurs when using Serialize/Deserialize XML Object activities. | 58646 |
Administrator v4.2.5 SP 3
Version: 4.2.4244.10503
Release date: 2022-06-08
Please read the Known issues before installing!
Bug fixes
| Description | Id |
|---|---|
| The 'Last triggered' and 'Next time to trigger' times for Timers in System monitor are in the wrong time zone. | 57963 |
iCPS v4.2.5 SP 4
Version: 4.2.4211.10504
Release date: 2022-05-05
- When upgrading from a version prior to 3.30 Update 5 SP7, the Logon account on iCore System Access Service and iCore Management Service will be reset to Local System Account. Please check the logon information of these accounts in Computer Management\Services before upgrading from versions prior to 3.30 Update 5 SP7. After upgrade, the logon information must be updated. When upgrading from 3.30 Update 5 SP7 and later versions, this is performed automatically.
- iCore Administrator is installed by a separate msi and has a separate section in this document.
Please read the Known issues before installing!
Bug fixes
| Area | Description | Id |
|---|---|---|
| Workflow activities | Exceptions thrown from a SOAP Web service client activity always display the same error message ("Object reference not set to an instance of an object."). | 57876 |
| Script and functions | Memory leakage in Components using HttpClient, SmtpClient, POP3Client or FtpClient can potentially cause OutOfMemory exceptions. | 57952 |
| System upgrade | An out of memory error may occur during System upgrade on systems with a large number of Workflows. | 58073 |
| Entities and filters | The width of the 'Message' column is too small for the default Log filter 'Recent' in new systems. | 57962 |
iCPS v4.2.5 SP 3
Version: 4.2.4196.10503
Release date: 2022-04-22
- Installing this service pack requires that you perform a minor system upgrade.
- When upgrading from a version prior to 3.30 Update 5 SP7, the Logon account on iCore System Access Service and iCore Management Service will be reset to Local System Account. Please check the logon information of these accounts in Computer Management\Services before upgrading from versions prior to 3.30 Update 5 SP7. After upgrade, the logon information must be updated. When upgrading from 3.30 Update 5 SP7 and later versions, this is performed automatically.
- iCore Administrator is installed by a separate msi and has a separate section in this document.
Please read the Known issues before installing!
Bug fixes
| Area | Description | Id |
|---|---|---|
| Workflow activities | Daily Maintenance (Tracking Cleanup) may fail with an SqlException reading "The DELETE statement conflicted with the REFERENCE constraint "FK_tblNode_tblJobs"..." in some circumstances. | 57608 |
| Web service client | Compiling a SOAP Web service client may fail with type conversion errors when a property of the response message contract is named response. | 57796 |
iCPS v4.2.5 SP 2
Version: 4.2.4171.10502
Release date: 2022-03-28
- When upgrading from a version prior to 3.30 Update 5 SP7, the Logon account on iCore System Access Service and iCore Management Service will be reset to Local System Account. Please check the logon information of these accounts in Computer Management\Services before upgrading from versions prior to 3.30 Update 5 SP7. After upgrade, the logon information must be updated. When upgrading from 3.30 Update 5 SP7 and later versions, this is performed automatically.
- iCore Administrator is installed by a separate msi and has a separate section in this document.
Please read the Known issues before installing!
Bug fixes
| Area | Description | Id |
|---|---|---|
| Entities and filters | The operators LIKE and NOT LIKE are not available for Setting/Partner attributes, and the operators <, <=, >= and > are not available for string properties in entity filters. Upgrading old filters removes conditions containing these operators without notifying the user. | 57545 |
| Runtime and service | SFTP client fails with error 'There is no cipher supported by both: client and server' when connecting to some SFTP servers. | 57539 |
Administrator v4.2.5 SP 2
Version: 4.2.4190.10502
Release date: 2022-04-19
Please read the Known issues before installing!
Bug fixes
| Description | Id |
|---|---|
| Some character combinations used in iCore system passwords cause internal server error on system login. | 57734 |
iCPS v4.2.5 SP 1
Version: 4.2.4119.10501
Release date: 2022-03-10
- Installing this service pack requires that you perform a minor system upgrade.
- When upgrading from a version prior to 3.30 Update 5 SP7, the Logon account on iCore System Access Service and iCore Management Service will be reset to Local System Account. Please check the logon information of these accounts in Computer Management\Services before upgrading from versions prior to 3.30 Update 5 SP7. After upgrade, the logon information must be updated. When upgrading from 3.30 Update 5 SP7 and later versions, this is performed automatically.
- iCore Administrator is installed by a separate msi and has a separate section in this document.
Please read the Known issues before installing!
Bug fixes
| Area | Description | Id |
|---|---|---|
| Import-Export tool | ArgumentNullException may occur when selecting or deselecting entities using context menu commands. | 55722 |
| Administrator | Unwanted warnings are displayed when Script is compiled from Administrator tool. | 56111 |
| Adapterflow wizard | Error occurs when trying to assign field expression to a data writer command. Error: Constructor on type 'iCore.Common.Types.IETypeValue' not found. | 56120 |
| Script and functions | Authentication error in POP3 client is presented as unexpected error when SSL is activated. | 56137 |
| Runtime and service | Job state may not be correctly updated when a WorkerHost encounters persistent database issues. | 56202 |
| Script and functions | POP3 client sometimes fails to log in with error: 'Connection failed due to error 75777 Error code: 75777'. | 56349 |
| Framework | Users can still use OIDC to log in to iCore system, even if AuthenticationType has been changed from OIDC to iCore system, or Disabled has been set to True. | 56365 |
| Import-Export tool | Imported entities are audited in the wrong iCore system when copying in Import Export tool. | 56378 |
| Framework | Base64 encoded account password is exposed in exception message from SMTP client. | 56388 |
| Framework | Audit log entry for Lock Component operation during import does not get an import Correlation ID. | 56390 |
| Runtime and service | Locally run Jobs created from a System Event that could not be started due to a WorkerHost failing during startup may get stuck in Start pending state until next system restart. | 56419 |
| Web API Editor | Selecting wrap parameter from "light-bulb" menu causes NotSupportedException in Web API Editor. | 56468 |
| Web API Editor | Selecting Introducing local from "light-bulb" menu causes NotSupportedException in Web API Editor. | 56469 |
| Adapterflow wizard | Error occurs when selecting MSDOS as List format type in FTP(S) reader/writer activity in Adapterflow. Error: 'Object reference not set to an instance of an object'. | 56502 |
| Adapterflow wizard | Adapterflow activity SFTP Writer does not reset the local data position when configured with retry and overwrite, and does not perform file size check properly when source is set to activity data stream. | 57134 |
| Workflows | Workflow SOAP activities ignore the configured Endpoint and always use the default one. | 57207 |
Administrator v4.2.5 SP 1
Version: 4.2.4121.10501
Release date: 2022-03-10
Please read the Known issues before installing!