2022.4.6
Release date: 2 February 2023
Explicit error codes are now displayed in the responses returned by CyberArk CCP when a request is not successful.
If the update server module is disabled, the update service on the robot machine no longer checks for updates.
Microsoft.Data.SqlClient
to version 3.1.1. This replaces the previously used 3.0.1, which is now out of support.
UiPath.ConfigProtector.exe
tool can now be used to encrypt and decrypt Resource Catalog Service sensitive information.
See the dedicated section for detailed instructions.
This improvement brings about some additional updates:
- The
UiPath.ConfigProtector.exe
tool has been upgraded to ASP.NET Core 6.0. -
Two new parameters have been added:
--signing-settings
- this allows you to add a configuration section of your choice to the tool's settings.-
--keys
/k
- this allows you to encrypt/decrypt keys that are not hardcoded.See the commands table for details on the new parameters.
- Orchestrator did not display the list of arguments for updated and republished Studio REF projects. This issue occurred when adding new arguments on top of existing ones in Studio projects based on Robotic Enterprise Framework templates.
- A 400 error code was sometimes returned in scenarios such as token expiration. However, this error code does not trigger workflow resumption. As a result, a 401 error code is now returned instead, causing the workflow to be refreshed and retried.
-
In 2022.4.5, we upgraded Elasticsearch and Kibana to 7.16.3, making it the minimum required version. This caused logging issues, so we have removed the minimum requirement, and are now allowing you to use previous versions of these products as well.
While a version greater then 7.16.2 is preferred for Orchestrator 2022.10.1 and above, you can enable previous versions of Elasticsearch (installed via MSI) by using these new parameters:
- In the Nlog target (
<target xsi:type="ElasticSearch"
), set disableProductCheckStatus totrue
. - In the
UiPath.Orchestrator.dll.config
file, set Logs.Elasticsearch.DisableProductCheckStatus totrue
.
- In the Nlog target (
We recommend that you regularly check the deprecation timeline for any updates regarding features that will be deprecated and removed.