Expand my Community achievements bar.

SOLVED

Error Code: 2200 - Operation returned an invalid status code 'Conflict'

Avatar

Level 1

Hi all,

 

Today one of our dataflows failed with the following error message:

2200
-
Operation returned an invalid status code 'Conflict'

 

The error summary is as below:
CONNECTOR-1001-500: Error in copying the data from Source.

 

SOURCE: Amazon S3

Source File: Encrypted with GPG file extension.

Dataflow type: Batch Ingestion

 

Can you please provide any insight on this error?

 

Note: Please refer to attached image for more clarity.

Thanking you,

Saloni Agarwal

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi @saloni1 ,

Do you have a wildcard in folderPath for encrypted data ingestion? Currently, a wildcard is only accepted in FileName.
To overcome this problem we can take 2 approaches (to eliminate wildcards in the folder path)- 


1st - Could you please check if you can place all the files in a single folder? 
       Or 
2nd -  You need to have separate flows for each of the folders. 

 

Regards,

Kumar Saurabh

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi @saloni1 ,

Do you have a wildcard in folderPath for encrypted data ingestion? Currently, a wildcard is only accepted in FileName.
To overcome this problem we can take 2 approaches (to eliminate wildcards in the folder path)- 


1st - Could you please check if you can place all the files in a single folder? 
       Or 
2nd -  You need to have separate flows for each of the folders. 

 

Regards,

Kumar Saurabh