We need to fix this below event ID: ???key: page.task.vst.eventdetails.eventId??? also. So please help here to where we can find that properties file to update this value?
Resume Account: PaPerez Task Details: PaPerez
Provisioning Activity Event Details: Provisioning Activity PaPerez
???key: page.task.vst.eventdetails.eventId??? |
737c68bb-0a7d1c92-75b7e6b3-db008201 |
Event Name |
ProvisioningActivityEvent |
Event Description |
Provisioning Activity <userNameRemoved> |
Task performed by |
iminbound (Inbound Administrator) |
Event creation time |
Tuesday, February 21, 2023 11:19:38 AM CET |
Event status |
Completed |
Primary object |
Provisioning Non Managed Object <userNameRemoved> |
Release : 14.4
In the user console elements like this: ???key: page.task.vst.eventdetails.eventId??? are mapped in resource bundles. It usually means that during some upgrade the translation was never added or overwritten.
We can see this by running a command like this on a unix system: grep -i page.task.vst.eventdetails.eventId *.properties
I have not found a command equivalent for windows based servers, and for WebSphere and WebLogic, there may be more than one location as these application servers deploy apps to separate folder locations as in the case of WebSphere is has deployable apps folder and deployed apps folder
You have to start in the location where the resourceBundles are:
on vApp this can be found here:
/opt/CA/wildfly-idm/standalone/deployments/iam_im.ear/custom/resourceBundles
The Key and value MUST be present in at least the IMSResources.properties AND IMSResources_en.properties