I am trying to update the data in the Product entity via SSIS and kingswaysoft.
I often get the following error:
KingswaySoft.IntegrationToolkit.DynamicsCrm.WebAPI.WebApiServiceException: The remote server returned an error: (400) Bad Request. (Error Type / Reason: BadRequest, Detailed Message: {"error":{"code":"0x80044339","message":"Cannot obtain lock on resource:'Product_1e14a42e-41f9-ed11-8849-0022489fda17', mode:Update - stored procedure sp_getapplock because the SQL command timeout expired before the lock could be acquired."}}) (SSIS Integration Toolkit for Microsoft Dynamics 365, v23.1.0.7601 - DtsDebugHost, v13.0.4474.0)System.Net.WebException
(Status Reason: BadRequest): The remote server returned an error: (400) Bad Request.
I disabled multithreaded writing; the situation has improved but not resolved completely.
Is there a solution or workaround to avoid this behavior?