I am getting this message after a fresh FRx to MR conversion. "sequence contains no elements". I get this on all converted reports and if I create a new sample report and simply ask it for everything it returns no data. This is using the MR DataMart. I ran this script and it did not help. MERGE Reporting.ControlCompanyIntegration AS TARGET USING Reporting.ControlCompany AS SOURCE ON (TARGET.ID = SOURCE.ID) WHEN NOT MATCHED BY TARGET AND GLEntityID not in ('5F878A3C-5F4C-4806-B786-5CAB52C98F0F') --Update the “1” as needed based on value in Reporting.ControlIntegrationSource THEN INSERT (ID, SourceID) VALUES (SOURCE.ID, 1);
↧