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 ...Upgrading Database to Version ERRORUpgrading Database to Version ERROR
Previous
 
Next
New Post
8/6/2007 8:05 AM
 

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

I get this error many times trying to create a clear install of the DNN. 
Log file is absent.
Error message is not clear, it's impossible to understand what should be fixed.

DNN developers, please fix this ASAP or even please explain what should be done to resolve it.

.

 

 
New Post
8/7/2007 4:31 AM
 

what is the content of you /providers/dataproviders/sqldataprovider/04.04.00.log file?


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/7/2007 4:56 AM
 

It is absent

 
New Post
8/7/2007 10:31 AM
 

or what is the content of "DotNetNuke.Schema.log"

according to my setup experience for DNN 4.5.5 , it says look for 04.04.00.log file, but the error log dropped in DotNetNuke.Schema.log (in my case)

and after a successful installation following log files created.

04.04.01.log
04.05.00.log
04.05.01.log
04.05.02.log
04.05.03.log
04.05.04.log
04.05.05.log
DotNetNuke.Data.log
DotNetNuke.Schema.log
DotNetNuke.SetUp.log
InstallCommon.log
InstallMembership.log
InstallProfile.log
InstallRoles.log

btw: When I try typical installation and auto installation there is a schema difference in Stored Procedure  dbo.GetOnlineUsers
Is this intentional or by mistake?


Auto creates it as

CREATE PROCEDURE dbo.GetOnlineUsers
    @PortalID int
AS
SELECT
    *
    FROM dbo.UsersOnline UO
        INNER JOIN dbo.vw_Users U ON UO.UserID = U.UserID
        INNER JOIN dbo.UserPortals UP ON U.UserID = UP.UserId
    WHERE  UP.PortalID = @PortalID
GO


Typical creates it as

CREATE PROCEDURE dbo.GetOnlineUsers
@PortalID int
AS
select UsersOnline.UserID,
       Users.UserName
from   UsersOnline, Users
where  UsersOnline.PortalID = @PortalID
and    UsersOnline.UserID = Users.UserID
GO

Note: I removed empty lines and linebreaks

 
New Post
8/12/2007 12:57 PM
 

i have the same problem. the first entry in the schema.log is:

System.Data.SqlClient.SqlException: Must declare the scalar variable "@ModuleDefID".
   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(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.GetModuleControlByKeyAndSrc
 
@ModuleDefId int,
@ControlKey nvarchar(50),
@ControlSrc nvarchar(256)
 
as
SELECT     ModuleControlID,
        ModuleDefID,
           ControlKey,
           ControlTitle,
           ControlSrc,
           IconFile,
           ControlType,
           ViewOrder
from       dbo.ModuleControls
where ((ModuleDefId is null and @ModuleDefId is null) or (ModuleDefID = @ModuleDefID))
and ((ControlKey is null and @ControlKey is null) or (ControlKey = @ControlKey))
and ((ControlSrc is null and @ControlSrc is null) or (ControlSrc = @ControlSrc))

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Upgrading Database to Version ERRORUpgrading Database to Version ERROR


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