[Phenomenon]
When displaying data references in ViewCreator, the following items may not be displayed in the locale of the user.
- Data reference name
- Header
- Footer
[Occurrence condition]
- intra-mart Accel Platform 2024 Autumn is used
- Multilingual environment
[Cause]
This occurs because the following measure creates a cache with a data data reference name linked with the locale of the user who displays the data reference screen.
Therefore, if a user with an English locale first displays the data reference screen, even if a user with a Japanese locale displays that data reference screen, the data reference name will be displayed in the English locale.
- Uses cache when retrieving data view definitions and query definitions.
https://issue.intra-mart.jp/issues/34588
[Workaround]
In the settings file below, change enable for name="IM_VC_DATAVIEW" and name="IM_VC_QUERY" from "true" to "false".
You can disable the cache for data reference definitions and query definitions by changing the settings.
- conf/im-ehcache-config/viewcreator.xml
---------------------------------------------
<cache
name="IM_VC_DATAVIEW"
enable="false"
max-elements-on-memory="50"
time-to-live-seconds="86400"
time-to-idle-seconds="3600" />
<cache
name="IM_VC_QUERY"
enable="false"
max-elements-on-memory="50"
time-to-live-seconds="86400"
time-to-idle-seconds="3600" />
---------------------------------------------
This setting file cannot be output and set on IM-Juggling. Please acquire it from the deployed environment and manually place it on IM-Juggling.
- Steps for placing viewcreator.xml on IM-Juggling
1) Start IM-Juggling.
2) In "ProjectNavigator", under "(project name)/conf", right-click and create a "im-ehcache-config" folder from "New/Folder".
3) Under "(project name)/conf/im-ehcache-config", create "viewcreator.xml" from "New/File" as in the step 2.
*You can also copy the file by dragging and dropping it directly.
[Handling method]
We are planning to fix it in "2025 Spring" so that the name linked with the locale of the user is always displayed.
In addition, we will provide a patch for "2024 Autumn".
-- Target ---------------------------------------------------------------------
iAP/Accel Platform/2024 Autumn (8.0.36)
--------------------------------------------------------------------------------
FAQID:1359
The data reference name is not displayed in the locale used.
