I have this .tpl file:
#File retrieval process:
#current associated DCR path & name retrieved in $workarea
#complete listing of DCRs is retrieved using the "ls -1r" command and stored into
@dcrlist #if there're enough DCRs, list is restricted to the first 6 ones.
use TeamSite:

CRnode;
use Date::Format;
use Time::Local;
#Obtenemos el dcr actual y el idioma dentro de éste
my $dcr_name = iwpt_get_dcr_name();
#my $language_dcr = iwpt_dcr_value('dcr.travelinsurance.idioma');
------ Here I have a html code that represents a simply html page that shows a text.---------
when I try to generate the page this error occurs:
An error occurred in utility daemon. Error code: 7. Please see details in iwutild.log.
I have made my code very simply because I am begining to work with TeamSite and when I had all lines of code I couldn't find the error but with this simply code the error occurs too and I don't know why it occurs.
Thanks.