Having problems with an iwgen command from inside an IPL script for a workflow. The command is as follows:
/app/interwoven/TeamSite/bin/iwgen -t /iwmnt/default/main/rogers/business/browse/WORKAREA/common/templatedata/common/flexible_type/presentation/fr_html_flexible.tpl -r /iwmnt/default/main/rogers/business/browse/WORKAREA/common/templatedata/common/flexible_type/data/business/ab_content /iwmnt/default/main/rogers/business/browse/WORKAREA/common/iw-web/content/pages/business/fr_ab_content.xml
It's returning non-zero (256 I believe) to the perl script. When I try and run the same command from the cmd line, I get:
could not create.
Now, if - from the cmd line - I switch directories to /iwmnt/default/main/rogers/business/browse/WORKAREA/common and run - from the cmd line - the following:
/app/interwoven/TeamSite/bin/iwgen -t templatedata/common/flexible_type/presentation/en_html_flexible.tpl -r templatedata/common/flexible_type/data/business/ab_content iw-web/content/pages/business/en_ab_content.xml
That works, from the cmd line. But if I change my perl script to execute the same cmd it still doesn't work. I guess my problem is: what is the working directory for perl scripts when they are being run from workflow tasks? Or is that not the problem at all?
Thanks,
Lee
TS 7.2.1
Redhat 5.5