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)
Submit after editing of template
inwinchester
I'd like to ask about a submit prompt that appears after editing in a DCT.
We DONT use the OOTB submit - and each time after editing a DCT it pops up asking if you would like to submit the file - click yes and opens a new IE window and you get a page not found error.
Two questions:
1) Is this standard teamsite functionality to prompt to submit after editing in a DCT or is it something that has been added?
2) Any ideas where I can find this url?
I'm Using teamsite 5.5 (unix)
Thanks,
Find more posts tagged with
Comments
gzevin
you have not read the documentation, as I can see.
DCR triggers workflows if tt_data even is set in available_templates.cfg.
So, if you have a configured workflow, for that particular branch, for tt_data, you will not get that error message.
Greg Zevin, Ph.D. Comp. Sc.
Independent Interwoven Consultant/Architect
Sydney, AU
inwinchester
Thanks Greg
We do have a workflow configured and it does have the following in <command_list>
<command value='tt_data' />
The strange thing is the url it is trying to access starts
http:///iw-bin/iwwft_instantiator.cgi?
.... (no wonder the page is not found)
Note the three forward slashes - the hostname is missing.
However it does work fine when you use the normal submit (the hostname is there and the page displays correctly)...
gzevin
it looks like the throd slash comes where the host name should have been.
then, you have some config. issues. You might want to post at least the snippet from available_templates.cfg.. It could be also something else
Greg Zevin, Ph.D. Comp. Sc.
Independent Interwoven Consultant/Architect
Sydney, AU
inwinchester
Here is the complete snippet for the Submit
<template_file name='Submit Workflow' path='default/custom_submit.wft'>
<command_list>
<command value='submit' />
<command value='tt_data' />
<command value='tt_deletedcr' />
<command value='all' include='no' />
</command_list>
<role_list>
<role value='author' include='no' allusers='yes'/>
<role value='all' include='yes' allusers='yes'/>
</role_list>
<branch_list>
<branch value="/default/main/TDR/.*" include="yes" />
<branch value="all" include="no" />
</branch_list>
</template_file>
Thanks,
gzevin
I am not sure that it will help, I myseld don't put /default/main in branch value, try just TDR
however, it could be some other config issues, you might need to contact support on that
Greg Zevin, Ph.D. Comp. Sc.
Independent Interwoven Consultant/Architect
Sydney, AU
inwinchester
Thanks for your help Greg...
I'll try without default/main and see if that makes a difference
PFT-Ruck.rptdesign
PFT-Ruck.xml.txt