Hey Guys,
I need your help like yesterday. Here is the background/history. Currently using TeamSite 7.4.1, I copied template from one branch to another. The source branch works fine, but not the destination branch. I made sure all template files were copied to destination, .tpl, datacapture.cfg and .js files. When I try to generate output file from any dcr new or old, I get the following error below in iwutild_cmdout.log:
<ERROR>
Could not output file: /.iwmnt/default/main/test/WORKAREA/shared/test/test.html
</ERROR>
When I run iwgen on any dcr from the cmd line I get error below, although extension is defined as seen in data-type further below:
/iwmnt/default/main/test/WORKAREA/shared/test/test.pl: does not have a configured filename extension
<data-type name="test">
<presentation>
<template name="test.tpl" extension="html">
<locations>
<branch vpath-regex=".*" preview-dir="/">
<directory dir-regex=".*" />
</branch>
</locations>
</template>
</presentation>
</data-type>
when I run iwpt_compile.ipl on any dcr from the cmd line I get error below:
<ERROR>
Could not open presentation template: /iwmnt/default/main/test/WORKAREA/shared/test/test.ipl
</ERROR>
There is no custom code in test.ipl manipulating output. I also checked templating.cfg where no dcr-type was defined. Although this configuration worked in source branch, I tried dcr-type="xml" since here they utizing pathid and still same errors occured. I have turned on all dct and PT servlet debug loggers from admin interface, but don't see anything else besides the errors above. I have also checked permissions which appear to be correct on new branch. I don't know whatelse to check that could be causing these issues.
Any help you guys can offer is greatly appreciated, thanks.