Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Unanswered

Binary Update Error(10.0.33)

(1) ShareShare
ReportReport
Posted on by 66

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

  • Suggested answer
    manthan94 Profile Picture
    manthan94 17 on at
    Binary Update Error(10.0.33)
    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'
     
  • Rubalingam S Profile Picture
    Rubalingam S 83 on at
    RE: Binary Update Error(10.0.33)

    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

  • André Arnaud de Calavon Profile Picture
    André Arnaud de Cal... 291,965 Super User 2025 Season 1 on at
    RE: Binary Update Error(10.0.33)

    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
    Rubalingam S 83 on at
    RE: Binary Update Error(10.0.33)

    Hi Everyone,

    Facing same issue.

    Can someone guide to fix this issue?

    Thanks and Regards,

    Rubalingam.S

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,965 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,817 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans