web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

Binary Update Error(10.0.33)

(1) ShareShare
ReportReport
Posted on by 75

Hi,

When we are trying to update 10.0.33 product version in dev environment, we have faced some error like below.

Log level - Error | DbLog worker: Unexpected error occurred while executing SysDatabaseLog.ConfigureSqlLogging(): Microsoft.Dynamics.Ax.Xpp.ClrErrorException: SqlException ---> System.Data.SqlClient.SqlException: Invalid column name 'LOGTABLENAME'.
Invalid column name 'LOGFIELDNAME'.

Any suggestion on how to fix this? 

Thanks

I have the same question (0)
  • Rubalingam S Profile Picture
    83 on at

    Hi Everyone,

    Facing same issue.

    Can someone guide to fix this issue?

    Thanks and Regards,

    Rubalingam.S

  • André Arnaud de Calavon Profile Picture
    303,383 Super User 2026 Season 1 on at

    Hi Rabia, Rubalingam,

    Can you tell if you just tried to update to 10.0.33 or also did restore a database before the update? From which version are you now performing the update? At my company we did update dozens of VMs to this version and I did not hear about this issue.

  • Rubalingam S Profile Picture
    83 on at

    Hi Andre Arnaud de Calavon,

    I am just doing version update from 10.0.30 to 10.0.33. While upgrading I am facing this issue.

    Thanks and Regards,

    Rubalingam.S

  • Suggested answer
    manthan94 Profile Picture
    17 on at
    Run Below script and perform full sync to resolve error.
    **Fix DatabaseLog table**
    ALTER TABLE [dbo].[DATABASELOG] ADD
    [LOGTABLENAME] [nvarchar](81) NOT NULL DEFAULT (''),
    [LOGFIELDNAME] [nvarchar](81) NOT NULL DEFAULT ('');
    GO
    UPDATE DATABASELOG SET LOGTABLENAME = (SELECT NAME FROM SQLDICTIONARY WHERE SQLDICTIONARY.TABLEID = DATABASELOG.LOGTABLE and SQLDICTIONARY.FIELDID = 0)
    UPDATE DATABASELOG SET LOGFIELDNAME = (SELECT NAME FROM SQLDICTIONARY WHERE SQLDICTIONARY.TABLEID = DATABASELOG.LOGTABLE and SQLDICTIONARY.FIELDID = DATABASELOG.LOGFIELD)
    GO
     
    **Validate flighting**
    SELECT * FROM dbo.SYSFLIGHTING WHERE FLIGHTNAME LIKE '%DisableManagedKernelSync%'
    **Fix flighting**
    UPDATE SYSFLIGHTING SET ENABLED = 0 WHERE FLIGHTNAME = 'DbSyncDisableManagedKernelSync'
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 512 Super User 2026 Season 1

#2
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 386

#3
Adis Profile Picture

Adis 259 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans