Leverage translations from a GlobalLink TM Server into an existing TTK file. For more in depth information regarding all the additional switches available for a leverage task please refer to the main Leverage Expert page.

Syntax

Catalyst.exe /L UserName TMDetails TTKDetails [ezLogFile:ezLogFile] [/write] [/open]

Parameters

/L

Leverage a TTK using a GlobalLink TM Server

UserName

The name that will appear in the history list in the TTK.

TMDetails

The connection string to the GlobalLink TM Server.

This connection string references the server URL, the user name, the password and the TM to connect to.

It is best to copy this string from the server side itself and then paste it into the batch file.

The default TM connection string expects the TM Server to be running TM Server 5.0 or higher. If the server is still a version 4 server, then this must be referenced in the connection string. See below.

TTKDetails

The path and filename of the TTK file to leveraged into.

ezLogFile:ezLogFile

The user can optionally specify a log file to which results of each Catalyst ezScript command are output.

If the log file is not specified by the user or is invalid, the default log file (ezScriptBatchLog.txt in the Public location) is used.

/write

The command line which has been processed by Catalyst will be written into the ezScript batch log file.

This will help to debug your command if something is not behaving as expected.

/open

Launches MS Notepad and displays the content of ezScript batch log when the command finishes.

 

Examples

Catalyst.exe /L "%USERNAME%" "tm://tm.myserver.com/TMS?tm=ABC000123/06_000456&usr=03_-en-US-sv-SE2&pwd=password1!" "C:\Leveraged\MyProject.ttk" ezlogfile:"C:\Leveraged\leveraged.log" /write

Catalyst.exe /L "%USERNAME%" GenericTM:GlobalLink TMServer v4://tm://tm.myserver.com/TMS?tm=ABC000123/06_000456&usr=03_-en-US-sv-SE2&pwd=password1!;"C:\Leveraged\MyProject.ttk" ezlogfile:"C:\Leveraged\leveraged.log" /write