Trace Process InfoPermanent link for this heading

Last update: 2 June 2021

This script traces the values of all properties of a single process and its activities.

DownloadPermanent link for this heading

TraceProcessInfo.zip
(SHA-256: 9E7A8D6063DB8C143068710C125E0424717F775EDE59BCE5B83CA56BE96BE54F)
Current Version 1.1

UsagePermanent link for this heading

  • Copy the file TraceProcessInfo.txt onto a server that has the Fabasoft Folio Kernel installed.
  • Replace the text "<COO-Address of activity>", inside the file TraceProcessInfo.txt , with the COO address of one activity of the process.
  • Execute the following command, in the context of an administrator or service user, from inside the directory where you copied the script to:
    fsceval -file TraceProcessInfo.txt -tracetoconsole 2> processinfo.tro

      

Please ensure that you execute this command using the normal shell, or CMD.exe on Windows, because some alternative shells like PowerShell modify the trace output in significant ways!

ResultPermanent link for this heading

After finishing execution, a file named processinfo.trc should exist in the current directory, this file will contain trace output that includes all values of the specified activity's process.

ExamplePermanent link for this heading

// Parameters
@activity=COO.x.x.x.x;
@verbose=false;    

ReferencesPermanent link for this heading

Release NotesPermanent link for this heading

Changes 1.1

  • Add the option to only trace the current version

Changes 1.0

  • Initial Release