By erdemalkan - Fri 17 May 2013
|
Hello,After imported data with Datatool i have an error "Failed in adding version : 193750of - The INSERT statement conflicted with the CHECK constraint "CK_Versions_Type". The conflict occurred in database "KartrisSQL272", table "dbo.tblKartrisVersions", column 'V_Type'.The statement has been terminated." Any help would be realy helpful. Regards.
|
By Medz - Fri 17 May 2013
|
Check the data you've tried to import. It seems at least of the items there has an invalid V_Type value.
The V_Type field can only contain one of the listed types ->
'v' (multiple version) 'o' (options version) 'b' (base version) 'c' (combination version) 's' (single version)
|