{}

Our Brands

Impact-Company-Logo-English Black-01-177x54

Welcome to the Schneider Electric Website

Welcome to our website.
Search FAQs
PME9.0 - Active Alarms in Czech show wrong values for State
Issue
The state of the alarms shows the days in decimal format for some reason and the wrong value.
For Example an alarm with the state of 3 Days and 21 hours is shown in czech as 0,3 dnů 21 hod

Product Line
Power Monitoring Expert 9.0

Enviroment
Web Application - Alarm

Cause
The value for the Day is set wrong in the database for Czech localization string.

Resolution
Warning: Backup the Databases prior attempting any changes.

To confirm the Localization string for this language by running the following script.

select * from [Internationalization].[LocalizedString] where ResourceKeyID in (select ID from [Internationalization].[ResourceKey] where name like '%Time_Units_day_1%')

Run following SQL script on their Application Modules database:

EXEC [Internationalization].[WriteLocalizedString] 'cs', 'General', '', 'Time_Units_day_1', '', N'{0.EN_US} dnů'

Schneider Electric Canada

Explore more
Range:
Articles that might be helpful Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.
Explore more
Range: