No Data being exported from 'Export Data' module in Azure ML

Graham Benson 126 Reputation points
2021-08-15T06:28:47.05+00:00

Hi,

I am trying to export data from Azure ML to an Azure SQL Database using the 'Export Data' module but the log file contains the following messages and no data is exported to the database.

"Not exporting to run RunHistory as the exporter is either stopped or there is no data"

"Process exiting with code: 0

There is definitely data flowing to the 'Export Data' module from an 'Execute R Script' module as I have checked the Result dataset.

Would appreciate some assistance.

Thank you.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,728 questions
0 comments No comments
{count} votes

Accepted answer
  1. Graham Benson 126 Reputation points
    2021-08-16T09:39:07.877+00:00

    Hi,

    I have resolved this issue. I had set the export table to be dbo.TestTable rather than just TestTable. As the table dbo.TestTable did not exist the 'Export module' created it in the dbo schema so the table name effectively became dbo.dbo.TestTable.

    0 comments No comments

0 additional answers

Sort by: Most helpful