An Azure service for ingesting, preparing, and transforming data at scale.
Incremental load pipeline error
I'm trying to run ADF pipelines. I copied the template for the incremental SAP data load and try to extract data from our SAP system, I get an error message when the pipeline is executed in debug mode. When I look at the error message, it says
''An error has occurred while parsing a dynamic entry.
I believe the error message is in the source step while getting the last updated date and parsing it. I am using the default expression in the tempate.
UPDAT GT @{activity('LookupLastCopiedDate').output}
I'm getting this error:
Error code 2200
Failure type: User configuration issue
Details: Failure happened on source side. Error code=SapRfcCientOperationFailed. 'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException.Message.
Thanks in advance.