When trying to update a cloud hosted VM for FnO development to service update 10.0.30, it fails at step 25 with following message.
GlobalUpdate script for service model: AOSService on machine: xxxx
Error i found in runbook logs is:
12/19/2022 12:27:55: System.AggregateException: One or more errors occurred. ---> Microsoft.Dynamics.AX.Metadata.MetadataCorruptedException: The field 'IsPaymentCaptured' on the extension 'RetailTransactionPaymentLineV2Entity.BHDevelopment' already exists. This extension cannot be applied to the base element.
at Microsoft.Dynamics.AX.Metadata.Storage.ErrorReportingHelper.ThrowOrAddError(String extensionTypeName, String extensionName, String message, IList`1 applyErrors)
at Microsoft.Dynamics.AX.Metadata.Storage.ErrorReportingHelper.ThrowExtensionDuplicateFieldException(ISingleKeyedMetadata`1 extension, String fieldName, IList`1 applyErrors)
at Microsoft.Dynamics.AX.Metadata.Storage.MemoryProvider.ExtensionAppliers.ApplyExtensionFields(AxDataEntityView dataEntityView, AxDataEntityViewExtension extension, IList`1 applyErrors)
at Microsoft.Dynamics.AX.Metadata.Storage.Runtime.MetaDataEntityViewWithExtensionRuntimeProvider.ApplyOneExtension(AxDataEntityView metadata, AxDataEntityViewExtension extension)
Is there a way to fix this. Since this is a platform update, so i am not sure why should this come here?