Just integrated NCM 7.2.2 (formerly standalone) with NPM 11.0.1 and have discovered that all the policies which were created with NCM Policy Reported are broke because the NCM Policy Reporter selection criteria is still referencing the old NCM.Nodes table. I don't see a way to change table reference through Policy Reporter. How can I change these to use the NPM Nodes table? Can this be corrected using a SQL query?
Where ( (NCM_Nodes.Vendor = 'Cisco') AND (NCM_Nodes.Device_Type <> 'CONTENT SWITCH') AND (NCM_Nodes.Device_Type <> 'WORKGROUP BRIDGE') AND ( NOT (NCM_Nodes.SysDescr LIKE '%IOS-XE%') AND NOT (NCM_Nodes.SysDescr LIKE '%NX-OS%')) AND ( NOT (NCM_Nodes.SysName LIKE '%inet%') AND NOT (NCM_Nodes.SysName LIKE '%exnet%') AND NOT (NCM_Nodes.SysName LIKE '%css%') AND NOT (NCM_Nodes.SysName = 'MPA-NAVIS-SEAGIRT-RTR2')) )