I have a problem creating new feature class in SQL server 2014 DB.
ArcGIS Desktop 10.6.1
SDE 10.5
When I create the Feature class outside of any dataset from ArcCatalog, it give below error:
------
Failed to create feature class.
Underlying DBMS error [[Microsoft][ODBC Driver 13 for SQL Server]Invalid cursor state] [NKLGEODB.NKLDCUPGEO.test]
--------------------
When I try to create it inside any dataset, it give below error:
---------------------------
Failed to create feature class.
Underlying DBMS error [[Microsoft][ODBC Driver 13 for SQL Server]Invalid cursor state] [NKLGEODB.NKLDCUPGEO.tests]
The geometric network was not found.
---------------------------
I cloned this DB in another server (Backup & Restore) and tried again and it worked normally.
Any ideas what this can be?