Hi Stefan
To check if the error occurs because your account does not have the necessary permissions to retrieve table and view information on the SQL server, you can try creating a dynamic view that retrieves data from a table you know exists.
You need to save your connection (you probably already did)
then
click dynamic view:
then give the view a name, select your connection and type some valid sql:
If you can retreive data from that Dynamic AI SQL view, it's probably a permissions issue.
Thanks for your patience
Best regards
Bo