I get a issue when i want to publish one item in sitecore backend. the publishing popup window freezing and the message shows "Initializing".
I already try to recycle the website application pool, but the issue still there.
sitecore version is 6.3.
And here are some logs:
Exception: System.Exception
Message: Invalid column name 'Sequence'.
Source: Sitecore.Kernel
at Sitecore.Data.DataProviders.Sql.DataProviderCommand.ExecuteReader()
at Sitecore.Data.DataProviders.Sql.DataProviderReader..ctor(DataProviderCommand command)
at Sitecore.Data.DataProviders.Sql.SqlDataApi.CreateReader(String sql, Object[] parameters)
at Sitecore.Data.DataProviders.Sql.SqlDataApi.d__01.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable
1 source)
at Sitecore.Data.Eventing.SqlEventQueue.GetTimestampForLastProcessing()
at Sitecore.Eventing.EventQueue.GetQueuedEvents(String targetInstanceName)
at Sitecore.Eventing.EventQueue.ProcessEvents(Action`2 handler)
at Sitecore.Eventing.EventProvider.RaiseQueuedEvents()
at Sitecore.Services.AlarmClock.Heartbeat_Beat(Object sender, EventArgs e)
Nested Exception
Exception: System.Data.DataException Message: Error executing SQL command: SELECT MAX([Created]), MAX([Sequence]) FROM [EventQueue]
Any help, thanks.