Hi all,
I am trying to use iwgen command using an external task like this
my $filepath = "y:\\default\main\PlayGrnd\kanant\WORKAREA\kanant\\".
@files[$count];
my $tplFile = "y:\\default\\main\\PlayGrnd\\kanant\\WORKAREA\\kanant\\templatedata\\MyCategory\\Books\\presentation\\htm.tpl";
my $genFile = "y:\\default\\main\\PlayGrnd\\kanant\\WORKAREA\\kanant\\published\\generation.htm";
`$iwhome\\bin\\iwgen -t $tplFile -r $filepath $genFile`;
the output file is generated at the desired location but is empty.
when i am looking through lo file it gives me an error .....
"
ERROR:00920: Object being looked up was not found
\default\main\PlayGrnd\kanant\WORKAREA\kanant\published\generation.htm: Not a mingled file ".
Please help me out.