Group: Awaiting Activation
Last Active: Mon 30 Sep 2013
Posts: 0,
Visits: 95
|
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.
|
Group: Administrators
Last Active: Tue 3 Dec 2013
Posts: 99,
Visits: 1,400
|
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)
|