Failed to create table.DBMS table not found[4252

365
0
10-22-2019 11:48 AM
JoseSanchez
Occasional Contributor III

Good afternoon,

Database: Ms SQL Server 2014. 

When we try to create a table using ArcCatalog in a SQL Server database, we get the following error message:

 Failed to create table.DBMS table not found[4252   ....

It looks like when creating a table, FC or view with ArcCatalog, it requires to create the table with the account that is logged in as owner. But this specific account was set up in SQL to  create objects as "dbo."

Is there a way to create objects in SQL Server that accepts the schema "dbo" instead of the user name.

 

Error: Failed to create feature class. DBMS table not found [database.user.fcname] 

Thanks

0 Kudos
0 Replies