Home
TeamSite
xml file Generate Failure
anilapr24
Hi All,
After submitting a DCR from Teamsite 6.7.2, corresponding xml file has to generate. But it is failing to generate xml file. returning execute code : 50.
Executing Command :
/apps/interwoven/iw-home/bin/iwpt_compile.ipl -umask 0000 -pt /default/main/DealerSource/WORKAREA/Common/templatedata/DealerSource/hero/presentation/generate
.tpl -iw_pt-dcr /default/main/DealerSource/WORKAREA/Common/templatedata/DealerSource/hero/data/testheroculp -ofile /default/main/DealerSource/WORKAREA/Commo
n/approot/xml/hero/testheroculp.xml
Result : Could not output file: /default/main/DealerSource/WORKAREA/Common/approot/xml/hero/testheroculp.xml
Execution Code : 50
Error While generatingFiles
I have attached the java code.
The same command, when i run on console, it is generating the xml file without any error.
I have given 777 file/folder permission for the output directory.
Please let me know if somebody find the Whats wrong in this case.
Thanks,
Anil
Find more posts tagged with
Comments
ShashankJain
Try using below command :
/apps/interwoven/iw-home/bin/iwpt_compile.ipl -pt /default/main/DealerSource/WORKAREA/Common/templatedata/DealerSource/hero/presentation/generate
.tpl -iw_pt-dcr /default/main/DealerSource/WORKAREA/Common/templatedata/DealerSource/hero/data/testheroculp -ofile /default/main/DealerSource/WORKAREA/Commo
n/approot/xml/hero/testheroculp.xml
-smartwrite -iw_include-location -oenc UTF-8