Oracle Analytics Publisher

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OAP 7.6 with Ukrainian localization is inoperable

Accepted answer
18
Views
3
Comments

In the process of evaluating OAS 2024 with Stack Patch Bundle 7.6.0.0.241009 we noticed that Analytic Publisher is inoperable with Ukrainian localization. Browser's console for the xmlpserver/servlet/home page shows this errors:

Uncaught SyntaxError: Unexpected identifier 'язкових' (at jstrans.jsp:229:58)


Uncaught ReferenceError: RES_OPEN is not defined at initMenu (home:33:84)

image.png

Reviewing jstrans.jsp reveals this:

RES_REQUIRED_TEMPLATE_TYPE = 'Тип шаблону є обов\'язковим.',


RES_REQUIRED_PARAM_FIELD = 'Поля одного або кількох
обов'язковихпараметрів порожні.',

image.png

Note unescaped quote in the middle of the string while assigning the value for RES_REQUIRED_PARAM_FIELD variable. It seems the error broke the normal process of initialization and the home page became unresponsive. It rendered but no links works, no menu opens etc.

How can I fix this?

Best Answer

Answers