Skip to main content

1E 8.1 (on-premises)

Tachyon Product Pack deployment tool

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.

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.

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

The tool creates an instruction set with the same name as its zip. 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.

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.

Note

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.

Tachyon Product Packs reference provides full details of all the products packs included in the Tachyon Platform zip.

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 assigned to either Installer or Full Administrator role.

The account used to run theTachyon.ProductPackDeploymentTool.exe must:
  • have local administrator rights on the computer it is running on

  • exist as a Tachyon user assigned to either Installer or Full Administrator role.

    • Guaranteed State administrator

    • Instruction Set administrator.

Locating the Tachyon Product Pack deployment tool

The tool is included in the Tachyon Platform zip file under the ProductPacks folder.

  • Tachyon.ProductPackDeploymentTool.exe (and its supporting files) is used to upload Product Packs into Tachyon.

  • The tool creates a log file called Tachyon.ProductPackDeploymentTool.log in the same 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.

Tachyon Product Packs reference provides full details of all the products packs included in the Tachyon Platform zip.

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.

    232785673.png
  5. Click on Yes if any UAC dialog is displayed.

    232785671.png
  6. 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.

    232785674.png
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.

Warning

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.

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: Trace, Debug, Info, Warn, Error

-domain, -user and -password (New for 8.0): These options allow you to override the default behaviour 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.

Example

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