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)
update task is stuck - resolve conflict without any actual file conflicts
MikeMiracle
update task (in wfm) is stuck with resolve conflict. But it seems there is no files in conflict.
It says 0 files in conflict.But I am unable to go ahead clicking either of the options (Retry Update and Overwrite All).
Can find following relevant lines in iwtrace.log
[php]
[Tue Jan 22 11:28:51 2013] TBkgJobsSet::AddJob job 0x6469f9 is stale.
[Tue Jan 22 11:28:51 2013] CommitUpdate in (0xa0c91) failed, error 2439.
[Tue Jan 22 11:28:51 2013] Could not begin update in (658,577): error 2,439.
[Tue Jan 22 11:28:51 2013] Could not begin update in (658,577): error 2,439.
[/php]
please find the task xml below
[root@aa-rhvm01 custom_logs]# `iwgethome`/bin/iwgetwfobj 658577
[html]
simple updateSimple update
[/html]
Any idea about update error 2439 ? Is there any way to enable detailed logging for inbuilt update task ?
TS 7.3.1
RHEL 5.3
Find more posts tagged with
Comments
MikeMiracle
My bad.The update task works when files are attached to the task.It seems attached files are necessary for this type of task to work / proceed further.
I was under the impression(wrong impression) that copy/get latest will happen across the work area if no files are attached.
Migrateduser
If you start a workflow using submit, the entire workarea should be present as an input the workflow. How you work on them is entirely up to you.
Rick Poulin
Or, if you ALWAYS want to update the entire area regardless of what's attached to the task, you can write a URLExternalTask using CSWorkarea#update() (..or an external task using the iwupdate CLT).