Select to view content in your preferred language

Cannot insert features-Underlying DBMS error

511
2
Jump to solution
10-24-2024 03:51 AM
davidchamberlain2
Regular Contributor

Hi all,

I have never had this issue before but recently two new layers that I have been trying to load to a database have thrown this error using Pro. These same layers will load to the same database without any problems using ArcMap.

davidchamberlain2_0-1729767051202.jpeg

Can anyone tell me why this is happening?

Thanks

Dave

Tags (2)
0 Kudos
1 Solution
2 Replies
CodyPatterson
MVP Regular Contributor

Hey @davidchamberlain2 

Do the data types assigned to each field match the database schema you're trying to upload to? If there is a decimal value you're uploading, you may need to check the precision of the field to be sure it's compensating for everything needed past the decimal point.

Otherwise, you may need to attempt to insert a single row, to test if it is a data type issue, or a data value issue within the row itself.

Cody

0 Kudos