You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to upgrade from 9.1.1 to 9.8.1 on portal we have inherited, but we keep getting an error about a foreign key constraint FK_Portals_PortalGroups
We have attempted the upgrade multiple times trying
TurboUnSchema911.sql
TurboUnSchema932.sql
However we get the same error either both attempts.
Error: The UPDATE statement conflicted with the FOREIGN KEY constraint "FK_Portals_PortalGroups". The conflict occurred in database "val_dnn_update", table "dbo.PortalGroups", column 'PortalGroupID'. The statement has been terminated. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action1 wrapCloseInAction)`
We are trying to upgrade from 9.1.1 to 9.8.1 on portal we have inherited, but we keep getting an error about a foreign key constraint
FK_Portals_PortalGroups
We have attempted the upgrade multiple times trying
However we get the same error either both attempts.
Error: The UPDATE statement conflicted with the FOREIGN KEY constraint "FK_Portals_PortalGroups". The conflict occurred in database "val_dnn_update", table "dbo.PortalGroups", column 'PortalGroupID'. The statement has been terminated. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action
1 wrapCloseInAction)`I can see the same error in this forum post, https://dnncommunity.org/forums/aft/1705 but it doesn't explain or shed any light on what the fix is.
The text was updated successfully, but these errors were encountered: