RE: CFHTTP SSL Cert

2014-04-17 Thread Brook Davies
(HTTPSender ''/pre Note, this is the error from a webservice call, using CFHTTP generates the I/O Exception: peer not authenticated. Restarting the CFService resolves the problem temporarily. I deleted and re-added the CERT to the cacerts store yesterday with no change... Just weird right? Brook

CFHTTP SSL Cert

2014-04-16 Thread Brook Davies
... Any ideas? Brook ~| 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/messageid

RE: danger in increasing PostParameterLimit ?

2014-01-19 Thread Brook Davies
Umm - maybe it’s a big form??! -Original Message- From: Casey Dougall - Uber Website Solutions [mailto:ca...@uberwebsitesolutions.com] Sent: January-19-14 5:07 PM To: cf-talk Subject: Re: danger in increasing PostParameterLimit ? On Fri, Jan 17, 2014 at 10:52 AM, Chris

Simple SQL Query sometimes really Slow?

2013-12-05 Thread Brook Davies
are these simple SELECTS. The query execution plan uses the non-clustered index on (usr_id,form_id and commitDate). I'm just at a loss as to why this specific query is sometimes so slow.. where to look? Brook ~| Order

RE: Simple SQL Query sometimes really Slow?

2013-12-05 Thread Brook Davies
, I'll try them! Whohoo! Cftalk is alive!! Brook -Original Message- From: Byron Mann [mailto:byronos...@gmail.com] Sent: December-05-13 10:22 AM To: cf-talk Subject: Re: Simple SQL Query sometimes really Slow? Could never figure this out, but we had a similar issue on 2005 with a date

When I flatten an acroform, the radio buttons no longer show as checked.

2013-11-13 Thread Brook Davies
If I don't call flatten (CFPDFflatten=true), the PDF shows the radio buttons selected, but as soon as I flatten the PDF, the radio buttons are not shown as selected. Checkboxes work, text fields work, but radio buttons just all show as unselected. This is on CF 9,0,1,274733. Has anyone else

JSON Encoding bug (again...)

2013-08-05 Thread Brook Davies
converted to an array of structs. It would be too slow to check each field for values like this and modify them to return to the client. I need another Idea. Anyone? Brook ~| Order the Adobe Coldfusion Anthology now! http

Getting lots of DB Errors: Transaction was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

2013-07-16 Thread Brook Davies
of this table. Should I add an index on the sessionID? Or would that make writes slower? Brook ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive

RE: Getting lots of DB Errors: Transaction was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

2013-07-16 Thread Brook Davies
dramatic performance increases on your updates. --Jeff Original Message From: Brook Davies cft...@logiforms.com Sent: Tuesday, July 16, 2013 10:03 AM To: cf-talk cf-talk@houseoffusion.com Subject: Getting lots of DB Errors: Transaction was deadlocked on lock | communication

RE: Memory consumption issue in CF 9

2013-07-09 Thread Brook Davies
. Or do a stack trace of the hung threads to see where they are hung... Brook -Original Message- From: Ben Conner [mailto:b...@webworldinc.com] Sent: July-09-13 5:23 PM To: cf-talk Subject: Memory consumption issue in CF 9 Hi, I have a CF 9 server, version 9,0,0,251028 running on top

Geargian Dates??

2013-05-17 Thread Brook Davies
Hi Guys, I am interfacing with a webservice and the dates returned are in Gregorian format. For example I get back: {ts '1582-10-04 16:00:00'} How do you convert Gregorian dates into something CF can use and format? Brook

RE: dragon dictation and CF

2013-03-22 Thread Brook Davies
Yeah, I ditched dragon too, what a waste of time. And their sales people can't keep calling me every since... -Original Message- From: Mike Chabot [mailto:mcha...@gmail.com] Sent: March-22-13 2:44 PM To: cf-talk Subject: Re: dragon dictation and CF That program takes a lot of training

Flying Saucer instead of CFDocument

2013-03-05 Thread Brook Davies
I am looking at integrating Flying Saucer to replace CFDOCUMENT mostly to add support for page-break-inside:avoid. Anybody been down this road and have any advice before I get started? Brook ~| Order the Adobe Coldfusion

RE: Localization , French Accents...

2013-02-28 Thread Brook Davies
Thanks Paul! -Original Message- From: Paul Hastings [mailto:p...@sustainablegis.com] Sent: February-27-13 5:31 PM To: cf-talk Subject: Re: Localization , French Accents... On 2/28/2013 3:05 AM, Brook Davies wrote: Sorry, Unicode/utf-8 are the same thing...my mistake.. they're

Localization , French Accents...

2013-02-27 Thread Brook Davies
tells me my French files are WINDOWS-1255./ Does anyone have any suggestions on how I can handle this? Brook ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

RE: Localization , French Accents...

2013-02-27 Thread Brook Davies
think notepad lets you do that. If not, notepad++ does. On 2/27/13 12:52 PM, Brook Davies cft...@logiforms.com wrote: I am trying to read in a number of text files that contain translations (using French in this example) and store them in my applications app scope. The file I am reading

RE: Localization , French Accents...

2013-02-27 Thread Brook Davies
as unicode? I think notepad lets you do that. If not, notepad++ does. On 2/27/13 12:52 PM, Brook Davies cft...@logiforms.com wrote: I am trying to read in a number of text files that contain translations (using French in this example) and store them in my applications app scope. The file I am

RE: Localization , French Accents...

2013-02-27 Thread Brook Davies
Bobby, thanks for the notepad+ idea - it was the encoding on the source file -Original Message- From: Bobby [mailto:bo...@acoderslife.com] Sent: February-27-13 12:05 PM To: cf-talk Subject: Re: Localization , French Accents... UTF-8 should do it. On 2/27/13 3:00 PM, Brook Davies

RE: Email attachment problem

2013-01-04 Thread Brook Davies
Don't use CFsleep to sleep for 15 minutes unless you want to tie up a thread for 15 minutes doing nothing. Depending on the max requests/threads settings, you could stall/crash the server just by reloading that page 10+ times... Brook -Original Message- From: Robert Harrison [mailto:rob

UTF-8 encoding when writing to a PDF

2012-09-27 Thread Brook Davies
in the resulting PDF. Anybody have any ideas? Brook ~| 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: Any reason a cfhttp post can't be made in a component method?

2012-09-25 Thread Brook Davies
.. just a CFHTTP post and some list parsing code to parse the result... Brook -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: September-25-12 8:34 AM To: cf-talk Subject: RE: Any reason a cfhttp post can't be made in a component method? Ok... next question

RE: CF Long Text Truncation

2012-07-17 Thread Brook Davies
Don't forget you need the Enable long text retrieval (CLOB). checkbox checked within the cfadmin datasource settings. (its under advanced settings...) Brook -Original Message- From: DURETTE, STEVEN J [mailto:sd1...@att.com] Sent: July-17-12 8:35 AM To: cf-talk Subject: RE: CF Long

Urgent: Server queues all requests for one loop

2012-06-13 Thread Brook Davies
I have a jar file with a couple of methods that do decryption that I am calling in a loop. The loop is big, 6000 iterations and while its running the server is basically brought to a grinding halt and other requests start to queue and/or execute very slowly. The cpu is at 40% or so, memory usage

Calling custom Java class in a loop kills the server

2012-06-07 Thread Brook Davies
); } Brook ~| 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

CF 9 Server restart

2012-06-04 Thread Brook Davies
CFInternalServlet: destroy Anyone seen this error before? Brook ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

CFC returns escaped strings.. grrrr

2012-06-03 Thread Brook Davies
\:\ok\}) My CFC method is set to return a string with no formatting, so why does it escape the string???!! cffunction name=record access=remote returntype=string returnformat=plain output=true Brook ~| Order the Adobe Coldfusion

RE: CFC returns escaped strings.. grrrr

2012-06-03 Thread Brook Davies
omg! - your right!!! Thank you - I don't know how I missed that! Brook -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: June-03-12 11:59 AM To: cf-talk Subject: Re: CFC returns escaped strings.. g When you call it, are you adding returnformat=json

ZenDesk Rest API

2012-05-28 Thread Brook Davies
would check here before I dive in (nothing on riaForge..). Brook ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Application Scoped CFC's and the Request Scope

2012-05-01 Thread Brook Davies
to involve the request scoped data. Could this potentially be the issue? Brook ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

RE: Somewhat OT....Making us look bad...For the adobe engineers on the list..

2012-04-27 Thread Brook Davies
as it did here. Brook -Original Message- From: Eric Roberts [mailto:ow...@threeravensconsulting.com] Sent: April-27-12 12:44 PM To: cf-talk Subject: Re: Somewhat OTMaking us look bad...For the adobe engineers on the list.. Oops... meant 8...yes...I am so used to saying CF9, it just comes

RE: FusionReactor - Development server

2012-04-15 Thread Brook Davies
No, you have to buy a separate license for your dev server. I know this because I just went through this process. They did offer me a bit of a discount on the dev server license when I asked really nicely and said please. Brook -Original Message- From: Bobby [mailto:bo

RE: RSACrypt.cfc help

2012-03-26 Thread Brook Davies
Hi Jen, Are the keys generated via the Bounce Castle API? They should be in order to be used with this CFC. Brook -Original Message- From: Jen McVicker [mailto:snarkmeis...@gmail.com] Sent: March-26-12 11:00 AM To: cf-talk Subject: RSACrypt.cfc help I'm getting an error trying

Browser and OS detection with CF

2012-03-19 Thread Brook Davies
? Brook ~| 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/messageid:350475 Subscription

RE: Browser and OS detection with CF

2012-03-19 Thread Brook Davies
I guess there is some benefit to using a 3rd party paid tool like browserHawk since they keep it up to date. I'll take another look at it... Brook -Original Message- From: Cameron Childress [mailto:camer...@gmail.com] Sent: March-19-12 11:10 AM To: cf-talk Subject: Re: Browser and OS

RE: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Brook Davies
Just set the ISAPI paths at the website level for the CF7 site to point to your CF7 install directory (specifically at the jrun dll's).. Brook -Original Message- From: daniel kessler [mailto:dani...@umd.edu] Sent: March-09-12 8:55 AM To: cf-talk Subject: Re: Migrate back and forth

RE: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Brook Davies
) or using some of the code in those bat files and specifying the correct site ID. Note, there are also cfstart.bat and cfstop.bat you could script the whole thing... Brook -Original Message- From: daniel kessler [mailto:dani...@umd.edu] Sent: March-09-12 9:21 AM To: cf-talk Subject: Re

JSON Encoding Bug

2012-03-04 Thread Brook Davies
and hoakiness(?), and this bug has been around for so long - its now officially annoying. Sorry, I know, I'm just ranting. Brook ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Zen Desk Single Sign On

2012-03-02 Thread Brook Davies
Just about to work on getting the Single Sign on for ZenDesk working this weekend. Before I start I thought I would check if any one had already done it and had any code they wanted to share? Brook ~| Order the Adobe

RE: Zen Desk Single Sign On

2012-03-02 Thread Brook Davies
# /cfif !--- not logged in, show login screen --- cfinclude template=zendesk_login.lf -Original Message- From: Brook Davies [mailto:br...@logiforms.com] Sent: March-02-12 3:35 PM To: cf-talk Subject: Zen Desk Single Sign On Just about to work on getting the Single Sign on for ZenDesk

Application Mappings RE: Ram Disk problem under load

2012-02-23 Thread Brook Davies
at the same time. Strange I know, but that’s the best I can figure. I am gonna run another load test tomorrow night, and try adding the mappings into the child application and see if that helps. Brook -Original Message- From: Brook Davies [mailto:cft...@logiforms.com] Sent: February-22

RE: Application Mappings RE: Ram Disk problem under load

2012-02-23 Thread Brook Davies
or something I wonder if that might cause the application scoped mappings to be undefined for a split second while the application is reloading? Just a guess. On Thu, Feb 23, 2012 at 1:10 PM, Brook Davies cft...@logiforms.com wrote: So we ran a load test last night with 100 concurrent users

RE: Application Mappings RE: Ram Disk problem under load

2012-02-23 Thread Brook Davies
Whats the best way to contact Adobe Support? -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: February-23-12 10:51 AM To: cf-talk Subject: Re: Application Mappings RE: Ram Disk problem under load I'd suggest pinging Adobe support. You are right - this is

Ram Disk problem under load

2012-02-22 Thread Brook Davies
this to happen? Brook ~| 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/messageid

RE: Ram Disk problem under load

2012-02-22 Thread Brook Davies
the write/read and am them attempting to do it again, so I guess we'll see what happens. Maybe I should reduce the size allocated to the ram disk? Brook -Original Message- From: Pete Freitag [mailto:p...@foundeo.com] Sent: February-22-12 9:35 AM To: cf-talk Subject: Re: Ram Disk problem

RE: Ram Disk problem under load

2012-02-22 Thread Brook Davies
Good idea, I'll check the contents of the ram disk after any failures... Brook -Original Message- From: Pete Freitag [mailto:p...@foundeo.com] Sent: February-22-12 9:58 AM To: cf-talk Subject: Re: Ram Disk problem under load Hi Brook, Certainly you will want to have a try / catch

RE: Ram Disk problem under load

2012-02-22 Thread Brook Davies
by another thread who was using the same filename. But the filename variable IS var scoped (FYI, this IS inside an application scoped CFC). Brook -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: February-22-12 11:38 AM To: cf-talk Subject: Re: Ram Disk

RE: Fusion Reactor and Fusion Analytics Kick Ass

2012-02-20 Thread Brook Davies
My thoughts exactly... -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: February-20-12 8:24 AM To: cf-talk Subject: Re: Fusion Reactor and Fusion Analytics Kick Ass On Sun, Feb 19, 2012 at 10:03 AM, Dan Baughman dan.baugh...@gmail.com wrote: Thats

RE: Fusion Reactor and Fusion Analytics Kick Ass

2012-02-19 Thread Brook Davies
the help of FR/FA . **For me** it is of value and makes my job that much easier. Brook -Original Message- From: Dan Baughman [mailto:dan.baugh...@gmail.com] Sent: February-19-12 8:03 AM To: cf-talk Subject: Re: Fusion Reactor and Fusion Analytics Kick Ass Thats great, but I guess outside

Fusion Reactor and Fusion Analytics Kick Ass

2012-02-17 Thread Brook Davies
they are. I've had them running for a few days and they have already helped resolve problems. Now for the load testing J Brook ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

RE: Fusion Reactor and Fusion Analytics Kick Ass

2012-02-17 Thread Brook Davies
Metrics And more For that exact moment. Priceless :) Brook -Original Message- From: Nick Gleason [mailto:n.glea...@citysoft.com] Sent: February-17-12 2:14 PM To: cf-talk Subject: RE: Fusion Reactor and Fusion Analytics Kick Ass +1 for FusionReactor. We've got but have not yet

RE: Load Testing - what to look for and monitor/report

2012-02-11 Thread Brook Davies
Hi Dave, We're doing performance analysis and looking for bottlenecks and also memory leaks since we have a lot of application scoped components and large numbers of objects created per request. That's one of my main concerns actually.. Brook -Original Message- From: Dave Watts

Load Testing - what to look for and monitor/report

2012-02-10 Thread Brook Davies
to debug log files and track memory etc? And then scale up after a specific duration? Or for the second test interval? I don't have much experience with load testing and just want to make sure that this is money well spend in terms of having some actionable data. Thank yo! Brook

Accessing the Application Scope of another App

2012-02-08 Thread Brook Davies
cflock scope=application type=exclusive cfset structDelete(local.appScopeReference,'somekey') /cflock /cffunction Is there gonna be an issues with dumping the app scope into a local variable like this? Or something else? Brook

(ot) Were to store admin passwords?

2012-02-06 Thread Brook Davies
This is a bit OT, but I'm starting to get paranoid. Where is the best place to store server administrator account password and passwords for the cfadministrator etc. Brook ~| Order the Adobe Coldfusion Anthology now! http

RE: CFFILE to \\tsclient\c$\

2012-01-30 Thread Brook Davies
Brook -Original Message- From: Andrew Scott [mailto:andr...@andyscott.id.au] Sent: January-29-12 10:02 PM To: cf-talk Subject: Re: CFFILE to \\tsclient\c$\ Are you saying that you are using a Remote Desktop Client to connect to the server, and you want ColdFusion to be able to access

RE: CFFILE to \\tsclient\c$\

2012-01-30 Thread Brook Davies
of the file structure and files that are integrated with the form object... Brook -Original Message- From: Andrew Scott [mailto:andr...@andyscott.id.au] Sent: January-30-12 8:28 AM To: cf-talk Subject: Re: CFFILE to \\tsclient\c$\ That's because you are doing it from the RDC, due

RE: CFFILE to \\tsclient\c$\

2012-01-30 Thread Brook Davies
my localhost as a list of available servers to copy the data to would have been nice, but its not a 100% requirement. Brook -Original Message- From: Andrew Scott [mailto:andr...@andyscott.id.au] Sent: January-30-12 9:31 AM To: cf-talk Subject: Re: CFFILE to \\tsclient\c$\ Why don't

RE: CFFILE to \\tsclient\c$\

2012-01-30 Thread Brook Davies
/ Google+: http://plus.google.com/108193156965451149543 On Tue, Jan 31, 2012 at 5:01 AM, Brook Davies cft...@logiforms.com wrote: Yeah, that's an option, I could create a zip file.. really though this system is intended to transfer the objects from a production server to another server used

RE: CFFILE to \\tsclient\c$\

2012-01-30 Thread Brook Davies
server where we can replay their failed commit (we store the commit array which describes each change made before saving) and find where the problem is. Brook -Original Message- From: Andrew Scott [mailto:andr...@andyscott.id.au] Sent: January-30-12 11:02 AM To: cf-talk Subject: Re

CFFILE to \\tsclient\c$\

2012-01-29 Thread Brook Davies
Anybody ever tried to call CFFILE or CFDIRECTORY to a connected RDP session? I'm getting an access denied error even though I have added the cf account on my local box. Maybe this is just not possible? Brook ~| Order

RE: CFFILE to \\tsclient\c$\

2012-01-29 Thread Brook Davies
Hi AJ, I am doing that - have you done this successfully? Brook -Original Message- From: AJ Mercer [mailto:ajmer...@gmail.com] Sent: January-29-12 5:25 PM To: cf-talk Subject: Re: CFFILE to \\tsclient\c$\ you will need to run your CF services with a named account and that account

Best Practice question about database access between Dev and Production Servers

2012-01-28 Thread Brook Davies
in the production database from developers working on the development server? Anybody have better ideas? Brook ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

Way OT: Funny video

2012-01-27 Thread Brook Davies
Its Friday, so don't hate: If you haven't seen this, you need to. Its an oldie but a goody: http://www.youtube.com/watch?v=zV0OgsRK0Bc Brook ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

RE: [ANNOUNCE] CF-FireLogger

2012-01-26 Thread Brook Davies
Looks cool! I'm gonna try it -Original Message- From: Max Paperno [mailto:m...@wdg.us] Sent: January-26-12 2:25 PM To: cf-talk Subject: [ANNOUNCE] CF-FireLogger Hello all, Please pardon the interruption but CF-Community is high on politics and low on CF content. I haven't posted

RE: [ANNOUNCE] CF-FireLogger

2012-01-26 Thread Brook Davies
for a very cool extension and contribution to the community! Brook -Original Message- From: Brook Davies [mailto:cft...@logiforms.com] Sent: January-26-12 9:16 PM To: cf-talk Subject: RE: [ANNOUNCE] CF-FireLogger Looks cool! I'm gonna try it -Original Message- From: Max

RE: [ANNOUNCE] CF-FireLogger

2012-01-26 Thread Brook Davies
CFC. When I run the same command from a simple cfm template, it works as expected. Any idea why? Brook -Original Message- From: Max Paperno [mailto:m...@wdg.us] Sent: January-26-12 2:25 PM To: cf-talk Subject: [ANNOUNCE] CF-FireLogger Hello all, Please pardon the interruption but CF

Hide CFC Introspection on Railo

2012-01-25 Thread Brook Davies
I'm playing around with railo and when I access a CFC directly via a URL, it dumps the CFC methods and details. Is there someway to hide this? Searched the docs and web to no avail.. Brook ~| Order the Adobe Coldfusion

RE: varScoper menu not shown in CFBUILDER

2012-01-19 Thread Brook Davies
I appreciate the offer Raymond, but I am okay just running it from the CFM code base directly. Again thanks Jedi! Brook -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: January-19-12 6:31 AM To: cf-talk Subject: Re: varScoper menu not shown in CFBUILDER

varScoper menu not shown in CFBUILDER

2012-01-18 Thread Brook Davies
in the context menu. Anybody else run into this? Brook ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups

RE: varScoper menu not shown in CFBUILDER

2012-01-18 Thread Brook Davies
At the top level CF project folder. It used to be there, but its not there any more. I tried reinstalled the extension and that made no difference. I CAN run varscoper directly however via the CFM files... Brook -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com

RE: varScoper menu not shown in CFBUILDER

2012-01-18 Thread Brook Davies
riaforge aswell, so I don’t know either why its not working. Maybe its permissions related Thanks for taking a look! Brook -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: January-18-12 1:34 PM To: cf-talk Subject: Re: varScoper menu not shown in CFBUILDER

RE: varScoper menu not shown in CFBUILDER

2012-01-18 Thread Brook Davies
Yeah, I can right click on both.. CFB2, yeah. And I see other extensions, I think, like apply CF Nature... Brook -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: January-18-12 6:23 PM To: cf-talk Subject: Re: varScoper menu not shown in CFBUILDER

Can you ever allocate too much ram to the JVM

2012-01-12 Thread Brook Davies
Quick Question. On our new server we have lots of ram (32 gigs). Its running CF 9 Standard 64 bit. Is there any downside to allocating 12 gigs of ram to CF? Brook ~| Order the Adobe Coldfusion Anthology now! http

RE: Can you ever allocate too much ram to the JVM

2012-01-12 Thread Brook Davies
Thanks for the replies. I will have to review the implications of the longer GC with more ram allocated Brook -Original Message- From: Scott Stewart [mailto:webmas...@sstwebworks.com] Sent: January-12-12 2:26 PM To: cf-talk Subject: Re: Can you ever allocate too much ram to the JVM

RE: cftransaction isolation=repeatable_read

2011-12-14 Thread Brook Davies
Bump... Casey - is this method thread safe? -Original Message- From: Brook Davies [mailto:cft...@logiforms.com] Sent: December-13-11 10:15 PM To: cf-talk Subject: RE: cftransaction isolation=repeatable_read So this would update and select the rows at the same time? Would I need to use

RE: fresh cf 9 install can't see administrator

2011-12-13 Thread Brook Davies
You can also try, running cf as the administrator account (just temporarily) and if that works, then at least you *know* it's a permissions problem. Then you can work backwards from there after setting it back to a service... Brook -Original Message- From: Cameron Childress

cftransaction isolation=repeatable_read

2011-12-13 Thread Brook Davies
=true cfreturn false /cfcatch /cftry /cfoutput /cftransaction Thanks for the input! Hopefully the above code does not get mangled.. Brook ~| Order the Adobe Coldfusion Anthology now! http

RE: cftransaction isolation=repeatable_read

2011-12-13 Thread Brook Davies
So this would update and select the rows at the same time? Would I need to use transaction or would this guarantee if another request for the same query at the exact same time happened, it would not return or update the same rows? Brook -Original Message- From: Casey Dougall [mailto:ca

RE: Changing Application settings at runtime

2011-12-06 Thread Brook Davies
server. This works... I load so much crap into the app scope, that I don't want to re-initialize the application!! Brook -Original Message- From: Judah McAuley [mailto:ju...@wiredotter.com] Sent: December-06-11 9:31 AM To: cf-talk Subject: Re: Changing Application settings at runtime

Is the CF scheduler Reliable?

2011-12-05 Thread Brook Davies
programmatically. In the past I have seen lots of posts about the built in scheduler being unreliable. What I need to know is can the built in scheduler be used reliably for mission critical applications? Thanks for your input! Brook

RE: Is the CF scheduler Reliable?

2011-12-05 Thread Brook Davies
: Re: Is the CF scheduler Reliable? On 6/12/2011 10:25, Brook Davies wrote: How reliable is the CF Scheduler? For years we have used the infusion mailserver and its Infusion Scheduler App/Service. Its always worked great but since that product is dead/no longer supported, we need to find

Changing Application settings at runtime

2011-12-05 Thread Brook Davies
the only way to do this would in onRequestStart or onRequestEnd. So I can set up a request scoped flag that triggers the update, fine, but is that really the only way? Is there no way to call a method of application.cfc within the scope of the application? Brook

Is CFMAIL reliable??

2011-12-05 Thread Brook Davies
The comments attest to this being an issue for a lot of people. So I guess the question is, has this been resolved or is it necessary to implement all of these hacks to keep CFMAIL running well? Brook ~| Order the Adobe

getPageContext() in onRequestEnd is empty?

2011-11-10 Thread Brook Davies
by written from the buffer in onRequestEnd? Brook ~| 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: Check for list of words in string

2011-10-11 Thread Brook Davies
Wouldn't this also catch words like 'myselection'? Brook -Original Message- From: Matt Quackenbush [mailto:quackfu...@gmail.com] Sent: October-11-11 7:16 AM To: cf-talk Subject: Re: Check for list of words in string Regular expressions. if ( reFindNoCase((select|declare),myString

Count rows in Excel file

2011-10-11 Thread Brook Davies
Hey Everyone, Anyone know a way to count the rows in an excel file without using cfspreadsheet to read the entire file in first? That's what I am trying to avoid.. Brook ~| Order the Adobe Coldfusion Anthology now

(ot) Awesome Eclipse Shortcut

2011-09-30 Thread Brook Davies
the name of a component or an include in your code (assuming the filename is similar or the same) and hit the shortcut it will select that file by default. Awesome to find that CFC or include that is buried deep somewhere.. Saves me so much time. Brook

Way OT - Technical Writing

2011-09-26 Thread Brook Davies
they are writing. I suspect the people on this list have had to hire technical writers at one point or another. Does anyone have a good technical writer they use for projects that they want to refer to me??? I would be so grateful. Brook

RE: Linkpoint Web Service API

2011-09-06 Thread Brook Davies
I'm in the same boat over the next 1-2 months and would pay you for a CFC that did all the heavy lifting. Its not likely that complex, but I don't have the time right now... Brook -Original Message- From: Justin Scott [mailto:leviat...@darktech.org] Sent: September-06-11 1:32 PM To: cf

RE: CFHTTP, DNS Caching, and CF 9 won't behave.

2011-09-02 Thread Brook Davies
Is it an HTTPS connection? Have you added their cert to the Java KeyStore? Brook -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent: September-02-11 12:00 PM To: cf-talk Subject: CFHTTP, DNS Caching, and CF 9 won't behave. So, I'm having a problem with CFHTTP

(ot) Stopping Railo via an ANT task

2011-08-19 Thread Brook Davies
) [java] at org.eclipse.jetty.start.Main.main(Main.java:81) [java] Usage: java -jar start.jar [options] [properties] [configs] [java]java -jar start.jar --help # for more information I can't get it to stop no matter what I try... Brook

RE: (ot) Stopping Railo via an ANT task (SOLVED)

2011-08-19 Thread Brook Davies
It looks like I had somehow spawned multiple processes and they were not getting stopped correctly. I think this happened when a build failed. Please disregard.. Brook -Original Message- From: Brook Davies [mailto:br...@logiforms.com] Sent: August-19-11 1:08 PM To: cf-talk Subject: (ot

RE: coldfusion spreadsheet leading zeroes issue

2011-08-16 Thread Brook Davies
=aql=gs_sm=sgs_upl=0l0l0l18408l 0l0l0l0l0l0l0l0ll0l0 Brook -Original Message- From: fun and learning [mailto:funandlrnn...@gmail.com] Sent: August-16-11 10:35 AM To: cf-talk Subject: coldfusion spreadsheet leading zeroes issue Hi All - I am facing an issue with coldfusion9 spreadsheet

RE: Setting client variable datasource via config.xml

2011-08-12 Thread Brook Davies
getClientStorageDatasource() { // read your xml file and extract the variable return theDatasource; } HTH On Thu, Aug 11, 2011 at 10:57 PM, Brook Davies cft...@logiforms.com wrote: But can you set this.clientstorage that way? Because It seems setting that property within

RE: CFGRID strange behaviour in Production Server (Windows 2000 + ISS)

2011-08-11 Thread Brook Davies
Steve's right, if you have unescaped HTML inside the grid (in the data), then it can cause the grid display to be wonky. Brook -Original Message- From: Steve 'Cutter' Blades [mailto:cold.fus...@cutterscrossing.com] Sent: August-11-11 10:28 AM To: cf-talk Subject: Re: CFGRID strange

Setting client variable datasource via config.xml

2011-08-11 Thread Brook Davies
I'm trying to set all my apps properties via a config file to make deployment between dev, production servers easy. Problem is the application vars that are read via onApplicationStart() are not available within the opening part of the application.cfc and when I try to set these properties inside

Setting client variable datasource via config.xml

2011-08-11 Thread Brook Davies
I'm trying to set all my apps properties via a config file to make deployment between dev, production servers easy. Problem is the application vars that are read via onApplicationStart() are not available within the opening part of the application.cfc and when I try to set these properties inside

RE: Setting client variable datasource via config.xml

2011-08-11 Thread Brook Davies
that the client scope is not enabled when I try to set a client var in a method called from there. Sorry to be using client variables Nathan :( Brook -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: August-11-11 5:45 PM To: cf-talk Subject: Re: Setting client variable

RE: Run a class file generated with CF outside of CF

2011-08-07 Thread Brook Davies
}/ antcall target=checkResult / antcall target=stopRalio / /target Never used Ralio before, but very impressed with it! Brook -Original Message- From: Nathan Strutz [mailto:str...@gmail.com] Sent: August-06-11 12:39 PM To: cf-talk Subject: Re: Run a class file

RE: Run a class file generated with CF outside of CF

2011-08-07 Thread Brook Davies
the added benefit that it is leveraging some existing CFML and plus, CFML scripting is where I am strongest (that and JS..), so it made sense. I think if I had the time I would have done it all in ANT. What you said about using Rhino sounds very promising. Brook -Original Message- From

  1   2   3   4   5   6   7   8   9   10   >