Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writing files to eu2 IDL #236

Closed
peterandree opened this issue Mar 19, 2021 · 1 comment · Fixed by #237
Closed

Writing files to eu2 IDL #236

peterandree opened this issue Mar 19, 2021 · 1 comment · Fixed by #237
Assignees
Labels
bug Something isn't working

Comments

@peterandree
Copy link

Describe the bug
When I try to write files with the MindConnect Node-RED agent to the IDL on an EU2 tenant, he file upload fails. A signed URL is created, and this one works, but the upload later fails

To Reproduce
Steps to reproduce the behavior:

  1. Create a flow that sends a payload via Agent
  2. Watch the output, it contains a working signed url
  3. check in IDL Data Explorer
  4. File has not arrived
    5. (Bonus) Upload the payload with the created signed url manually - file arrives in IDL

Expected behavior
The agent should upload the file

** MindSphere Plan **

  • iot value plan eu2

Additional context
I would assume that the error lies in the header when uploading the payload. For eu2 the following has to be set
"x-ms-blob-type" : "BlockBlob"

@sn0wcat
Copy link
Member

sn0wcat commented Mar 19, 2021

@peterandree thank you, I don't have access to data lake on EU2, so I can't test this yet, at the time the functionality was created there was no EU2 instance available. Can you live with manual upload for now, as this needs to be fixed in the underlying library and not in the node?

@sn0wcat sn0wcat self-assigned this Mar 19, 2021
@sn0wcat sn0wcat transferred this issue from mindsphere/node-red-contrib-mindconnect Mar 19, 2021
@sn0wcat sn0wcat added the bug Something isn't working label Mar 19, 2021
@sn0wcat sn0wcat linked a pull request Mar 19, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants