Need RegEx help for unknown/odd characters.

2013-05-16 Thread Che Vilnonis
Good morning. Occasionally when parsing a RSS feed, I get RSS data I cannot parse. Click for screenshot below (text highlighted in green). In this example, Montreal should return "Montréal" but does not. What regex could I use to remove or replace such odd characters? http://www.asitv.com/images/

Re: Database inserts seem to timeout

2013-05-16 Thread Tom McNeer
Sorry for the delay in replying to folks. I appreciate the responses, but so far none have solved the problem. Per Mike, I have placed each individual insert (there will be thousands of them) in its own transaction. I have not specified a isolation level; if someone thinks that could make a diffe

cffeed and SharePoint

2013-05-16 Thread Scott Brady
We have an internal system in which we want to display content from an RSS feed to users. The RSS feed is on another internal SharePoint server. However, I'm running into roadblocks trying to access the content, even if CF is running under an AD account (which I know has access to SharePoint, bec

CF10 Lockdown Block Unused File Types

2013-05-16 Thread Brian McCairn
Hi all Wondered if anyone could help interpret the lockdown guide. I'm installing CF10 on a Win 2008 r2 server and am at section 4.1.7 where it says I should block unused file types. I can't see where it says how this should be done, does anyone know if this is referring to IIS or is there so

Re: Problem with CFFTP LISTDIR

2013-05-16 Thread Rick Root
Also, on my opening connection, passive="no" vs. passive="yes" doesn't seem to make a difference either. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffus

Problem with CFFTP LISTDIR

2013-05-16 Thread Rick Root
I have a scheduled job that runs once a week to retrieve a file from a server. The file may or may not exist so I run a LISTDIR operation. This worked fine until we upgraded to CF 10, and now it fails with "Error 215". I can't find any useful information on the internet about error 215, neither

Denial of service

2013-05-16 Thread Al Musella, DPM
My server run a small nonprofit website. Has been good for years but now is getting overwhelemed by a denial of service attack going on for the last week and ramping up quickly - it was freezing a few times a day at first but now has been freezing a few times an hour. more than 99.9% of all of

test

2013-05-16 Thread Robert Harrison
Test from removed email address. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/me

Test

2013-05-16 Thread rbh22
Test from alternate email account. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/

Re: CFFormProtect

2013-05-16 Thread Mary Jo Sminkey
>No need to assume - just open up dev tools and look at the response after >you post a comment to my blog. ;) > LOL, well that would require work on my part to come up with a meaningful reply to something. ;-) But that's what I ended up returning and it works perfectly now. Some day when I hav

Re: Checking if a file exist - then choice to overwrite or not ...

2013-05-16 Thread Mike K
Why not use the functionality that is already built into the html/cfm scripts?At the point of asking which file to upload, why not ask there "if the file you are about to upload already exists, what do you want to do?Overwrite? Skip? . then use that to set you overwrite="true" or ov

Re: Checking if a file exist - then choice to overwrite or not ...

2013-05-16 Thread Russ Michaels
There is a file uloader on asfusion.com that might be what you want. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On 12 May 2013 02:07, "Dave Watts" wrote: > > > When a user tries to upload a file into the

RE: Slow-starting jrun service

2013-05-16 Thread Byron Mann
Good deal, Windows temp usually gets full from Windows and .Net stuff. I know we have jobs on most machines to do a periodic cleanup. For future this works a bit faster for large windows directory deletes. >del /f /q [directory]/* > nul Byron Mann Lead Engineer & Architect HostMySite.com ~~~