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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
Hi joe,..
I'm using visual studio 2005 for running the mojoportal web project, but in first time running (installation) I got some error message
Welcome to mojoPortal SetupProbing system... File system permissions ok. MSSQL database connection ok. database permissions are sufficient to alter schema. database initial schema needs to be created. Running script mojoportal-core - 2.2.4.8 - 00:00:06.5625000 System.Data.SqlClient.SqlException: Invalid column name 'PathId'. Invalid column name 'PathId'. 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) in D:\KP\Mojoportal\sourcecode\mojoportal\mojoPortal.Data.MSSQL\SQLHelper.cs:line 448 at mojoPortal.Data.DBPortal.DatabaseHelperRunScript(String script, String overrideConnectionInfo) in D:\KP\Mojoportal\sourcecode\mojoportal\mojoPortal.Data.MSSQL\dbPortal.cs:line 568 at mojoPortal.Data.DBPortal.DatabaseHelperRunScript(FileInfo scriptFile, String overrideConnectionInfo) in D:\KP\Mojoportal\sourcecode\mojoportal\mojoPortal.Data.MSSQL\dbPortal.cs:line 504 at mojoPortal.Business.DatabaseHelper.RunScript(Guid applicationId, FileInfo scriptFile, String overrideConnectionInfo) in D:\KP\Mojoportal\sourcecode\mojoportal\mojoPortal.Business\DatabaseHelper.cs:line 313 - 00:00:08.8906250
could you help me to solve this problem?
Thank you very much....
Hi,
What version of MS SQL are you using?
I would make sure you have all the service paks for MS SQL installed then try again with a new empty database.
Hope it helps,
Joe