Cannot Binding Data

Exception Message: The INSERT statement conflicted with the FOREIGN KEY constraint "FKVJgxmU9tugUNJfIWHaADhTn9tE". The conflict occurred in database "SalesEnterpriseENU_2889781_1124", table "dbo.SysCulture", column 'Id'. The statement has been terminated. Exception Type: System.Data.SqlClient.SqlException Exception Source: .Net SqlClient Data Provider

Can you please fix my issues?

Like 0

Like

2 comments

The error indicates that your package has Culture that is not installed. 

Here is the list of localizations that can be used in your package:

uk-UA

en-US

ar-SA

cs-CZ

de-DE

es-ES

fa-IR

fr-FR

it-IT

nl-NL

pl-PL

ro-RO

ru-RU

Ideally during installing the system should ignore localizations that are missing in the target system, but sometimes such issue may occur. Try to:

1) Roll back the DB to a point before you attempted to install the package.

2) Flush Redis.

Once done try to import the package once again.

Best regards,

Oscar

Oscar Dylan,

Its Work, Thank You Oscar !

Show all comments