ADF: Error while using SAP CDC incremental load
I want to extract data from a CDS-View using the CDC Connector in Data Factory. However, I encounter the following error when executing the dataflow:
Job failed due to reason: at Source 'source1': Please check error message, if it contains SAP server related error stacktrace, please contact SAP admin for assistance. Otherwise, please contact Microsoft support for further assistance. Error Message: fail to import schema, with reason: Retry Request, fail to reach https://dmweuaksig1aks.svc.datafactory.azure.com/sparkjob/forwardRequest with with code: 500, exception:, detailed exception: com.microsoft.datafactory.dataflow.common.service.httpclient.HttpRequest$$anon$2.process(HttpRequest.scala:81)
org.apache.http.protocol.ImmutableHttpProcessor.process(ImmutableHttpProcessor.java:142)
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:190)
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
org.apache.http.impl.execchain.ServiceUnavailableRetryExec.execute(ServiceUnavailableRetryExec.java:85)
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
org.apache.http.impl.client.InternalHttpClient.doExecute(Int