Upgrade Process
1 TopicBuiltin "AD replication" search not work after upgrade
Hi. We have OMS AD Replication Status solution, after the workspace upgrade, the solution shows generic visual information but when we want to search for more detailed info, all standard queries included break with an error like "A recognition error occurred. Token: "5". Position: 175." One of the searchs: ADReplicationResult | summarize arg_max(TimeGenerated, *) by SourceServer, DestinationServer, PartitionName, TenantId | where LastSyncResult != 0 and "PercentOfTSLRange == "Over 100 % TSL"" | sort by TimeGenerated desc That piece of search code: where LastSyncResult != 0 and "PercentOfTSLRange == "5-25 % TSL"" The error is just before the bold letters. I've just now changed it to: where LastSyncResult != 0 and (PercentOfTSLRange == "5-25 % TSL") And it works, but I don't know if it is the best option, and I don't know why these "standard queries" included in the different solutions don't get correctly translated. Thanks in advance. Regards, Héctor3.1KViews0likes6Comments