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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...4.5 custom install db errors4.5 custom install db errors
Previous
 
Next
New Post
4/11/2007 12:54 PM
 

While installing the db scripts:

 

Installing Database - Version 4.4.0...Upgrading Database to Version ERROR: See C:\Inetpub\wwwroot\com.artemis-staging.sandbox\Providers\DataProviders\SqlDataProvider\04.04.00.log for more information...FAILURE 400 - Conversion from string "ERROR: See C:Inetpubwwwrootcom" to type 'Integer' is not valid.

 
New Post
4/12/2007 5:02 AM
 

please post the content of C:\Inetpub\wwwroot\com.artemis-staging.sandbox\Providers\DataProviders\SqlDataProvider\04.04.00.log


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
4/12/2007 5:57 AM
 

I'm having a similar problem. I get loads of errors when creating the database an example from the 04.04.01.log:

System.Data.SqlClient.SqlException: Must declare the scalar variable "@PortalID".
   at System.Data.SqlClient.SqlConnection.OnError(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 procedure dbo.[dnn_GetModuleByDefinition]
      @PortalId int,
      @FriendlyName nvarchar(128)
AS
 SELECT dnn_vw_Modules.*  
 FROM dnn_vw_Modules
  INNER JOIN dnn_ModuleDefinitions as MD ON dnn_vw_Modules.ModuleDefID = MD.ModuleDefID
 WHERE ((PortalId = @PortalId) or (PortalId is null and @PortalID is null))
    AND MD.FriendlyName = @FriendlyName
    AND IsDeleted = 0

I am installing DotNetNuke on a database server (MS SQL 2003 64bit)  that has been set to be case sensitive, and this looks like what is causing the problem. If I update the SQL above and run it in a SQL query window it creates the above procedure.

 
New Post
4/12/2007 6:31 AM
 

Hi

I too am having install problems.

I have taken the source and opened it with Visual Studio 2005. Running locally does not get beyond the "installing database" parts. I also published to my hosting and go further, It performed the database run but produced and error after I had entered the Host and Admin password setup screens.

Prior to this I have used 4,4,1 which runs fine locally but again I fail to actually get a site to launch with my host. I am keen to move to 4.5 so any suggestions would be welcome

Dave

 

 

 

 
New Post
4/17/2007 10:20 AM
 

It must be a collation problem. I have tried to install dotnetnuke to a winsrv2003 sql server 2005 with server collation Latin1 general bin.

Although I set that the database collation shall be in-case sensative the installation fails. The installation probably fails because the server collation is case sensitive and the database scripts tries to write to tempdb...

How can this be solved? I cannot change the collation on the server due to other databases.. Changing the scripts by hand don't seem lika  a good option either...

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...4.5 custom install db errors4.5 custom install db errors


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