-
6
Answers
-
Last Activity:
long time ago,
dave Glynn
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi
I installed as per Matthias Schlomann excellent instructions found here:
http://www.dnnsoftware.com/answers/view/question/cid/151812
The Install started but then I got the following errors
Installing DotNetNuke
Version: 07.01.00
Installation Status Report
00:00:00.015 - Checking File and Folder permissions Success
00:00:00.078 - Installing Version: 07.00.00
00:00:00.078 - Executing Script:DotNetNuke.Schema.SqlDataProvider Success
00:00:05.875 - Executing Script:DotNetNuke.Data.SqlDataProvider Error! (see DotNetNuke.Data.log.resources for more information)
Some Contents from below from the DotNetNuke.Data.log.resources
---------------------------------------------------------------
System.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near 'DefaultAuthentication'.
Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.
The label 'http' has already been declared. Label names must be unique within a query batch or stored procedure.
The label 'conditions' has already been declared. Label names must be unique within a query batch or stored procedure.
Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.
Incorrect syntax near 'new'.
Incorrect syntax near 'roles'.
Unknown object type 'a' used in a CREATE, DROP, or ALTER statement.
Incorrect syntax near 'a'.
Incorrect syntax near 'vendor'.
Incorrect syntax near the keyword 'of'.
Incorrect syntax near 'a'.
Incorrect syntax near 'portal'.
Incorrect syntax near 'against'.
Database 'this' does not exist. Make sure that the name is entered correctly.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(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.ExecuteScriptInternal(String connectionString, String script)
/************************************************************/
/***** SqlDataProvider *****/
/***** *****/
/***** *****/
/***** Note: To manually execute this script you must *****/
/***** perform a search and replace operation *****/
/***** for dbo. and *****/
/***** *****/
/************************************************************/
-- Pointer used for text / image updates. This might not be needed, but is declared here just in case
DECLARE @pv binary(16)
-- Drop constraints from dbo.[TabModuleSettings]
ALTER TABLE dbo.[TabModuleSettings] DROP CONSTRAINT [FK_TabModuleSettings_TabModules]