Version 8.0 - January 27, 2017

As of this release the SSIS Integration Toolkit for Microsoft Dynamics AX became part of the SSIS Integration Toolkit for Microsoft Dynamics 365. For release notes for v8.0 and up please see SSIS Integration Toolkit for Microsoft Dynamics 365 Change Log. You will need to obtain a replacement license key before upgrading to v8.0 or above. Please email [email protected] for your new key.

Version 2.8 - August 10, 2016

This release comes with the following updates and enhancements:

  • New: AX source component now supports using SSIS variables as part of the query statement.
  • Update: We upgraded the JSON library (Newtonsoft.Json.dll) to the latest version (v9.0.1)

Version 2.7 - May 5, 2016

This release comes with the following updates and enhancements:

  • New: We added a new option called "Scope" to the AX Next Sequence Number component, so we now support both global and company sequence numbers.
  • New: We added column/field filtering capabilities in AX source component editor window.
  • Enhancement: Updated support for the latest SQL Server 2016 release candidate builds.
  • Enhancement: Running the 32-bit installation package on a 64-bit operating system is now blocked, as doing so makes our connection manager unrecognizable in 64-bit runtime.
  • Enhancement: We removed the requirement of .NET Framework 3.5 SP1 for SSIS 2012 and later.

Version 2.6 - January 22, 2016

This release comes with the following updates and enhancements:

  • New: We added support for SQL Server 2016 (Visual Studio 2015 SSDT for design time).
  • New: We added support for reading and writing to AX dimension array fields (Thanks to Matteo for reporting this).

Version 2.5 - September 15, 2015

This release comes with the following updates and enhancements:

  • New: We added support for writing to AX time state tables by introducing a new virtual field called ValidTimeStateUpdateMode_Update.
  • Enhancement: The license manager program now works in the system that has FIPS compliance policy enabled.
  • Enhancement: Some minor UI adjustments including positioning UI windows in the center of parent screens upon initialization.

Version 2.4 - June 9, 2015

This release comes with the following updates and enhancements:

  • New: We added support for Ignore Null-Valued Fields option in AX destination component.
  • New: We added support for SSIS Integration Toolkit - Ultimate Edition, you can now license all our SSIS Integration Toolkit products using one single license key.
  • Fixed: AX connection manager used to save connection information when Test Connection button is clicked regardless of whether the changes are accepted by clicking the “OK” button.

Version 2.2 SR-1 - March 25, 2015

This release comes with the following update:

  • Fixed: In a unique situation, even the AX destination component's Error Handling has been set to "Redirect rows to error output", the component fails with an Microsoft.Dynamics.BusinessConnectorNet.XppException when a duplicate record is passed in.

Version 2.2 - February 26, 2015

This release comes with the following updates and enhancements:

  • New: We added a new data flow component called AX Next Sequence Number component, which can be used to get the next sequence number from AX server.
  • New: We added a Tenant option to AX connection manager.
  • Fixed: Selection of a source table or destination table in AX source or destination component crashes if it is an AX 4.0 server. 
  • Update: AX connection manager can now handle special characters in its connection string.
  • Enhancement: Improved handling of data overflow in AX source component.

Version 2.1 - December 12, 2014

This release comes with the following updates and enhancements:

  • New: We have added field filtering capabilities in AX destination component, which include Hide Mapped Fields, Hide Unmapped Fields buttons, and a textbox that accepts a search string.
  • New: AX destination component's output columns (AxRecId, IsNew) in its Default Output can now be disabled or enabled.
  • Enhancement: Some performance tuning.

Version 2.0 - October 9, 2014

This release comes with the following updates and enhancements:

  • New: We added support for SQL Server 2014.
  • New: We added a new action called "Upsert" to Dynamics AX destination component.
  • New: We added a new output for AX destination component (Dynamics AX Destination Default Output) which contains the records that are successfully processed.
  • Enhancement: We added support for a tiered enterprise license.
  • Update: The software's license agreement has been updated.
  • Some other enhancements

Version 1.0.0 - April 3, 2014

This is our first public release of SSIS Integration Toolkit for Microsoft Dynamics AX software.

  • Three main components
    • AX Connection Manager
    • AX Source Component
    • AX Destination Component
  • Support for SSIS 2012, 2008R2, 2008, or 2005
  • Support for the following three actions in AX destination component
    • Create
    • Update
    • Delete