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)
TS 6.0 - Disabling Metatagger Wizard Step
Gregg Faus
As referenced in the UI customization guide, I'm trying to disable the Metatagger step from CC Standard wizard when editing forms. I tried adding the following xml elements to the file:
[\iw-home\local\config\lib\content_center\customer_src\etc\conf\customer\application_custom.xml]
<applications>
<application id="ccstd">
<param id="skip-tag-step" value="true"/>
</application>
</applications>
But after I run the make file (which copies this setting, compiles, and resets IWOV services) and edit a DCR again, this tagging step is still there.
I'd just like to mention that tagging step doesn't work properly either because the message "
There was a problem with metadata capture configuration. Please contact your system administrator.
" is displayed. I'm not sure if this playing a role in my problem or not.
Thanks.
Environment: Win2k / TS 6.0
Find more posts tagged with
Comments
Gregg Faus
Just an update: Thanks to the servletd_out log was able to fix the configuation problem by renaming the example metatagger files in [\iw-home\local\config]. It was looking for datacapture.cfg and metadata-rules.cfg. I'm obviously not modifying the correct .xml file. I'll update again when I figure it out.
I'm also going to post some Feature Requests as the wizard interface needs some additional functionality. I'll try to scrape the forums for others people's requests as well.
KTReddy
Hi,
My requirement also same as you mentioned above, but, I am not able to fix that (i.e., skip the metadata screen in my page creation porcess).
When we run the command "/usr/iw-home/iw-perl/bin/iwperl /usr/iw-home/bin/make_toolkit.ipl" from "/usr/iw-home/local/config/lib/content_center/customer_src" location with the following "application_custom.xml",
<iwov-ui>
<applications>
<application id="ccstd">
<param id="skip-tag-step" value="true"/>
</application>
</applications>
</iwov-ui>
No diff. Same problem. We are not using any metatagger now. We are using TS6.1 on Solaris.
Could you pls provide more info about the solution, if you already come across thru..
Thanks.
Edited by KTReddy on 06/24/05 01:53 PM (server time).