"Client Job" or "Server Job" shows unexpected text in UI in case of foreign language usage in Console
book
Article ID: 204976
calendar_today
Updated On:
Products
IT Management Suite
Issue/Introduction
There is a wrong unexpected text near the "Edit" and "Delete" buttons In "Client Job" or "Server Job" if SMP Console language is set to any other language except English.
No such problems when SMP Console language is set to English.
Environment
ITMS 8.5 RU4
Cause
Known issue.
Resolution
This issue has been reported to the Symantec Development team. A fix has been added to our next release: ITMS 8.6
Workaround:
SMP Console -> Manage -> Jobs and Tasks -> create a new "SQL Query" task and put there this query:
update StaticString set String = '' where TypeGuid = '3e2396ab-4518-45b2-9911-2e74c1517d02' and StringRef in ('delete','edit')
Once "SQL Query" task is completed, then reset IIS on SMP Server (running for example "iisreset" from the command prompt as Administrator)
Refresh SMP Console page and open "Client Job" or "Server Job", now UI should look correctly.