|
GlobalLink Enterprise Retrieve |
Use RetrievePD to retrieve a project from a GlobalLink Enterprise server.
Catalyst /RetrievePD username:login_name password:password url:web_url project:project_name subname:submission_name ttks:ttk_names folder:download_folder [ezLogFile:ezLogFile] [/write] [/open]
/RetrievePD |
Submits a TTK file 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. |
subname |
The submission name to use when retrieving the project. |
ttks |
The names of the TTKs within the submission that you wish to retrieve from GlobalLink Enterprise. Note: The TTK names must be quoted and separated by spaces. |
folder |
The path to the folder where you want the submission deliverables to be downloaded to. |
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. |
This example will retrieve a project with the following details.
Catalyst /RETRIEVEPD username:alchemy_pm password:password url:https://pdproject.com/PD/ subname:"Test sub" project:alc000001 ttks:"german.ttk" folder:"D:\Project\retrieve_folder" ezlogfile:"D:\Project\retrieve_folder\retrieve_logfile.txt" /open