Article ID: 2401
Last updated: 29 Jun, 2023
Applies to Riva Cloud & Riva On-Premise, when attachment sync is enabled for any module. Background info: Manage Attachment Filter Options. IssueAttachment sync fails with an error in user logging similar to the one below: 2023-02-13 05:01:09Z : [49TVAK4FKPJH8] Error - Error occurred synchronizing attachments
Potential CausesTo help narrow down the scope of the issue, ask the following questions:
To diagnose the root cause, use CRMEX logging; if the root cause is still not apparent, capture a Fiddler trace while syncing the affected attachment. SolutionThe solution will vary, depending on the cause. Scenario 1: 503 Server UnavailableCRMEX logging or a Fiddler trace of failed attachment sync shows an error like the one below: 2023-02-16 14:47:57,209 ERROR [CTP] [1TRAF9DZT2VQA] Error occurred synchronizing attachments ...
---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
Sync.Crm.CustomAttachmentUploader.Host = https://correct-url-of-uploader.com
Scenario 2: Attachment is corruptedThis scenario is most likely if only one attachment seems to be affected. Scenario 3: Permissions issues in CRMUse CRMEX logging & a Fiddler trace of the failed attachment sync to diagnose & identify missing permissions in CRM.
|