• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Invalid column name error.

K

KennyW

Guest
Hello,
I created a new localization pack and while i'm upgrading my version from 4.2 to 4.5 with my LP, i get the following error.

2010-08-24 15:55:52,262 [1] INFO SWsoft.SiteBuilder.Utils.DBUpdaterUtil.DBUpdater - SQL command timeout: 600 seconds
2010-08-24 15:55:52,309 [1] INFO SWsoft.SiteBuilder.Utils.DBUpdaterUtil.DBUpdater - Database upgrade from version 11 to 12... Validate...
2010-08-24 15:55:52,418 [1] INFO SWsoft.SiteBuilder.Utils.DBUpdaterUtil.DBUpdater - Upgrade database from version '11' to version '12'
2010-08-24 15:55:52,700 [1] FATAL SWsoft.SiteBuilder.Utils.DBUpdaterUtil.Program - Fatal upgrade error!!!
System.Data.SqlClient.SqlException: Invalid column name 'pagesetid'.
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 SWsoft.SiteBuilder.Utils.DBUpdaterUtil.DBUpdater.ExecuteSqlScript(String a_resource)
at SWsoft.SiteBuilder.Utils.DBUpdaterUtil.DBUpdater.UpdateDB(Int32 a_versionSource, Int32 a_versionTarget)
at SWsoft.SiteBuilder.Utils.DBUpdaterUtil.Program.Main(String[] a_args)

How do I fix that?
 
Back
Top