Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
iwextattr problem after opendeploy
MoReese
After OpenDeploy deploys file from one teamsite branch to another, it executes set_attributes.ipl. My set_attributes.ipl is a modification of the perl script interwoven has been distributing. When the script executes, it sometimes doesn't set the first 1 to 4 attributes(different per deployment). When I check my log file, it is correctly calling the iwextattr cmd for those attributes, and is returning no error. If I copy the cmd from the log, and run it at a later time, it works. So, I put a sleep(5) at the begining of the script. I ran a few tests with this in the script, and it set all attributes correctly.
Why should sleeping for 5 seconds work? Has anyone else seen this problem? Is there a better solution?
Find more posts tagged with
Comments
Migrateduser
Which version of TeamSite and OpenDeploy are you using? What is the platform?
Which DNR trigger point are you using? Perhaps there's a latency issue between the time the file arrives and the iwextattr command gets called.
Todd Scallan
Group Product Manager
Interwoven
t: 408-530-7167
e:
tscallan@interwoven.com
MoReese
I'm using Teamsite Version: 5.5.2.1 , and opendeploy Version: 5.5.1. Both are running on solaris.
Here is the DNR config: (path's are omitted)
<deployNRun>
<dnrDeployment location="target"
when="after"
state="always">
<script cmd="set_attributes.ipl"
async="no"
where=""
/>
</dnrDeployment>
</deployNRun>
I though that there might be a latency issues, but I would think many other people would be seeing this, if this was the issue.
Default Resource Set.png