SQLState = 23000, NativeError = 2627
Error = [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Violation of UNIQUE KEY constraint 'UQ_tabModuleConfiguration_fModuleId_fSportId'. Cannot insert duplicate key in object 'dbo.tabModuleConfiguration'. The duplicate key value is (3, 100).
SQLState = 01000, NativeError = 3621
Warning = [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]The statement has been terminated.
BCP copy in failed
from 100 to 12 MB
How to check the backend logs?
DELETE FROM [SportsPos].[dbo].[tabModuleConfiguration]WHERE frModuleId = 12 AND fContentKey <> 12;
- One thing to try is pointing to dev database and fvt folder, to make changes for same go to appsettings.json file and change the values there till the time new values are loaded and then run the same to see if it is working. don't need to change the network directory as well only server change should do, I may have to debug to understand the root cause which can be related to ContentHash as well.