Hello,
Initially, I was creating tables in the Enterprise GDB (EGDB, MS SQL) as the Database Owner (dbo schema), and everything worked fine, and still does as DBO. I am able to read/write content in ArcGIS Pro and Python via ArcGIS for Python API or SQLAlchemy. Along the way, I created a user so we didn't share credentials. This user can operate just fine in ArcGIS pro, but any attempts to read/write/access his own tables (or privileged tables) using Python/SQLAlchemy fail with login error "[Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Login failed for user 'user'. (18456)".
The user can, however, execute the following with his credentials...
cursor.execute("select name from master.sys.databases")
..and get a return of those high level tables. Login fails trying to read EGDB tables (feature classes).
Any thoughts would be greatly appreciated.
Tyler
Enterprise 11.2