ReleaseUpdateTransformDB50_Admin.validateDeltaScripts Upgrade Script
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
Class |
ReleaseUpdateTransformDB50_Admin |
Method |
validateDeltaScripts |
Description |
Detects all transformations that have a source table and do not have a delta script. |
Script Type |
Upgrade readiness scripts |
Microsoft Dynamics AX Source |
Microsoft Dynamics AX 4.0 Microsoft Dynamics AX 2009 |
Affected Modules and Tables
Affected Modules |
---|
Administration |
Validation Issues | |
---|---|
Validation Issues Description |
The framework is not checking for the scenario where a developer writes a transformation that has a Live Script but not a Delta or Single User mode scripts. The issue here is that users might run through preprocessing without getting any kind of message. Once they get to Bulk Copy, the source table of the transformation will be set to the waiting state indefinitely. It is not until then that they will realize they need to write a Delta or Single User Mode script for that transformation. |
Checked Conditions |
Scans through all transformations to make sure each of them has at least one delta script. |
Mitigation/How-to-fix |
Create a delta script for the transformation. |