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 ...Installation Small Case Upper Case ProblemInstallation Small Case Upper Case Problem
Previous
 
Next
New Post
7/4/2006 6:20 AM
 

Hi,

I mentioned several times but I couldn't find a solution.

I still can't understand that some people can install and some people gtet errors.

Because there are important errors in installation script files or I think so.

After I tried many times to install 4.3.1 on SQL Server 2000 and 2005, everytime I tried to new install I checked the "Providers\DataProviders\SqlDataProvider" folder for error logs and I saw many errors in log files. I fixed the sql statements in script files and  tried to install again. Finally I could finish to fix most of the errors and succeed to install 4.3.1

The errors in script files are related with small case upper case problem.

For example I got this error.Please check it , it is easy to understand:


System.Data.SqlClient.SqlException: Must declare the variable '@moduleid'.
   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) in C:\DotNetNuke_2\Library\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb:line 148
   at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) in C:\DotNetNuke_2\Library\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb:line 282


CREATE procedure dbo.dnn_GetModuleSetting

@ModuleId      int,
@SettingName   nvarchar(50)

as

select
'SettingValue' = case when dnn_Files.FileName is null then dnn_ModuleSettings.SettingValue else dnn_Files.Folder + dnn_Files.FileName end

from dnn_ModuleSettings
left outer join dnn_Files on dnn_ModuleSettings.SettingValue = 'fileid=' +
convert(varchar,dnn_Files.FileID)
where SettingName = @SettingName and
moduleid=@moduleid

What I have done is just changing @moduleid to @ModuleId and after another installation I didn't get this error.

I still can't understand why some people didn't get any error while installing, we all use same install files.

Or SQL Server doesn't check smallcase uppercase.

I found many smallcase uppercase problem in sql provider scripts maybe 100 not 1 or 2.

So if some guys can install without any error with using this script files then this means there is another problem.

Thanks in advance

 
New Post
7/4/2006 2:37 PM
 

AFAIR dotnetnuke does not install cleanly in case-sensitive sql server installations. As almost all sql server/msde installs default to case-insensitive collations (usually Latin1_General_CI_AS) this is not an issue for 99.9% of people. I would recommend you alter the database default collation if you can.

Cathal


Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Installation Small Case Upper Case ProblemInstallation Small Case Upper Case Problem


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