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...Administration ...Administration ...Purging/Deleting MessagesPurging/Deleting Messages
Previous
 
Next
New Post
2/23/2015 11:43 PM
 

Many thanks Sebastian for your kind followup, had to reproduce it again :)

I applied Turbo Base Version 0.9.7 (2015-02-12) via Host/SQL  after applying TurboUnSchema Version 0.9.6 (2014-11-17)


System.Data.SqlClient.SqlException (0x80131904): The ALTER TABLE statement conflicted with the FOREIGN KEY constraint "FK_Users_Affiliates". The conflict occurred in database "TEST", table "dbo.Affiliates", column 'AffiliateId'.

   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:86b1a21a-ab2a-474c-b0dc-98aa8bdfd2a2

Error Number:547,State:0,Class:16

 

/*

   A50. Ensure all foreign key constraints exist

   ------------------------------------------------

*/

 

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'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'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'Dashboard_Controls', 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, 0

 

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'', 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

 

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, 0

 

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

 

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:

-- 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

 

Exec dbo.[sys_CreateForeignKey] N'ExtensionUrlProviders', N'DesktopModules', N'DesktopModuleId', N'DesktopModuleId', 1, 1

 

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

 

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

 

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

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

-- needs to be verified:

-- Exec dbo.[sys_CreateForeignKey] N'Folders', N'Workflow', 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

Exec dbo.[sys_CreateForeignKey] N'Files', N'ContentItems', N'ContentItemID', N'ContentItemID', 2, 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

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', '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

 

-- not reviewed yet:

--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'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'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'Users', N'Affiliates', N'AffiliateID', N'AffiliateID', 0, 0

 

Exec dbo.[sys_CreateForeignKey] N'UserPortals', N'Users', N'UserID', N'UserID', 1, 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, 0

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', 0, 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

 

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

 

Exec dbo.[sys_CreateForeignKey] N'Banners', N'Vendors', N'VendorID', N'VendorID', 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'Modules', N'ModuleID', N'ModuleID', 1, 1

Exec dbo.[sys_CreateForeignKey] N'ModulePermission', N'Permission', N'PermissionID', N'PermissionID', 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

 

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

 

Exec dbo.[sys_CreateForeignKey] N'Journal_Security', N'Journal', N'JournalId', N'JournalId', 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_MessageRecipients', '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', 'CoreMessaging_Messages', N'MessageID', N'MessageID', 1, 1

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

 

Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_Subscriptions', N'CoreMessaging_SubscriptionTypes', N'SubscriptionTypeId', N'SubscriptionTypeId', 1, 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', 0, 1

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

 

 

 
New Post
2/24/2015 2:53 AM
 
ah I see, that's a new part, I am currently reviewing. I'll make sure to handle your issue correctly.

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...Administration ...Administration ...Purging/Deleting MessagesPurging/Deleting Messages


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