ITOM Cloud Services Diagnostics - Kafka Setup CheckTriaging : Please check if the CnC topics are present on the instance by navigating to the table sys_kafka_topic_list.doMake sure the below topic records are available and are active.Check the full name should be prefixed with v2:hermes-internal:sni.cnc. itom_cnc_asset_syncitom_cnc_inbounditom_cnc_outbounditom_o11y_metric If all is good in the above then navigate to table sys_kafka_stream_list.doMake sure the below records are available and active CnC Asset Sync StreamCnC Inbound Stream If the topic name are not in proper format then perform the following depending the ITOM Cloud Services Core App versions Version below 3.x.x - run the fix script FixICSTopicsForPostXanadu - The job will fix the topic namesFor version 3.x.x and above - run ACC Onboarding Job (1 Hour) - If any of the records are in-active or the naming format is incorrect it would be fixed by the job.Additionally, please ensure the following schedule job is available and actively running on the instance: ACC Onboarding Job (1 Hour) You can manually execute the job. This would queue the job execution to a random time within an hour.Or you can also execute it via background script as below which will execute the script immediatelyvar now = new GlideDateTime();gs.eventQueueScheduled("sn_itom_cloud_svc.run_onboarding_job", "", "", "", now);This would fix the topic names and activate the topics and corresponding streams.