error on installation 2.2.7.8

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
5/7/2010 10:18:12 PM
Gravatar
Total Posts 4

error on installation 2.2.7.8

Operating System: Windows 7 professional Edition.

Database Server: MS SQL Server 2008 Express Edition

Web Server: IIS 7

I tried to install mojoportal as Application but during the installation process the problem below is listed and installation failed.

Running script mojoportal-core - 2.2.7.8 - 00:00:00.0440025
System.Data.SqlClient.SqlException: Invalid column name 'DefaultPageKeywords'. 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 mojoPortal.Data.SqlHelper.ExecuteNonQuery(SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters) at mojoPortal.Data.DBPortal.DatabaseHelperRunScript(String script, String overrideConnectionInfo) at mojoPortal.Data.DBPortal.DatabaseHelperRunScript(FileInfo scriptFile, String overrideConnectionInfo) at mojoPortal.Business.DatabaseHelper.RunScript(Guid applicationId, FileInfo scriptFile, String overrideConnectionInfo) - 00:00:01.0290589
 

5/9/2010 10:57:33 AM
Gravatar
Total Posts 18439

Re: error on installation 2.2.7.8

That is a very strange error. That script runs without error on many many installations and I have never seen or heard of this error before.

What charset/collation are you using on your db?

What language is your OS using?

5/12/2010 7:08:08 AM
Gravatar
Total Posts 4

Re: error on installation 2.2.7.8

My OS is english

SQL Server 2008 express edition  char set is Turkish_CS_AI

5/12/2010 2:33:24 PM
Gravatar
Total Posts 18439

Re: error on installation 2.2.7.8

I would try create a new db with a different charset to see if that is the trouble.

5/14/2010 5:50:55 AM
Gravatar
Total Posts 4

Re: error on installation 2.2.7.8

As you know char set Turkish_CS_AI    CS stands for case sensitive when I change it to CI case insensitive it worked. Thanks for your great help
 

5/14/2010 8:55:59 AM
Gravatar
Total Posts 18439

Re: error on installation 2.2.7.8

Glad you got it working! I will remember about the case sensitivity issue if it comes up again.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.