Cleanup the translations from a TTK file to a GlobalLink TM Server. For more in depth information regarding all the additional switches available please refer to the main Clean Up Expert page.

Syntax

Catalyst /Cleanup Filename:filename.ttk TM:server_url_connection_string Log:logfilename.txt [ezLogFile:ezLogFile] [/write] [/open]

Parameters

/Cleanup

Description

Filename:filename

Filename of Project file (*.TTK)

TM:server_url_connection_string

Server connection settings to the TM Server to clean up to.

There are 2 formats available: tms or GenericTM. See examples below.

Log:logfilename

Compulsory log file parameter which is created during Clean Up. This log file contains a summary of the number of segments stored in the Alchemy TM file.

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 /Cleanup Filename:"C:\Final\MyProject.ttk" TM:"tms://tm.myserver.com/TMS?tm=GRO000001/130000018&usr=130-en-US-sv-SE7&pwd=password1!&updPwd=password2!" Log:"C:\Final\cleanup_log.txt" ezlogfile:"C:\Final\ezScript_cleanup.log" /write

Catalyst.exe /Cleanup Filename:"C:\Final\MyProject.ttk" TM:“GenericTM:GlobalLink TM Server v5://https://tm.myserver.com/TMS;130-en-US-sv-SE7;password1!;GRO000001/130000018;password2!;en-US;sv-SE” Log:"C:\Final\cleanup_log.txt" ezlogfile:"C:\Final\ezScript_cleanup.log" /write

 

Catalyst.exe /Cleanup Filename:"C:\Final\MyProject.ttk" TM:"GenericTM:GlobalLink TM Server v4://tm.myserver.com/TMS?tm=ABC000123/06_000456&usr=03_-en-US-sv-SE2&pwd=password1!" Log:"C:\Final\cleanup_log.txt" ezlogfile:"C:\Final\ezScript_cleanup.log" /write