How to check UIM Connector sending lot of Ci's to SOI
search cancel

How to check UIM Connector sending lot of Ci's to SOI

book

Article ID: 275751

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

How to check UIM Connector sending lot of Ci's to SOI

Environment

SOI 4.2.0.551.201221
catalyst connector 3.4.40
UIM 20.48

SQLServer 5.20 and later

Resolution

Please  run the below query at UIM data base and check  the output a for ci_type  .

select * from cm_configuration_item where ci_type like '4.2%' and ci_name not like '%##%'
select * from cm_configuration_item where ci_type like '4.2%' and ci_name like '%##%'

select * from CM_CONFIGURATION_ITEM_METRIC where ci_metric_type like '4.2%'
select * from CM_CONFIGURATION_ITEM_METRIC_DEFINITION where ci_type like '4.2%'