Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8857125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:31:00+00:00 2026-06-14T14:31:00+00:00

I get a issue when i want to publish one item in sitecore backend.

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T14:31:01+00:00Added an answer on June 14, 2026 at 2:31 pm

    As I mentioned in my comment, I think you missed some stuff during an upgrade to 6.3.
    So there might be a lot of other things wrong, except this EventQueue table, but to fix this table issue you can recreate it:

    First drop the EventQueues table in every Sitecore database (core, master and web).

    Then recreate it with this script:

    CREATE TABLE [EventQueue]
    (
        [Id] UNIQUEIDENTIFIER NOT NULL,
        [EventType] NVARCHAR(256) NOT NULL,
        [InstanceType] NVARCHAR(256) NOT NULL,
        [InstanceData] NVARCHAR(MAX) NOT NULL,
        [InstanceName] NVARCHAR(128) NOT NULL,
        [RaiseLocally] INT NOT NULL,
        [RaiseGlobally] INT NOT NULL,
        [UserName] NVARCHAR(128) NOT NULL,
        [Sequence] BIGINT IDENTITY(1,1) NOT NULL,
        [Created] DATETIME NOT NULL
    )
    ON [PRIMARY];
    
    ALTER TABLE [EventQueue]
    ADD CONSTRAINT [DF_EventQueue_Created]
    DEFAULT (GETUTCDATE())
    FOR [Created]
    
    CREATE CLUSTERED INDEX [IX_Sequence] ON [dbo].[EventQueue] ([Created] ASC,[Sequence] ASC)
    ON [PRIMARY]
    

    If you’re lucky, this was the only problem and you’re good to go. If you’re unlucky, the EventQueue problem will be fixed, but the next problem will pop up 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following issue: I want to get the timestamp of yesterday on
I have one issue that i want to ping URL from code behind (EXE
I have two issues in this google chart. I want to either get rid
I get a random issue with VS2008 (although not that random several times a
I can't get past this issue I am having. Here's a simple example: class
How can I ignore the attribute error I get when I issue this command?
I have this issue trying to get all the text nodes in an HTML
I'm trying to get a queryset to issue its query over a different DB
The issue I'm having is issue with is I'm trying to get the paintComponent
I need to issue multiple $.get requests, process their responses, and record the results

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.