last release failed upgrade

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
4/26/2016 3:20:56 PM
Gravatar
Total Posts 159

last release failed upgrade

i'm tryng to update from 2.4.0.9 to last 2.4.1.0 but failed installation in medium trust (aruba)

 

report the log on setup page...   any fix ?

 

Esecuzione script mojoportal-core - 2.4.1.0 - 00:00:00.1250015
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'dbo.mp_Users_UpdatePasswordAndSalt'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at mojoPortal.Data.SqlHelper.ExecuteNonQuery(SqlTransaction transaction, CommandType commandType, String commandText, Int32 commandTimeout, 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) ClientConnectionId:4f7926d7-049a-42c1-b8f1-bc8ba8220c4a Error Number:208,State:6,Class:16 - 00:00:00.1406282

4/27/2016 7:24:32 AM
Gravatar
Total Posts 18439

Re: last release failed upgrade

I remember in the past people report problems with aruba hosting not liking the [dbo]. part of sql scripts, I think they do not let you have a dbowner.

You might try editing the the script file and remove the [dbo]. prefix or if that doesn't work change it to whatever prefix your other database objects use

/Setup/applications/mojoportal-core/SchemaUpgradeScripts/mssql/2.4.1.0.config

Hope that helps,

Joe

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