NOTICE: This release contains several very important changes that will affect the compatibility with previous packages. Be sure to read the update instructions in the Upgrade Notices document as you will be required to run a conversion tool if you are upgrading from a previous version of our products to this version.
UPDATE: 3/12/2010 - 3.17 has been replaced with 3.18 after finding a bug in the XML Transformation component that caused certain scenarios for depth levels to not work properly.
This release contains the following updates/fixes:
- New Dynamics GP Next Document Number Transformation component. This will allow you to get next document numbers from Dynamics GP within the data flow of SSIS.
- Consolidated Dynamics GP components. There are no longer components seperated by version of Dynamics GP, instead there is just one version of each component and you select the version of Dynamics GP you want the component to run against. This will greatly simplify upgrades of SSIS packages from version to version of Dynamics GP.
- Many documentation updates in the user manual. Upgrade notices are now in their own document included in the download.
- Several new XML SSIS Toolkit samples have been added.
- XML Transformation and XML Merge components now have a buffer option to allow for streaming to a file instead of relying on everything to be in memory. This should only be used in scenarios where your server does not have enough memory but it has a considerable performance overhead.
- Updated Project Converter tool for the Dynamics GP component updates.
- General GUI cleanup.
- Consolidated all GP Samples and made installer program ask which version of Dynamics GP you are using to setup the samples accordingly.
- New XML Formatter option to use XDocument (LINQ) parsing which is faster and requires less memory then the old way of parsing (XmlDocument).
- General speed improvements throughout all of the code which has also reduced the library size considerably.
- Value type option in style drop down in XML Transformation and XML Destination adapters that allow you to add values after lead elements that have attributes.