Cloud sync configuration hangs at "Loading Shares"
Applies to
- NetApp Console
- Cloud Sync
Issue
An intermittent issue where SMB Cloud Syncs hang at the "Loading Shares" screen in the NetApp Console UI.

Errors in the databroker.log:
[2023-08-25T06:22:] [ERROR] [TRANSFERRER] [3] [] Failed to receive messages from queue https://sqs.us-east-1.amazonaws.com/ AWS.SimpleQueueServic e.NonExistentQueue: The specified queue does not exist for this wsdl version.Cause
A Network proxy issue blocking SQS traffic.
Solution
Edit the local.json file on the data broker to not use the proxy for SQS traffic as per the below screenshot:

{
"protocols": {
"s3": {
"use-proxy": false
},
"sqs": {
"use-proxy": false,
"endpoint": null
}
}
}Partner Notes
partnerNotes_text
Additional Information
additionalInformation_text
Internal Notes
internalNotes_text
