Hi All,
From legacy system we are trying to import files using AZURE BLOB. We have total 4 interfaces
1.Interface connectivity is fine for one interface(means legacy system able to put files into folders created at BLOB container) but we received below error at D365
Parallel tasks configured for %1Entity: 0, Staging records: 0
2.For remaining 3 interfaces legacy system is getting below error-
URL-
https://<BLOB account>.blob.core.windows.net/<AZURE BLOB Container>/<Azure BLOB Container folder>/<Filename.TXT>
<ns2:statusLine xmlns:ns2="http://schemas.tibco.com/bw/plugins/http/5.0/cio">
<httpVersion>HTTP/1.1</httpVersion>
<statusCode>403</statusCode>
<reasonPhrase>Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.</reasonPhrase>
</ns2:statusLine>
Can you please help me to understand how to check root cause in this case?For one interface it is working so ideally it should work for remaining interfaces as well as those all folders are created under one container only. Also, Is there any way I can test it from myside without asking legacy system to send files to BLOB storage?
Thanks ,
Shri