Canvas Data: file_dim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is anyone seeing a set of duplicate records appearing in the file_dim file? My data load failed last night with this error on the file_dim load.
Caused by: java.sql.SQLException: SQL Server Native Client : bcp_batch failed (sql state = 23000,01000) : [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Violation of PRIMARY KEY constraint 'PK__file_dim__3213E83F2A3CB5E0'. Cannot insert duplicate key in object 'dbo.file_dim_0000017209f75ab8_embulk'. The duplicate key value is (261920000097844014).[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]The statement has been terminated.
as you can see, I am using embulk to run the load in native mode which means that it utilizes Microsoft's BCP application to load the data into our MS SQL Server database.