Home
TeamSite
TeamSite, LiveSite and OpenDeploy
access denied creating workflow
Denise Bowker
This is a new 7.2.1 install on a new windows 2008 server machine.
Trying to run any workflow from the TeamSite GUI is resulting in an access denied. According to the manual iw-home/tmp and iw-home/tmp/cci needs to be writable by all TeamSite users. I have set "everyone:Full Control" on the tmp and tmp/*, "everyone:read" on the folders leading up to the tmp folder. I even modified httpd/iwft_instantiator.ipl to create a file in those folders and that succeeded.
The branch, workarea, folders and files are all writable.
If I login to TeamSite with an account that has administrator rights on the machine, it works fine. But my normal TS Master account throws the access denied error.
The error is being generated in this call (within iwft_instantiator.ipl) $wf_system->CreateWorkflow($spec,$wf_tmp,$nest)
However, I can create a workflow using the CSSDK.
This is happening with all users in all branches with all workareas. My test workflow is:
<workflow name = "Do Nothing" owner = "__TAG__('iw_user');" creator = "__TAG__('iw_user');" description = "Do Nothing">
<usertask lock = "f" name = "userTask" owner = "__TAG__('iw_user');" start = "t" readonly = "f" description = "Do Nothing">
<areavpath v = "/default/main/wpt/WORKAREA/development"/>
<successors>
<successorset description = "Complete the DoNothing job">
<succ v = "endTask"/>
</successorset>
</successors>
</usertask>
<endtask name="endTask" />
</workflow>
Find more posts tagged with
Comments
There are no comments yet