Hi @Lohot, Abhishek
It looks like you're running into an issue while trying to pull a SharePoint list named "333 Backlog Tracker" into SDP using a pipeline. The error message indicates that the resource can't be found for that specific segment.
Here are a few things you can check to troubleshoot the issue:
1. Double-check the exact name of the SharePoint list. Sometimes, even small discrepancies or extra spaces can cause issues. Since you mentioned you can pull another list ("Query MPANS"), ensure that the name "333 Backlog Tracker" is spelled and formatted exactly the same.
2. If you have an OData feed, be aware that there is a character limit (roughly 2100 characters) for the URL. Make sure your request does not exceed this limit.
3. Ensure that your linked service to the SharePoint list is correctly configured. You might want to verify the authentication method and permissions granted to the application you're using to access SharePoint.
4. When connecting, ensure that you're using the root address of your SharePoint site without any subfolders. For example, it should look like https://yourtenant.sharepoint.com/sites/yoursite/.
5. Ensure that the account or service principal you are using for authentication has the necessary permissions to access the "333 Backlog Tracker" list.
6. Use the 'Test Connection' feature in your Synapse workspace to ensure that your linked service settings are correct and that it can successfully communicate with the SharePoint site.
I hope this information helps. Please do let us know if you have any further queries.
Kindly consider upvoting the comment if the information provided is helpful. This can assist other community members in resolving similar issues.
Thank you.