Release Note: Patch 7.2.28.1
  • 1 Minute to read
  • Dark
    Light
  • PDF

Release Note: Patch 7.2.28.1

  • Dark
    Light
  • PDF

Article summary

(PATCH onto 7.2.17) 

Key Features

This release is an interim release with a handful of bug-fixes responding to the major rollout of version 7.2.17

Issue Summary

  • DM-765 Category View crashing
  • DM-771 Audit method failing to output metadata
  • AMP-244 Issue detaching a table if the source package has been overwritten and original data no longer exists
  • AMP-241 CopyUpFromTemplate needs to support prefix (already available in CopyDownFromTemplate)

Details

BUG: DM-765 Category View crashing

Category View stopped working, or occasionally closed DataJet Desktop if secondDegreeCategory field contained certain characters.   This has been fixed, and if firstDegreeCategory field or secondDegreeCategory field contain illegal characters (including commas), only the characters up to that point will be retained.

See also:

Database Categories

BUG: DM-771 Audit method failing to output metadata

In version 7.2.17, the Audit command failed to output metadata to the output tables - metadata fields were blank.  This is now resolved.

AMP-244 Issue detaching a table if the source package has been overwritten and original data no longer exists

A use-case that was not accounted for in the 7.2.17 release was the following:

  • Data is loaded in Project_Source_A
  • Package_Current is built from Project_Source_A
  • Package_Current is injected into Project_Consumer
  • Data is loaded into Project_Source_B
  • Package_Current is rebuilt from Project_Source_B (over-writing the original package file)
  • Project_Source_A is deleted or reloaded.
  • Project_Consumer receives a notification saying that an input package has been changed
  • Tables are detached in Project_Consumer using either Project Explorer | Table | Right-Click | Detach  or DetachTable- the detach seems to work, but the table is still visible in project explorer, and attempting to re-inject Package_Current fails with "Table already exists"

This is now resolved.


DM-762 CopyUpFromTemplate needs to support prefix (already available in CopyDownFromTemplate)

CopyUpFromTemplate now supports the "prefix" property, in the same way that CopyDownFromTemplate does.






Was this article helpful?