Skip to content

Releases: agardiner/hfmcmd

HFMCmd 0.5.2

11 Nov 14:01
Compare
Choose a tag to compare

This release adds information about the cell and the cell status when a ClearCell or SetCell command fails. As before, an exception is thrown, but now the error logging includes the POV of the cell that failed to set, and its cell status information. This includes information about why the command failed, e.g. because the cell combination is invalid, locked, etc.

HFMCmd 0.5.1

01 Oct 11:03
Compare
Choose a tag to compare

This release fixes a version comatibility detection error for patch releases of HFM 11.1.2.1.

The HFMCmd 0.5.1 release only affects the 11.1.2.1 build of HFMCmd. For all other builds, you should continue to download HFMCmd 0.5.0 from https://github.com/agardiner/hfmcmd/releases/tag/RELEASE_0.5.0.

HFMCmd 0.5.0

15 May 18:58
Compare
Choose a tag to compare

This release:

  • introduces builds for HFM 11.1.2.2.300 and HFM 11.1.2.3
  • fixes a number of issues related to compatibility, redirected operation, extended analytics extracts, and data loads
  • adds examples showcasing commands for creating and populating the Simple sample application
  • adds colour to the console output

There is also a new Wiki, which can be found here.

Be sure to download the correct build for your version of HFM.

If you find any issues with this build, please raise them here.

HFMCmd 0.4.0

05 Nov 18:52
Compare
Choose a tag to compare
HFMCmd 0.4.0 Pre-release
Pre-release
  • Due to differences in the type libraries between versions of HFM, different builds of HFMCmd are required for each major version of HFM, at least under .NET 3.5. [Under .NET 4.0, the introduction of the new dynamic type functionality provides a possible solution using late-binding of COM methods, but this is not yet functional in this release.]
  • Added an interactive shell mode of operation; to access, just start HFMCmd without any parameters. This will drop you at a hfm> prompt, where you can then enter commands interactively.