The remote server returned an error: (400) Bad

Zaeemul Haque 65 Reputation points
2024-12-13T00:16:11.2366667+00:00

Our PIPELINE file process was running perfectly, but couple of days ago it started failing below

it is copying sql data to .parquet format on Hot Storage, please let me know what to check.

Failure happened on 'Sink' side. ErrorCode=AzureBlobWriteOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Blob write operation on path='locatecvhot/repository/cv/LiveFeed' and blobName='2024-12-13.parquet

' failed with error message: The remote server returned an error: (400) Bad Request..,Source=Microsoft.DataTransfer.ClientLibrary,''Type=Microsoft.WindowsAzure.Storage.StorageException,Message=The remote server returned an error: (400) Bad Request.,Source=Microsoft.WindowsAzure.Storage,''Type=System.Net.WebException,Message=The remote server returned an error: (400) Bad Request.,Source=Microsoft.WindowsAzure.Storage,'

Thank You,

Zaeemul

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,002 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,047 questions
{count} votes

Accepted answer
  1. Amrinder Singh 5,555 Reputation points Microsoft Employee
    2024-12-13T03:38:27.8033333+00:00

    Hi Zaeemul Haque - Thanks for reaching over Q&A Forum.

    The error code 400 bad request means that when the request is present to storage server it fails over validation and hence the failure. This is due to the request being malformed in terms of URI or some headers not being set correctly.

    One of the probable reason for that is some kind of additional characters/specific language etc. The recommendation here is to enable the client side logging to log the request being formed which shall help with the investigation further.

    Hope this information helps! please let us know if you have any further queries. I’m happy to assist you further.


    Please "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.