MCP中添加新的监控资料无法显示问题

现象:
1、集中监视界面告警:任务执行失败:省级上行流程(*)
2、上行监视页面,有的资料应收数等数据位置为空
可能原因:
1、省级上行监视的某资料未配置资料处理规则;
2、省级上行监视的告警资料,未配置告警区间或告警阈值。
处理
1、查库

    select * from tab_omin_st_funcmeta a where a.i_func_code=
'c60e017a-132a-4963-bb40-c9ebe5d1495a';

2、查库

select * from tab_omin_rm_cs_rtdata_cfg b where b.data_code in
(select a.i_meta_code from tab_omin_st_funcmeta a where a.i_func_code
='c60e017a-132a-4963-bb40-c9ebe5d1495a'

3、对比两个结果,看看同为四级编码的个数是否相同,不同需要添加资料的处理配置
查看2步的第二列是否有空值,如果有则需要处理

猜你喜欢

转载自blog.csdn.net/watcher0111/article/details/78918227