The error below is found in the service deployment log
Sequence contains no elements
--- Exception Dump ---
Caught Exception: [Microsoft.Dynamics.Integration.Service.Tasks.RecordException] Sequence contains no elements
Stack trace:
To resolve execute the below on the Management Reporter database.
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);
No comments:
Post a Comment