Tuesday, August 19, 2014

Getting list of companies based on the centralized payments organisation hierarchy

AX2012 introduces a new feature called organisation hierarchy which can be used together with the centralised payment feature.

To get the list of companies in the organisational hierarchy that are associated with the centralised payments, please look at the CustVendOpenTransManager.findSharedServiceCompanies() method

Wednesday, August 6, 2014

Management reporter config files

To enable logging:

  • Browse to (C:\Program Files\Microsoft Dynamics ERP\Management Reporter\2.1\Server\Services)
  • Open the "MRServiceHost.exe.config" file in Notepad. 
  • At the bottom of the file you will see the following line.
    <switches>
    <add name="Microsoft.Dynamics.Integration.TraceLog" value="0"/>
    </switches>
    Change the value to 4

To increase the integration time-out:
  • Browse to (C:\Program Files\Microsoft Dynamics ERP\Management Reporter\2.1\Server\Services) 
  • Open the "MRServiceHost.settings.config" file in Notepad
  • Change the IntegrationReaderTimeout to a greater value, or put 0 - which means no time-out