TeamSite 6.1.0 Service Pack 2 on Solaris
I have one particular workflow that is baffling me. When it runs its submittask, the group ownership of all the files in the job is changed to "775". The original value of the group owner was "nikeid". I've managed to narrow it down to the submittask doing it. No other workflow seems to have this same behavior. Here's the submittask:
<submittask name="NikeIDProductProdSubmitFiles"
__INSERT__("
owner='$iw_user'
description='NikeID Product (Production) Submit Files to STAGING'
unlock='t'>
<areavpath v='$assignment_vpath'/>");
<successorset>
<succ v="NikeIDProductProdStop2"/>
</successorset>
<activation>
<pred v="NikeIDProductProdStop" />
</activation>
</submittask>
As you can see, nothing out of the ordinary. Any ideas?
Thanks...
Dave SmithSr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com