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

Adding external table to sql 2019 fails #2819

Closed
dawazualex opened this issue Oct 11, 2018 · 10 comments
Closed

Adding external table to sql 2019 fails #2819

dawazualex opened this issue Oct 11, 2018 · 10 comments

Comments

@dawazualex
Copy link

Issue Type: Bug

Try to add an Oracle external table, after attempting to create a connection to my data source, I get an error "external data sources are not supported with type GENERIC"

Azure Data Studio version: azuredatastudio 1.0.0 (cab8f3e, 2018-09-20T22:04:35.897Z)
OS version: Windows_NT x64 10.0.16299

System Info
Item Value
CPUs Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz (4 x 3600)
GPU Status 2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Memory (System) 31.90GB (20.58GB free)
Process Argv D:\Program Files\Azure Data Studio\azuredatastudio.exe
Screen Reader no
VM 0%
Extensions (5)
Extension Author (truncated) Version
mssql-db-insights mat 0.2.2
agent Mic 0.33.0
import Mic 0.2.0
server-report Mic 0.1.3
sql-vnext Mic 0.6.9
@corivera corivera self-assigned this Oct 11, 2018
@corivera
Copy link
Member

@dawazualex
Copy link
Author

dawazualex commented Oct 11, 2018 via email

@corivera
Copy link
Member

Are you trying to create this external table through T-SQL, or the External Table wizard in the sql-vnext extension?

@dawazualex
Copy link
Author

dawazualex commented Oct 12, 2018 via email

@corivera
Copy link
Member

@dawazualex Were you able to resolve this issue?

@dawazualex
Copy link
Author

dawazualex commented Nov 7, 2018 via email

@corivera
Copy link
Member

corivera commented Nov 7, 2018

Could you open a separate issue for that bug?

@AdeDarbs
Copy link

I have a similar issue when trying to Create an External Data Source using TSQL in SQL Server 2019 for the purpose of connecting to MongoDB through PolyBase.

"External data sources are not supported with type GENERIC."

ODBC Drivers installed.

I am thinking that due to SQL Server 2019 being in CTP it may not be working yet.

@kevcunnane
Copy link
Contributor

@AdeDarbs that error message indicates Polybase not being enabled. Per the instructions, install & enable Polybase. In particular you'll want to run the enable polybase command (see below).

exec sp_configure @configname = 'polybase enabled', @configvalue = 1;
RECONFIGURE [ WITH OVERRIDE ]  ;

@AdeDarbs
Copy link

AdeDarbs commented Jan 3, 2019

Hey Kev. My script does that. Polybase is installed. It must be a SQL config setting surrounding TCP/IP and the 27017 port. Thanks for replying.

@adsbot adsbot bot locked and limited conversation to collaborators Mar 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants