Share via

Azure machine learning data export module failure

Anonymous
2020-10-14T15:00:03.067+00:00

I want to export the data from my batch flow with the use of the data export module. Tried multiple file shares but get the following error.

User program failed with UserError: ScriptExecutionException was caused by WriteStreamsException.
WriteStreamsException was caused by UnexpectedException.
Unexpected exception while writing files with writer 'delimited'.
StreamAccessException was caused by NotFoundException.
File Share '[REDACTED]' does not exist at '[REDACTED]'.
| session_id=e1ee8699-3a94-4ea6-ab5d-f5bb945d56f3

32402-image.png

The file share name is the Azure named file share name or is this something else. Cannot find an eample.

The export works to local ML workspace, but this doesn't accept folders creation.

Azure Machine Learning

Answer accepted by question author

YutongTie-9091 54,026 Reputation points Moderator
2020-10-15T01:47:10.747+00:00

Hello,

Thanks for reaching out to us. The file share name is the name of FILE_SHARE_CONTAINER

Please refer to below document for more details:

Export data module: https://learn.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/export-data

Data storage - Azure File Share: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-access-data#azure-file-share

Please let me know if you have more questions.

Regards,
Yutong

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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