I am creating a Zendesk support Source,the source ...
# troubleshooting
a
I am creating a Zendesk support Source,the source has been created succesfully, but when connect that to MSSQL destination it gives me this `*ERROR* i.a.w.DefaultReplicationWorker(run):168 - Sync worker failed.`error in log while syncing data. Attaching log file for further reference. Thanks in anticipation. 😀
o
Hi, the issue appears to be with source connector, during the sync. You get this issue:
Copy code
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: <https://virkplan.zendesk.com/api/v2/business_hours/schedules.json?page=1>
Make sure you making the API calls within the Admin account (API Key with Admin permissions). The schedules endpoint could be reached only from Admin account. More info here: https://developer.zendesk.com/api-reference/ticketing/ticket-management/schedules/#list-schedules
As an option try to make a sync without
Schedules
stream.
also, try to add some random Schedule here by the link: https://virkplan.zendesk.com/admin/objects-rules/rules/schedules and try again.
a
Hi @Alpana Shukla, feel free to post on our Discourse forum if you'd like additional support from the community and our team! @Oleksandr Bazarnov [GL] thank you for the tips!