Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Performance and...Performance and...General Exceptions running wildGeneral Exceptions running wild
Previous
 
Next
New Post
10/3/2016 4:19 PM
 
The steps mentioned above should help, whenever you missed to run TurboUnschema prior to an upgrade, but you should always start DNN upgrades with a backup of your database and files.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/6/2016 10:01 AM
 
Update on my situation. I have restored everything back to 8.0.3 and it is working fine - no errors. So, I copied the database to a new database and the files to a new directory. I then verified that 8.03 was running correctly on the new install - everything was good. I ran the DNNTurbo Unschema script and updated from 8.03 to 8.04 WITHOUT any errors.

Now, I am back to having the same issue as before. General Exception errors are being thrown everywhere. The same ones I was seeing at the top of this thread. I have not ran any of the DNNTurbo scripts at this point.

Any suggestions??

Is there an issue with 8.0.4?
 
New Post
10/6/2016 6:31 PM
 
did you apply TurboDNN and TurboSchema again after the update, please do!

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/7/2016 8:12 AM
 
I tried to apply DNNTurbo804 and got the following error:

System.Data.SqlClient.SqlException (0x80131904): The ALTER TABLE statement conflicted with the FOREIGN KEY constraint "FK_Dashboard_Controls_Packages". The conflict occurred in database "Portal_DNN804", table "dbo.Packages", column 'PackageID'.
at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script)
ClientConnectionId:081d2ea7-c8ef-4139-b44c-5a6069b5ed3f
Error Number:547,State:0,Class:16

-- make sure, FK exists:
Exec dbo.[sys_CreateForeignKey] N'Portals', N'PortalGroups', N'PortalGroupID', N'PortalGroupID', 2, 0
Exec dbo.[sys_CreateForeignKey] N'Portals', N'Users', N'AdministratorId', N'UserID', 0, 0
Exec dbo.[sys_CreateForeignKey] N'Portals', N'Roles', N'AdministratorRoleId', N'RoleID', 0, 0
Exec dbo.[sys_CreateForeignKey] N'Portals', N'Roles', N'RegisteredRoleId', N'RoleID', 0, 0

Exec dbo.[sys_CreateForeignKey] N'PortalAlias', N'Portals', N'PortalID', N'PortalID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'PortalLocalization', N'Portals', N'PortalID', N'PortalID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'PortalLanguages', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'PortalLanguages', N'Languages', N'LanguageID', N'LanguageID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Packages', N'PackageTypes', N'PackageType', N'PackageType', 0, 1

Exec dbo.[sys_CreateForeignKey] N'PackageDependencies', N'Packages', N'PackageID', N'PackageID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Dashboard_Controls', N'Packages', N'PackageID', N'PackageID', 1, 0
-- needs to complete package table first or allow Null:
-- Exec dbo.[sys_CreateForeignKey] N'Assemblies', N'Packages', N'PackageID', N'PackageID', 1, 0
-- Exec dbo.[sys_CreateForeignKey] N'Authentication', N'Packages', N'PackageID', N'PackageID', 1, 0
-- Exec dbo.[sys_CreateForeignKey] N'JavaScriptLibraries', N'Packages', N'PackageID', N'PackageID', 1, 0
-- Exec dbo.[sys_CreateForeignKey] N'LanguagePacks', N'Packages', N'PackageID', N'PackageID', 1, 0

Exec dbo.[sys_CreateForeignKey] N'LanguagePacks', N'Languages', N'LanguageID', N'LanguageID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'ContentItems', N'ContentTypes', N'ContentTypeID', N'ContentTypeID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Taxonomy_Vocabularies', N'Taxonomy_VocabularyTypes', N'VocabularyTypeID', N'VocabularyTypeID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Taxonomy_Vocabularies', N'Taxonomy_ScopeTypes', N'ScopeTypeID', N'ScopeTypeID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Taxonomy_Terms', N'Taxonomy_Vocabularies', N'VocabularyID', N'VocabularyID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Taxonomy_Terms', N'Taxonomy_Terms', N'ParentTermID', N'TermID', 0, 0

Exec dbo.[sys_CreateForeignKey] N'ContentItems_Tags', N'ContentItems', N'ContentItemID', N'ContentItemID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ContentItems_Tags', N'Taxonomy_Terms', N'TermID', N'TermID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'ContentItems_MetaData', N'ContentItems', N'ContentItemID', N'ContentItemID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ContentItems_MetaData', N'MetaData', N'MetaDataID', N'MetaDataID', 1, 0

Exec dbo.[sys_CreateForeignKey] N'Workflow', N'Portals', N'PortalID', N'PortalID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'WorkflowStates', N'Workflow', N'WorkflowID', N'WorkflowID', 1, 1

-- Needs cleanup first, because wrong portalID used
-- Exec dbo.[sys_CreateForeignKey] N'ContentWorkflows', N'Portals', N'PortalID', N'PortalID', 0, 1

Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowSources', N'ContentWorkflows', N'WorkflowID', N'WorkflowID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowStates', N'ContentWorkflows', N'WorkflowID', N'WorkflowID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowStatePermission', N'ContentWorkflowStates', N'StateID', N'StateID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowStatePermission', N'Permission', N'PermissionID', N'PermissionID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowStatePermission', N'Users', N'UserID', N'UserID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowStatePermission', N'Roles', N'RoleID', N'RoleID', 0, 1

Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowLogs', N'ContentWorkflows', N'WorkflowID', N'WorkflowID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowLogs', N'ContentItems', N'ContentItemID', N'ContentItemID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'EventLogConfig', N'EventLogTypes', N'LogTypeKey', N'LogTypeKey', 1, 1

Exec dbo.[sys_CreateForeignKey] N'EventLog', N'EventLogConfig', N'LogConfigID', N'ID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'EventLog', N'Exceptions', N'ExceptionHash', N'ExceptionHash', 1, 1

Exec dbo.[sys_CreateForeignKey] N'ExceptionEvents', N'EventLog', N'LogEventID', N'LogEventID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'ScheduleHistory', N'Schedule', N'ScheduleID', N'ScheduleID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'ScheduleItemSettings', N'Schedule', N'ScheduleID', N'ScheduleID', 1, 1

-- needs fix first:
-- Exec dbo.[sys_CreateForeignKey] N'SearchStopWords', N'Portals', N'PortalID', N'PortalID', 1, 1
-- Exec dbo.[sys_CreateForeignKey] N'SynonymsGroups', N'Portals', N'PortalID', N'PortalID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'SkinPackages', N'Packages', N'PackageID', N'PackageID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'SkinPackages', N'Portals', N'PortalID', N'PortalID', 0, 1

Exec dbo.[sys_CreateForeignKey] N'SkinControls', N'Packages', N'PackageID', N'PackageID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Skins', N'SkinPackages', N'SkinPackageID', N'SkinPackageID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'DesktopModules', N'Packages', N'PackageID', N'PackageID', 1, 1
-- Needs Cleanup first:
-- Exec dbo.[sys_CreateForeignKey] N'DesktopModules', N'ContentItems', N'ContentItemID', N'ContentItemID', 2, 0

Exec dbo.[sys_CreateForeignKey] N'PortalDesktopModules', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'PortalDesktopModules', N'DesktopModules', N'DesktopModuleID', N'DesktopModuleID', 1, 1

-- Needs Cleanup first:
-- Exec dbo.[sys_CreateForeignKey] N'ExtensionUrlProviders', N'DesktopModules', N'DesktopModuleId', N'DesktopModuleId', 1, 1

-- Needs Cleanup first:
-- Exec dbo.[sys_CreateForeignKey] N'ExtensionUrlProviderConfiguration', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ExtensionUrlProviderConfiguration', N'ExtensionUrlProviders', N'ExtensionUrlProviderID', N'ExtensionUrlProviderID', 1, 1

-- Needs Cleanup first:
-- Exec dbo.[sys_CreateForeignKey] N'ExtensionUrlProviderSetting', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ExtensionUrlProviderSetting', N'ExtensionUrlProviders', N'ExtensionUrlProviderID', N'ExtensionUrlProviderID', 1, 1

-- Needs Cleanup first:
-- Exec dbo.[sys_CreateForeignKey] N'ExtensionUrlProviderTab', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ExtensionUrlProviderTab', N'ExtensionUrlProviders', N'ExtensionUrlProviderID', N'ExtensionUrlProviderID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Urls', N'Portals', N'PortalID', N'PortalID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'UrlTracking', N'Portals', N'PortalID', N'PortalID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'UrlLog', N'UrlTracking', N'UrlTrackingID', N'UrlTrackingID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'FolderMappings', N'Portals', N'PortalID', N'PortalID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'FolderMappingsSettings', N'FolderMappings', N'FolderMappingID', N'FolderMappingID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Folders', N'FolderMappings', N'FolderMappingID', N'FolderMappingID', 0, 0
Exec dbo.[sys_CreateForeignKey] N'Folders', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Folders', N'ContentWorkflow', N'WorkflowID', N'WorkflowID', 2, 0
-- needs to be verified:
-- Exec dbo.[sys_CreateForeignKey] N'Folders', N'Folders', N'ParentID', N'FolderID', 0, 1

Exec dbo.[sys_CreateForeignKey] N'Files', N'Folders', N'FolderID', N'FolderID', 1, 1
-- might need to create contentItems first:
-- Exec dbo.[sys_CreateForeignKey] N'Files', N'ContentItems', N'ContentItemID', N'ContentItemID', 0, 0

Exec dbo.[sys_CreateForeignKey] N'FileVersions', N'Files', N'FileID', N'FileID', 1, 1

-- needs data cleanup first:
-- Exec dbo.[sys_CreateForeignKey] N'Lists', N'Lists', N'ParentID', N'EntryID', 0, 1
-- Exec dbo.[sys_CreateForeignKey] N'Lists', N'Portals', N'PortalID', N'PortalID', 0, 1

-- not reviewed yet:
-- Exec dbo.[sys_CreateForeignKey] N'Mobile_Redirections', N'Tabs', N'SourceTabId', N'TabID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Mobile_Redirections', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Mobile_RedirectionRules', N'Mobile_Redirections', N'RedirectionId', N'ID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Mobile_PreviewProfiles', N'Portals', N'PortalID', N'PortalID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'ModuleDefinitions', N'DesktopModules', N'DesktopModuleID', N'DesktopModuleID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'ModuleControls', N'ModuleDefinitions', N'ModuleDefID', N'ModuleDefID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Modules', N'ModuleDefinitions', N'ModuleDefID', N'ModuleDefID', 1, 1
-- Exec dbo.[sys_CreateForeignKey] N'Modules', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Modules', N'ContentItems', N'ContentItemID', N'ContentItemID', 2, 0

Exec dbo.[sys_CreateForeignKey] N'ModuleSettings', N'Modules', N'ModuleID', N'ModuleID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Tabs', N'Tabs', N'ParentID', N'TabID', 0, 1
Exec dbo.[sys_CreateForeignKey] N'Tabs', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Tabs', N'ContentItems', N'ContentItemID', N'ContentItemID', 2, 0

Exec dbo.[sys_CreateForeignKey] N'TabSettings', N'Tabs', N'TabID', N'TabID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'TabUrls', N'Tabs', N'TabID', N'TabID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'TabVersions', N'Tabs', N'TabID', N'TabID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'TabVersionDetails', N'TabVersions', N'TabVersionId', N'TabVersionId', 1, 1

Exec dbo.[sys_CreateForeignKey] N'TabVersionDetails', N'Modules', N'ModuleId', N'ModuleId', 1, 1

Exec dbo.[sys_CreateForeignKey] N'TabAliasSkins', N'Tabs', N'TabId', N'TabId', 1, 1

Exec dbo.[sys_CreateForeignKey] N'TabModules', N'Tabs', N'TabID', N'TabID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'TabModules', N'Modules', N'ModuleID', N'ModuleID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'TabModuleSettings', N'TabModules', N'TabModuleID', N'TabModuleID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'RoleGroups', N'Portals', N'PortalID', N'PortalID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Roles', N'RoleGroups', N'RoleGroupID', N'RoleGroupID', 0, 0
Exec dbo.[sys_CreateForeignKey] N'Roles', N'Portals', N'PortalID', N'PortalID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'RoleSettings', N'Roles', N'RoleID', N'RoleID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'ProfilePropertyDefinition', N'Portals', N'PortalID', N'PortalID', 1, 1
-- needs cleanup first:
-- UPDATE dbo.[ProfilePropertyDefinition] SET ModuleDefID = Null WHERE ModuleDefID = -1
-- Exec dbo.[sys_CreateForeignKey] N'ProfilePropertyDefinition', N'ModuleDefinitions', N'ModuleDefID', N'ModuleDefID', 1, 0

Exec dbo.[sys_CreateForeignKey] N'Vendors', N'Portals', N'PortalID', N'PortalID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'VendorClassification', N'Vendors', N'VendorID', N'VendorID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Banners', N'Vendors', N'VendorID', N'VendorID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Affiliates', N'Vendors', N'VendorID', N'VendorID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Users', N'Affiliates', N'AffiliateID', N'AffiliateID', 0, 0

Exec dbo.[sys_CreateForeignKey] N'UserPortals', N'Users', N'UserID', N'UserID', 0, 1
Exec dbo.[sys_CreateForeignKey] N'UserPortals', N'Portals', N'PortalID', N'PortalID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'UserProfile', N'Users', N'UserID', N'UserID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'UserProfile', N'ProfilePropertyDefinition', N'PropertyDefinitionID', N'PropertyDefinitionID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'AnonymousUsers', N'Portals', N'PortalID', N'PortalID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Profile', N'Users', N'UserId', N'UserId', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Profile', N'Portals', N'PortalID', N'PortalID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Relationships', N'RelationshipTypes', N'RelationshipTypeID', N'RelationshipTypeID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Relationships', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Relationships', N'Users', N'UserID', N'UserID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'UserRelationships', N'Users', N'UserID', N'UserID', 0, 1
-- Exec dbo.[sys_CreateForeignKey] N'UserRelationships', N'Users', N'RelatedUserID', N'UserID', 0, 1
Exec dbo.[sys_CreateForeignKey] N'UserRelationships', N'Relationships', N'RelationshipID' , N'RelationshipID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'UserRelationshipPreferences', N'Users', N'UserID', N'UserID', 0, 1
Exec dbo.[sys_CreateForeignKey] N'UserRelationshipPreferences', N'Relationships', N'RelationshipID', N'RelationshipID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'UserAuthentication', N'Users', N'UserId', N'UserId', 1, 1

Exec dbo.[sys_CreateForeignKey] N'PasswordHistory', N'Users', N'UserID', N'UserID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'UsersOnline', N'Users', N'UserId', N'UserId', 1, 1
Exec dbo.[sys_CreateForeignKey] N'UsersOnline', N'Portals', N'PortalID', N'PortalID', 1, 1

-- needs cleanup first:
-- Exec dbo.[sys_CreateForeignKey] N'Permission', N'ModuleDefinitions', N'ModuleDefID', N'ModuleDefID', 0, 0

Exec dbo.[sys_CreateForeignKey] N'DesktopModulePermission', N'PortalDesktopModules', N'PortalDesktopModuleID', N'PortalDesktopModuleID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'DesktopModulePermission', N'Permission', N'PermissionID', N'PermissionID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'DesktopModulePermission', N'Roles', N'RoleID', N'RoleID', 0, 1
Exec dbo.[sys_CreateForeignKey] N'DesktopModulePermission', N'Users', N'UserID', N'UserID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'ModulePermission', N'Permission', N'PermissionID', N'PermissionID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ModulePermission', N'Modules', N'ModuleID', N'ModuleID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ModulePermission', N'Roles', N'RoleID', N'RoleID', 0, 1
Exec dbo.[sys_CreateForeignKey] N'ModulePermission', N'Users', N'UserID', N'UserID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'FolderPermission', N'Permission', N'PermissionID', N'PermissionID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'FolderPermission', N'Folders', N'FolderID', N'FolderID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'FolderPermission', N'Roles', N'RoleID', N'RoleID', 0, 1
Exec dbo.[sys_CreateForeignKey] N'FolderPermission', N'Users', N'UserID', N'UserID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'TabPermission', N'Permission', N'PermissionID', N'PermissionID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'TabPermission', N'Tabs', N'TabID', N'TabID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'TabPermission', N'Roles', N'RoleID', N'RoleID', 0, 1
Exec dbo.[sys_CreateForeignKey] N'TabPermission', N'Users', N'UserID', N'UserID', 1, 1


Exec dbo.[sys_CreateForeignKey] N'Journal_TypeFilters', N'Journal_Types', N'JournalTypeId', N'JournalTypeId', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Journal', N'Journal_Types', N'JournalTypeId', N'JournalTypeId', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Journal', N'ContentItems', N'ContentItemID', N'ContentItemID', 2, 0
Exec dbo.[sys_CreateForeignKey] N'Journal', N'Users', N'UserID', N'UserID', 2, 0
-- needs data cleanup first:
-- Exec dbo.[sys_CreateForeignKey] N'Journal', N'Portals', N'PortalID', N'PortalID', 2, 0
-- Exec dbo.[sys_CreateForeignKey] N'Journal', N'Roles', N'GroupID', N'RoleID', 2, 0
-- Exec dbo.[sys_CreateForeignKey] N'Journal', N'Users', N'ProfileID', N'UserID', 2, 0

Exec dbo.[sys_CreateForeignKey] N'Journal_Comments', N'Journal', N'JournalId', N'JournalId', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Journal_Data', N'Journal', N'JournalId', N'JournalId', 1, 1

Exec dbo.[sys_CreateForeignKey] N'Journal_Security', N'Journal', N'JournalId', N'JournalId', 1, 1

Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_NotificationTypes', N'DesktopModules', N'DesktopModuleID', N'DesktopModuleID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_NotificationTypeActions', N'CoreMessaging_NotificationTypes', N'NotificationTypeID', N'NotificationTypeID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_Messages', N'CoreMessaging_NotificationTypes', N'NotificationTypeID', N'NotificationTypeID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_Messages', N'Users', N'SenderUserID', N'UserID', 2, 0

Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_MessageRecipients', N'CoreMessaging_Messages', N'MessageID', N'MessageID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_MessageRecipients', N'Users', N'UserID', N'UserID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_MessageAttachments', N'CoreMessaging_Messages', N'MessageID', N'MessageID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_MessageAttachments', N'Files', N'FileID', N'FileID', 2, 0

Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_SubscriptionsTypes', N'DesktopModules', N'SubscriptionTypeId', N'SubscriptionTypeId', 1, 1

Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_Subscriptions', N'CoreMessaging_SubscriptionTypes', N'SubscriptionTypeId', N'SubscriptionTypeId', 0, 1
Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_Subscriptions', N'Users', N'UserID', N'UserID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_Subscriptions', N'Modules', N'ModuleID', N'ModuleID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_Subscriptions', N'Portals', N'PortalID', N'PortalID', 1, 1

 
New Post
10/7/2016 12:11 PM
 
there seem to exist a dashboard control in your DNN installation, which is missing the package, which prevents the script from creating a foreign key constraint.
I'll try to extend the script to create missing packages. please allow me 2-3 days until I'll got it finished.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Performance and...Performance and...General Exceptions running wildGeneral Exceptions running wild


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out