I have the following srcipt in my dowalk file and this has been working before. When I run a walk no file is getting created.
<if $SSc_walking ne ""><!-- walk in progress -->
<write append $summaryfile>
<b>Walk already running. Ignoring second walk start request.</b><br>
</write>
<exit><!-- quit -->
</if>
<strfmt "F:/webinator/querylog/querylog%at.txt" "%Y%m%d%H%M%S" now>
<write $ret>
<db=$dblive>
<sql row "SELECT CONVERT(id, 'date') id, Client, Query, Info FROM querylog">
$id $Client $Query $Info
</sql>
<db=$SS_db>
</write>
Is there a way of getting an errorlog. I can not see a reason why this is failing. The directory has full permissions for everybody.
Regards,
Leo Gaggl
<if $SSc_walking ne ""><!-- walk in progress -->
<write append $summaryfile>
<b>Walk already running. Ignoring second walk start request.</b><br>
</write>
<exit><!-- quit -->
</if>
<strfmt "F:/webinator/querylog/querylog%at.txt" "%Y%m%d%H%M%S" now>
<write $ret>
<db=$dblive>
<sql row "SELECT CONVERT(id, 'date') id, Client, Query, Info FROM querylog">
$id $Client $Query $Info
</sql>
<db=$SS_db>
</write>
Is there a way of getting an errorlog. I can not see a reason why this is failing. The directory has full permissions for everybody.
Regards,
Leo Gaggl