Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

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

Yay... Take Me to the Community!

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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListInstall failed on Azure hosted site.Install failed on Azure hosted site.
Previous
 
Next
New Post
6/24/2012 12:14 PM
 

Yesterday I installed a fresh DNN 6.2 on Microsoft Azure using the DotNetNuke Accelerator 6.2, and Everything when smooth. I am using the Sql Azure for my database.

 Today i tried to install some different modules that I use all the time. When install Form and List I got the following error.

StartJob Starting Installation
Info Starting Installation - DNN_UserDefinedTable
Info Starting Installation - Script
Info Begin Sql execution
Info Creating backup of previous version - providers\dataproviders\sqldataprovider\03.01.00.sqldataprovider
Info Created - providers\dataproviders\sqldataprovider\03.01.00.sqldataprovider
Info Executing 03.01.00.sqldataprovider
Info Start Sql execution: 03.01.00.sqldataprovider file
Info End Sql execution: 03.01.00.sqldataprovider file
Info Creating backup of previous version - providers\dataproviders\sqldataprovider\03.01.01.sqldataprovider
Info Created - providers\dataproviders\sqldataprovider\03.01.01.sqldataprovider
Info Executing 03.01.01.sqldataprovider
Info Start Sql execution: 03.01.01.sqldataprovider file
Info End Sql execution: 03.01.01.sqldataprovider file
Info Creating backup of previous version - providers\dataproviders\sqldataprovider\03.02.00.sqldataprovider
Info Created - providers\dataproviders\sqldataprovider\03.02.00.sqldataprovider
Info Executing 03.02.00.sqldataprovider
Info Start Sql execution: 03.02.00.sqldataprovider file
Info End Sql execution: 03.02.00.sqldataprovider file
Info Creating backup of previous version - providers\dataproviders\sqldataprovider\03.03.00.sqldataprovider
Info Created - providers\dataproviders\sqldataprovider\03.03.00.sqldataprovider
Info Executing 03.03.00.sqldataprovider
Info Start Sql execution: 03.03.00.sqldataprovider file
Failure SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException (0x80131904): Deprecated feature 'DROP INDEX with two-part name' is not supported in this version of SQL Server. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() 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)/** Optimize indexes AND PK **/IF (SELECT value FROM UDT_Install_Semaphore) = 1 AND EXISTS (SELECT name FROM sysindexes WHERE name = 'IX_UserDefinedData')DROP INDEX UserDefinedData.[IX_UserDefinedData]System.Data.SqlClient.SqlException (0x80131904): Deprecated feature 'DROP INDEX with two-part name' is not supported in this version of SQL Server. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() 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)IF (SELECT value FROM UDT_Install_Semaphore) = 1 AND EXISTS (SELECT name FROM sysindexes WHERE name = 'IX_UserDefinedData_1') DROP INDEX UserDefinedData.[IX_UserDefinedData_1] System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'sysindexes'. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() 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)IF (SELECT value FROM UDT_Install_Semaphore) = 1 AND EXISTS (SELECT name FROM sysindexes WHERE name = 'PK_UserDefinedData') ALTER TABLE dbo.[UserDefinedData] DROP CONSTRAINT [PK_UserDefinedData]System.Data.SqlClient.SqlException (0x80131904): The object 'PK_UserDefinedData' is dependent on column 'UserDefinedDataId'.ALTER TABLE DROP COLUMN UserDefinedDataId failed because one or more objects access this column. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() 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)IF (SELECT value FROM UDT_Install_Semaphore) = 1 AND NOT (SELECT COLUMNPROPERTY( OBJECT_ID(N'dbo.[UserDefinedData]'),'UserDefinedDataId','AllowsNull')) IS NULL ALTER TABLE dbo.[UserDefinedData] DROP COLUMN [UserDefinedDataId]System.Data.SqlClient.SqlException (0x80131904): 'Filegroup reference and partitioning scheme' is not supported in this version of SQL Server. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() 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)IF (SELECT value FROM UDT_Install_Semaphore) = 1 ALTER TABLE dbo.[UserDefinedData] WITH NOCHECK ADD CONSTRAINT [PK_UserDefinedData] PRIMARY KEY CLUSTERED ([UserDefinedFieldId], [UserDefinedRowId]) ON [PRIMARY]System.Data.SqlClient.SqlException (0x80131904): Deprecated feature 'DROP INDEX with two-part name' is not supported in this version of SQL Server. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() 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)IF (SELECT value FROM UDT_Install_Semaphore) = 1 AND EXISTS (SELECT name FROM sysindexes WHERE name = 'IX_UserDefinedFields') DROP INDEX UserDefinedFields.[IX_UserDefinedFields] System.Data.SqlClient.SqlException (0x80131904): The operation failed because an index or statistics with name 'IX_UserDefinedFields' already exists on table 'dbo.UserDefinedFields'. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() 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)IF (SELECT value FROM UDT_Install_Semaphore) = 1 CREATE UNIQUE INDEX [IX_UserDefinedFields] ON dbo.[UserDefinedFields] (ModuleId, FieldOrder)
Info End Sql execution: 03.03.00.sqldataprovider file
Info Finished Sql execution
Failure Installation Failed - Script
Info Installation Failed - DNN_UserDefinedTable
Info Deleted temporary install folder
EndJob Installation Failed
 

I didn't know if this is from something I have done wrong or in the config of Form and List preventing it to install on Azure.

 Tom Anderson

 

 
New Post
6/24/2012 1:57 PM
 
Which version of form and list are you trying to install? All releases before FnL6.0.0 will certainly fail.
 
New Post
6/24/2012 2:23 PM
 

Thank you for your reply I was installing the latest version 6.0.1


 
New Post
6/24/2012 6:36 PM
 

Sorry, I missed  the changes  to drop index. I will release a new version soon. Here a link to the updated provider: http://dnnfnl.codeplex.com/SourceCont...

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListInstall failed on Azure hosted site.Install failed on Azure hosted site.


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

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

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