Use SubmitPD to submit a project to a GlobalLink Enterprise server.

Syntax

Catalyst /SubmitPD username:login_name password:password url:web_url project:project_name subname:submission_name sourcelang:sourcelang_shortcode targetlangs:targetlang_shortcode(s) [/all] workflow:workflow_name due:DD/MM/YY FileName1 [FileName2 [...]] [/urgent] [ezLogFile:ezLogFile] [/write] [/open]

or

Catalyst /SubmitPD username:login_name password:password url:web_url project:project_name subname:submission_name sourcelang:sourcelang_shortcode targetlangs:targetlang_shortcode(s) [/allworkflow:workflow_name due:DD/MM/YY FromFolder:FolderName [/recursive] [/urgent] [ezLogFile:ezLogFile] [/write] [/open]

or

Catalyst /SubmitPD username:login_name password:password url:web_url project:project_name subname:submission_name sourcelang:sourcelang_shortcode targetlangs:targetlang_shortcode(s) [/all] workflow:workflow_name due:DD/MM/YY FileListFile:FileListName [RelativeTo:DirName] [/urgent] [ezLogFile:ezLogFile] [/write] [/open]

Parameters

/SubmitPD

Submits TTK project files to GlobalLink Enterprise

username

Name of the user to connect to the GlobalLink Enterprise Server.

password

Password of the user to connect to the GlobalLink Enterprise Server.

url

The URL of your GlobalLink Enterprise instance.

project

The project short code as defined in GlobalLink Enterprise itself.

Note: This can be seen in the Project drop down list on the GlobalLink Enterprise Create Submission dialog.

subname

The submission name to use when uploading the project.

sourcelang

Source language as identified by it's Short Code.

targetlangs

Target language as identified by it's Short Code.

Note: If supplying multiple languages then each language must be quoted and separated by spaces.

/all

Submits each TTK to every language pair.

Note: By default, TTKs are only submitted to a GlobalLink Enterprise target language matching their own.

workflow

This is the GlobalLink Enterprise workflow name you which to use.

due

Due date for the submission in the form DD/MM/YY.

/urgent

Marks the submission as urgent during the upload.

FName1 [FName2...]

The full path of the TTK files to be uploaded into GlobalLink Enterprise.

Note: If supplying multiple TTKs then each file must be quoted and separated by spaces.

FromFolder:FolderName

Used to specify the path to a folder from which all TTK files are to uploaded as part of the submission.

/recursive

Used in combination with the FromFolder parameter so Catalyst will scan that folder and all subfolders for TTK files to submit.

FileListFile:FileListName

Used to specify the path of a file that contains a list of TTK file names to uploaded for the submission.

RelativeTo:

This tag is used in conjunction with the FileListFile tag and is used to truncate directory names to your Project TTK file relative to a declared directory.

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 /SubmitPD username:alchemy_pm password:password url:https://pdproject.com/PD/ project:alc000001 subname:test-ezscript /all sourcelang:en-US targetlangs:"fr-fr de-de" workflow:translation-autofinish due:06/04/17 ezlogfile:"D:\Project\logfile_names.txt" "D:\Project\french.ttk" "D:\Project\french2.ttk" "D:\Project\german.ttk" /open

Catalyst /SubmitPD username:alchemy_pm password:password url:https://pdproject.com/PD/ project:alc000001 subname:test-ezscript /all sourcelang:en-IE targetlangs:"fr-fr de-de it-it" workflow:translation-autofinish due:06/05/17 ezlogfile:"D:\Project\logfile_filelistfile.txt" FileListFile:"D:\Project\files.txt" /open

Catalyst /SubmitPD username:alchemy_pm password:password url:https://pdproject.com/PD/ project:alc000001 subname:test-ezscript /all /recursive sourcelang:en-IE targetlangs:"fr-fr de-de" workflow:translation-autofinish due:06/06/17 ezlogfile:"D:\Project\logfile_fromfolder.txt" FromFolder:"D:\Project\folder" /open