Error 0048
Updated: July 19, 2016
Error 0048
Exception occurs in the case when it is not possible to open a file.
This error in Azure Machine Learning occurs when it is not possible to open a file for read or write. You might receive this error for these reasons:
The container or the file (blob) does not exist
The access level of the file or container does not allow you to access the file
The file is too large to read or the wrong format
Revisit the module and the file you are trying to read.
Verify that the names of the container and file are correct.
Use the Azure management portal or an Azure storage tool to verify that you have permission to access the file.
If you are trying to read an image file, make sure that it meets the requirements for image files in terms of size, number of pixels, and so forth. For more information, see Import Images.
Exception Messages |
|---|
Unable to open a file. |
Error while opening the file: {0}. |
Tip |
|---|
|
Need more help or troubleshooting tips for Azure Machine Learning? Try these resources: |
