No Table Chosen; Please select a table from data source
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey Team, I am getting issue with output Data activity where I am writing data to the database with dynamic data input, does anyone know workaround to get this sorted out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The message is indicating that you have not assigned a table to write to. Can you include the configuration window for the output data tool? You can blur or cut the image to obscure the server address, if needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey jdminton, this is my configuration
And here is my SQL Details
'odb:Provider=MSOLEDBSQL.1;Password='+[Password]+';Persist Security Info=True;User ID='+[Username]+';Initial Catalog='+[DatabaseName]+';Data Source='+[ServerName]+';Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=UK007561;Initial File Name="";Use Encryption for Data=True;Tag with column collation when possible=False;MARS Connection=False;DataTypeCompatibility=0;Trust Server Certificate=True;Application Intent=READWRITE;MultiSubnetFailover=False;Use FMTONLY'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
At the end of that string should be three pipe characters ||| followed by a starting table name. You need something there to start for Alteryx to be able to update the table name as you are requesting. Set up the connection again and when it asks for a table name, type in anything. I used test in my example.
 
