Started receiving error 'String index out of range: 3'. After the bounce of idash the dashboard showed no SLA's. When going to the Catalog -> SLA Management receive error 'There was an error processing your request, please contact your administrator and have them verify the logs.
Release : 12.1
Component : CA WORKLOAD AUTOMATION iDASH FOR CA 7
SLA definition contained an incorrect format hh:m for the end deadline. Should be in hh:mm.
10.100.100.10 sla JWMXGRPC_GRSUAT2^CA73A idashAdm idash.sla.1.end.deadline 40:2 1593320600 0 NULL
10.100.100.10 sla JWMXGRPC_GRSUAT2^CA73A idashAdm idash.sla.1.end.deadline 40:20 1593320600 0 NULL
Required backend update and idash restart.
update idash_config
SET value = '40:20'
where id = 'JWMXGRPC_GRSUAT2^CA73A'
and tag = 'idash.sla.1.end.deadline'
and deleted = '0'