User Tools

Site Tools


dynamiczip:install:mods:release:build73:build7314

DynamicZip Build 73.14

This DynamicZip build is compatible with Microsoft Dynamics GP 2010

Release date January 22, 2015.

This build was created after we had replaced build 73 with build 74 but the company in question was getting table errors and we thought it would be best to patch build 73 than to have them attempt an upgrade to build 74 while their system had errors. So at the time of this entry that company, NACR, is the only company that this build has been made available to. The mod did not resolve their error and at this time they are still running on a prior release of build 73.

Modifications

The table error was showing up in the DynamicZip function SqlTableExists() of form KD_ConvertFiles. In a shot-in-the-dark attempt to resolve the problem we changed the code that was doing a select * on the table and if no error resulted, we concluded that the table existed.

Now instead of doing a select * on the table, we are using SELECT * FROM sys.tables WHERE name = [the table name] and if the query returns a row, we conclude that the table exists.

The new method should occur much more quickly than the old method on a large table.


Build 73
Modifications

dynamiczip/install/mods/release/build73/build7314.txt · Last modified: 2017/09/19 16:34 by conni

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki