We have an onpremise data gateway, before I was able to connect to a SQL database suing the SQL connectors and see the tables we had in there.
Before I would use any SQL action in flow and select the connection and it would show me the tables I had in the database like in picture 2. But now I get an error as soon as I use that connection, I have no idea why is giving an error invalid column name when there is no colum being select at this stage, we are just connecting to the database.
Picture1
Solved! Go to Solution.
Hi @juandavidlozano,
I made a test on my side with the connector SQL server. I didn’t get the error message you mentioned.
The table name field return value properly.
Have you made any updates on the connector? Please try to update the authentication or recreate the connection to see if it will work.
If you are still having the issue, please feel free post back.
Best regards,
Mabel Mao
Hi @juandavidlozano,
I made a test on my side with the connector SQL server. I didn’t get the error message you mentioned.
The table name field return value properly.
Have you made any updates on the connector? Please try to update the authentication or recreate the connection to see if it will work.
If you are still having the issue, please feel free post back.
Best regards,
Mabel Mao
Hey, @juandavidlozano!
It appears as though @v-yamao-msft would like some more information in order to further assist you properly with your issue. Please share any additional information that was requested in order to decrease the amount of time that it will take for you to be assisted!
Thank you for being an active member of the Flow Community!
-Gabriel
Flow Community Manager
Thanks for the reply, it seems like if there is a view in your database with an error it will not connect at all to that database via flow unitl you fix it. That worked for me