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)
<cred user="..."> doesn't work
tobias
Has anyone noticed that in TST 5.5.2 the <cred user="..."/> doesn't work?
I have the following in my templating.cfg:
<category name="category1">
<locations>
<branch vpath-regex=".*" />
</locations>
<data-type name="type1" dcr-type="iwov">
<allowed>
<or>
<cred user="user1"/>
</or>
</allowed>
...
If I login as user1 (role "author") and try to create a new template page with category "cat1" and type "type1" I get the following error:
Templating Error Page
The category/type pricing/preisreihen does not exist in templating.cfg
If I substitute the <cred user=.../> line with
<cred role="author"/>
it works fine.
With TST 5.5.1 the user entries in the templating.cfg were evaluated correctly.
Find more posts tagged with
Comments
Adam Stoller
You didn't indicate what platform you were on.
On Windows - with TeamSite / TeamSite Templating 5.5.2 - if I use:
<cred user="userid"/>
it won't accept it - but if I use:
<cred user="domain\userid"/>
It will accept it.
Are you, by any chance dealing with that kind of scenario?
--fish
(Interwoven, Curriculum Development)
tobias
Hello fish,
the TS server is a WinNT machine.
The following line results in the user "risgy08\tsmaster" being able to see the template type but the above mentioned error if the user selects this category/type:
<cred user="risgy08\tsmaster"/>
Where
risgy08
is the server's name and
tsmaster
the local user account on the machine.
If I leave out any reference to the user's name and role then the template type isn't even shown in the selection window.