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

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Unable to run the Microsoft Dynamics AX Batch Management Service

(0) ShareShare
ReportReport
Posted on by 415

Hi All,

I have download ax7 files and configure oracle virtual pc.

But i am unable to run the Microsoft Dynamics AX Batch Management Service.

Anybody provide solutions for this.

Regards,

Srinivas

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Osama Anjum Profile Picture
    530 on at
    RE: Unable to run the Microsoft Dynamics AX Batch Management Service

    Hi,

    I had a botched up package update using LCS, and the batch management service would not start..

    I used the following as advised by @manish and it did the trick for me

    update dbo.SQLSYSTEMVARIABLES

    set dbo.SQLSYSTEMVARIABLES.VALUE = 0

    where dbo.SQLSYSTEMVARIABLES.PARM = 'CONFIGURATIONMODE'

  • Rayudu Profile Picture
    15 on at
    RE: Unable to run the Microsoft Dynamics AX Batch Management Service

    SOLUTION

    1)Sync the DB

    than if have any error resolve than.

     2)Issue with model 

    Please find the below link 

    https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/dev-tools/models

    So i have import some project in the solution due to which i got some issues with some specific model so after deleting i could start the services.

    so in this you have to delete your model first than as shown in above than start the DIXF services it will run .

    complete error details 

    The description for Event ID 110 from source Microsoft Dynamics 365 for Finance and Operations cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

    If the event originated on another computer, the display information had to be saved with the event.

    The following information was included with the event:

    AX is shutting down due to an error.
    Duplicate metadata element has been detected in multiple modules. Please verify that application is deployed correctly and installed modules are compatible. Following elements are defined in more than one module:
    Element AxEdt/Man_NumSeqID is defined in the following modules: SMRT, MAN_SmartIMS

    Exception details:
    Microsoft.Dynamics.AX.Metadata.Storage.MetadataReadCrossAssemblyDuplicateException: Runtime metadata is invalid because the same metadata artifact has been defined in multiple assemblies. \nFirst 10 conflicting names: Man_NumSeqID. \nSee metadata events for complete list.
    at Microsoft.Dynamics.AX.Metadata.Storage.ErrorReportingHelper.ThrowMetadataReadCrossAssemblyDuplicateException[T](IList`1 artifactNames, IDictionary`2 modulesToArchives)
    at Microsoft.Dynamics.AX.Metadata.Storage.Runtime.SingleKeyedRuntimeProvider`1.GetPrimaryKeysNoCache()
    at Microsoft.Dynamics.AX.Metadata.Storage.Runtime.SingleKeyedRuntimeProvider`1..ctor(RuntimeProviderConfiguration configuration, RuntimeModelManifestProvider modelManifestProvider, IDictionary`2 archives)
    at Microsoft.Dynamics.AX.Metadata.Storage.Runtime.RuntimeMetadataProvider..ctor(RuntimeProviderConfiguration configuration, Boolean extensions, ExtensionLoader`1 formExtensionLoader, ExtensionLoader`1 tableExtensionLoader, ExtensionLoader`1 enumExtensionLoader, ExtensionLoader`1 menuExtensionLoader, ExtensionLoader`1 securityRoleExtensionLoader, ExtensionLoader`1 securityDutyExtensionLoader, ExtensionLoader`1 dataEntityViewExtensionLoader, ExtensionLoader`1 edtExtensionLoader, ExtensionLoader`1 viewExtensionLoader, ExtensionLoader`1 querySimpleExtensionLoader, ExtensionLoader`1 menuItemDisplayExtensionLoader, ExtensionLoader`1 menuItemActionExtensionLoader, ExtensionLoader`1 menuItemOutputExtensionLoader)
    at Microsoft.Dynamics.AX.Metadata.Storage.MetadataProviderFactory.CreateRuntimeProviderWithExtensions(RuntimeProviderConfiguration configuration, TableExtensionLoader tableExtensionLoader, MenuExtensionLoader menuExtensionLoader, FormExtensionLoader formExtensionLoader, EnumExtensionLoader enumExtensionLoader, SecurityRoleExtensionLoader securityRoleExtensionLoader, SecurityDutyExtensionLoader securityDutyExtensionLoader, DataEntityViewExtensionLoader dataEntityViewExtensionLoader, EdtExtensionLoader edtExtensionLoader, ViewExtensionLoader viewExtensionLoader, QuerySimpleExtensionLoader querySimpleExtensionLoader, MenuItemDisplayExtensionLoader menuItemDisplayExtensionLoader, MenuItemActionExtensionLoader menuItemActionExtensionLoader, MenuItemOutputExtensionLoader menuItemOutputExtensionLoader)
    at Microsoft.Dynamics.AX.Metadata.Kernel.Accessor.Initialize(String binPath, String businessSqlConnectionString, IMetadataFlushContext flushContext)
    at MetadataBridge.CMetadataProviderFactory.Initialize(Char* metadataPath, Char* binDirectory, Char* businessSqlConnectionString)
    at InitializeMetadata(SqlLogin* )
    at Microsoft.Dynamics.AX.AOS.StartupInternal(String[] Arguments)
    at Microsoft.Dynamics.AX.AOS.Startup()
    at Microsoft.Dynamics.AX.AosConfig.AzureConfig.Init()
    at Microsoft.Dynamics.AX.Batch.BatchService.OnStart(String[] args)

  • roman shichinov Profile Picture
    15 on at
    RE: Unable to run the Microsoft Dynamics AX Batch Management Service

    I resolved my problem by this way

  • Suggested answer
    Community Member Profile Picture
    on at
    RE: Unable to run the Microsoft Dynamics AX Batch Management Service

    If your application is in maintenance mode, this error can occur with batch service. Turnoff the configurationmode param value to "0" in SQL and restart IIS service. 

    I was able to resolve this issue this way.

  • Suggested answer
    Gildo Calvanese Profile Picture
    142 on at
    RE: Unable to run the Microsoft Dynamics AX Batch Management Service

    Hi Srinivas,

    this error is due to duplicate ID models in your application.

    Try to replace the model with this command

    ./ModelUtil.exe -replace -metadatastorepath=K:\AOSService\PackagesLocalDirectory -file="modelpath" and after build and sync the models.

    Enjoy.

    Gildo

  • Suggested answer
    ArunGarg Profile Picture
    3,924 on at
    RE: Unable to run the Microsoft Dynamics AX Batch Management Service

    Just sync the database error will resolved.

  • Ravi Krishna Profile Picture
    20 on at
    RE: Unable to run the Microsoft Dynamics AX Batch Management Service

    Faced a similar issue. Builds were failing because of the Batch Management Service.

    Got the following message when tried to manually restart the service.

    Windows could not stop the Microsoft Dynamics 365 Unified Operations: Batch Management Service service on Local Computer.

    Error 1061: The service cannot accept control messages at this time.

    Building the models manually and synchronizing the database resolved the issue.

  • add Profile Picture
    on at
    RE: Unable to run the Microsoft Dynamics AX Batch Management Service

    Hi guys,

    I was facing the same error on a local dev machine and the reason turned out to be duplicate objects from different projects/models. Once I removed the problematic project/model and did full db synchronize the batch service ran successfully. Hope this helps.

    Best Regards

  • Guruprasanna Profile Picture
    1,078 on at
    RE: Unable to run the Microsoft Dynamics AX Batch Management Service

    4251.Capture2.JPG

    Hi All,

    I am getting below error when starting the batch server in D365.

    Error 1064 : An exception occurred in the service when handling the control request.

    Please suggest me how to solve this.

    Thanks in advance.

  • ArunGarg Profile Picture
    3,924 on at
    RE: Unable to run the Microsoft Dynamics AX Batch Management Service

    Did you find any solution for the above issue??

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Syed Haris Shah Profile Picture

Syed Haris Shah 9

#2
Community Member Profile Picture

Community Member 2

#2
Mea_ Profile Picture

Mea_ 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans