Error 0065

 

Updated: July 19, 2016

Error 0065

Exception occurs if Azure blob name is specified incorrectly.

This error in Azure Machine Learning occurs if the Azure blob name is specified incorrectly.  You will receive the error if:

  • The blob cannot be found in the specified container.

  • The fully qualified name of the blob specified for output in one of the Data Transformation / Learning with Counts modules is greater than 512 characters.

  • Only the container was specified as the source in a Import Data request when the format was Excel or CSV with encoding; concatenation of the contents of all blobs within a container is not allowed with these formats.

  • A SAS URI does not contain the name of a valid blob.

Revisit the module throwing the exception. Verify that the specified blob does exist in the container in the storage account and that permissions allow you to see the blob. Verify that the input is of the form containername/filename in the case of Excel or CSV with encoding formats. Verify that a SAS URI contains the name of a valid blob.

Exception Messages

The Azure storage blob is incorrect.

The Azure storage blob name "{0}" is incorrect

System_CAPS_tipTip

Need more help or troubleshooting tips for Azure Machine Learning? Try these resources:

Show: