Product: Dynamics Great Plains Enterprise
Issue: When attempting to import or export a document using the TrueCommerce vSync Module within Dynamics Great Plains Enterprise (Dynamics GPE), you encounter the following error: 'Unhandled script exception: String overflow on set '{FieldName}' EXCEPTION_CLASS_SCRIPT_STRING_OVERFLOW'
Reason: The Dexterity Script Debugger is a resource-intensive debugging tool within Dynamics GPE that can prevent various processes from being able to properly write to or read from the SQL Database, as the debugger attempts to utilize the same processes and resources as the integration.
Solution - Disable the Dexterity Script Debugger
If it is determined that the Dexterity Script Debugger was left active, disabling it and restarting Dynamics GPE should resolve the issue. The Dexterity Script Debugger is enabled by modifying the Dex.ini file — specifically by adding ScriptDebugger=TRUE to the [General] section. To disable it, the setting must be reverted
Enabling the Dexterity Script Debugger typically requires modifying the dex.ini file. You may need to work with your System Administrator to perform such a modification.
Disabling Dexterity Script Debugger
Navigate: C:\Program Files (x86)\Microsoft Dynamics\GP[version]\Data
Open: Dex.ini
Set: ScriptDebugger=FALSE
Save
Restart Dynamics
Additional Resources
rev 07/29/26


