Summary

A description of the Tachyon Product Pack deployment tool.


The Tachyon Product Pack deployment tool can be used to upload multiple Classic and Integrated Product Packs into Tachyon.

On this page:

The Tachyon Product Pack Deployment Tool is found in the ProductPacks folder of the Tachyon Platform zip, and with appropriate permissions. Once the zip has been extracted, the tool can be used to upload any Classic and Integrated Product Packs found in its folder structure. Ensure you use the same version of the tool to match the version of Tachyon.

Classic Product Packs

Classic Product Packs contain instructions, for use in Explorer and other Tachyon applications.

The tool creates an instruction set with the same name as its zip. Examples of names are listed in the Classic table below.

Classic Product Packs can also be uploaded using the Tachyon Portal Settings app→ Instructions → Instruction Sets, described in Instructions Menu, this method does not assign instructions to any instruction set. Settings can also be used to export instructions.

Hyphens

When creating or updating an instruction set, the tool converts hyphens to spaces. Hyphens can be included in names of Instruction sets, but they are converted by the tool. Older versions of the tool removed hyphens.

The Settings application keeps hyphens and spaces in the zip name when downloading (exporting) an instruction set. If the tool is then used to re-upload the same pack the hyphens are lost, creating a new instruction set with a different name to the original.

Individual Product Packs are not versioned, however each instruction has its version stored in the instruction definition.

Integrated Product Packs

Integrated Product Packs contain policies, rules and fragments for use by Guaranteed State, and may also include instructions.

If the Product Pack contains instructions associated with the policies, the tool creates an instruction set using the name in its manifest file.


When the tool is used to upload new versions of instructions, then the updated instructions remain in their current instruction set, they are not moved to the new set created by the tool.

Getting started

To run the tool you need the following:

Account permissions

The account used to run the Tachyon.ProductPackDeploymentTool.exe must:

  • have local administrator rights on the computer it is running on
  • exist as a Tachyon user with the following administrator rights:
    • Guaranteed State administrator
    • Instruction Set administrator.


Locating the Tachyon Product Pack deployment tool

This is now included in the Tachyon Platform zip file under the ProductPacks folder.

This folder holds the Tachyon.ProductPackDeploymentTool.exe (and its supporting files) used to upload the Classic and Integrated Product Packs into Tachyon.

It will create a log file called Tachyon.ProductPackDeploymentTool.log in the same folder.

What's in the ProductPacks folder?

The ProductPacks folder contains two directories, Classic and Integrated

  • The Classic directory holds a number of Classic Product Packs that contain Tachyon Instructions.
  • The Integrated directory holds a number of Integrated Product Packs that contain definitions for some Guaranteed State Policies, associated Fragments and Instructions. In addition a core utilities pack has been provided with common Fragments that you can use to build your own Policies.

Running the Tachyon Product Pack deployment tool

Here are the steps for running the tool:

  1. Navigate to the directory where the tachyonproductpacks.<version>.zip file has been unzipped.
  2. You will see two directories: Classic and Integrated within which are actual product pack zips
  3. In this directory you can also see the Tachyon Product Pack deployment tool files:

    • Newtonsoft.Json.dll
    • Tachyon.ProductPackDeploymentTool.exe
    • Tachyon.ProductPackDeploymentTool.exe.config
    • Tachyon.SDK.Consumer.dll
  4. Double-click on Tachyon.ProductPackDeploymentTool.exe.


  1. Click on Yes if any UAC dialog is displayed.

  1. The Tachyon Product Pack deployment tool dialog will appear.

    You must specify the URL of the Tachyon Consumer API in the Server field and then click on Test Connection to verify that you have entered the correct value.

    Alternatively, you can specify the parameter -url "<ConsumerAPI>" on the command-line, for example: -url "https://tachyon.acme.local/Consumer" . If you run the tool on the Tachyon Server, the tool will automatically prefill the URL.

    The Style column of the Available Product Packs table indicates whether each Product Pack is Classic or Integrated. The Available Product Packs table will be populated with all the Product Pack zip files encountered in the directory the tool was launched from and all its sub-directories.

    The Select all box can be used to select or deselect all the items in the Available Product Packs table.

    Click Use non-default credentials if you need to use alternative credentials. Domain is not required if connecting to a non-domain joined server, or server in an untrusted domain.

Uploading Product Packs

When you have selected and checked the Tachyon Consumer API location you will then be able to upload the selected Available Product Packs by clicking on the Upload selected button. The content of the selected packs will then be uploaded to the Tachyon Server. The Results field displays the progress of the operation.

Updating Policies, Rules, Fragments and Triggers that already exist in the Tachyon database is supported, but you need to be careful to ensure that the new artifacts uploaded are compatible with the existing ones. In particular, any new fragments and trigger templates uploaded need to have the same parameters that are used by the version of the same artifact that already exists in the database. Otherwise, any rules that are passing the previous set of parameters to the fragments will be broken when the new fragments start requiring a different set of parameters to be passed to them.

Removing Product Packs

The Remove All... feature is enabled by adding -poc to the command-line when starting the tool. The button is enabled only when you have successfully connected to a Tachyon server. 

This feature must be used with care because it will remove everything related to products packs from your connected system.

You can only remove individual product packs in the Tachyon Portal. 

Remove All Guaranteed State will delete all the elements associated with all the Guaranteed State Policies on your connected system. That is, all Policies, Rules, Fragments, and Trigger templates, including any associations they may have to Management Groups or deployments. This feature is intended to allow an environment to be cleaned up so you can start over again.

Remove All Instruction Sets will delete all the instructions and instructions sets from your connected system, including any permissions you may have assigned to them.

Log files

The log file is called Tachyon.ProductPackDeploymentTool.log. It is created in the same folder where the tool executable is located.

The logging level can be changed by adding the parameter -log <level> on the command line, for example, -log DEBUG. Supported values available:

  • TRACE
  • DEBUG
  • INFO (default)
  • WARN
  • ERROR

Command-line options

-server or -url: Specifies the url for the Consumer API.

-log: Sets the logging level. Supported values available: TraceDebugInfoWarnError

-domain, -user and -password (All new for 8.0): These options allow you to override the default behavior of using the currently logged-in Windows user. Domain is not required if connecting to a non-domain joined server. This option is useful when you need to upload Product Packs to a Tachyon Platform running in the cloud, or from a computer that is not joined to the same domain.

-poc (New for 5.2): Enable the "Proof of Concept" options for use in a Lab environment. Currently, its only effect is to enable the Remove All... button. See Removing Product Packs above.

Example command-line:

Example
Tachyon.ProductPackDeploymentTool -server https://tachyon.acme.local/Consumer -log debug -user administrator -password notasecret