Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to configure the new Microsoft.Dynamics.GP.IntegrationManager.exe.config file so that Integration Manager for Microsoft Dynamics GP 10.0 creates the IMTraceLog.txt file


INTRODUCTION

This article describes how to configure the new Microsoft.Dynamics.GP.IntegrationManager.exe.config file so that Integration Manager for Microsoft Dynamics GP 10.0 creates the IMTraceLog.txt file for a Microsoft Dynamics GP destination adapter. Integration Manager creates the IMTraceLog.txt file when you run an integration.

The IMTraceLog.txt file replaces the Macros.txt file that is created by Integration Manager for Microsoft Dynamics GP 9.0 and for earlier versions.

↑ Back to the top


More Information

You must change two switches in the Microsoft.Dynamics.GP.IntegrationManager.exe.config file. To do this, follow these steps:
  1. In Notepad, open the Microsoft.Dynamics.GP.IntegrationManager.exe.config file.
  2. Change the value of the IMTracingOn switch to 1 as follows.
    <add name="IMTracingOn" value="1"/>
  3. Change the value of the TraceGPDexInstructions switch to 1 as follows.
    <add name="TraceGPDexInstructions" value="1"/>
  4. Save the Microsoft.Dynamics.GP.IntegrationManager.exe.config file, and then close the file.
After you follow these steps, Integration Manager creates the IMTraceLog.txt file when you start Integration Manager and then run any Microsoft Dynamics GP destination adapter. The IMTraceLog.txt file is in the root directory of the Integration Manager code folder.

↑ Back to the top


Keywords: kbnosurvey, kbexpertiseadvanced, kbmbspartner, kbexpertisebeginner, kbmbsmigrate, kbhowto, kbexpertiseinter, kb

↑ Back to the top

Article Info
Article ID : 947930
Revision : 1
Created on : 3/3/2017
Published on : 12/31/2014
Exists online : False
Views : 73