|
TM Server Clean Up |
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.
Catalyst /Cleanup Filename:filename.ttk TM:server_url_connection_string Log:logfilename.txt [ezLogFile:ezLogFile] [/write] [/open]
/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. |
The file MyProject.ttk will be cleaned up into a GlobalLink TM. The specified language pair is en-US to sv-SE for the TTK MyProject.ttk.
The server_url_connection_string connection string starting with “tms://” is generated within TM Server itself, and takes the upload password parameter “updPWd”.
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
The server_url_connection_string connection string that starting with “GenericTM:GlobalLink TM Server v5” is generated by Catalyst when you add a TM in the UI and uses the “;” character to separate parameters, not “&”.
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
Using a similar example as above, the only difference with this operation is that the TM Server is a version 4 edition.
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