Re: SQL Server and Nulls

2015-04-17 Thread John M Bliss
dbfield = On Fri, Apr 17, 2015 at 3:58 PM, Robert Harrison wrote: > > In an update query, to a tinyint field which allows nulls, I have the > update > > dbfield=#mydatefield# > > If mydatefield has no value, sql is throwing an error. The field allows > nulls. I've never had to say if "" then N

Re: Microsoft update breaks ACF10 admin?

2015-04-11 Thread John M Bliss
> > > On Apr 11, 2015, at 2:09 PM, John M Bliss wrote: > > > > > > 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/

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
What Dave said. On Wed, Apr 8, 2015 at 10:01 AM, Dave Watts 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 sho

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 wrote: > > Hi Guys, > > So

Re: ACF10 mail and Windows Server 2012

2015-04-07 Thread John M Bliss
worked in my 32 bit environment. Encoding issue? On Tue, Apr 7, 2015 at 2:43 PM, Dean Lawrence wrote: > > Have you looked at the raw source of the email to make sure that CF is not > placing the text in an html mailpart? > > On Tue, Apr 7, 2015 at 1:21 PM John M Bliss wrote: >

Re: ACF10 mail and Windows Server 2012

2015-04-07 Thread John M Bliss
r 7, 2015 at 1:19 PM, John M Bliss 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

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 A

ACF10 mail and Windows Server 2012

2015-04-07 Thread John M Bliss
Working on configuring ACF10 mail on Windows Server 2012. I followed these steps: http://blog.hyperfive.com/2013/07/how-to-setup-internal-smtp-service-for.html ...but, in ACF10 admin interface Server Settings > Mail when I set Mail Server to localhost, check Verify mail server connection, and cl

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: http://w

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 wrote: > > What is the URL and does the domain name match the certificate exactly, > meaning not a wildcard certif

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 wrote: > > > > > Hi. So we're moving from ACF10 32 bit to ACF10 64 bit. On ACF10 32 > bit, > > >

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 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 > > > >

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 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 server conf

ACF10 32 -> 64 bit

2015-03-05 Thread John M Bliss
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 On the ACF10 64 bit box, we have 32 GB of RAM to play with. Given that this box is just: ACF10 The OS (Windows Server 2012)

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 wrote: > > > In IIS, the handler for *.cfm is: > > > > C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dll > > > > D

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 wrote: > Hi. I'm moving an ACF10 / FuseBox 5 site from Windows Server 2003 (32 bit) >

404

2015-03-05 Thread John M Bliss
Hi. I'm moving an ACF10 / FuseBox 5 site from Windows Server 2003 (32 bit) to Windows Server 2012 (64 bit) with new IIS, etc. My default fuse seems to work fine but whenever I specify another fuse like: http://www.domain.com/index.cfm?fuseaction=User.ShowLoginForm ...I'm getting the generic IIS

ACF10 Mandatory Update

2015-02-26 Thread John M Bliss
Working on this: https://helpx.adobe.com/coldfusion/kb/coldfusion-10-mandatory-update.html I have the update saved to: C:\ColdFusion10\cfusion\hf-updates\cf10_mdt_updt.zip ...and then, from: C:\ColdFusion10\jre\bin ...I run: java -jar C:\ColdFusion10\cfusion\hf-updates\cf10_mdt_updt.zip ..

Re: ACF10 and IIS8

2015-02-26 Thread John M Bliss
ion-10-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 B

Re: ACF10 and IIS8

2015-02-26 Thread John M Bliss
ny manual install instructions > > On Thu, Feb 26, 2015 at 7:59 PM, John M Bliss > 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 &g

ACF10 and IIS8

2015-02-26 Thread John M Bliss
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 been followed and if you are still getting the error, please verify that update 8 is installed properly by checking the

Re: ColdFusion_10_WWEJ_win64.exe error

2015-02-25 Thread John M Bliss
> wrote: > > > > > > > > did you already have a JRE installed ? > > > it may be that CF is trying to use your pre-installed java to do the > > > install, try removing it from your environment variables so that the > > > cfinstaller can't find

Re: ColdFusion_10_WWEJ_win64.exe error

2015-02-25 Thread John M Bliss
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 > wrote: > > > > > Thanks. I installed 32 bit Java and edited that

Re: ColdFusion_10_WWEJ_win64.exe error

2015-02-25 Thread John M Bliss
wrong? On Wed, Feb 25, 2015 at 4:37 PM, Mark A Kruger 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] >

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 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 > wrote: > > > That's why I:

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" wrote: > > Hey everyone does something dumb occasionally 😊 > > > On Wed, Feb 25, 2015 at 19:38 PM, John M Bliss > wrote: > > > No. &g

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" wrote: > > Not trying to install it on a 32bit os are you? > > > On Wed, Feb 25, 2015 at 19:32 PM, John M Bliss > wrote: > > >

ColdFusion_10_WWEJ_win64.exe error

2015-02-25 Thread John M Bliss
Reinstalling ACF10 64 bit from physical media from Adobe and getting this when I run the installer: Fatal Application Error This Application has Unexpectedly Quit Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX) Anyone else seen t

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 wrote: > > Hi Steve > I use cfbuilder 3 on my loca

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 wrote: > > I would look to the code then. Something running well today does not mean > it will run well tomorrow. > > I would ma

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 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 indicate this is t

Bad Gateway!

2014-12-30 Thread John M Bliss
I have a process which used to run fine. Now, it produces: Bad Gateway! There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the conte

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 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 slideshow video, 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 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 crawl, even tho

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 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 but one work. >

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 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, > > Rick Sa

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 wrote: > > We are currently using a meta date redirect from a UNIX box. The redirects > currently sit on www and the production server si

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 wrote: > > >[crickets] :-) > > > > > > > > > > > > > > > >-- > >John Bliss - http://www.linkedin.com/in/jbliss > > I am experiencing the same issue on

Re: Non-profit donation providers

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

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-W

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
ss Michaels wrote: > > >Just use the previously mentioned commands that is all you need > > > > > >On Wed, Oct 1, 2014 at 22:57 PM, John M Bliss > wrote: > > > > > >Care to share the batch file? > >On Oct 1, 2014 5:56 PM, "Russ Michaels"

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" 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 wrote: > > > > > And do you do

Re: CFML restart ACF 10 app server service

2014-10-01 Thread John M Bliss
n 10 Application Server" > > > > > > > > > > HTH > > G! > > > > *Gerald Anthony Guido* > > Nullius in verba <http://en.wikipedia.org/wiki/Nullius_in_verba> > > -- Horace > > > > learn.geraldguido.com > > Twitter <htt

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-C

Re: isvalid("url") issue

2014-08-27 Thread John M Bliss
is always http://www.validatethis.org/ > > > > On Wed, Aug 27, 2014 at 7:02 PM, John M Bliss > wrote: > > > > > ACF 10's isvalid("url") says that this is not a valid URL. What's your > > favorite alternative to isvalid("url")? > > > > >

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=value&var=value&var=http://www.domain.com/path/page.htm&var=value -- John Bliss - http://www.linkedin.com/in/jbliss ~~~

Re: Scheduled Tasks Error

2014-08-24 Thread John M Bliss
[crickets] :-) On Sat, Aug 23, 2014 at 10:13 AM, John M Bliss 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 &g

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 wrote: > ACF 10,0,12,286680 > > This AM, when I login to the admin and click Scheduled Tas

Scheduled Tasks Error

2014-08-23 Thread John M Bliss
ACF 10,0,12,286680 This AM, when I login to the admin and click Scheduled Tasks, I get the following error. Ideas? The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code. Null Pointers are another name for undefine

Scheduled Tasks Not Attempted

2014-08-20 Thread John M Bliss
Here's a strange one: ACF 10,0,12,286680 Scheduled Tasks not attempted. I have numerous Scheduled Tasks that run daily in the early AM hours. This AM, it appears that none of them ran. No errors. The Scheduled Task page in the Admin shows two types: Duration Interval Last Run Next Run Sep 17, 200

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" wrote: > > Nice! > > I've never heard of "Rank()"... > > > On 8/12/2014 4:21 PM, John M Bliss wrote: > > I hope

SOT: the magic of RANK()

2014-08-12 Thread John M Bliss
I hope this saves someone some time and I hope I'm not way late to the "RANK()" party: Let's say you have this table: column1 - column2 A - 1 A - 2 A - 2 B - 3 B - 4 B - 4 ...and you need to write SQL to return the most frequently occurring column2 for each distinct column1: A - 2 B - 4 Enter

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 wrote: > > So I want to display the time between 2 events (down to the second). I have > the following code.. > > Leaderboard.CreatedOn, Leaderboard.DateOfDeath)# + 18> >

Re: expire application variable

2014-08-07 Thread John M Bliss
on" and manually 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 fa

expire application variable

2014-08-07 Thread John M Bliss
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: application.thevar = structnew(); application.thevar.createtick = gettickcount(); application.thevar.thevalue = "foo"; .

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" wrote: > ...or HTTP post. > On Aug 6, 2014 8:39 PM, "John M Bliss"

Re: Auto File Uploading...

2014-08-06 Thread John M Bliss
...or HTTP post. On Aug 6, 2014 8:39 PM, "John M Bliss" 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" > wrote: > >> >> So I have a server that reads a file that is

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" 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 it.. > > I want to take

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" 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, if I want > to view all

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

2014-08-06 Thread John M Bliss
> ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month > > > > > On Wed, Aug 6, 2014 at 10:17 PM, John M Bliss > wrote: > > > > > Are you talking about updating the page while end-user is looking at it? > Or > > do you just need to ha

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 wrote: > > I have a radio station site, and I want to be able to update the pages > automatically as events happen. For exa

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 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 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 wrote: > > wher

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 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, shows there > is

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

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://www.amaz

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 yo

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 wrote: > > > Official list: > > > http://www.adobe.com/products/coldfusion-enterprise/features._sl_id-contentfilter_sl_featuredisplaytypes_sl_new.html > > > > Your needs are almost surel

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 impo

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 wrote: > Element. This changed my XML from this: > > http://myurl.com/?x=y&a=b <http://myurl.com/?x=y&a=b> > > ...to this: > > > > ...wh

Re: XML - no encoding

2014-06-17 Thread John M Bliss
Element. This changed my XML from this: http://myurl.com/?x=y&a=b ...to this: ...which, I guess, was the desired effect. Now, response I'm getting has changed to, "URL 'http:// http://myurl.com/?x=y&a=b' is not in the expected format." Repeating "http://"; is new... On Tue, Jun 17, 2014 at

Re: XML - no encoding

2014-06-17 Thread John M Bliss
ld[1].XMLCData=蘇ttp://myurl.com?x=y&a=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 wrote: > > > > > I'm working with a vendor to troublesho

XML - no encoding

2014-06-17 Thread John M Bliss
I'm working with a vendor to troubleshoot an error and he's asked me to *not* replace & with & etc in a URL field. I'm building an XML doc with xmlnew() and then posting it with cfhttp method="post" and I'm not explicitly calling urlencodedformat() or anything. CF is just automatically and (I thin

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 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 mi

SOT: EXT grid timeout

2014-06-14 Thread John M Bliss
Hi! So I added this code to increase our EXT grid timeout from 2.5 minutes to 10 minutes: Ext.onReady(function(){ Ext.Ajax.timeout = 60; }); So now, EXT grids will wait longer for CF to return the JSON to populate the grids. Works great under about 5 minutes. The problem is: *above* 5 m

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://w

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 wrote: > Super-helpful! Than

Re: max reqs

2014-05-10 Thread John M Bliss
Russ Michaels wrote: > > > > > Yes they can, right out of the box. > > > > Here is how I do it on cfmldeveloper if you are interested. > > > > > > > http://www.michaels.me.uk/post.cfm/running-railo-and-coldfusion-10-side-by-side-with-boncode >

Re: max reqs

2014-05-09 Thread John M Bliss
broken.com> > > Facebook <https://www.facebook.com/gerald.guido.9> > > > > > > On Fri, May 9, 2014 at 3:39 PM, Matt Quackenbush > >wrote: > > > > > > > > In short, yes. There'll be some configuration change requirements, but > &

Re: max reqs

2014-05-09 Thread John M Bliss
Can ACF10 Standard and Railo coexist on the same server, one attached to one IIS website and the other attached to another IIS website? On Fri, May 9, 2014 at 10:56 AM, Russ Michaels wrote: > > if shelling out for a enterprise license is not viable, you could try using > Railo for the manageme

Re: max reqs

2014-05-09 Thread John M Bliss
Would I need two CF server licenses for this...? Also, this is CF Standard we're talking about. Does Standard do multi-server? On Fri, May 9, 2014 at 9:47 AM, Dave Watts wrote: > > > We have one ACF10 production server for two sites: > > > > 1 - a longer request-time management site > > 2 - a

max reqs

2014-05-08 Thread John M Bliss
Hi! We have one ACF10 production server for two sites: 1 - a longer request-time management site 2 - a short request-time site for the public ( < 300 milliseconds / req) What's the best/easiest way to "reserve," say, half of my "Maximum number of simultaneous Template requests" for the short re

Re: how much to charge for a e-commerce solution?

2014-05-03 Thread John M Bliss
This thing is $250 http://www.cf-ezcart.com/live/ezcartlive.cfm On Sat, May 3, 2014 at 3:47 PM, Matthew Smith wrote: > > I need to put in a quote for an e-commerce solution. I have a solution > that I have developed over the last decade. It has paypal and cc > integration, a category and un

Re: CFB3

2014-04-29 Thread John M Bliss
ed Macromedia ColdFusion MX 7 Developer > > http://cutterscrossing.com > > > Co-Author "Learning Ext JS 3.2" Packt Publishing 2010 > > https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces/book > > &q

CFB3

2014-04-29 Thread John M Bliss
Hi! Working on justifying upgrade from CFB2 to CFB3 to my boss. Three "new" features listed here do not apply to us at the moment: http://www.adobe.com/products/coldfusion-builder/coldfusion-builder-features.html Thought I remembered reading that this is a huge re-write with lots of performance

Re: Need help to configure SMS with CF application

2014-04-29 Thread John M Bliss
Perhaps helpful...? http://smsgateway.riaforge.org On Tue, Apr 29, 2014 at 3:17 AM, Sathyanarayanan Ramanathan < sathya0...@gmail.com> wrote: > > Dear Friends, > > I have been provided with below details. I don't know how to configure SMS > with CF application. Your valuable time & help is rea

Re: Does Not Contain Number

2014-04-20 Thread John M Bliss
Regex shorthand for "digit." On Apr 20, 2014 5:34 PM, "David Moore" wrote: > > For education reasons, what does the '/d' reference? How does that tell > the statement to look for a number? > > ~| Order the Adobe Coldfusion Ant

Re: Does Not Contain Number

2014-04-20 Thread John M Bliss
I believe that refind will return zero if no digit. Therefore, you should be able to use cfif refind("/d", form.yourvar) On Apr 20, 2014 4:41 PM, "David Moore" wrote: > > Well, you are doing a great job. I guess I am not communicating well. I > was using the 316 as an example. I want to check a

Re: Does Not Contain Number

2014-04-20 Thread John M Bliss
refind("\d", "P.O. Box 316") On Sun, Apr 20, 2014 at 3:36 PM, David Moore wrote: > > Is there a way to check the whole string and not just the first part in > case it is a P.O. Box 316? > > ~| Order the Adobe Coldfusion Anth

Re: Does Not Contain Number

2014-04-20 Thread John M Bliss
isnumeric(listfirst("316 Spring Creek Dr.", " ")) On Sun, Apr 20, 2014 at 3:12 PM, David Moore wrote: > > How do I check to see if a string includes (or does not contain) an > integer or number. I am trying to check the Address form field to see if it > 'Does Not Contain' a number as in 316 Sp

Re: CFHTTP & SSL Cert

2014-04-16 Thread John M Bliss
When cfhttp is broken, can you drop the URL into your browser and have it work? Or is it broken there too? On Wed, Apr 16, 2014 at 12:27 PM, Brook Davies wrote: > > Hey Peeps, > > After heartbleed, I had to re-add the EchoSign Cert to our keystore (via > the > keytool) on all our servers. It w

Re: weird issue with utility

2014-04-15 Thread John M Bliss
ormat(DateAdd('d', i, > now()), 'm/d/')#"> > > > > > > Byron Mann > Lead Engineer & Architect > HostMySite.com > > > On Tue, Apr 15, 2014 at 3:32 PM, John M Bliss > wrote: > > > > > I have a little utility I run on m

Re: weird issue with utility

2014-04-15 Thread John M Bliss
Right. Usually, it runs serially just fine. With this production URL, it behaves in the way I described. On Tue, Apr 15, 2014 at 3:42 PM, Dave Watts wrote: > > > I have a little utility I run on my dev box which calls data-fetching > > processes on my production box. Usually works great: > > >

weird issue with utility

2014-04-15 Thread John M Bliss
I have a little utility I run on my dev box which calls data-fetching processes on my production box. Usually works great: http://production.com/?Date=#DateFormat(DateAdd('d', i, now()), 'm/d/')#"> But now I have it pointed at a different process and here's what happens: 1. I tell util

Re: Heap and RAM

2014-04-14 Thread John M Bliss
> Do you have specified sizes for the young and perm generations? If not, you might want to set them. No. How do I do that? On Mon, Apr 14, 2014 at 9:21 AM, Dave Watts wrote: > > > We have one process that consumes a LOT of RAM. (It parses a huge XML > > file.) It usually runs with no problem

Heap and RAM

2014-04-14 Thread John M Bliss
Here's a strange one: We have one process that consumes a LOT of RAM. (It parses a huge XML file.) It usually runs with no problem. Sometimes, it errors-out with a CF "out of Java heap space" error. Not most days...just sometimes. Last week, we added 2 GB of RAM to the server to bring the total

  1   2   3   4   5   6   7   8   9   >