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.
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ů'