I have created an OData LinkedService and connected it to Business Central as per screenshot:
Then when I run the pipeline or preview, I am getting the following error:
Operation on target Copy data1 failed: Failure happened on 'Source' side. ErrorCode=ODataRequestNotSucceeded,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Requesting response from path G_LEntries and query failed with status code NotFound and message {"error":{"code":"Internal_CompanyNotFound","message":"Cannot process the request because the default company cannot be found. You can specify a default company in the service configuration file, or specify one for each tenant, or you can add a query string in the form of "company=[name]". You can see the available companies by accessing the default OData web service, Company. For more information, see "OData Web Services" in Help. ,Source=Microsoft.DataTransfer.Runtime.ODataConnector,'
I don't know if this is the way to pass the parameters or whether it can be managed in another way. I have changed the parameter name multiple times, to Company, Companies, company, companies, companyname, defaultcompany but I continue to recieve the same error.
I need a redirection or a pointer, whether this is how to pass the parameters or if there is another way.