Log in RDS Broker database Change Tracking autocleanup is blocked on side table of

joaomanoelc 171 Reputation points
2020-10-08T17:04:27.25+00:00

HA RDS Broker - Window Server 2016 Standard
Database - SQL Server 2016 SP2 Enterprise

I have a High Availability RDS environment working very well.
But a Log is constantly recorded in the database “Change Tracking autocleanup is blocked on side table of" EnvironmentProperty ". If the failure persists, check if the table "EnvironmentProperty" is blocked by any process. ”

We disabled this item at the base of the RDS and the events stopped generating, but this caused another problem of not accessing the Apps anymore.
I saw in many other posts that the problem was solved when applying the cumulative update in SQL Server 2016 SP2, but it is not our case, as we cannot update this in production.
Does anyone have a suggestion of what they could do to eliminate this event?

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2020-10-09T03:04:39.46+00:00

    Hi,

    This is a problem in the Microsoft products and the only fix is included in the updates for SQL Server.

    If you would not like to install update, please try enabling trace flag 8293 to see if it helps.

    For your reference

    FIX: Change Tracking cleanup message 22123 is unexpectedly recorded in the error log file in SQL Server
    https://support.microsoft.com/en-us/help/4456883/fix-change-tracking-cleanup-message-22123-is-unexpectedly-recorded-in

    DBCC TRACEON - Trace Flags (Transact-SQL)
    https://learn.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql?view=sql-server-ver15

    Enable Trace Flags in SQL Server
    https://www.sqlservercentral.com/articles/enable-trace-flags-in-sql-server
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.

    Thanks,
    Eleven

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. joaomanoelc 171 Reputation points
    2020-10-10T11:57:11.657+00:00

    Hi
    Thank you very much for your reply!

    Our HA RDS Broker database is in a SQL 2016 SP2 Cluster and in this production cluster we cannot apply the cumulative update corrections.

    Perhaps the alternative is to migrate that database to a new sql server 2017 cluster
    I will mark your post as accepted answer


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.