If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
try the suggestion
iwodcmd -h
iwodcmd - Execute an OpenDeploy action. Usage: iwodcmd [-host ] [-port ] [-odinst ] iwodcmd -h iwodcmd -v
Where, -h Displays this usage description -v Displays version
-odinst instName Use OpenDeploy instance instName.
-host Specify the host/network address that will execute the action.
-port Specify the port number to which a connection can be made.
Specify any of the following actions: start, schedadd, schedget, scheddelete, schedactivate serverstatus, serverreset, deploycancel archive Specify arguments related to each supported OpenDeploy action.
To get usage of each OpenDeploy action, issue: iwodcmd -h
what action do you think you would want if you wanted to start a workflow ?
My OD File below mentioned -
<logRules maxBytes="32Mb" level="verbose"/> <localNode host="D-CMSWEB-APP-01.jnpr.net"/> <replicationFarmSet> <replicationFarm name="MYFARMNAME"> <nodeRef useNode="MyLocalHost"/> </replicationFarm> </replicationFarmSet> <definition name="MYDEFINITIONNAME"> <source> <iwStore> <filelist area="I:\default\main\americas\us\en\WORKAREA\shared_wa" filePath="I:\default\main\americas\us\en\WORKAREA\shared_wa\temporaryfilelist\Deployment.txt"> <pathSpecification> <path name="."/> </pathSpecification> </filelist> </iwStore> </source> <target> <targetTeamsite area="D:\Interwoven\OpenDeployNG\tmp" applyExtAttrs="yes"/> <replicationFarmLink> <internal name="MYFARMNAME"/> </replicationFarmLink> </target> </definition> <deployment transactional="no"> <execDeploymentTask useDefinition="MYDEFINITIONNAME"/> </deployment>
Running command - iwodcmd testJuniperOpenDeployWorkflow file name is - testJuniperOpenDeployWorkflow
Thank you for your response to my inquiry. I appreciate the information you have provided me.