Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External data sources are not supported with type GENERIC. #57

Closed
davidma3768 opened this issue Jul 11, 2019 · 2 comments
Closed

External data sources are not supported with type GENERIC. #57

davidma3768 opened this issue Jul 11, 2019 · 2 comments

Comments

@davidma3768
Copy link

04_DataVirtualization, encountered error when create external data source on Azure SQL. Not sure if I missed any other steps.

--SQL statement
CREATE EXTERNAL DATA SOURCE AzureSQLDatabase
WITH (
LOCATION = 'sqlserver://dmasql.database.windows.net',
PUSHDOWN = ON,
CREDENTIAL = AzureSQLDatabaseCredentials1
)
GO

-- Error message
Started executing query at Line 17
Msg 46530, Level 16, State 11, Line 1
External data sources are not supported with type GENERIC.
Total execution time: 00:00:00

@rgward
Copy link
Member

rgward commented Jul 11, 2019

David, this error can occur if you have not installed and enabled the Polybase feature in SQL Server 2019.

@rgward
Copy link
Member

rgward commented Jul 11, 2019

David, I believe you have this fixed now because Polybase was not installed and enabled and the services were not running. With that you are now working for the lab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants