Re: ColdFusion hangs or slow when several datasources are not found

2014-08-19 Thread Kristoffer Enriquez
Oh! I am so sorry I misspelled your name. Thanks again for the solution Byron! :) ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://w

Re: ColdFusion hangs or slow when several datasources are not found

2014-08-19 Thread Kristoffer Enriquez
Hi Bryan, I will do as you suggested. Thanks a lot! ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf

Re: ColdFusion hangs or slow when several datasources are not found

2014-08-19 Thread Byron Mann
Check your DSN settings, and set the login timeout to something reasonable like 5 seconds. The default is 30 seconds. You may have to tweak this a bit based on the time it takes to actually authenticate to your DB servers. All our DBs are local to the network and I've never had issue with a 5 se

ColdFusion hangs or slow when several datasources are not found

2014-08-19 Thread Kristoffer Enriquez
Hi All, We recently encountered a problem on our Coldfusion 7 server in which it seems to hang or the page loading is very slow when several datasources were not found due to network problem. The Coldfusion server has many datasources that are found on 3 different database servers. One of the

Re: deleting an image after using cfimage

2014-08-19 Thread Russ Michaels
the file is probably still locked. how long have you waited before trying to delete it ? On Tue, Aug 19, 2014 at 10:57 PM, te...@it-werks.com te...@it-werks.com < te...@it-werks.com> wrote: > > Cannot delete an image after using cfimage unless I stop and restart the > Coldfusion Application ser

deleting an image after using cfimage

2014-08-19 Thread te...@it-werks.com te...@it-werks.com
Cannot delete an image after using cfimage unless I stop and restart the Coldfusion Application server. Is there a setting I am missing? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthol

Re: EMail Injection Attack

2014-08-19 Thread Jochem van Dieten
On Mon, Aug 18, 2014 at 9:56 PM, Garry Tran wrote: > My first question is - is there a way to trace back to which page cfmail > is being called from? Are there any logs that I can view that would allow > us to track down what pages are being hijacked? > If I write code where a cfmail tag is cal