Re: SQL Server and Nulls

2015-04-17 Thread John M Bliss
dbfield = cfqueryparam cfsqltype=cf_sql_tinyint value=#mydatefield# null=#yesnoformat(mydatefield is '')# On Fri, Apr 17, 2015 at 3:58 PM, Robert Harrison rharri...@aimg.com wrote: In an update query, to a tinyint field which allows nulls, I have the update dbfield=#mydatefield# If

Re: Microsoft update breaks ACF10 admin?

2015-04-11 Thread John M Bliss
Thanks. Restarting the CF service fixed the issue(!) Scary/weird. On Sat, Apr 11, 2015, 5:44 PM M.A. Kruger mkru...@cfwebtools.com wrote: john. my ops team says to be sure you have upgraded your connectors after patching your cf 10 server to the latest patch level. Sent from my iPhone

Microsoft update breaks ACF10 admin?

2015-04-11 Thread John M Bliss
Hello. Yesterday, I installed Microsoft Updates for Windows Server 2012 and today, from Internet Explorer on server, I can no longer surf to: http://127.0.0.1/CFIDE/administrator/ It just spins and spins. Any ideas? -- John Bliss - http://www.linkedin.com/in/jbliss

Re: I/O Exception: Name in certificate does not match host name

2015-04-08 Thread John M Bliss
I think you'll need to update the hosts file so that: prerelease-api.anotherdomain.com ...points to the right IP and then refer to: prerelease-api.anotherdomain.com ...in your code. That should make everything line up. On Wed, Apr 8, 2015 at 5:23 AM, Ian Chapman ian.chap...@melodimedia.co.uk

Re: I/O Exception: Name in certificate does not match host name

2015-04-08 Thread John M Bliss
What Dave said. On Wed, Apr 8, 2015 at 10:01 AM, Dave Watts dwa...@figleaf.com wrote: I think you'll need to update the hosts file so that: prerelease-api.anotherdomain.com ...points to the right IP and then refer to: prerelease-api.anotherdomain.com ...in your code. That

ACF10 mail and Windows Server 2012

2015-04-07 Thread John M Bliss
, and click Submit, I get Connection Verification Failed! Any ideas what I'm missing? -- John Bliss - http://www.linkedin.com/in/jbliss ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: ACF10 mail and Windows Server 2012

2015-04-07 Thread John M Bliss
In the SMTP Server properties, I changed the IP from one of the IP's on the box to all unassigned and it worked. Next question: resulting plaintext emails appear to have carriage returns / line feeds stripped out. Any idea how to get those back? On Tue, Apr 7, 2015 at 7:52 AM, John M Bliss

Re: ACF10 mail and Windows Server 2012

2015-04-07 Thread John M Bliss
, 2015 at 1:19 PM, John M Bliss bliss.j...@gmail.com wrote: In the SMTP Server properties, I changed the IP from one of the IP's on the box to all unassigned and it worked. Next question: resulting plaintext emails appear to have carriage returns / line feeds stripped out. Any idea how

Re: ACF10 mail and Windows Server 2012

2015-04-07 Thread John M Bliss
PM John M Bliss bliss.j...@gmail.com wrote: Yes. The code didn't change. Just moved from 32 bit Windows Server 2003 to 64 bit Windows Server 2012 and 32 bit ACF10 to 64 bit ACF10. On Tue, Apr 7, 2015 at 10:49 AM, Russ Michaels r...@michaels.me.uk wrote: are you sure you do

Re: Test

2015-03-31 Thread John M Bliss
Yes. On Mon, Mar 30, 2015 at 10:29 PM, wrote: Is this list working? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: Sudden error with CFHTTP ans SSL

2015-03-31 Thread John M Bliss
I also once solved this by editing the hosts file on the server and adding lines to force the name on the cert to point to the right IP. On Tue, Mar 31, 2015 at 8:51 AM, Byron Mann byronos...@gmail.com wrote: What is the URL and does the domain name match the certificate exactly, meaning not

Re: Can you use a CFTHREAD inside an Ajax routine?

2015-03-16 Thread John Pullam
The original answer that this does work was enough to get me headed in the right direction. I eventually found a bug in my code; the CFTHREAD was starting up the task correctly. ~| Order the Adobe Coldfusion Anthology now!

Can you use a CFTHREAD inside an Ajax routine?

2015-03-05 Thread John Pullam
It seems to me that the CFTHREAD I attempt to start from inside an Ajax routine (triggered by a CFWINDOW) never runs and doesn't generate any error message. Can anyone advise if this is a legitimate thing to do? ~| Order the

ACF10 32 - 64 bit

2015-03-05 Thread John M Bliss
) FusionReactor ...what's the best recommendation(s) for min/max heap to guarantee ACF10 always has as much RAM as it could possible want/need? -- John Bliss - http://www.linkedin.com/in/jbliss ~| Order the Adobe Coldfusion

Re: 404

2015-03-05 Thread John M Bliss
I think it did. Then I deleted it. Genius. On Thu, Mar 5, 2015 at 3:54 PM, Dave Watts dwa...@figleaf.com wrote: Found it, I think: I was missing the IIS virtual directory /jakarta mapped to C:\ColdFusion10\config\wsconfig\1 Does that look right? Yes, you will need that. The web

Re: 404

2015-03-05 Thread John M Bliss
In IIS, the handler for *.cfm is: C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dll Does that look right...? Could this be a permissions issue...? On Thu, Mar 5, 2015 at 2:28 PM, John M Bliss bliss.j...@gmail.com wrote: Hi. I'm moving an ACF10 / FuseBox 5 site from Windows Server 2003

404

2015-03-05 Thread John M Bliss
404 error. What am I missing...? -- John Bliss - http://www.linkedin.com/in/jbliss ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: 404

2015-03-05 Thread John M Bliss
Found it, I think: I was missing the IIS virtual directory /jakarta mapped to C:\ColdFusion10\config\wsconfig\1 Does that look right? On Thu, Mar 5, 2015 at 3:14 PM, Dave Watts dwa...@figleaf.com wrote: In IIS, the handler for *.cfm is:

Re: ACF10 32 - 64 bit

2015-03-05 Thread John M Bliss
In the old days, the wisdom was to make min and max match so that CF wasn't spending horsepower constantly re-sizing the heap. Is that no longer true? On Thu, Mar 5, 2015 at 7:08 PM, Dave Watts dwa...@figleaf.com wrote: Hi. So we're moving from ACF10 32 bit to ACF10 64 bit. On ACF10 32

Re: ACF10 32 - 64 bit

2015-03-05 Thread John M Bliss
In the last week, we maxed out at 960 MB. On Thu, Mar 5, 2015 at 5:35 PM, Dave Watts dwa...@figleaf.com wrote: Hi. So we're moving from ACF10 32 bit to ACF10 64 bit. On ACF10 32 bit, we settled on: Minimum JVM Heap Size (in MB)1369 Maximum JVM Heap Size (in MB)1369

ACF10 and IIS8

2015-02-26 Thread John M Bliss
? -- John Bliss - http://www.linkedin.com/in/jbliss ~| 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

Re: ACF10 and IIS8

2015-02-26 Thread John M Bliss
manual install instructions On Thu, Feb 26, 2015 at 7:59 PM, John M Bliss bliss.j...@gmail.com wrote: So I'm looking at this: http://blogs.coldfusion.com/post.cfm/cautions-for-configuring-cf-10-with-iis-8-on-windows-2012-server ...and I'm here: 4) If all the above steps have

Re: ACF10 and IIS8

2015-02-26 Thread John M Bliss
-enabling-it-configuring-it-reconsidering-it Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Feb 26, 2015, at 1:59 PM, John M Bliss bliss.j...@gmail.com wrote: So I'm looking

ACF10 Mandatory Update

2015-02-26 Thread John M Bliss
...and get: Leaving javaSEA.main ...but nothing else happen. What am I missing? -- John Bliss - http://www.linkedin.com/in/jbliss ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: ColdFusion_10_WWEJ_win64.exe error

2015-02-25 Thread John M Bliss
That's why I: ;-) I'm constantly posting dumb questions here. :-) On Feb 25, 2015 2:42 PM, Russ Michaels r...@michaels.me.uk wrote: Hey everyone does something dumb occasionally 😊 On Wed, Feb 25, 2015 at 19:38 PM, John M Bliss bliss.j...@gmail.com wrote: No. Come on, Russ

ColdFusion_10_WWEJ_win64.exe error

2015-02-25 Thread John M Bliss
this? Fix? -- John Bliss - http://www.linkedin.com/in/jbliss ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

Re: ColdFusion_10_WWEJ_win64.exe error

2015-02-25 Thread John M Bliss
No. Come on, Russ, you've known me for, like, a decade on here! ;-) On Feb 25, 2015 2:36 PM, Russ Michaels r...@michaels.me.uk wrote: Not trying to install it on a 32bit os are you? On Wed, Feb 25, 2015 at 19:32 PM, John M Bliss bliss.j...@gmail.com wrote: Reinstalling ACF10 64 bit

Re: ColdFusion_10_WWEJ_win64.exe error

2015-02-25 Thread John M Bliss
Do you know where that's located? On Wed, Feb 25, 2015 at 4:13 PM, Russ Michaels r...@michaels.me.uk wrote: Try running as administrator. Take a look at the installer log for more info. On Wed, Feb 25, 2015 at 19:44 PM, John M Bliss bliss.j...@gmail.com wrote: That's why I

Re: ColdFusion_10_WWEJ_win64.exe error

2015-02-25 Thread John M Bliss
? On Wed, Feb 25, 2015 at 4:37 PM, Mark A Kruger mkru...@cfwebtools.com wrote: Sorry this one! http://www.coldfusionmuse.com/index.cfm/2010/2/24/CF8-Install-Windows-2003-64bit -mark -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Wednesday, February

Re: ColdFusion_10_WWEJ_win64.exe error

2015-02-25 Thread John M Bliss
java to do the install, try removing it from your environment variables so that the cfinstaller can't find it and might not try to use it On Wed, Feb 25, 2015 at 10:07 PM, John M Bliss bliss.j...@gmail.com wrote: Thanks. I installed 32 bit Java and edited that .lax file

Re: ColdFusion_10_WWEJ_win64.exe error

2015-02-25 Thread John M Bliss
:39 PM, John M Bliss bliss.j...@gmail.com wrote: Thanks, guys. This fixed it: http://www.instructables.com/id/How-to-install-coldfusion-10-64-bit-on-Windows-Ser/?ALLSTEPS On Wed, Feb 25, 2015 at 5:37 PM, Russ Michaels r...@michaels.me.uk wrote: did you already have a JRE

Re: Speech to text

2015-02-18 Thread John Allen
it. Patrick On Feb 10, 2015, at 12:10 PM, John Allen johnfal...@gmail.com javascript:; wrote: I was thinking more of an application where you feed it an MP3 file and then it spits out the text. Still haven't found a good application for it. Sphinx seems cool

Re: Speech to text

2015-02-11 Thread John Allen
I was thinking more of an application where you feed it an MP3 file and then it spits out the text. Still haven't found a good application for it. Sphinx seems cool interesting and I'm trying to get it up and running using CF as a wrapper for the Java stuff. On Fri, Feb 6, 2015 at 5:31 PM,

Speech to text

2015-02-06 Thread John Allen
Hey List, Anyone done any Speech to text stuff with CF? Thanks list. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: Speech to text

2015-02-06 Thread John Allen
, it more of an HTML issue. Robert Harrison Full Stack Developer AIMG rharri...@aimg.com Main Office: 704-321-1234 ext.118 Direct Line: 516-302-4345 www.aimg.com -Original Message- From: John Allen [mailto:johnfal...@gmail.com] Sent: Friday, February 06, 2015 4:14 PM To: cf

Re: Cannot access session variables in a cfc

2015-01-29 Thread John Pullam
For what it's worth, the approach of storing a global data item in the application scope seems to be legit according to the documentation. Here's what it said in the CF10 doc: Application variables are a convenient place to store information that all pages of your application might need, no

Re: Cannot access session variables in a cfc

2015-01-28 Thread John Pullam
You will need to pass your session variables as a parameter in order to use them in the CFC, this is best practices anyways. The difficulty is that there a lot of cfc calls and some of them are in bind expressions so the chance of making errors is high. That's why I am so anxious to find one

Cannot access session variables in a cfc

2015-01-28 Thread John Pullam
My app is running in a CF10 system and since I moved my cfc's out of the document root, they are losing access to the session variables. It seems that they work for around a day and then can no longer be found. I initialize them in my application.cfm to a value and I can still cfdump them in a

Re: Cannot access session variables in a cfc

2015-01-28 Thread John Pullam
If you moved your cfc's above the application.cfc (or application.cfm) file, the session variables will not be accessible. Session and application vars are accessible from the application file down. That's what we did. What other method than session variables can I use to pass a common

Re: Cannot access session variables in a cfc

2015-01-28 Thread John Pullam
Thanx. That's what I think I will do for the time being. It is hard for me to come up with all the symptoms that we started seeing on the cfc's now and I don't think I could do justice to any explanation of those issues. It seemed to me that it was all quite normal stuff. All pages and cfc's

Re: Cannot access session variables in a cfc

2015-01-28 Thread John Pullam
I know this isn't ideal, but it is a live application and the decision to move the cfc's outside of the doc root was taken because CF was having trouble finding them (for no obvious reason). Code that has worked since CF7 started breaking. So we moved them and this problem began. I am

Re: CF Builder 3

2015-01-10 Thread John M Bliss
I'll add: while you're checking stuff out, be sure to check out: http://brackets.io Has a CFML extension, is super-fast lightweight, has great find-and-replace, and has amazing front-end dev tools. On Sat, Jan 10, 2015 at 12:23 PM, Rob Voyle robvo...@voyle.com wrote: Hi Steve I use

Re: Bad Gateway!

2014-12-31 Thread John M Bliss
An anomaly with a remote API was causing my CF server to attempt to instantiate ten thousand objects, crashing the server. On Wed, Dec 31, 2014 at 9:36 AM, Byron Mann byronos...@gmail.com wrote: I would look to the code then. Something running well today does not mean it will run well

Bad Gateway!

2014-12-30 Thread John M Bliss
the content server. Jakarta/ISAPI/isapi_redirector/1.2.40 Copyright © 1999-2014 Apache Software Foundation All Rights Reserved ...and the ACF 10,0,15,292549 server service restarts (i.e. all sessions go away and FusionReactor shows Server Started as now). Any ideas? -- John Bliss - http

Re: Bad Gateway!

2014-12-30 Thread John M Bliss
That's exactly what's happening. Thanks. On Tue, Dec 30, 2014 at 3:30 PM, Byron Mann byronos...@gmail.com wrote: This is the kind of error you might get when the CF service is down. First impression is something you are running is crashing the CF service. Anything in the logs that might

Re: Picasa and CF

2014-12-19 Thread John M Bliss
Starting point...? http://picasacfc.riaforge.org On Thu, Dec 18, 2014 at 4:37 PM, Les Irvin les.cft...@gmail.com wrote: I'm trying to write a CF script to automate the creation of a photo slideshow video in Picasa. I want to programatically take, say, a folder of JPGs, convert them to a

Re: CFqueryParam Coldfusion 11

2014-11-28 Thread John M Bliss
Does the line number on that error indicate that the query is what's timing out? On Fri, Nov 28, 2014 at 11:46 AM, Don danfar...@hotmail.com wrote: The errors getting back are all The request has exceeded the allowable time limit Tag Seems that the whole server eventually crashes/slows to

Re: CFqueryParam Coldfusion 11

2014-11-27 Thread John M Bliss
Were you getting an error? On Thu, Nov 27, 2014 at 3:08 AM, Don danfar...@hotmail.com wrote: Does anyone know of any supposed issues with CF 11 and cfqueryparam ? I had a few of them in a query. One by one I removed them to see if I could get the query working and then, adding them in. All

Re: Java certificate issue

2014-11-26 Thread John Blayter
Look at your log files for what the actual error on startup might be. C:\ColdFusion9\logs\ I would care to guess to look in the server.log file John Blayter m: 303.325.1979 http://www.blayter.com/john/ On Wed, Nov 26, 2014 at 8:37 AM, Donnie Carvajal donnie.carva...@transformyx.com wrote

Re: Sending SMS

2014-11-18 Thread John M Bliss
http://smsgateway.riaforge.org On Tue, Nov 18, 2014 at 6:09 PM, Rick Sanders r...@webenergy.ca wrote: Hey guys, Does anyone know a service I can use for sending sms messages from cold fusion? I want to make an app that notifies someone by sms when their product is ready. Kind Regards,

Re: Scheduled Tasks Error

2014-11-10 Thread John M Bliss
Only by restoring from backup. No clue as to root-cause / preventing it from happening again. On Sun, Nov 9, 2014 at 6:37 PM, Sebastian Powell bas...@gmail.com wrote: [crickets] :-) -- John Bliss - http://www.linkedin.com/in/jbliss I am experiencing the same issue on CF 11

Re: Redirects

2014-11-10 Thread John M Bliss
Not sure I understand your question. Check out https://wikidocs.adobe.com/wiki/display/coldfusionen/cflocation On Mon, Nov 10, 2014 at 3:39 PM, Steve LaBadie slaba...@po-box.esu.edu wrote: We are currently using a meta date redirect from a UNIX box. The redirects currently sit on www and the

IIS 8.5 truncating file download

2014-11-09 Thread John Blayter
I am doing a server migration to IIS 8.5 and CF10 and having some issues delivering PDF files. I tried the code using the built in web server and it works without issue so I know the issue is in IIS somewhere. Basically what happens is it truncates the PDF file to the first 749 bytes. I have

Re: IIS 8.5 truncating file download

2014-11-09 Thread John Blayter
Yes there is a mismatch on the Content-Length variable. I tried setting it manually without any luck. cfset variables.temporaryFilePath = C:\inetpub\wwwroot\MyPDF.pdf cfheader name=Content-Length value=#getFileInfo(variables.temporaryFilePath).size#/ cfheader name=X-Content-Length

Re: Non-profit donation providers

2014-10-28 Thread John M Bliss
...? https://merchant.paypal.com/us/cgi-bin/?cmd=_render-contentcontent_ID=merchant%2Fdonations On Tue, Oct 28, 2014 at 2:26 PM, Rob Voyle robvo...@voyle.com wrote: Hi Folks Any recommendations for church/non-profit online donations, especially recurring donations? Thanks Rob Robert J.

Re: Adobe is just a spammer now

2014-10-24 Thread John M Bliss
That's the way it's always looked for me... On Thu, Oct 23, 2014 at 9:29 PM, Eric Roberts ow...@threeravensconsulting.com wrote: Here's the screenshot: https://www.diigo.com/item/image/50m7r/eyn5 Look at the center column Eric -Original Message- From: Jenny Gavin-Wear

Re: CF10 creating extra CFID/CFTOKEN cookies at the domain level

2014-10-20 Thread John Pullam
For anyone who stumbles across this post, I thought I should add the closure as I now understand it. First of all, the duplicate CFID and CFTOKEN was not the problem I thought it was. It confused matters, but it seems that most browsers can tolerate it, even though it makes no sense to me. I

Re: XMLRPC Request with CFHTTP

2014-10-14 Thread John M Bliss
Helpful...? http://www.houseoffusion.com/groups/xml/thread.cfm/threadid:108 On Tue, Oct 14, 2014 at 4:08 PM, Donnie Carvajal donnie.carva...@transformyx.com wrote: I'm having an issue with a XMLRPC webservice using CFHTTP. I am getting text/html responses instead of xml. A successful

Re: CFML restart ACF 10 app server service

2014-10-09 Thread John M Bliss
wrote: Just use the previously mentioned commands that is all you need On Wed, Oct 1, 2014 at 22:57 PM, John M Bliss bliss.j...@gmail.com wrote: Care to share the batch file? On Oct 1, 2014 5:56 PM, Russ Michaels r...@michaels.me.uk javascript:; wrote: we have a batch file

Re: CF10 creating extra CFID/CFTOKEN cookies at the domain level

2014-10-02 Thread John Pullam
Some more info: - I have not issued a setclientcookies=yes so assuming that is the default it should be there. - the redirect is via an htaccess file which says RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] - I think the redirect

CFML restart ACF 10 app server service

2014-10-01 Thread John M Bliss
Hi. What's the current best way to use CFML to restart ACF 10 app server service (on Windows server)? -- John Bliss - http://www.linkedin.com/in/jbliss ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: CFML restart ACF 10 app server service

2014-10-01 Thread John M Bliss
/cfexecute HTH G! *Gerald Anthony Guido* Nullius in verba http://en.wikipedia.org/wiki/Nullius_in_verba -- Horace learn.geraldguido.com Twitter https://twitter.com/CozmoTrouble Facebook https://www.facebook.com/gerald.guido.9 On Wed, Oct 1, 2014 at 9:22 AM, John M Bliss

Re: CFML restart ACF 10 app server service

2014-10-01 Thread John M Bliss
Care to share the batch file? On Oct 1, 2014 5:56 PM, Russ Michaels r...@michaels.me.uk wrote: we have a batch file which we run via a windows scheduled task, we don't do it via CF. On Wed, Oct 1, 2014 at 7:10 PM, John M Bliss bliss.j...@gmail.com wrote: And do you do it the way Gerald

Re: CF10 creating extra CFID/CFTOKEN cookies at the domain level

2014-10-01 Thread John Pullam
I did what you suggested and thought that the problem had gone away. I was successful in getting any traffic to move to the www prefixed name but that didn't solve the cookie problem. I am having trouble creating the failure but I am still seeing duplicate cookies with the same CFID and

CF10 creating extra CFID/CFTOKEN cookies at the domain level

2014-09-11 Thread John Pullam
I am having a problem that from time to time CF10 creates a new pair of cookies at the domain level, specifically whitevalegolfcub.com The application runs under www.whitevalegolfclub.com and the CFID and CFTOKEN cookies are created there, along with several of my own, at logon. But this

isvalid(url) issue

2014-08-27 Thread John M Bliss
ACF 10's isvalid(url) says that this is not a valid URL. What's your favorite alternative to isvalid(url)? http://www.domain.com/page.php?var=valuevar=valuevar=http://www.domain.com/path/page.htmvar=value -- John Bliss - http://www.linkedin.com/in/jbliss

Re: isvalid(url) issue

2014-08-27 Thread John M Bliss
://www.validatethis.org/ On Wed, Aug 27, 2014 at 7:02 PM, John M Bliss bliss.j...@gmail.com wrote: ACF 10's isvalid(url) says that this is not a valid URL. What's your favorite alternative to isvalid(url)? http://www.domain.com/page.php?var=valuevar=valuevar=http://www.domain.com/path

Re: Scheduled Tasks Error

2014-08-24 Thread John M Bliss
[crickets] :-) On Sat, Aug 23, 2014 at 10:13 AM, John M Bliss bliss.j...@gmail.com wrote: Appears that my neo-cron.xml disappeared and neo-cron.bak is of size zero. Trying to restore from backup. Any idea how this could have happened? On Sat, Aug 23, 2014 at 9:48 AM, John M Bliss bliss.j

Scheduled Tasks Error

2014-08-23 Thread John M Bliss
) at cfscheduletasks2ecfm672758571.runPage(E:/cf10_final/cfusion/wwwroot/CFIDE/administrator/scheduler/scheduletasks.cfm:1) -- John Bliss - http://www.linkedin.com/in/jbliss ~| Order the Adobe Coldfusion Anthology now! http

Re: Scheduled Tasks Error

2014-08-23 Thread John M Bliss
Appears that my neo-cron.xml disappeared and neo-cron.bak is of size zero. Trying to restore from backup. Any idea how this could have happened? On Sat, Aug 23, 2014 at 9:48 AM, John M Bliss bliss.j...@gmail.com wrote: ACF 10,0,12,286680 This AM, when I login to the admin and click

Scheduled Tasks Not Attempted

2014-08-20 Thread John M Bliss
set to INDEFINITELY. Any ideas on where to start? -- John Bliss - http://www.linkedin.com/in/jbliss ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

SOT: the magic of RANK()

2014-08-12 Thread John M Bliss
RANK(): SELECT x.column1, x.column2 FROM ( SELECT z.column1, z.column2, COUNT(*) as thecount, RANK() OVER (PARTITION BY z.column1 ORDER BY COUNT(*) DESC) AS therank FROM z GROUP BY z.column1, z.column2 ) AS x WHERE x.therank = 1 Done and done. :-) -- John Bliss - http://www.linkedin.com

Re: SOT: the magic of RANK()

2014-08-12 Thread John M Bliss
Happy to not be the only one. 18 years in and I just learned about it today (IIRC). :-) On Aug 12, 2014 8:49 PM, Rick Faircloth r...@whitestonemedia.com wrote: Nice! I've never heard of Rank()... On 8/12/2014 4:21 PM, John M Bliss wrote: I hope this saves someone some time and I hope

Re: Logical looking dates reporting..

2014-08-09 Thread John M Bliss
http://cflib.org/udf/longTime On Sat, Aug 9, 2014 at 8:40 AM, Phillip Vector vec...@mostdeadlygame.com wrote: So I want to display the time between 2 events (down to the second). I have the following code.. cfset Years = #DateDiff(, Leaderboard.CreatedOn,

expire application variable

2014-08-07 Thread John M Bliss
; ...and then, on use, checking gettickcount() - application.thevar.createtick. Good? Better way? -- John Bliss - http://www.linkedin.com/in/jbliss ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: expire application variable

2014-08-07 Thread John M Bliss
flush that region using CacheRemoveAll( region ) . -Carl V. On 8/7/2014 1:06 PM, John M Bliss wrote: I have a case where I need to have an application variable expire after a known amount of time. Do you have a favorite method for doing this? I was thinking of something like

Re: CF9/Windows how to push data to HTML page

2014-08-06 Thread John M Bliss
Are you talking about updating the page while end-user is looking at it? Or do you just need to have it updated on load / refresh? On Wed, Aug 6, 2014 at 8:03 AM, Mike K afpwebwo...@gmail.com wrote: I have a radio station site, and I want to be able to update the pages automatically as

Re: CF9/Windows how to push data to HTML page

2014-08-06 Thread John M Bliss
, ASP.NET hosting from AUD$15/month On Wed, Aug 6, 2014 at 10:17 PM, John M Bliss bliss.j...@gmail.com wrote: Are you talking about updating the page while end-user is looking at it? Or do you just need to have it updated on load / refresh? On Wed, Aug 6, 2014 at 8:03 AM, Mike K

Re: (Semi-OT) - site sucker app

2014-08-06 Thread John M Bliss
This is what I've used in the past: https://softbytelabs.com/en/BlackWidow/ On Aug 6, 2014 8:32 PM, Michael Dinowitz mdino...@houseoffusion.com wrote: Does anyone have a suggestion for a good application that can be pointed to an url and then download every page under that url. For example,

Re: Auto File Uploading...

2014-08-06 Thread John M Bliss
In short, no. You'd have to deliver file to server via email / FTP / etc. On Aug 6, 2014 8:36 PM, Phillip Vector vec...@mostdeadlygame.com wrote: So I have a server that reads a file that is submitted to it and processes the contents. I can not touch this server and change any settings on

Re: Auto File Uploading...

2014-08-06 Thread John M Bliss
...or HTTP post. On Aug 6, 2014 8:39 PM, John M Bliss bliss.j...@gmail.com wrote: In short, no. You'd have to deliver file to server via email / FTP / etc. On Aug 6, 2014 8:36 PM, Phillip Vector vec...@mostdeadlygame.com wrote: So I have a server that reads a file that is submitted

Re: Auto File Uploading...

2014-08-06 Thread John M Bliss
In other words, if you have CF running locally, you could write something that performs a cfhttp post to server...mimicking browse, select file, click submit. On Aug 6, 2014 8:42 PM, John M Bliss bliss.j...@gmail.com wrote: ...or HTTP post. On Aug 6, 2014 8:39 PM, John M Bliss bliss.j

Re: Encrypting Zip File

2014-07-31 Thread John M Bliss
Maybe http://www.andyscott.id.au/blog/getting-better-zip-support-in-coldfusion-with-zip4j On Thu, Jul 31, 2014 at 12:18 PM, Richard White rich...@re-base.net wrote: Hi, What is the best way to encrypt a zip file in ColdFusion? Many thanks, Richard

Re: CF 10 Developer Edition

2014-07-27 Thread John M Bliss
https://www.copy.com/s/i0LSL1n8A6QC/ColdFusion%20Installs On Sun, Jul 27, 2014 at 10:59 AM, Richard Colman rcol...@cox.net wrote: Does anyone know where to find a download of V. 10 ... Adobe only seems to have Coldfusion11 available. TNX if you can help. -- Rick

Re: CFGrid filter stops working after move from CF10 to CF11

2014-07-22 Thread John M Bliss
Here's the official replacement for cfgrid. Double-quotes because there're many way to replace cfgrid...this is just one suggestion. https://github.com/cfjedimaster/ColdFusion-UI-the-Right-Way/blob/master/chapters/cfgrid/index.md On Tue, Jul 22, 2014 at 1:34 PM, Andrew Scott

Re: CF apps sudden performance issue - it's very slow

2014-07-20 Thread John M Bliss
One such tool: http://tools.pingdom.com/fpt/ On Sun, Jul 20, 2014 at 9:20 AM, Russ Michaels r...@michaels.me.uk wrote: this sounds like a network issue. You have not mentioned if you are connecting on a local network or across the internet, but the fact that it works on the local machine,

Re: Encrypt/Decrypt Files

2014-07-17 Thread John M Bliss
Check out https://wikidocs.adobe.com/wiki/display/coldfusionen/EncryptBinary including example at bottom. On Thu, Jul 17, 2014 at 4:10 PM, Bryan Stevenson br...@electricedgesystems.com wrote: Hey Rick, You can use more secure forms of FTP as opposed to getting that draconian - just a

oAuth 2 (Google) and CFML without cfoauth

2014-07-16 Thread John M Bliss
Hope to save someone a bunch of time: http://www.brandiandjohn.com/post.cfm/oauth-2-google-and-cfml-without-cfoauth -- John Bliss - http://www.linkedin.com/in/jbliss ~| Order the Adobe Coldfusion Anthology now! http

Re: validate w/ regular expressions in cftextarea cf9 not working

2014-07-08 Thread John M Bliss
Warning: I'm side-stepping your question for a moment... Best-practice is now to use the following (or similar) in place of cftextarea: https://github.com/cfjedimaster/ColdFusion-UI-the-Right-Way/blob/master/chapters/cftextarea/index.md Now, back to our regularly scheduled thread...answer to

Re: CF 11

2014-06-28 Thread John M Bliss
Interesting. Can you provide an example where that'd be useful? On Sat, Jun 28, 2014 at 1:05 AM, Dave Watts dwa...@figleaf.com wrote: Official list: http://www.adobe.com/products/coldfusion-enterprise/features._sl_id-contentfilter_sl_featuredisplaytypes_sl_new.html Your needs are

Re: CF 11

2014-06-25 Thread John M Bliss
Official list: http://www.adobe.com/products/coldfusion-enterprise/features._sl_id-contentfilter_sl_featuredisplaytypes_sl_new.html Your needs are almost surely different from ours...however...in case it's helpful, my boss asked me to order these from most important (for us) through least

XML - no encoding

2014-06-17 Thread John M Bliss
think) correctly performing the encoding. Any way I can stop this from happening just for the duration of the troubleshooting...? -- John Bliss - http://www.linkedin.com/in/jbliss ~| Order the Adobe Coldfusion Anthology now! http

Re: XML - no encoding

2014-06-17 Thread John M Bliss
˜‡ttp://myurl.com?x=ya=b'; Most XML libraries for other languages will read CDATA just like they would a non-escaped node. On Jun 17, 2014, at 2:33 PM, John M Bliss bliss.j...@gmail.com wrote: I'm working with a vendor to troubleshoot an error and he's asked me to *not* replace with amp

Re: XML - no encoding

2014-06-17 Thread John M Bliss
Element. This changed my XML from this: Urlhttp://myurl.com/?x=yamp;a=b/Url ...to this: Url![CDATA[ http://myurl.com/?x=ya=b]]/Url ...which, I guess, was the desired effect. Now, response I'm getting has changed to, URL 'http:// http://myurl.com/?x=ya=b' is not in the expected format.

Re: XML - no encoding

2014-06-17 Thread John M Bliss
SOLVED: URL had leading space. trim() fixed it. Thanks! :-) On Tue, Jun 17, 2014 at 3:10 PM, John M Bliss bliss.j...@gmail.com wrote: Element. This changed my XML from this: Urlhttp://myurl.com/?x=yamp;a=b http://myurl.com/?x=ya=b/Url ...to this: Url![CDATA[ http://myurl.com/?x=ya=b

SOT: EXT grid timeout

2014-06-14 Thread John M Bliss
minutes, when the request for the JSON finally finishes (I can see this happening via FusionReactor), the grid's spinner just keeps spinning. Like it's no longer listening for the JSON request to complete. Any ideas? -- John Bliss - http://www.linkedin.com/in/jbliss

Re: SOT: EXT grid timeout

2014-06-14 Thread John M Bliss
Confirmed: only happens in Firefox. Thanks, Cameron. On Sat, Jun 14, 2014 at 10:28 AM, Cameron Childress camer...@gmail.com wrote: On Sat, Jun 14, 2014 at 10:16 AM, John M Bliss wrote: So I added this code to increase our EXT grid timeout from 2.5 minutes to 10 minutes: Any ideas

DDOS Prevention

2014-05-27 Thread John M Bliss
Does anyone have a preferred free / low-cost solution for DDOS prevention for Windows / IIS? Anyone have any good/bad experience with http://www.iis.net/downloads/microsoft/dynamic-ip-restrictions ? -- John Bliss - http://www.linkedin.com/in/jbliss

CFB3

2014-05-13 Thread John M Bliss
Existing .cfc with existing cfquery block, press Enter to insert new line into block, CFB3 locks up. Just me? Workaround? -- John Bliss - http://www.linkedin.com/in/jbliss ~| Order the Adobe Coldfusion Anthology now! http

Re: max reqs

2014-05-12 Thread John M Bliss
P.S. It appears I can approximate reserving, say, half of my Maximum number of simultaneous Template requests for the short request-time site with Fusion Reactor's Crash Protection. On Sat, May 10, 2014 at 11:22 AM, John M Bliss bliss.j...@gmail.com wrote: Super-helpful! Thanks, all

  1   2   3   4   5   6   7   8   9   10   >