question

GrahamBenson-6517 avatar image
0 Votes"
GrahamBenson-6517 asked GrahamBenson-6517 answered

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

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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

GrahamBenson-6517 avatar image
0 Votes"
GrahamBenson-6517 answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.