Does anybody know what 'unknown Great Plains field subtype '29548' is? I get this error doing an vendor integration.
Thanks!
*This post is locked for comments
Does anybody know what 'unknown Great Plains field subtype '29548' is? I get this error doing an vendor integration.
Thanks!
*This post is locked for comments
From the 1 or 2 cases I can find where we've seen this same error for Integration Manager, it usually results in there being a third-party product installed which affects the particular windows that you're trying to integrate into.
If you have any third-party products listed in the Dynamics.set file, either remove them so they're not loaded when Dynamics GP is launched, and test the integration, or install another instance of Dynamics GP, without any third-party products, and test the integrations.
If there are no third-party products and/or you've ruled them out, another thing you can try is the following:
Turn on the settings in the Microsoft.Dynamics.GP.IntegrationManager.ini file that will "show dynamics" while it's integrating...
ShowDynamics=TRUE
DoUIRedraw=TRUE
This will show you all of the GP windows as they're being integrated into, which will help identify if the issue has to do with a third-party version of a GP window.
Another thing I would look at, if you haven't already done so, is the log file that is generated by Integration Manager, as that may give more information as to what is causing this error.
You can also turn on a IMTraceLog file in the Microsoft.Dynamics.GP.IntegrationManager.exe.config. At the bottom of this file are 2 switches that you will want to turn on. The first and 3rd value should be 1.
<switches>
<add name="IMTracingOn" value="1"/>
<add name="TraceGPScriptInstructions" value="0"/> (do not switch this one, it’s for Development)
<add name="TraceGPDexInstructions" value="1"/>
</switches>
This will create an IMTraceLog.txt file which I believe should be in the root directory of the IM code folder when it’s created.
NOTE: You have to launch IM as Administrator to have this log file created.
Please look at the above which should give you some additional information as to what is causing this error message.
If nothing is found, we may need a support case to look at the integration, as the error doesn't specifically point to anything conclusive.
Thank you
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156