Browse by Tags
All Tags »
Exception (RSS)
It seems that regardless of how much testing you do, something can still slip through the cracks. Well after v10.00 Service Pack 4 was released , an issue with the SmartList Builder/Excel Report Builder code was identified. A Hot Topic has been posted
Read More...
Sometimes Microsoft Dynamics GP reports unusual errors with temporary tables. Here are some example error messages that you might see: An open operation on table 'IV_Reconcile_PO_TEMP' has an incorrect record length. An open operation on table 'PM_Inquiry_Summary_TEMP'
Read More...
In the previous article in this series, Microsoft Dynamics GP and Illegal Characters Part 1 , we discussed how string delimiter or terminator characters can cause issues and need to be handled correctly. The article discussed the single quote (') and
Read More...
Over the years that I have worked with Microsoft Dynamics GP, there are been a few occasions where we have had issues with so called "illegal" characters. While the use of these characters should work everywhere, there are times when the characters are
Read More...
This post contains information about an error you receive when you use the Fixed Asset Book destination in Integration Manager for Microsoft Dynamics GP. Integration Manager for Microsoft Dynamics GP 9.0 Fixed Asset Book integration error: DOC 1 ERROR:
Read More...
I was asked recently about the Note Index field and how it is used and in particular about the Note Index field in SY01500 table in the DYNAMICS system database. This post will explain how the field is used as well as explain how it is possible to create
Read More...
Many of inquiry windows in Microsoft Dynamics GP have been optimized to leverage SQL Server to increase performance. This is especially common with transaction inquiry windows which can combine data from more than one table (ie. Work, Open and History).
Read More...
This issue which has now been confirmed by development seems to be hitting a few people when installing Microsoft Dynamics GP v10.00 Service Packs and Year End updates. This affects Service Pack 2 and all later builds/hotfix/updates. Edit: We are expecting
Read More...
I have been seeing a number of reports on Newsgroups and Support cases of Add-In Initialization Errors. In particular, after installing updates or service packs after v10.00 SP2, receiving the following message: eOne.Dynamics.GP.ExcelBuilder.Engine.dll:
Read More...
In my previous post, I mentioned that I was assisting a developer with an issue. It turned out that the issue he was having was not the cause of an error, but the result of a previous error that the users had not told him about. Once the original error
Read More...
In a recent newsgroup posting, I was helping a Visual Studio Tools developer whose users were receiving the following message when they went to exit Microsoft Dynamics GP. Background process is running: Exit Aborted There is a common cause for this error
Read More...
It has come to my attention that there is an issue which can occur with Dexterity 10.00.0320 (Service Pack 3) when checking in resources to Dexterity Source Code Control (Generic Repository or Microsoft Visual Source Safe). If you check in more than one
Read More...
From the Useful SQL Scripts Series . Because Microsoft Dynamics GP is designed to have separate tables for WORK, OPEN and HISTORY transactions, there are times where it is possible for a transaction record to exist in more than one table. This is usually
Read More...
A common situation that can happen when coding with Dexterity is an error that you attempted to use the old()/diff() function from a field that doesn’t have focus. The exact error message is as follows: Unhandled Script Exception: Attempt to use old()/diff()
Read More...
Today I saw another posting on the Microsoft Dynamics GP Community Forum about an error when going into Dexterity test mode after upgrading an application from a previous version to version 10.0. The error message is as follows: Unhandled script exception:
Read More...