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)
Mixzed collections in presentation templates
Breandan
Hi Guys,
While attempting to create a mixed type, unbounded collection for a dcr, I keep coming across this error message when adding the iw_ifcase tag, and iw_iterate loop to my presentation template.
'An error occurred in utility daemon. Error code: 7'
the iwutild.log output is :-
[Wed Sep 05 16:51:53 2007] Error: CreateProcessAsUser failure user=BREANDAN\Administrator; argcount=4; errCode=123; cmd=C:\Interwoven\TeamSite/iw_perl/bin/iwperl.exeC:\Interwoven\TeamSite/local/bin/unlock.ipl 1282 1288 \default\main\safari\content\WORKAREA\work htdocs\index.html
has anyone come across this issue before?
thanks in advance
breandan
Find more posts tagged with
Comments
nipper
You need to provide a lot more information.
1st, is this error really what is posted when the error happens or is this just the last error in the log ?
This appears to be a WF related issue, so unless you are doing this command in the TPL, I think it is something else.
BTW, I often see TS tell me to look in iwutild.log when it has nto been updated recently.
I see these errors when I have issues with my TPL, sometimes a Perl syntax error or malformed XML in the TPL, missing close tags for iw_if, etc.
Open a shell (DOS or Unix) and run iwpt_compile from the command line. See if you can figure out what is wrong. Often I need to remove chunks of my TPL to be able to see what sections work and what don't. There is no easy way.
HTH
Andy
Breandan
Many thanks Andy, as is always the case, I found a malformed tag as soon as you replied.
Panic over! Thanks once again.