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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,842 questions
{count} votes

Accepted answer
  1. YutongTie-MSFT 50,831 Reputation points
    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

    0 comments No comments

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.