Howie,
I am looking to use the example below to log all the information in the following log file. I have a few questions before I deploy this.
I know that you have to check the boxes through the config module and restart the service.
Does the REPORTSTATUS.CFM file need to be in a particular directory or does IMS find it automatically?
And am I on the right page?
<cfif Len(form.deliveredList)>
<cffile action="append"
file="f:\webpages\ims_failures.log"
output="POSTSTATUS: DeliveredList=#form.deliveredlist# #dateformat(now(), 'MMM-DD-YYYY')# at #timeformat(now(), 'HH:MMtt')# (EST)">
</cfif>
Thanks,
Joe
