We experienced the same problem (also CFFILE stopped working).  Did a lot
of research and found that others had the same problem, but never found an
answer.  I solved the problem by re-installing ColdFusion server and both
problems immediately disappeared and haven't returned.  Still don't know
what really caused these problems.  Good Luck.

Ron Eberhard

> Anyone have any idea why the following code from a schedule task (I
> don't think it's a code problem)
> would generate an email into the spool (no a 0k file, so it's not
> that...) then cause CF (4.5.2, Win 2K Pro) to run the CPU up to 100%?
>
> Once CF is stopped and started, the email is sent and received
> correctly, and it has the appropriate message...
>
> Anyone want to try something similar and let me know what happens?
>
> Thanks!
>
> Rick
>
>
> Code:
>
> <CFQUERY Name="Get_DSP_Addresses" Datasource="dsp">
>
>      Select CustomerID
>      from emailcustomers
>
> </CFQUERY>
>
> <CFMAIL To="[EMAIL PROTECTED]"
>                   From="[EMAIL PROTECTED]"
>       Subject="DSP Email Newsletter Recipients">
>
> Dorchester Shooting Preserve has #Get_DSP_Addresses.RecordCount# email
> newsletter recipients.
>
> </CFMAIL>
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to