EPiServer CMS 6R2 general hotfix up to version .501

Denna artikel har migrerats från en tidigare version av vår webbplats och kan därför avvika i utseende och funktionalitet.

Den här artikeln är inte översatt till svenska och visas därför på engelska istället.


Recent general hotfix of EPiServer CMS 6 R2 up to version 500 and 501 from 6.1.379.1 causes some problems if database is not updated at the same time.

Uppskattad lästid : 3 minuter

Gå till avsnitt

Recently EPiServer has released two hotfixes to the CMS 6 R2 version, that bumps the version number up to 6.1.379.501. Although if you are running many sites on the same machine, different versions could cause some issues which they does in this case.

More information about how-to and what you should do can be found on the links on the right. I just wanted to put down the error that made me aware of the problem.

What really caused it was a missing row in the database, handling scheduled jobs. So by running the database schedule update script, it should be fine.

I should also make you aware of the fact that by running the intstallation files with the new version, it will affect other sites on that machine as well. So do it, but be aware that all sites on that machine should then be updated.

Exception - Column 'SecondsAfterLastPing' does not belong

 Column 'SecondsAfterLastPing' does not belong to table Table.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Column 'SecondsAfterLastPing' does not belong to table Table.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace:

 [ArgumentException: Column 'SecondsAfterLastPing' does not belong to table Table.]

   System.Data.DataRow.get_Item(String columnName) +3108760

   EPiServer.DataAbstraction.ScheduledJob.Create(DataRow row) +1649

   EPiServer.DataAbstraction.ScheduledJob.List() +299

   EPiServer.DataAbstraction.ScheduledJob.Load(String method, String typeName, String assemblyName) +76

   EPiServer.UI.Admin.DatabaseJob.OnLoad(EventArgs e) +459

   System.Web.UI.Control.LoadRecursive() +71

   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064