I want to read some views in Microsoft SQL Server Database using a Database-Alias (not the Servername).
I tried to make a DB-Connection using Microsoft SQL Server (ADO), but it didn't work with the alias (it works with the Servername).
With a Microsoft SQL Server (JDBC)-DB-Connection, I can access the DB, using the DB-alias.
Then I wanted to read the views, using the Microsoft SQL Server Spatial (JDBC)-Reader:
I can access the database, but not the views. (In a database-application like DBeaver it works fine)
TheDB- user account I use, is allowed to read the view, but not the underlying tables.
Is FME not able to handle those permissions?