after the installation of dotnetnuke forum crashed i cannot get it to install... it keeps giving the error below. any help please?!
thanks
Arnold
SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: There is already an object named 'Forum_Attachments' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE cerca.Forum_Attachments ( [PostID] [int] NOT NULL , [FileName] [nvarchar] (255) NOT NULL ) ON [PRIMARY] System.Data.SqlClient.SqlException: There is already an object named 'Forum_EditForums' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE cerca.Forum_EditForums ( [ForumID] [int] NOT NULL , [RoleID] [int] NOT NULL ) ON [PRIMARY] System.Data.SqlClient.SqlException: There is already an object named 'Forum_FilterWords' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE cerca.Forum_FilterWords ( [ItemID] [int] IDENTITY (1, 1) NOT NULL , [PortalID] [int] NOT NULL , [BadWord] [nvarchar] (50) NOT NULL , [ReplacedWord] [nvarchar] (50) NOT NULL , [CreatedBy] [int] NULL , [CreatedOn] [datetime] NULL ) ON [PRIMARY] System.Data.SqlClient.SqlException: There is already an object named 'Forum_Forums' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE cerca.Forum_Forums ( [ForumID] [int] IDENTITY (1, 1) NOT NULL , [GroupID] [int] NOT NULL , [IsActive] [bit] NOT NULL , [ParentID] [int] NOT NULL , [Name] [nvarchar] (255) NOT NULL , [Description] [nvarchar] (2048) NULL , [CreatedDate] [datetime] NULL , [CreatedByUser] [int] NULL , [UpdatedByUser] [int] NULL , [UpdatedDate] [datetime] NULL , [IsModerated] [bit] NULL , [DaysToView] [int] NULL , [SortOrder] [int] NULL , [TotalPosts] [int] NULL , [TotalThreads] [int] NULL , [EnablePostStatistics] [bit] NULL , [EnableAutoDelete] [bit] NULL , [AutoDeleteThreshold] [int] NULL , [MostRecentPostID] [int] NULL , [MostRecentThreadID] [int] NULL , [MostRecentPostAuthorID] [int] NULL , [MostRecentPostDate] [datetime] NULL , [PostsToModerate] [int] NULL , [ForumType] [int] NULL , [IsIntegrated] [bit] NULL , [IntegratedModuleID] [int] NULL , [IntegratedObjects] [nvarchar] (255) NULL , [IsPrivate] [bit] NULL , [AuthorizedRoles] [nvarchar] (255) NULL , [AuthorizedEditRoles] [nvarchar] (255) NULL ) ON [PRIMARY] System.Data.SqlClient.SqlException: There is already an object named 'Forum_Groups' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE cerca.Forum_Groups ( [GroupID] [int] IDENTITY (1, 1) NOT NULL , [Name] [nvarchar] (255) NOT NULL , [PortalID] [int] NULL , [ModuleID] [int] NOT NULL , [SortOrder] [int] NOT NULL , [CreatedDate] [datetime] NOT NULL , [CreatedByUser] [int] NOT NULL , [UpdatedByUser] [int] NULL , [UpdatedDate] [datetime] NULL , [GroupType] [int] NULL , [Server] [nvarchar] (100) NULL , [Port] [int] NULL , [LogonRequired] [bit] NULL , [UserName] [nvarchar] (100) NULL , [Password] [nvarchar] (100) NULL ) ON [PRIMARY] System.Data.SqlClient.SqlException: There is already an object named 'Forum_Notification' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE cerca.Forum_Notification ( [ForumID] [int] NOT NULL , [RoleID] [int] NOT NULL ) ON [PRIMARY] System.Data.SqlClient.SqlException: There is already an object named 'Forum_Posts' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE cerca.Forum_Posts ( [PostID] [int] IDENTITY (1, 1) NOT NULL , [ParentPostID] [int] NOT NULL , [UserID] [int] NOT NULL , [RemoteAddr] [nvarchar] (100) NULL , [Notify] [bit] NULL , [Subject] [nvarchar] (255) NOT NULL , [Body] [ntext] NULL , [CreatedByUser] [int] NULL , [CreatedDate] [datetime] NULL , [ThreadID] [int] NULL , [PostLevel] [int] NULL , [UpdatedDate] [datetime] NULL , [UpdatedByUser] [int] NULL , [IsApproved] [bit] NULL , [IsLocked] [bit] NULL , [IsClosed] [bit] NULL , [MediaURL] [nvarchar] (255) NULL , [MediaNAV] [nvarchar] (255) NULL , [Attachments] [nvarchar] (255) NULL ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY] System.Data.SqlClient.SqlException: There is already an object named 'Forum_Statistics_Site' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE cerca.Forum_Statistics_Site ( [CreatedDate] [datetime] NOT NULL , [TotalUsers] [int] NOT NULL , [TotalPosts] [int] NOT NULL , [TotalModerators] [int] NOT NULL , [TotalModeratedPosts] [int] NOT NULL , [TotalAnonymousUsers] [int] NOT NULL , [TotalTopics] [int] NOT NULL , [NewPostsInPast24Hours] [int] NOT NULL , [NewThreadsInPast24Hours] [int] NOT NULL , [NewUsersInPast24Hours] [int] NOT NULL , [MostViewsThreadID] [int] NOT NULL , [MostActiveThreadID] [int] NOT NULL , [MostActiveUserID] [int] NOT NULL , [MostReadThreadID] [int] NOT NULL , [NewestUserID] [int] NOT NULL , [ModuleID] [int] NOT NULL ) ON [PRIMARY] System.Data.SqlClient.SqlException: There is already an object named 'Forum_ThreadRating' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE cerca.Forum_ThreadRating ( [UserID] [int] NOT NULL , [ThreadID] [int] NOT NULL , [Rate] [int] NULL , [Comment] [nvarchar] (500) NULL ) ON [PRIMARY] System.Data.SqlClient.SqlException: There is already an object named 'Forum_Threads' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE cerca.Forum_Threads ( [ThreadID] [int] NOT NULL , [ForumID] [int] NOT NULL , [Views] [int] NULL , [LastPostedPostID] [int] NULL , [Replies] [int] NULL , [IsPinned] [bit] NULL , [PinnedDate] [datetime] NULL , [Image] [nvarchar] (255) NULL , [ObjectTypeCode] [int] NULL , [ObjectID] [char] (10) NULL ) ON [PRIMARY] System.Data.SqlClient.SqlException: There is already an object named 'Forum_ThreadsRead' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE cerca.Forum_ThreadsRead ( [ForumID] [int] NOT NULL , [UserID] [int] NOT NULL , [ReadThreads] [nvarchar] (4000) NULL , [LastPurseDate] [datetime] NULL ) ON [PRIMARY] System.Data.SqlClient.SqlException: There is already an object named 'Forum_TrackedForums' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE cerca.Forum_TrackedForums ( [ForumID] [int] NOT NULL , [UserID] [int] NOT NULL , [CreatedDate] [datetime] NULL ) ON [PRIMARY] System.Data.SqlClient.SqlException: There is already an object named 'Forum_TrackedThreads' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE cerca.Forum_TrackedThreads ( [ForumID] [int] NOT NULL , [ThreadID] [int] NOT NULL , [UserID] [int] NOT NULL , [CreatedDate] [datetime] NULL ) ON [PRIMARY] System.Data.SqlClient.SqlException: There is already an object named 'Forum_TrackedWhatsNew' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE cerca.Forum_TrackedWhatsNew ( [ForumID] [int] NOT NULL , [UserID] [int] NOT NULL , [CreatedDate] [datetime] NULL ) ON [PRIMARY] System.Data.SqlClient.SqlException: There is already an object named 'Forum_Users' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE TABLE cerca.Forum_Users ( [UserID] [int] NOT NULL , [UseRichText] [bit] NULL , [URL] [nvarchar] (128) NULL , [Signature] [nvarchar] (1024) NULL , [TimeZone] [int] NULL , [Occupation] [nvarchar] (255) NULL , [Interests] [nvarchar] (255) NULL , [MSN] [nvarchar] (128) NULL , [Yahoo] [nvarchar] (128) NULL , [AIM] [nvarchar] (128) NULL , [ICQ] [nvarchar] (128) NULL , [Skin] [nvarchar] (255) NULL , [UserAvatar] [bit] NULL , [Avatar] [nvarchar] (255) NULL , [AdditionalAvatars] [nvarchar] (255) NULL , [PostCount] [int] NULL , [LastActivity] [datetime] NULL , [LastForumsView] [datetime] NULL , [LastThreadView] [datetime] NULL , [FlatView] [bit] NULL , [IsTrusted] [bit] NULL , [EnableThreadTracking] [bit] NULL , [EnableDisplayUnreadThreadsOnly] [bit] NULL , [EnableDisplayInMemberList] [bit] NULL , [EnablePrivateMessages] [bit] NULL , [EnableOnlineStatus] [bit] NULL , [ThreadsPerPage] [int] NULL , [PostsPerPage] [int] NULL , [WhatsNewScrollDirection] [int] NULL , [WhatsNewNumberOfThread] [int] NULL , [WhatsNewScrollDelay] [int] NULL , [WhatsNewScrollAmount] [int] NULL , [WhatsNewTrackingType] [int] NULL , [WhatsNewTrackingDuration] [int] NULL , [WhatsNewTemplate] [nvarchar] (255) NULL , [DefaultForumID] [int] NULL , [CollapseGroups] [nvarchar] (255) NULL ) ON [PRIMARY] System.Data.SqlClient.SqlException: Table 'Forum_Attachments' already has a primary key defined on it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Attachments WITH NOCHECK ADD CONSTRAINT PK_Forum_Attachment PRIMARY KEY CLUSTERED ( [PostID], [FileName] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Table 'Forum_EditForums' already has a primary key defined on it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_EditForums WITH NOCHECK ADD CONSTRAINT PK_Forum_EditForums PRIMARY KEY CLUSTERED ( [ForumID], [RoleID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Table 'Forum_FilterWords' already has a primary key defined on it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_FilterWords WITH NOCHECK ADD CONSTRAINT PK_Forum_FilterWords PRIMARY KEY CLUSTERED ( [PortalID], [BadWord] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Table 'Forum_Forums' already has a primary key defined on it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Forums WITH NOCHECK ADD CONSTRAINT PK_Forum_Forums PRIMARY KEY CLUSTERED ( [ForumID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Table 'Forum_Groups' already has a primary key defined on it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Groups WITH NOCHECK ADD CONSTRAINT PK_Forum_Groups PRIMARY KEY CLUSTERED ( [GroupID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Table 'Forum_Notification' already has a primary key defined on it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Notification WITH NOCHECK ADD CONSTRAINT PK_Forum_Notification PRIMARY KEY CLUSTERED ( [ForumID], [RoleID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Table 'Forum_Posts' already has a primary key defined on it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Posts WITH NOCHECK ADD CONSTRAINT PK_Forum_Posts PRIMARY KEY CLUSTERED ( [PostID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Table 'Forum_ThreadRating' already has a primary key defined on it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_ThreadRating WITH NOCHECK ADD CONSTRAINT PK_Forum_ThreadRating PRIMARY KEY CLUSTERED ( [UserID], [ThreadID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Table 'Forum_Threads' already has a primary key defined on it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Threads WITH NOCHECK ADD CONSTRAINT PK_Forum_Threads PRIMARY KEY CLUSTERED ( [ThreadID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Table 'Forum_ThreadsRead' already has a primary key defined on it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_ThreadsRead WITH NOCHECK ADD CONSTRAINT PK_Forum_ThreadsRead PRIMARY KEY CLUSTERED ( [ForumID], [UserID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Table 'Forum_TrackedForums' already has a primary key defined on it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_TrackedForums WITH NOCHECK ADD CONSTRAINT PK_Forum_TrackedForums PRIMARY KEY CLUSTERED ( [ForumID], [UserID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Table 'Forum_TrackedThreads' already has a primary key defined on it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_TrackedThreads WITH NOCHECK ADD CONSTRAINT PK_Forum_TrackedThreads PRIMARY KEY CLUSTERED ( [ThreadID], [UserID], [ForumID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Table 'Forum_TrackedWhatsNew' already has a primary key defined on it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_TrackedWhatsNew WITH NOCHECK ADD CONSTRAINT PK_Forum_TrackedWhatsNew PRIMARY KEY CLUSTERED ( [ForumID], [UserID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Table 'Forum_Users' already has a primary key defined on it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Users WITH NOCHECK ADD CONSTRAINT PK_Forum_Users PRIMARY KEY CLUSTERED ( [UserID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Column already has a DEFAULT bound to it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Forums WITH NOCHECK ADD CONSTRAINT DF_Forum_Forums_ParentID DEFAULT (0) FOR [GroupID], CONSTRAINT DF_Forum_Forums_IsActive DEFAULT (1) FOR [IsActive], CONSTRAINT DF_Forum_Forums_ParentID_1 DEFAULT (0) FOR [ParentID], CONSTRAINT DF_Forum_Forums_DateCreated DEFAULT (getdate()) FOR [CreatedDate], CONSTRAINT DF_Forum_Forums_IsModerated DEFAULT (0) FOR [IsModerated], CONSTRAINT DF_Forum_Forums_DaysToView DEFAULT (0) FOR [DaysToView], CONSTRAINT DF_Forum_Forums_SortOrder DEFAULT (0) FOR [SortOrder], CONSTRAINT DF_Forum_Forums_TotalPosts DEFAULT (0) FOR [TotalPosts], CONSTRAINT DF_Forum_Forums_TotalThreads DEFAULT (0) FOR [TotalThreads], CONSTRAINT DF_Forum_Forums_EnablePostStatistics DEFAULT (0) FOR [EnablePostStatistics], CONSTRAINT DF_Forum_Forums_EnableAutoDelete DEFAULT (0) FOR [EnableAutoDelete], CONSTRAINT DF_Forum_Forums_AutoDeleteThreshold DEFAULT (90) FOR [AutoDeleteThreshold], CONSTRAINT DF_Forum_Forums_MostRecentPostID DEFAULT (0) FOR [MostRecentPostID], CONSTRAINT DF_Forum_Forums_MostRecentThreadID DEFAULT (0) FOR [MostRecentThreadID], CONSTRAINT DF_Forum_Forums_MostRecentPostAuthorID DEFAULT (0) FOR [MostRecentPostAuthorID], CONSTRAINT DF_Forum_Forums_MostRecentPostDate DEFAULT (getdate()) FOR [MostRecentPostDate], CONSTRAINT DF_Forum_Forums_PostsToModerate DEFAULT (0) FOR [PostsToModerate], CONSTRAINT DF_Forum_Forums_ForumType DEFAULT (0) FOR [ForumType], CONSTRAINT DF_Forum_Forums_IsIntergrated DEFAULT (0) FOR [IsIntegrated], CONSTRAINT DF_Forum_Forums_IntergratedGallery DEFAULT (0) FOR [IntegratedModuleID], CONSTRAINT DF_Forum_Forums_IsPrivate DEFAULT (0) FOR [IsPrivate], CONSTRAINT IX_Forum_Forums UNIQUE NONCLUSTERED ( [ForumID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Column already has a DEFAULT bound to it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Groups WITH NOCHECK ADD CONSTRAINT DF_Forum_Groups_SortOrder DEFAULT (0) FOR [SortOrder], CONSTRAINT DF_Forum_Groups_CreatedDate DEFAULT (getdate()) FOR [CreatedDate], CONSTRAINT DF_Forum_Groups_ForumCount DEFAULT (0) FOR [GroupType], CONSTRAINT DF_Forum_Groups_Port DEFAULT (119) FOR [Port], CONSTRAINT IX_Forum_Groups UNIQUE NONCLUSTERED ( [GroupID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Column already has a DEFAULT bound to it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Posts WITH NOCHECK ADD CONSTRAINT DF_Posts_PostLevel DEFAULT (0) FOR [PostLevel], CONSTRAINT DF_Forum_Posts_IsApproved DEFAULT (1) FOR [IsApproved], CONSTRAINT DF_Forum_Posts_IsLocked DEFAULT (0) FOR [IsLocked], CONSTRAINT DF_Forum_Posts_IsClosed DEFAULT (0) FOR [IsClosed], CONSTRAINT IX_Forum_Posts UNIQUE NONCLUSTERED ( [PostID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Column already has a DEFAULT bound to it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Threads WITH NOCHECK ADD CONSTRAINT DF_Forum_Threads_Replies DEFAULT (0) FOR [ForumID], CONSTRAINT DF_Forum_Threads_Views DEFAULT (0) FOR [Views], CONSTRAINT DF_Threads_LastPostedPostID DEFAULT (0) FOR [LastPostedPostID], CONSTRAINT DF_Threads_ForumID DEFAULT (0) FOR [Replies], CONSTRAINT DF_Forum_Threads_IsPinned DEFAULT (0) FOR [IsPinned], CONSTRAINT DF_Forum_Threads_PinnedDate DEFAULT (getdate()) FOR [PinnedDate], CONSTRAINT IX_Forum_Threads UNIQUE NONCLUSTERED ( [ThreadID] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Column already has a DEFAULT bound to it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Users WITH NOCHECK ADD CONSTRAINT DF_Forum_Users_UseRichText DEFAULT (1) FOR [UseRichText], CONSTRAINT DF_Forum_Users_TimeZone DEFAULT (0) FOR [TimeZone], CONSTRAINT DF_Forum_Users_UseAvatar DEFAULT (0) FOR [UserAvatar], CONSTRAINT DF_Forum_Users_PostCount DEFAULT (0) FOR [PostCount], CONSTRAINT DF_Forum_Users_LastActivity DEFAULT (1 / 1 / 2001) FOR [LastActivity], CONSTRAINT DF_Forum_Users_LastForumsView DEFAULT (1 / 1 / 2001) FOR [LastForumsView], CONSTRAINT DF_Forum_Users_LastThreadView DEFAULT (1 / 1 / 2001) FOR [LastThreadView], CONSTRAINT DF_Forum_Users_FlatView DEFAULT (1) FOR [FlatView], CONSTRAINT DF_Forum_Users_IsTrusted DEFAULT (0) FOR [IsTrusted], CONSTRAINT DF_Forum_Users_EnableThreadTracking DEFAULT (1) FOR [EnableThreadTracking], CONSTRAINT DF_Forum_Users_EnableDisplayUnreadThreadsOnly DEFAULT (1) FOR [EnableDisplayUnreadThreadsOnly], CONSTRAINT DF_Forum_Users_EnableDisplayInMemberList DEFAULT (1) FOR [EnableDisplayInMemberList], CONSTRAINT DF_Forum_Users_EnablePrivateMessages DEFAULT (1) FOR [EnablePrivateMessages], CONSTRAINT DF_Forum_Users_EnableOnlineStatus DEFAULT (1) FOR [EnableOnlineStatus] System.Data.SqlClient.SqlException: There is already an object named 'FK_Forum_Attachment_Forum_Posts' in the database. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Attachments ADD CONSTRAINT FK_Forum_Attachment_Forum_Posts FOREIGN KEY ( [PostID] ) REFERENCES cerca.Forum_Posts ( [PostID] ) ON DELETE CASCADE NOT FOR REPLICATION System.Data.SqlClient.SqlException: There is already an object named 'FK_Forum_EditForums_Roles' in the database. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_EditForums ADD CONSTRAINT FK_Forum_EditForums_Roles FOREIGN KEY ( [RoleID] ) REFERENCES cerca.Roles ( [RoleID] ) ON DELETE CASCADE NOT FOR REPLICATION , CONSTRAINT FK_Forum_EditForums_Forum_Forums FOREIGN KEY ( [ForumID] ) REFERENCES cerca.Forum_Forums ( [ForumID] ) ON DELETE CASCADE NOT FOR REPLICATION System.Data.SqlClient.SqlException: There is already an object named 'FK_Forum_FilterWords_Portals' in the database. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_FilterWords ADD CONSTRAINT FK_Forum_FilterWords_Portals FOREIGN KEY ( [PortalID] ) REFERENCES cerca.Portals ( [PortalID] ) ON DELETE CASCADE ON UPDATE CASCADE NOT FOR REPLICATION System.Data.SqlClient.SqlException: There is already an object named 'FK_Forum_Forums_Forum_Groups' in the database. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Forums ADD CONSTRAINT FK_Forum_Forums_Forum_Groups FOREIGN KEY ( [GroupID] ) REFERENCES cerca.Forum_Groups ( [GroupID] ) ON DELETE CASCADE NOT FOR REPLICATION System.Data.SqlClient.SqlException: There is already an object named 'FK_Forum_Notification_Forum_Forums' in the database. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Notification ADD CONSTRAINT FK_Forum_Notification_Forum_Forums FOREIGN KEY ( [ForumID] ) REFERENCES cerca.Forum_Forums ( [ForumID] ) ON DELETE CASCADE NOT FOR REPLICATION System.Data.SqlClient.SqlException: There is already an object named 'FK_Forum_Posts_Forum_Threads' in the database. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Posts ADD CONSTRAINT FK_Forum_Posts_Forum_Threads FOREIGN KEY ( [ThreadID] ) REFERENCES cerca.Forum_Threads ( [ThreadID] ) ON DELETE CASCADE NOT FOR REPLICATION , CONSTRAINT FK_Forum_Posts_Forum_Users FOREIGN KEY ( [UserID] ) REFERENCES cerca.Forum_Users ( [UserID] ) ON DELETE CASCADE NOT FOR REPLICATION System.Data.SqlClient.SqlException: There is already an object named 'FK_Forum_ThreadRating_Forum_Threads' in the database. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_ThreadRating ADD CONSTRAINT FK_Forum_ThreadRating_Forum_Threads FOREIGN KEY ( [ThreadID] ) REFERENCES cerca.Forum_Threads ( [ThreadID] ) ON DELETE CASCADE NOT FOR REPLICATION , CONSTRAINT FK_Forum_ThreadRating_Forum_Users FOREIGN KEY ( [UserID] ) REFERENCES cerca.Forum_Users ( [UserID] ) System.Data.SqlClient.SqlException: There is already an object named 'FK_Forum_Threads_Forum_Forums' in the database. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_Threads ADD CONSTRAINT FK_Forum_Threads_Forum_Forums FOREIGN KEY ( [ForumID] ) REFERENCES cerca.Forum_Forums ( [ForumID] ) ON DELETE CASCADE NOT FOR REPLICATION System.Data.SqlClient.SqlException: There is already an object named 'FK_Forum_ThreadsRead_Forum_Forums' in the database. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_ThreadsRead ADD CONSTRAINT FK_Forum_ThreadsRead_Forum_Forums FOREIGN KEY ( [ForumID] ) REFERENCES cerca.Forum_Forums ( [ForumID] ) ON DELETE CASCADE NOT FOR REPLICATION , CONSTRAINT FK_Forum_ThreadsRead_Forum_Users FOREIGN KEY ( [UserID] ) REFERENCES cerca.Forum_Users ( [UserID] ) System.Data.SqlClient.SqlException: There is already an object named 'FK_Forum_TrackedForums_Forum_Forums' in the database. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_TrackedForums ADD CONSTRAINT FK_Forum_TrackedForums_Forum_Forums FOREIGN KEY ( [ForumID] ) REFERENCES cerca.Forum_Forums ( [ForumID] ) ON DELETE CASCADE NOT FOR REPLICATION , CONSTRAINT FK_Forum_TrackedForums_Forum_Users FOREIGN KEY ( [UserID] ) REFERENCES cerca.Forum_Users ( [UserID] ) System.Data.SqlClient.SqlException: There is already an object named 'FK_Forum_TrackedThreads_Forum_Threads' in the database. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_TrackedThreads ADD CONSTRAINT FK_Forum_TrackedThreads_Forum_Threads FOREIGN KEY ( [ThreadID] ) REFERENCES cerca.Forum_Threads ( [ThreadID] ) ON DELETE CASCADE NOT FOR REPLICATION , CONSTRAINT FK_Forum_TrackedThreads_Forum_Users FOREIGN KEY ( [UserID] ) REFERENCES cerca.Forum_Users ( [UserID] ) NOT FOR REPLICATION System.Data.SqlClient.SqlException: There is already an object named 'FK_Forum_TrackedWhatsNew_Forum_Forums' in the database. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE cerca.Forum_TrackedWhatsNew ADD CONSTRAINT FK_Forum_TrackedWhatsNew_Forum_Forums FOREIGN KEY ( [ForumID] ) REFERENCES cerca.Forum_Forums ( [ForumID] ) ON DELETE CASCADE NOT FOR REPLICATION , CONSTRAINT FK_Forum_TrackedWhatsNew_Forum_Users FOREIGN KEY ( [UserID] ) REFERENCES cerca.Forum_Users ( [UserID] ) ON DELETE CASCADE NOT FOR REPLICATION System.Data.SqlClient.SqlException: Cannot find the object 'Messaging_UpdateMessage', because it does not exist or you do not have permission. Cannot find the object 'UpdateTabModule', because it does not exist or you do not have permission. Cannot find the object 'GetSearchResultModules', because it does not exist or you do not have permission. Cannot find the object 'AddVendorClassification', because it does not exist or you do not have permission. Cannot find the object 'AddSkin', because it does not exist or you do not have permission. Cannot find the object 'GetTabCount', because it does not exist or you do not have permission. Cannot find the object 'GetUsersByRolename', because it does not exist or you do not have permission. Cannot find the object 'AddPortalGroup', because it does not exist or you do not have permission. Cannot find the object 'AddSchedule', because it does not exist or you do not have permission. Cannot find the object 'GetRoleGroups', because it does not exist or you do not have permission. Cannot find the object 'dnnLinks_GetLink', because it does not exist or you do not have permission. Cannot find the object 'AddSkinPackage', because it does not exist or you do not have permission. Cannot find the object 'DeleteFile', because it does not exist or you do not have permission. Cannot find the object 'DeletePortalGroup', because it does not exist or you do not have permission. Cannot find the object 'GetTabModuleSettings', because it does not exist or you do not have permission. Cannot find the object 'UpdateTabModuleVersion', because it does not exist or you do not have permission. Cannot find the object 'GetPackage', because it does not exist or you do not have permission. Cannot find the object 'GetPortalGroups', because it does not exist or you do not have permission. Cannot find the object 'GetUnIndexedContentItems', because it does not exist or you do not have permission. Cannot find the object 'PurgeScheduleHistory', because it does not exist or you do not have permission. Cannot find the object 'GetPropertyDefinitionsByCategory', because it does not exist or you do not have permission. Cannot find the object 'GetUsers', because it does not exist or you do not have permission. Cannot find the object 'UpdatePortalGroup', because it does not exist or you do not have permission. Cannot find the object 'GetLanguagePackByPackage', because it does not exist or you do not have permission. Cannot find the object 'UnRegisterAssembly', because it does not exist or you do not have permission. Cannot find the object 'UpdateDatabaseVersion', because it does not exist or you do not have permission. Cannot find the object 'ListSearchItem', because it does not exist or you do not have permission. Cannot find the object 'GetRoleGroup', because it does not exist or you do not have permission. Cannot find the object 'GetPortalDesktopModules', because it does not exist or you do not have permission. Cannot find the object 'UpdateSkinPackage', because it does not exist or you do not have permission. Cannot find the object 'GetDesktopModulePermission', because it does not exist or you do not have permission. Cannot find the object 'AddRoleGroup', because it does not exist or you do not have permission. Cannot find the object 'GetSystemMessage', because it does not exist or you do not have permission. Cannot find the object 'GetModulePermissionsByPortal', because it does not exist or you do not have permission. Cannot find the object 'DeleteFiles', because it does not exist or you do not have permission. Cannot find the object 'UpdatePortalInfo', because it does not exist or you do not have permission. Cannot find the object 'UpdateSearchCommonWord', because it does not exist or you do not have permission. Cannot find the object 'FindDatabaseVersion', because it does not exist or you do not have permission. Cannot find the object 'UpdateUser', because it does not exist or you do not have permission. Cannot find the object 'GetModuleControls', because it does not exist or you do not have permission. Cannot find the object 'UpdateRoleGroup', because it does not exist or you do not have permission. Cannot find the object 'DeleteModule', because it does not exist or you do not have permission. Cannot find the object 'GetAllUsers', because it does not exist or you do not have permission. Cannot find the object 'UpdateContentItem', because it does not exist or you do not have permission. Cannot find the object 'UpdateFileContent', because it does not exist or you do not have permission. Cannot find the object 'GetUsersByEmail', because it does not exist or you do not have permission. Cannot find the object 'UpdateVendor', because it does not exist or you do not have permission. Cannot find the object 'GetHostSettings', because it does not exist or you do not have permission. Cannot find the object 'GetEventMessagesBySubscriber', because it does not exist or you do not have permission. Cannot find the object 'GetUsersByUserName', because it does not exist or you do not have permission. Cannot find the object 'UpdatePortalSetup', because it does not exist or you do not have permission. Cannot find the object 'AddEventMessage', because it does not exist or you do not have permission. Cannot find the object 'DeleteFolder', because it does not exist or you do not have permission. Cannot find the object 'GetUsersByProfileProperty', because it does not exist or you do not have permission. Cannot find the object 'AddUrl', because it does not exist or you do not have permission. Cannot find the object 'UpdateSearchItem', because it does not exist or you do not have permission. Cannot find the object 'DeleteTabPermissionsByUserID', because it does not exist or you do not have permission. Cannot find the object 'UpdateDatabaseVersionAndName', because it does not exist or you do not have permission. Cannot find the object 'AddUser', because it does not exist or you do not have permission. Cannot find the object 'DeleteSkinPackage', because it does not exist or you do not have permission. Cannot find the object 'VerifyPortalTab', because it does not exist or you do not have permission. Cannot find the object 'EnsureLocalizationExists', because it does not exist or you do not have permission. Cannot find the object 'GetSearchCommonWordsByLocale', because it does not exist or you do not have permission. Cannot find the object 'GetAuthenticationServiceByType', because it does not exist or you do not have permission. Cannot find the object 'GetPortals', because it does not exist or you do not have permission. Cannot find the object 'DeletePermission', because it does not exist or you do not have permission. Cannot find the object 'DeleteSkin', because it does not exist or you do not have permission. Cannot find the object 'UpdateFileVersion', because it does not exist or you do not have permission. Cannot find the object 'DeleteSystemMessage', because it does not exist or you do not have permission. Cannot find the object 'DeletePortalAlias', because it does not exist or you do not have permission. Cannot find the object 'UpdateFolderVersion', because it does not exist or you do not have permission. Cannot find the object 'DeleteServer', because it does not exist or you do not have permission. Cannot find the object 'DeleteSchedule', because it does not exist or you do not have permission. Cannot find the object 'GetSiteLog4', because it does not exist or you do not have permission. Cannot find the object 'GetTabPaths', because it does not exist or you do not have permission. Cannot find the object 'GetModulePermissionsByTabID', because it does not exist or you do not have permission. Cannot find the object 'UpdateSearchItemWord', because it does not exist or you do not have permission. Cannot find the object 'GetEventMessages', because it does not exist or you do not have permission. Cannot find the object 'CalculatePagingInformation', because it does not exist or you do not have permission. Cannot find the object 'DeleteHeirarchicalTerm', because it does not exist or you do not have permission. Cannot find the object 'DeletePropertyDefinition', because it does not exist or you do not have permission. Cannot find the object 'DeleteAuthentication', because it does not exist or you do not have permission. Cannot find the object 'DeleteEventLogType', because it does not exist or you do not have permission. Cannot find the object 'DeleteTabModuleSetting', because it does not exist or you do not have permission. Cannot find the object 'GetFileByUniqueID', because it does not exist or you do not have permission. Cannot find the object 'DeleteDocumentsSettings', because it does not exist or you do not have permission. Cannot find the object 'GetRole', because it does not exist or you do not have permission. Cannot find the object 'AddUrlLog', because it does not exist or you do not have permission. Cannot find the object 'GetPortalAliasByPortalID', because it does not exist or you do not have permission. Cannot find the object 'GetAuthenticationServices', because it does not exist or you do not have permission. Cannot find the object 'GetDocumentsSettings', because it does not exist or you do not have permission. Cannot find the object 'DeleteModuleDefinition', because it does not exist or you do not have permission. Cannot find the object 'DeleteDesktopModulePermissionsByUserID', because it does not exist or you do not have permission. Cannot find the object 'AddProfile', because it does not exist or you do not have permission. Cannot find the object 'GetServers', because it does not exist or you do not have permission. Cannot find the object 'DeletePortalLanguages', because it does not exist or you do not have permission. Cannot find the object 'DeleteFolderPermissionsByUserID', because it does not exist or you do not have permission. Cannot find the object 'GetAffiliates', because it does not exist or you do not have permission. Cannot find the object 'AddEventLogType', because it does not exist or you do not have permission. Cannot find the object 'GetUrlLog', because it does not exist or you do not have permission. Cannot find the object 'AddLanguage', because it does not exist or you do not have permission. Cannot find the object 'GetRoleByName', because it does not exist or you do not have permission. Cannot find the object 'GetModuleControl', because it does not exist or you do not have permission. Cannot find the object 'GetUrl', because it does not exist or you do not have permission. Cannot find the object 'AddEventLogConfig', because it does not exist or you do not have permission. Cannot find the object 'GetFolderByUniqueID', because it does not exist or you do not have permission. Cannot find the object 'AddDocument', because it does not exist or you do not have permission. Cannot find the object 'DeleteUsersOnline', because it does not exist or you do not have permission. Cannot find the object 'AddScheduleHistory', because it does not exist or you do not have permission. Cannot find the object 'UpdatePortalAliasOnInstall', because it does not exist or you do not have permission. Cannot find the object 'GetRolesByUser', because it does not exist or you do not have permission. Cannot find the object 'Messaging_Save_Message', because it does not exist or you do not have permission. Cannot find the object 'AddDesktopModulePermission', because it does not exist or you do not have permission. Cannot find the object 'UpdateTabTranslationStatus', because it does not exist or you do not have permission. Cannot find the object 'GetSearchWords', because it does not exist or you do not have permission. Cannot find the object 'GetRolesByGroup', because it does not exist or you do not have permission. Cannot find the object 'UpdateDesktopModulePermission', because it does not exist or you do not have permission. Cannot find the object 'UpdateServer', because it does not exist or you do not have permission. Cannot find the object 'GetPortalRoles', because it does not exist or you do not have permission. Cannot find the object 'GetPropertyDefinition', because it does not exist or you do not have permission. Cannot find the object 'DeleteAffiliate', because it does not exist or you do not have permission. Cannot find the object 'UpdateTabModuleTranslationStatus', because it does not exist or you do not have permission. Cannot find the object 'GetFolderByFolderPath', because it does not exist or you do not have permission. Cannot find the object 'UpdateSearchWord', because it does not exist or you do not have permission. Cannot find the object 'GetServerConfiguration', because it does not exist or you do not have permission. Cannot find the object 'dnnLinks_AddLink', because it does not exist or you do not have permission. Cannot find the object 'GetScheduleItemSettings', because it does not exist or you do not have permission. Cannot find the object 'GetSearchItemWord', because it does not exist or you do not have permission. Cannot find the object 'DeleteUserPortal', because it does not exist or you do not have permission. Cannot find the object 'GetTabPermissionsByTabID', because it does not exist or you do not have permission. Cannot find the object 'AddSearchCommonWord', because it does not exist or you do not have permission. Cannot find the object 'GetSkinPackage', because it does not exist or you do not have permission. Cannot find the object 'GetSearchSettings', because it does not exist or you do not have permission. Cannot find the object 'AddDocumentsSettings', because it does not exist or you do not have permission. Cannot find the object 'GetContentItemsByTerm', because it does not exist or you do not have permission. Cannot find the object 'UpdateUserProfileProperty', because it does not exist or you do not have permission. Cannot find the object 'GetSearchItem', because it does not exist or you do not have permission. Cannot find the object 'UpdateAffiliateStats', because it does not exist or you do not have permission. Cannot find the object 'AddModule', because it does not exist or you do not have permission. Cannot find the object 'UpdateDocumentsSettings', because it does not exist or you do not have permission. Cannot find the object 'ListSearchItemWordPosition', because it does not exist or you do not have permission. Cannot find the object 'GetAuthenticationService', because it does not exist or you do not have permission. Cannot find the object 'GetEventLogByLogGUID', because it does not exist or you do not have permission. Cannot find the object 'GetDocument', because it does not exist or you do not have permission. Cannot find the object 'UpdateLanguage', because it does not exist or you do not have permission. Cannot find the object 'GetPropertyDefinitionByName', because it does not exist or you do not have permission. Cannot find the object 'AddUserAuthentication', because it does not exist or you do not have permission. Cannot find the object 'UpdateBannerViews', because it does not exist or you do not have permission. Cannot find the object 'GetDocuments', because it does not exist or you do not have permission. Cannot find the object 'GetSchedule', because it does not exist or you do not have permission. Cannot find the object 'DeleteDesktopModulePermissionsByPortalDesktopModuleID', because it does not exist or you do not have permission. Cannot find the object 'DeleteSearchCommonWord', because it does not exist or you do not have permission. Cannot find the object 'UpdateModule', because it does not exist or you do not have permission. Cannot find the object 'GetBanner', because it does not exist or you do not have permission. Cannot find the object 'DeleteMetaData', because it does not exist or you do not have permission. Cannot find the object 'AddPropertyDefinition', because it does not exist or you do not have permission. Cannot find the object 'DeleteUrl', because it does not exist or you do not have permission. Cannot find the object 'GetAffiliate', because it does not exist or you do not have permission. Cannot find the object 'GetWorkflows', because it does not exist or you do not have permission. Cannot find the object 'dnnLinks_UpdateLink', because it does not exist or you do not have permission. Cannot find the object 'UpdatePropertyDefinition', because it does not exist or you do not have permission. Cannot find the object 'GetDefaultLanguageByModule', because it does not exist or you do not have permission. Cannot find the object 'GetWorkflowStates', because it does not exist or you do not have permission. Cannot find the object 'AddHeirarchicalTerm', because it does not exist or you do not have permission. Cannot find the object 'AddModulePermission', because it does not exist or you do not have permission. Cannot find the object 'GetAllFiles', because it does not exist or you do not have permission. Cannot find the object 'UpdateDocument', because it does not exist or you do not have permission. Cannot find the object 'GetSkinControlByPackageID', because it does not exist or you do not have permission. Cannot find the object 'GetFiles', because it does not exist or you do not have permission. Cannot find the object 'GetPortalCount', because it does not exist or you do not have permission. Cannot find the object 'DeleteDocument', because it does not exist or you do not have permission. Cannot find the object 'GetSearchItemWordBySearchWord', because it does not exist or you do not have permission. Cannot find the object 'RestoreUser', because it does not exist or you do not have permission. Cannot find the object 'AddSimpleTerm', because it does not exist or you do not have permission. Cannot find the object 'DeletePackage', because it does not exist or you do not have permission. Cannot find the object 'GetSearchResultsByWord', because it does not exist or you do not have permission. Cannot find the object 'DeleteHtmlText', because it does not exist or you do not have permission. Cannot find the object 'GetPermission', because it does not exist or you do not have permission. Cannot find the object 'DeletePortalSettings', because it does not exist or you do not have permission. Cannot find the object 'AddHostSetting', because it does not exist or you do not have permission. Cannot find the object 'RemoveUser', because it does not exist or you do not have permission. Cannot find the object 'GetHtmlText', because it does not exist or you do not have permission. Cannot find the object 'GetPortalByPortalAliasID', because it does not exist or you do not have permission. Cannot find the object 'GetMetaData', because it does not exist or you do not have permission. Cannot find the object 'UpdateUrlTrackingStats', because it does not exist or you do not have permission. Cannot find the object 'AddLanguagePack', because it does not exist or you do not have permission. Cannot find the object 'SaveCoreAuditTypes', because it does not exist or you do not have permission. Cannot find the object 'GetTopHtmlText', because it does not exist or you do not have permission. Cannot find the object 'AddSearchItemWordPosition', because it does not exist or you do not have permission. Cannot find the object 'GetTabPermission', because it does not exist or you do not have permission. Cannot find the object 'GetModulePermission', because it does not exist or you do not have permission. Cannot find the object 'GetAllHtmlText', because it does not exist or you do not have permission. Cannot find the object 'UpdateModulePermission', because it does not exist or you do not have permission. Cannot find the object 'UpdateHostSetting', because it does not exist or you do not have permission. Cannot find the object 'GetExpiredPortals', because it does not exist or you do not have permission. Cannot find the object 'AddHtmlTextLog', because it does not exist or you do not have permission. Cannot find the object 'DeleteSearchItemWord', because it does not exist or you do not have permission. Cannot find the object 'AddVendor', because it does not exist or you do not have permission. Cannot find the object 'AddScopeType', because it does not exist or you do not have permission. Cannot find the object 'AddMetaData', because it does not exist or you do not have permission. Cannot find the object 'GetHtmlTextLog', because it does not exist or you do not have permission. Cannot find the object 'GetPackages', because it does not exist or you do not have permission. Cannot find the object 'GetRoleGroupByName', because it does not exist or you do not have permission. Cannot find the object 'GetModuleDefinitions', because it does not exist or you do not have permission. Cannot find the object 'UpdateLanguagePack', because it does not exist or you do not have permission. Cannot find the object 'AddHtmlTextUser', because it does not exist or you do not have permission. Cannot find the object 'GetPermissionByCodeAndKey', because it does not exist or you do not have permission. Cannot find the object 'dnnLinks_DeleteLink', because it does not exist or you do not have permission. Cannot find the object 'DeleteBanner', because it does not exist or you do not have permission. Cannot find the object 'DeleteScopeType', because it does not exist or you do not have permission. Cannot find the object 'UpdateTabModuleVersionByModule', because it does not exist or you do not have permission. Cannot find the object 'GetEventLogConfig', because it does not exist or you do not have permission. Cannot find the object 'ListSearchItemWord', because it does not exist or you do not have permission. Cannot find the object 'DeleteHtmlTextUsers', because it does not exist or you do not have permission. Cannot find the object 'UpdateModuleLastContentModifiedOnDate', because it does not exist or you do not have permission. Cannot find the object 'GetPackageType', because it does not exist or you do not have permission. Cannot find the object 'DeleteUrlTracking', because it does not exist or you do not have permission. Cannot find the object 'GetScopeTypes', because it does not exist or you do not have permission. Cannot find the object 'GetHtmlTextUser', because it does not exist or you do not have permission. Cannot find the object 'DeleteSimpleTerm', because it does not exist or you do not have permission. Cannot find the object 'GetTabPanes', because it does not exist or you do not have permission. Cannot find the object 'GetSkinControlByKey', because it does not exist or you do not have permission. Cannot find the object 'GetHostSetting', because it does not exist or you do not have permission. Cannot find the object 'AddHtmlText', because it does not exist or you do not have permission. Cannot find the object 'DeleteSearchItem', because it does not exist or you do not have permission. Cannot find the object 'GetUrlTracking', because it does not exist or you do not have permission. Cannot find the object 'GetPackageByName', because it does not exist or you do not have permission. Cannot find the object 'UpdateHtmlText', because it does not exist or you do not have permission. Cannot find the object 'AddModuleSetting', because it does not exist or you do not have permission. Cannot find the object 'AddAuthentication', because it does not exist or you do not have permission. Cannot find the object 'DeleteRoleGroup', because it does not exist or you do not have permission. Cannot find the object 'UpdateServerActivity', because it does not exist or you do not have permission. Cannot find the object 'GetRoles', because it does not exist or you do not have permission. Cannot find the object 'GetPortalDefaultLanguage', because it does not exist or you do not have permission. Cannot find the object 'UpdateAuthentication', because it does not exist or you do not have permission. Cannot find the object 'UpdatePortalDefaultLanguage', because it does not exist or you do not have permission. Cannot find the object 'UpdateUrlTracking', because it does not exist or you do not have permission. Cannot find the object 'UpdateSkinControl', because it does not exist or you do not have permission. Cannot find the object 'AddFolderMapping', because it does not exist or you do not have permission. Cannot find the object 'GetEnabledAuthenticationServices', because it does not exist or you do not have permission. Cannot find the object 'GetPackageTypes', because it does not exist or you do not have permission. Cannot find the object 'GetTabPermissionsByPortal', because it does not exist or you do not have permission. Cannot find the object 'GetPermissionsByFolder', because it does not exist or you do not have permission. Cannot find the object 'GetScheduleByScheduleID', because it does not exist or you do not have permission. Cannot find the object 'AddSkinControl', because it does not exist or you do not have permission. Cannot find the object 'GetEventLogPendingNotif', because it does not exist or you do not have permission. Cannot find the object 'GetPropertyDefinitionsByPortal', because it does not exist or you do not have permission. Cannot find the object 'GetVendorsByEmail', because it does not exist or you do not have permission. Cannot find the object 'UpdateScopeType', because it does not exist or you do not have permission. Cannot find the object 'AddPermission', because it does not exist or you do not have permission. Cannot find the object 'GetFoldersByPermissions', because it does not exist or you do not have permission. Cannot find the object 'AddTabSetting', because it does not exist or you do not have permission. Cannot find the object 'GetTabModules', because it does not exist or you do not have permission. Cannot find the object 'GetTerm', because it does not exist or you do not have permission. Cannot find the object 'UpdateModuleSetting', because it does not exist or you do not have permission. Cannot find the object 'DeleteRole', because it does not exist or you do not have permission. Cannot find the object 'GetVendorClassifications', because it does not exist or you do not have permission. Cannot find the object 'GetPermissionsByModuleDefID', because it does not exist or you do not have permission. Cannot find the object 'UpdateFolderMapping', because it does not exist or you do not have permission. Cannot find the object 'UpdateEventLogType', because it does not exist or you do not have permission. Cannot find the object 'UpdatePermission', because it does not exist or you do not have permission. Cannot find the object 'GetEventLogPendingNotifConfig', because it does not exist or you do not have permission. Cannot find the object 'GetPortal', because it does not exist or you do not have permission. Cannot find the object 'DeleteTabSetting', because it does not exist or you do not have permission. Cannot find the object 'GetTabByName', because it does not exist or you do not have permission. Cannot find the object 'GetTabSetting', because it does not exist or you do not have permission. Cannot find the object 'GetDatabaseVersion', because it does not exist or you do not have permission. Cannot find the object 'GetOnlineUser', because it does not exist or you do not have permission. Cannot find the object 'DeleteModuleSettings', because it does not exist or you do not have permission. Cannot find the object 'GetTabSettings', because it does not exist or you do not have permission. Cannot find the object 'AddContentItem', because it does not exist or you do not have permission. Cannot find the object 'IsUserInRole', because it does not exist or you do not have permission. Cannot find the object 'Dashboard_AddControl', because it does not exist or you do not have permission. Cannot find the object 'AddUrlTracking', because it does not exist or you do not have permission. Cannot find the object 'GetSearchItems', because it does not exist or you do not have permission. Cannot find the object 'DeleteUserRole', because it does not exist or you do not have permission. Cannot find the object 'DeletePortalInfo', because it does not exist or you do not have permission. Cannot find the object 'GetUserRolesByUsername', because it does not exist or you do not have permission. Cannot find the object 'DeleteList', because it does not exist or you do not have permission. Cannot find the object 'DeleteTab', because it does not exist or you do not have permission. Cannot find the object 'GetTermsByContent', because it does not exist or you do not have permission. Cannot find the object 'DeleteTabSettings', because it does not exist or you do not have permission. Cannot find the object 'GetLists', because it does not exist or you do not have permission. Cannot find the object 'GetModuleSettings', because it does not exist or you do not have permission. Cannot find the object 'DeleteSearchItems', because it does not exist or you do not have permission. Cannot find the object 'AddTermToContent', because it does not exist or you do not have permission. Cannot find the object 'AddBanner', because it does not exist or you do not have permission. Cannot find the object 'GetFolderMapping', because it does not exist or you do not have permission. Cannot find the object 'GetUserByUsername', because it does not exist or you do not have permission. Cannot find the object 'AddListEntry', because it does not exist or you do not have permission. Cannot find the object 'GetSystemMessages', because it does not exist or you do not have permission. Cannot find the object 'GetPermissionsByModuleID', because it does not exist or you do not have permission. Cannot find the object 'GetSkinControl', because it does not exist or you do not have permission. Cannot find the object 'GetAllProfiles', because it does not exist or you do not have permission. Cannot find the object 'GetUserRole', because it does not exist or you do not have permission. Cannot find the object 'AddPortalAlias', because it does not exist or you do not have permission. Cannot find the object 'GetModuleControlsByKey', because it does not exist or you do not have permission. Cannot find the object 'GetFolderMappingByMappingName', because it does not exist or you do not have permission. Cannot find the object 'GetModulePackagesInUse', because it does not exist or you do not have permission. Cannot find the object 'UpdateEventLogConfig', because it does not exist or you do not have permission. Cannot find the object 'GetVendorsByName', because it does not exist or you do not have permission. Cannot find the object 'DeleteLanguagePack', because it does not exist or you do not have permission. Cannot find the object 'GetModule', because it does not exist or you do not have permission. Cannot find the object 'DeleteModulePermission', because it does not exist or you do not have permission. Cannot find the object 'GetTabModuleOrder', because it does not exist or you do not have permission. Cannot find the object 'GetTabModuleSetting', because it does not exist or you do not have permission. Cannot find the object 'Dashboard_GetInstalledModules', because it does not exist or you do not have permission. Cannot find the object 'GetDesktopModulePermissions', because it does not exist or you do not have permission. Cannot find the object 'GetFolderPermission', because it does not exist or you do not have permission. Cannot find the object 'DeleteTabModuleSettings', because it does not exist or you do not have permission. Cannot find the object 'GetUser', because it does not exist or you do not have permission. Cannot find the object 'UpdateBannerClickThrough', because it does not exist or you do not have permission. Cannot find the object 'Dashboard_DeleteControl', because it does not exist or you do not have permission. Cannot find the object 'UpdatePortalAlias', because it does not exist or you do not have permission. Cannot find the object 'GetOnlineUsers', because it does not exist or you do not have permission. Cannot find the object 'AddModuleControl', because it does not exist or you do not have permission. Cannot find the object 'GetFolderMappings', because it does not exist or you do not have permission. Cannot find the object 'GetTabsByParentId', because it does not exist or you do not have permission. Cannot find the object 'DeleteSearchItemWords', because it does not exist or you do not have permission. Cannot find the object 'DeleteSkinControl', because it does not exist or you do not have permission. Cannot find the object 'GetTermsByVocabulary', because it does not exist or you do not have permission. Cannot find the object 'UpdateTabSetting', because it does not exist or you do not have permission. Cannot find the object 'GetAllTabsModules', because it does not exist or you do not have permission. Cannot find the object 'UpdateModuleControl', because it does not exist or you do not have permission. Cannot find the object 'GetPermissionsByPortalDesktopModule', because it does not exist or you do not have permission. Cannot find the object 'FindBanners', because it does not exist or you do not have permission. Cannot find the object 'DeleteListEntryByID', because it does not exist or you do not have permission. Cannot find the object 'GetDeletedUsers', because it does not exist or you do not have permission. Cannot find the object 'GetSearchIndexers', because it does not exist or you do not have permission. Cannot find the object 'Dashboard_GetDashboardControlByKey', because it does not exist or you do not have permission. Cannot find the object 'AddPortalDesktopModule', because it does not exist or you do not have permission. Cannot find the object 'GetTabsByPackageID', because it does not exist or you do not have permission. Cannot find the object 'AddPackage', because it does not exist or you do not have permission. Cannot find the object 'AddDefaultFolderTypes', because it does not exist or you do not have permission. Cannot find the object 'UpdatePackage', because it does not exist or you do not have permission. Cannot find the object 'UpdateScheduleHistory', because it does not exist or you do not have permission. Cannot find the object 'RemoveTermsFromContent', because it does not exist or you do not have permission. Cannot find the object 'UpdateListSortOrder', because it does not exist or you do not have permission. Cannot find the object 'GetUserByAuthToken', because it does not exist or you do not have permission. Cannot find the object 'DeleteTabPermissionsByTabID', because it does not exist or you do not have permission. Cannot find the object 'UpdateOnlineUser', because it does not exist or you do not have permission. Cannot find the object 'GetSiteLog9', because it does not exist or you do not have permission. Cannot find the object 'GetLanguages', because it does not exist or you do not have permission. Cannot find the object 'GetSiteLog8', because it does not exist or you do not have permission. Cannot find the object 'SetEventMessageComplete', because it does not exist or you do not have permission. Cannot find the object 'GetPermissionsByTab', because it does not exist or you do not have permission. Cannot find the object 'GetAuthenticationServiceByPackageID', because it does not exist or you do not have permission. Cannot find the object 'GetScheduleByTypeFullName', because it does not exist or you do not have permission. Cannot find the object 'GetSearchItemWordPosition', because it does not exist or you do not have permission. Cannot find the object 'GetPortalSpaceUsed', because it does not exist or you do not have permission. Cannot find the object 'Dashboard_UpdateControl', because it does not exist or you do not have permission. Cannot find the object 'DeleteContentItem', because it does not exist or you do not have permission. Cannot find the object 'AddEventLog', because it does not exist or you do not have permission. Cannot find the object 'GetList', because it does not exist or you do not have permission. Cannot find the object 'UpdateHeirarchicalTerm', because it does not exist or you do not have permission. Cannot find the object 'GetScheduleByEvent', because it does not exist or you do not have permission. Cannot find the object 'GetUnAuthorizedUsers', because it does not exist or you do not have permission. Cannot find the object 'GetPortalSetting', because it does not exist or you do not have permission. Cannot find the object 'MoveTabModule', because it does not exist or you do not have permission. Cannot find the object 'GetSearchModules', because it does not exist or you do not have permission. Cannot find the object 'UpdateProfile', because it does not exist or you do not have permission. Cannot find the object 'AddDesktopModule', because it does not exist or you do not have permission. Cannot find the object 'AddFolder', because it does not exist or you do not have permission. Cannot find the object 'GetPortalsByName', because it does not exist or you do not have permission. Cannot find the object 'GetSiteLog12', because it does not exist or you do not have permission. Cannot find the object 'GetModuleControlByKeyAndSrc', because it does not exist or you do not have permission. Cannot find the object 'UpdateSimpleTerm', because it does not exist or you do not have permission. Cannot find the object 'AddFolderMappingsSetting', because it does not exist or you do not have permission. Cannot find the object 'GetTab', because it does not exist or you do not have permission. Cannot find the object 'DeleteModuleSetting', because it does not exist or you do not have permission. Cannot find the object 'CanDeleteSkin', because it does not exist or you do not have permission. Cannot find the object 'VerifyPortal', because it does not exist or you do not have permission. Cannot find the object 'GetScheduleNextTask', because it does not exist or you do not have permission. Cannot find the object 'GetAllTabs', because it does not exist or you do not have permission. Cannot find the object 'GetSiteLog1', because it does not exist or you do not have permission. Cannot find the object 'UpdateDesktopModule', because it does not exist or you do not have permission. Cannot find the object 'AddTabModuleSetting', because it does not exist or you do not have permission. Cannot find the object 'GetTabs', because it does not exist or you do not have permission. Cannot find the object 'GetVendors', because it does not exist or you do not have permission. Cannot find the object 'UpdateFolderMappingsSetting', because it does not exist or you do not have permission. Cannot find the object 'GetSearchResults', because it does not exist or you do not have permission. Cannot find the object 'UpdateFile', because it does not exist or you do not have permission. Cannot find the object 'UpdateBanner', because it does not exist or you do not have permission. Cannot find the object 'AddAffiliate', because it does not exist or you do not have permission. Cannot find the object 'GetListEntries', because it does not exist or you do not have permission. Cannot find the object 'AddSearchItem', because it does not exist or you do not have permission. Cannot find the object 'dnnLinks_GetLinks', because it does not exist or you do not have permission. Cannot find the object 'Messaging_GetInbox', because it does not exist or you do not have permission. Cannot find the object 'GetAllTabsModulesByModuleID', because it does not exist or you do not have permission. Cannot find the object 'GetSiteLog7', because it does not exist or you do not have permission. Cannot find the object 'GetPortalByTab', because it does not exist or you do not have permission. Cannot find the object 'GetContentItem', because it does not exist or you do not have permission. Cannot find the object 'UpdateTabModuleSetting', because it does not exist or you do not have permission. Cannot find the object 'GetModuleByUniqueID', because it does not exist or you do not have permission. Cannot find the object 'GetPortalAlias', because it does not exist or you do not have permission. Cannot find the object 'GetDesktopModules', because it does not exist or you do not have permission. Cannot find the object 'GetSiteLog3', because it does not exist or you do not have permission. Cannot find the object 'GetFolderMappingsSettings', because it does not exist or you do not have permission. Cannot find the object 'GetModules', because it does not exist or you do not have permission. Cannot find the object 'AddSearchItemWord', because it does not exist or you do not have permission. Cannot find the object 'GetUserProfile', because it does not exist or you do not have permission. Cannot find the object 'GetFileContent', because it does not exist or you do not have permission. Cannot find the object 'AddTabPermission', because it does not exist or you do not have permission. Cannot find the object 'GetTabByUniqueID', because it does not exist or you do not have permission. Cannot find the object 'GetSiteLog6', because it does not exist or you do not have permission. Cannot find the object 'GetPortalSettings', because it does not exist or you do not have permission. Cannot find the object 'GetFolderPermissionsByPortal', because it does not exist or you do not have permission. Cannot find the object 'GetFolderMappingsSetting', because it does not exist or you do not have permission. Cannot find the object 'GetListEntry', because it does not exist or you do not have permission. Cannot find the object 'GetDesktopModulesByPortal', because it does not exist or you do not have permission. Cannot find the object 'Dashboard_GetControls', because it does not exist or you do not have permission. Cannot find the object 'UpdateTabPermission', because it does not exist or you do not have permission. Cannot find the object 'GetAllModules', because it does not exist or you do not have permission. Cannot find the object 'GetDesktopModulePermissionsByPortalDesktopModuleID', because it does not exist or you do not have permission. Cannot find the object 'AddScheduleItemSetting', because it does not exist or you do not have permission. Cannot find the object 'AddUserRole', because it does not exist or you do not have permission. Cannot find the object 'GetTabsByModuleID', because it does not exist or you do not have permission. Cannot find the object 'AddContentType', because it does not exist or you do not have permission. Cannot find the object 'AddTab', because it does not exist or you do not have permission. Cannot find the object 'AddVocabulary', because it does not exist or you do not have permission. Cannot find the object 'DeleteFolderMapping', because it does not exist or you do not have permission. Cannot find the object 'DeleteVendor', because it does not exist or you do not have permission. Cannot find the object 'PurgeEventLog', because it does not exist or you do not have permission. Cannot find the object 'GetModuleByDefinition', because it does not exist or you do not have permission. Cannot find the object 'GetEventLogType', because it does not exist or you do not have permission. Cannot find the object 'AddModuleDefinition', because it does not exist or you do not have permission. Cannot find the object 'UpdateFolder', because it does not exist or you do not have permission. Cannot find the object 'DeleteSiteLog', because it does not exist or you do not have permission. Cannot find the object 'UpdateListEntry', because it does not exist or you do not have permission. Cannot find the object 'UpdateUserRole', because it does not exist or you do not have permission. Cannot find the object 'GetTabModule', because it does not exist or you do not have permission. Cannot find the object 'GetSiteLog5', because it does not exist or you do not have permission. Cannot find the object 'GetFolders', because it does not exist or you do not have permission. Cannot find the object 'GetSiteLog2', because it does not exist or you do not have permission. Cannot find the object 'GetScheduleHistory', because it does not exist or you do not have permission. Cannot find the object 'UpdatePortalSetting', because it does not exist or you do not have permission. Cannot find the object 'GetDatabaseServer', because it does not exist or you do not have permission. Cannot find the object 'DeleteContentType', because it does not exist or you do not have permission. Cannot find the object 'UpdateTab', because it does not exist or you do not have permission. Cannot find the object 'DeleteVocabulary', because it does not exist or you do not have permission. Cannot find the object 'GetUrls', because it does not exist or you do not have permission. Cannot find the object 'Dashboard_GetDbInfo', because it does not exist or you do not have permission. Cannot find the object 'DeleteSearchItemWordPosition', because it does not exist or you do not have permission. Cannot find the object 'UpdateModuleDefinition', because it does not exist or you do not have permission. Cannot find the object 'DeleteFolderPermissionsByFolderPath', because it does not exist or you do not have permission. Cannot find the object 'InsertPortalLocalization', because it does not exist or you do not have permission. Cannot find the object 'Dashboard_GetDbFileInfo', because it does not exist or you do not have permission. Cannot find the object 'DeleteSearchWord', because it does not exist or you do not have permission. Cannot find the object 'UpdateTabVersion', because it does not exist or you do not have permission. Cannot find the object 'GetVocabularies', because it does not exist or you do not have permission. Cannot find the object 'AddFolderPermission', because it does not exist or you do not have permission. Cannot find the object 'GetTables', because it does not exist or you do not have permission. Cannot find the object 'GetContentTypes', because it does not exist or you do not have permission. Cannot find the object 'GetSuperUsers', because it does not exist or you do not have permission. Cannot find the object 'GetFolderPermissionsByFolderPath', because it does not exist or you do not have permission. Cannot find the object 'UpdateSystemMessage', because it does not exist or you do not have permission. Cannot find the object 'Dashboard_GetDbBackups', because it does not exist or you do not have permission. Cannot find the object 'GetFile', because it does not exist or you do not have permission. Cannot find the object 'UpdateVocabulary', because it does not exist or you do not have permission. Cannot find the object 'UpdateFolderPermission', because it does not exist or you do not have permission. Cannot find the object 'GetContentItems', because it does not exist or you do not have permission. Cannot find the object 'DeleteModuleControl', because it does not exist or you do not have permission. Cannot find the object 'DeletePortalSetting', because it does not exist or you do not have permission. Cannot find the object 'GetCurrencies', because it does not exist or you do not have permission. Cannot find the object 'GetFileById', because it does not exist or you do not have permission. Cannot find the object 'UpdateAffiliate', because it does not exist or you do not have permission. Cannot find the object 'GetDatabaseTimeUtc', because it does not exist or you do not have permission. Cannot find the object 'UpdateContentType', because it does not exist or you do not have permission. Cannot find the object 'AddPortalLanguage', because it does not exist or you do not have permission. Cannot find the object 'GetEventLog', because it does not exist or you do not have permission. Cannot find the object 'GetDatabaseTime', because it does not exist or you do not have permission. Cannot find the object 'AddSiteLog', because it does not exist or you do not have permission. Cannot find the object 'GetFolderByFolderID', because it does not exist or you do not have permission. Cannot find the object 'GetProfile', because it does not exist or you do not have permission. Cannot find the object 'AddSystemMessage', because it does not exist or you do not have permission. Cannot find the object 'GetLanguagesByPortal', because it does not exist or you do not have permission. Cannot find the object 'Forum_AA_ThreadUpdate', because it does not exist or you do not have permission. Cannot find the object 'GetPortalAliasByPortalAliasID', because it does not exist or you do not have permission. Cannot find the object 'DeleteTabPermission', because it does not exist or you do not have permission. Cannot find the object 'AddPortalInfo', because it does not exist or you do not have permission. Cannot find the object 'Forum_AA_UserPostCountUpdate', because it does not exist or you do not have permission. Cannot find the object 'GetSearchItemWordPositionBySearchItemWord', because it does not exist or you do not have permission. Cannot find the object 'DeleteEventLog', because it does not exist or you do not have permission. Cannot find the object 'GetModuleSetting', because it does not exist or you do not have permission. Cannot find the object 'Forum_ThreadViewsDelete', because it does not exist or you do not have permission. Cannot find the object 'DeletePortalDesktopModules', because it does not exist or you do not have permission. Cannot find the object 'GetPortalByAlias', because it does not exist or you do not have permission. Cannot find the object 'UpdatePortalLanguage', because it does not exist or you do not have permission. Cannot find the object 'Forum_ThreadViewsIncrement', because it does not exist or you do not have permission. Cannot find the object 'UpdateAnonymousUser', because it does not exist or you do not have permission. Cannot find the object 'GetSearchWordByID', because it does not exist or you do not have permission. Cannot find the object 'Messaging_GetInboxCount', because it does not exist or you do not have permission. Cannot find the object 'GetUserRoles', because it does not exist or you do not have permission. Cannot find the object 'Forum_FilterWordGet', because it does not exist or you do not have permission. Cannot find the object 'DeleteEventLogConfig', because it does not exist or you do not have permission. Cannot find the object 'UpdateSearchItemWordPosition', because it does not exist or you do not have permission. Cannot find the object 'GetBanners', because it does not exist or you do not have permission. Cannot find the object 'Forum_FilterWordGetAll', because it does not exist or you do not have permission. Cannot find the object 'GetModulePermissionsByModuleID', because it does not exist or you do not have permission. Cannot find the object 'Messaging_GetMessage', because it does not exist or you do not have permission. Cannot find the object 'AddTabModule', because it does not exist or you do not have permission. Cannot find the object 'Forum_FilterWordDelete', because it does not exist or you do not have permission. Cannot find the object 'Mobile_DeletePreviewProfile', because it does not exist or you do not have permission. Cannot find the object 'Messaging_GetNewMessageCount', because it does not exist or you do not have permission. Cannot find the object 'GetVendor', because it does not exist or you do not have permission. Cannot find the object 'Forum_FilterWordUpdate', because it does not exist or you do not have permission. Cannot find the object 'Mobile_DeleteRedirection', because it does not exist or you do not have permission. Cannot find the object 'DeleteDesktopModulePermission', because it does not exist or you do not have permission. Cannot find the object 'DeleteTabModule', because it does not exist or you do not have permission. Cannot find the object 'Mobile_DeleteRedirectionRule', because it does not exist or you do not have permission. Cannot find the object 'GetSearchItemWordBySearchItem', because it does not exist or you do not have permission. Cannot find the object 'DeleteModulePermissionsByUserID', because it does not exist or you do not have permission. Cannot find the object 'Mobile_GetPreviewProfiles', because it does not exist or you do not have permission. Cannot find the object 'UpdateSkin', because it does not exist or you do not have permission. Cannot find the object 'Messaging_GetNextMessageForDispatch', because it does not exist or you do not have permission. Cannot find the object 'UpdateTabOrder', because it does not exist or you do not have permission. Cannot find the object 'Mobile_GetRedirectionRules', because it does not exist or you do not have permission. Cannot find the object 'DeleteLanguage', because it does not exist or you do not have permission. Cannot find the object 'Messaging_MarkMessageAsDispatched', because it does not exist or you do not have permission. Cannot find the object 'DeleteDesktopModule', because it does not exist or you do not have permission. Cannot find the object 'Mobile_GetRedirections', because it does not exist or you do not have permission. Cannot find the object 'DeleteVendorClassifications', because it does not exist or you do not have permission. Cannot find the object 'DeleteFolderPermission', because it does not exist or you do not have permission. Cannot find the object 'RestoreTabModule', because it does not exist or you do not have permission. Cannot find the object 'GetUserCountByPortal', because it does not exist or you do not have permission. Cannot find the object 'Mobile_GetAllRedirections', because it does not exist or you do not have permission. Cannot find the object 'DeleteModulePermissionsByModuleID', because it does not exist or you do not have permission. Cannot find the object 'AddSearchWord', because it does not exist or you do not have permission. Cannot find the object 'AddRole', because it does not exist or you do not have permission. Cannot find the object 'GetBannerGroups', because it does not exist or you do not have permission. Cannot find the object 'Mobile_SavePreviewProfile', because it does not exist or you do not have permission. Cannot find the object 'GetSearchCommonWordByID', because it does not exist or you do not have permission. Cannot find the object 'UpdateModuleOrder', because it does not exist or you do not have permission. Cannot find the object 'GetSkinControls', because it does not exist or you do not have permission. Cannot find the object 'Mobile_SaveRedirection', because it does not exist or you do not have permission. Cannot find the object 'UpdateRole', because it does not exist or you do not have permission. Cannot find the object 'GetServices', because it does not exist or you do not have permission. Cannot find the object 'Mobile_SaveRedirectionRule', because it does not exist or you do not have permission. Cannot find the object 'RegisterAssembly', because it does not exist or you do not have permission. Cannot find the object 'GetSkinPackageByPackageID', because it does not exist or you do not have permission. Cannot find the object 'GetPackagesByType', because it does not exist or you do not have permission. Cannot find the object 'UpdateEventLogPendingNotif', because it does not exist or you do not have permission. Cannot find the object 'AddFile', because it does not exist or you do not have permission. Cannot find the object 'UpdateSchedule', because it does not exist or you do not have permission. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText) at DotNetNuke.Data.SqlDataProvider.GrantStoredProceduresPermission(String Permission, String LoginOrRole) if exists (select * from dbo.sysusers where name='cerca5') begin declare @exec nvarchar(2000) declare @name varchar(150) declare sp_cursor cursor for select o.name as name from dbo.sysobjects o where ( OBJECTPROPERTY(o.id, N'IsProcedure') = 1 or OBJECTPROPERTY(o.id, N'IsExtendedProc') = 1 or OBJECTPROPERTY(o.id, N'IsReplProc') = 1 ) and OBJECTPROPERTY(o.id, N'IsMSShipped') = 0 and o.name not like N'#%%' and (left(o.name,len('')) = '' or left(o.name,7) = 'aspnet_') open sp_cursor fetch sp_cursor into @name while @@fetch_status >= 0 begin select @exec = 'grant EXECUTE on [' + @name + '] to [cerca5]' execute (@exec) fetch sp_cursor into @name end deallocate sp_cursor end System.Data.SqlClient.SqlException: Cannot find the object 'GetProfilePropertyDefinitionID', because it does not exist or you do not have permission. Cannot find the object 'GetElement', because it does not exist or you do not have permission. Cannot find the object 'GetProfileElement', because it does not exist or you do not have permission. Cannot find the object 'fn_GetVersion', because it does not exist or you do not have permission. Cannot find the object 'GetListParentKey', because it does not exist or you do not have permission. Cannot find the object 'fn_CompareVersion', because it does not exist or you do not have permission. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText) at DotNetNuke.Data.SqlDataProvider.GrantUserDefinedFunctionsPermission(String ScalarPermission, String TablePermission, String LoginOrRole) if exists (select * from dbo.sysusers where name='cerca5') begin declare @exec nvarchar(2000) declare @name varchar(150) declare @isscalarfunction int declare @istablefunction int declare sp_cursor cursor for select o.name as name, OBJECTPROPERTY(o.id, N'IsScalarFunction') as IsScalarFunction from dbo.sysobjects o where ( OBJECTPROPERTY(o.id, N'IsScalarFunction') = 1 OR OBJECTPROPERTY(o.id, N'IsTableFunction') = 1 ) and OBJECTPROPERTY(o.id, N'IsMSShipped') = 0 and o.name not like N'#%%' and (left(o.name,len('')) = '' or left(o.name,7) = 'aspnet_') open sp_cursor fetch sp_cursor into @name, @isscalarfunction while @@fetch_status >= 0 begin if @IsScalarFunction = 1 begin select @exec = 'grant EXECUTE on [' + @name + '] to [cerca5]' execute (@exec) fetch sp_cursor into @name, @isscalarfunction end else begin select @exec = 'grant SELECT on [' + @name + '] to [cerca5]' execute (@exec) fetch sp_cursor into @name, @isscalarfunction end end deallocate sp_cursor end