Deprecated and removed functions in Unified Management Server
Certain capabilities of the Unified Management Server 1.2 are deprecated. Their use is discouraged, and support will be removed in the future. Avoid creating new dependencies that rely on these deprecated functions, and also develop plans to remove the dependencies on such functions.
| Removed function | Recommended alternative | Related APAR | Target removal date |
|---|---|---|---|
Registering, updating, or deleting the Db2 applications can stop with multiple errors. The Unified Management Server returns error information by using the following JSON response format:
Each error in the errors field has message and localizedMessage fields. The message field contains the message in English and the localizedMessage field contains the translated message.
This localizedMessage field is deprecated and will be removed. The message field will be updated to list the translated message. The following REST API endpoints are affected:
|
If you use the application REST APIs to automate development processes, parse the message field instead of the localizedMessage field.
If you want to continue using the localizedMessage field, specify X-API-VERSION=1.1.0.8 in REST calls. For more information, see APIs. Important: If you specify an old version in the X-API-VERSION header, you will not be able to use new features of the application APIs in the future.
|
PH44497 | March 18, 2022 |
| Deprecated function | Recommended alternative | Related APAR | Target removal date |
|---|---|---|---|
The security configuration requires the security administrator to create and manage the USERLIST and TEAMLIST profiles. The parameters components.izp.dataset.userList and components.izp.dataset.teamList will be removed to have an alternative security mode that caches stored team, user, and role information from SAF. |
The default value is set as false for backward compatibility reasons. You should specify true for useSAFOnly to ignore the following parameters:
For details, refer to Setting up users and teams. |
PH54452 | Beginning August 11, 2023, the use of useSAFOnly set to false is deprecated and will be removed in future maintenance after August 11, 2024. |