The requested stream was not found. Please make sure the request uri is correct.

ErvinD-3505 5 Reputation points
2023-09-12T11:00:25.9+00:00

Hello,

When trying to register a dataset using a VM, I get error message enclosed below. The same code will run fine when executed trough another machine (Azure Data Factory) and used to run fine until on said VM until recently. I am using python SDK v1.

Given that the problem does not come from the code, I am guessing that it is related to some kind of key/permission which has expired on the VM. However, there isn't any similar issues online to help me troubleshoot.

Thank you in advance,

Ervin

DatasetValidationError:
        Message: Failed to validate the data.
The requeste
        InnerException None
        ErrorResponse 
{
    "error": {
        "code": "UserError",
        "message": "Failed to validate the data.\nThe requested stream was not found. Please make sure the request uri is correct.| session_id="
    }
}

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,340 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ErvinD-3505 5 Reputation points
    2023-09-29T12:43:52.6033333+00:00

    @romungi-MSFT If I use the newest version from azure then I will get this error, however if my environment uses the version detailed below, I will not get the error.

    Working version:

    azure-common==1.1.28
    azure-core==1.27.1
    azure-graphrbac==0.61.1
    azure-identity==1.13.0
    azure-mgmt-authorization==3.0.0
    azure-mgmt-containerregistry==10.1.0
    azure-mgmt-core==1.4.0
    azure-mgmt-keyvault==10.2.2
    azure-mgmt-resource==21.2.1
    azure-mgmt-storage==20.1.0
    azure-storage-blob==12.13.0
    azure-storage-queue==12.6.0
    azureml-automl-core==1.49.1
    azureml-automl-runtime==1.49.1.post1
    azureml-core==1.49.0
    azureml-dataprep==4.9.7
    azureml-dataprep-native==38.0.0
    azureml-dataprep-rslex==2.16.4
    azureml-dataset-runtime==1.49.0
    azureml-interpret==1.49.0
    azureml-mlflow==1.49.0
    azureml-telemetry==1.49.0
    azureml-train==1.49.0
    azureml-train-automl==1.49.0
    azureml-train-automl-client==1.49.0.post1
    azureml-train-automl-runtime==1.49.1
    azureml-train-core==1.49.0.post1
    azureml-train-restclients-hyperdrive==1.49.0
    azureml-training-tabular==1.49.1
    

    Latest versions which will throw an error:

    azure-common==1.1.28
    azure-core==1.29.4
    azure-graphrbac==0.61.1
    azure-identity==1.14.0
    azure-mgmt-authorization==3.0.0
    azure-mgmt-containerregistry==10.2.0
    azure-mgmt-core==1.4.0
    azure-mgmt-keyvault==10.2.3
    azure-mgmt-network==21.0.1
    azure-mgmt-resource==22.0.0
    azure-mgmt-storage==21.0.0
    azure-storage-blob==12.13.0
    azure-storage-queue==12.7.2
    azureml-automl-core==1.53.0
    azureml-automl-runtime==1.53.0.post1
    azureml-core==1.53.0
    azureml-dataprep==4.12.4
    azureml-dataprep-native==38.0.0
    azureml-dataprep-rslex==2.19.5
    azureml-dataset-runtime==1.53.0
    azureml-interpret==1.53.0
    azureml-mlflow==1.53.0
    azureml-telemetry==1.53.0
    azureml-train-automl==1.53.0
    azureml-train-automl-client==1.53.0
    azureml-train-automl-runtime==1.53.0
    azureml-train-core==1.53.0
    azureml-train-restclients-hyperdrive==1.53.0
    azureml-training-tabular==1.53.0.post1
    

    Thanks

    1 person found this answer helpful.
    0 comments No comments

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.