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)
problem with iwgen
elke
I try to generate a whole bunch of new files within different WA's, but get the error message: /iwmnt/default/main/westfield.com/centres/WORKARERA/burwood/templatedata/centres/xopen/presentation/default.tpl: does not have a configured filename extension
HELP (as i have to generate 500 files and don't want to do it from the GUI -> which strangely works...)
Find more posts tagged with
Comments
akshathp
I hope you are using the fullpath names for both -r (DCR) and -t (TPL) tags. And, the fullpath should start with "default/" with no leading slashes.
Hope this helps!
Akshat Pramod Sharma
Interwoven Inc.
elke
I tried that - no effect whatsoever. comes still up with the error message. sorry...
akshathp
Could you please cut&paste the command that you are using? Be it a script or a command at the prompt...
Thanks!
Akshat Pramod Sharma
Interwoven Inc.
james1
Unless "/iwmnt" is the current working directory, then your path must begin with "/default/", not "default/".
-- James
--
James H Koh
Interwoven Engineering
disco
The problem may be with your templating.cfg file. I got the same error after changing my template name and not updating the templating.cfg file.
KTR
I think you configured some thing in templating.cfg which is diff than what you are giving in cmd. for ex:
in templating.cfg : html
in command : -r (DCR) -t (TPL) (outputfilename.jsp or no extn)
So, pls check templating.cfg under the associated category and data-type tag. I had a similar problem. I gave print stmt of cmd which I am trying to run, verified and corrected. So, pls send the cmd and let us know what extn you mentioned in templating.cfg.
Good Luck