Home
TeamSite
TeamSite, LiveSite and OpenDeploy
updatetask
Andy Knipp
Arrghhhhh!
Trying to do a get latest in a WF
This command works great from solaris:
iwupdate /default/main/config/STAGING /default/main/config/WORKAREA/tsadmn
but this part of my WF does not update (the tasks on either side go, so I am certain it is executing.
<updatetask lock = "f" name = "Update" owner = "tsadm" start = "f" delete = "t" overwritemod = "f">
<areavpath v = "/default/main/config/WORKAREA/tsadm"/>
<successorset description = "Go to DeployIt">
<succ v = "DeployIt"/>
</successorset>
<srcareavpath v = "/default/main/config/STAGING"/>
<activation>
<or>
<pred v = "SubmitIt"/>
</or>
</activation>
</updatetask>
I'm confused, tired, annoyed, & about to go home & kick the dog.
ANybody spot anything ? Just go to external task & iwupdate ? That is my thinking.......
TIA
Andy
Find more posts tagged with
Comments
There are no comments yet