When diagnosing and troubleshooting an issue, it can be necessary to capture communication between SkySync and the APIs it communicates with.
You can find more information on how to perform the trace here, but this is the general process. This task is best when logged in as the service account that DataHub is running as. If that is not possible, you'll need to temporarily set the DataHub service to run as the user you login with (you'll need to restart the service). if this is not done, Fiddler will not capture any traffic.
Download & Install Fiddler
Set the traffic to capture to "Non-Browser"
Identify the PID of the syncservice, and filter traffic by that.
Click "Actions" and choose "Run Filterset Now"
Make sure that HTTPS Decryption is enabled in Fiddler.
Open DataHub, and attempt to recreate the issue.
In Fiddler, go to File -> Save -> All Sessions and save the archive to disk.
In Fiddler, go to File -> Export Sessions-> All Sessions and save the archive to disk.
Related articles