I am trying to run "Create Trace Network" in an Enterprise geodatabase. The ArcPro documentation on the tool states that: "The input feature dataset must be from a database connection established as a database-authenticated user and owner of the input feature dataset.".
So I ran "Create Database User" with "Create Operating System Authenticated User" unchecked and the Role entry empty. I then opened Microsoft SQL Server Management (SSMS) and verified that within my database, Security, User, the new user was listed. I right clicked and opened its properties. In the Membership page, I checked db_datareader and db_datawriter.
But when I came back to Pro and tried "New Database Connection" with "Database authentication" and my new User and password, I got "Database Connection: unknown error". When I clicked Validate I got a cryptic hexa number and the word "Failure".
What am I missing?