SQL Server data type FDO Conversion Failure when Checking In features
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I am having difficulty exporting new features into my SQL Server table. I have tried to create new features from geometry. The record is entered into the data table once the feature has been created and all records are null. However, when I choose to check in the new features, I receive this error:
Feature was not saved in the target feature source.
2=RDBMS: [Microsoft][SQL Server Native Client 11.0][SQL Server]Conversion failed when converting from a character string to uniqueidentifier.
1=Failed to execute Fdo command.
Failed to insert feature.
dbo:cable (), Rev# <0>
Failed to save edit set.
Rollback failed for all feature sources.
Failed to insert feature.
Failed to execute Fdo command.
RDBMS: [Microsoft][SQL Server Native Client 11.0][SQL Server]Conversion failed when converting from a character string to uniqueidentifier.
Failed to save edit set.
Neither Bulk Copy, nor the Export to FDO functions work either. The system crashes in my attempt to use these tools. I have a feeling that these issues have the same causal factor as it has to do with the databases ability to convert the primary key. Any help solving this would be greatly appreciated.