The integration between Etere and Signiant is based on the Etere.WF.Signiant.exe executable, which allow performing custom file transfers for files stored in Etere. The executable has the following implemented parameters:
Etere.WF.Signiant.exe -cfgfile:<val1> [-lf:<val2> -ipc:<val3> -url:<val4> -usr:<val5> -pwd:<val6> -sjg:<val7> -sjb:<val8> -sjv:<val9> -sto:val10> -pr:val11>]
Available parameters
cfgfile
The configuration file from which parameters will be retrieved. The configuration file is mandatory and can contain the following parameters:
Configuration file parameters
DataMoverLogFile (optional) - Etere log file
IPCHandle (optional) - IPC window handle (if not, 0 IPC will be used)
SigniantWSURL (mandatory) - URL on which the Signiant web services are available (i.e. where test plans and tasks status are managed); it must be specified in the following format:
https://SigniantServer/signiant/services
For instance: http://w7signiant/signiant/services
SigniantUser (mandatory if required by ws) - User for web service access
SigniantPassword (mandatory if required by ws) - Password for web service access
SigniantJobGroup (mandatory) - Signiant job group
SigniantJob (mandatory) - Signiant job
SigniantJobVariables - Specifying the variables to be managed by the job:
<VarName1>=<VarValue1> ... <VarNameN>=<VarValueN>
SigniantJobTemplate - Signiant job template
SigniantJobTemplateLibrary - Signiant job template library
SigniantTimeout - (optional) - Signiant SOAP method timeout in seconds (s)
ProgressRefresh (optional) - IPC status refresh period in ms (defaults is 10000)
The configuration file must be structured in the following format:
Configuration file structure
[CONFIG]
DataMoverLogFile=c:\Etere\Etere.WF.Signiant.DM.log
IPCHandle=
SigniantWSURL=https://SigniantServer/signiant/services
SigniantUser=myuser
SigniantPassword=mypwd
SigniantJobGroup=
SigniantJob=
SigniantJobVariables=MyVar1=samplet MyVar2=samplex
SigniantJobTemplate=
SigniantJobTemplateLibrary=
SigniantTimeout=
ProgressRefresh=1000
Command line parameters
LF - If included, overrides DataMoverLogFile of configuration file
IPC - If included, overrides IPCHandle of configuration file
URL - If included, overrides SigniantWSURL of configuration file
USR - If included, overrides User of configuration file
PWD - If included, overrides the Password of configuration file
SJG - If included, overrides SigniantJobGroup of configuration file
SJB - If included, overrides SigniantJob of configuration file
SJV - If included, overrides SigniantJobVariables of configuration file
SJT - If included, overrides SigniantJobTemplate of configuration file
STL - If included, overrides SigniantJobTemplateLibrary of configuration file
STO - If included, overrides SigniantTimeout of configuration file
PR - If included, overrides ProgressRefresh of configuration file