Re: Old 6.0 Install Troubles

2007-03-28 Thread Robertson-Ravo, Neil (RX)
Didn't you try Google :-) "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for

Correct locking / cftransaction

2007-03-28 Thread Matthew Chambers
Hi guys, I'm trying to find some up to date (MX7) info on how to correctly use CFTRANSACTION when writing to a DB (MySQL). All I am doing is one CFQUERY for the INSERT statement and then a second CFQUERY for the last_insert_id(). I think MySQL v5 allows you to have more than one SQL statement p

Re: Old 6.0 Install Troubles

2007-03-28 Thread Gonzo Rock
God I LOVE this List! Thank You Janet! Disaster averted. On 3/28/07, Janet MacKay <[EMAIL PROTECTED]> wrote: > http://www.adobe.com/go/98b88caa > ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Adobe PDF with

This is why CFMX kicks ass

2007-03-28 Thread Jonathan Block
Over the past couple of months, I used CFMX to hack together a social network for video gamers with all kinds of web 2.0 tricks like yui and spry. If you want to check it out, surf on over to www.connectedbythings.com My point is that over a couple of months, I wrote this site in my free time whe

Re: Old 6.0 Install Troubles

2007-03-28 Thread Janet MacKay
http://www.adobe.com/go/98b88caa ~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.co

Old 6.0 Install Troubles

2007-03-28 Thread Gonzo Rock
Just installed 6.0 onto an old NT box to get past a failing server problem until the new one arrives. It's running and processes simple cfm scripts but the Administrator won't run and I'm all out of guesses. This is the ugly error that gets reported. Any ideas appreciated ;-) ~Gonzo java.lang.No

Scaffolding from CFCs?

2007-03-28 Thread Howard Fore
Hey, I know scaffolding is all the rage right now. But all the examples I see use the database as the datamodel. But I don't want to use the database as the basis, it's old and crufty but I can't take the hit to restructure it right now, with all the associated data migration, etc. Is there a scaf

Re: CFMX 7.0.2 Pro, Orace 10g R2, Ref Cursors, Stored Procs

2007-03-28 Thread James Holmes
You have 3 choices: 1) Get Enterprise 2) Buy the DataDirect Oracle driver and install that. 3) Write your own JDBC driver I'll assume that 3 is out of the question. As for the other two, getting Enterprise is the better investment, considering the feature that it offers. On 3/29/07, Nathanial Th

Re: getAdminHash ???

2007-03-28 Thread James Holmes
I thought that was just for Dutch installs :-) (Just joking Jochem and friends ;-) On 9/29/05, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > So you need to run out and get some hash for the admin and all's well -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog

Re: Dreamweaver and ssh keys

2007-03-28 Thread James Holmes
Try C:\Documents and Settings\{user}\Application Data\Macromedia\Dreamweaver 8\Configuration\ssh_hosts (or wherever your user's documents and setting folder lies). On 3/28/07, Maureen Barger <[EMAIL PROTECTED]> wrote: > Does anyone know where Dreamweaver stores keys associated with sftp > connecti

Re: cfc and wsdl

2007-03-28 Thread James Holmes
I thought so. This is a different problem - there's an erro in your CFC: Element FORM is undefined in CALLER. You are using a variable caller.form which is not defined. On 3/28/07, Scott A Lingle <[EMAIL PROTECTED]> wrote: > Sure. It's: > > AXIS error > Sorry, something seems to have gone wrong

Re: regex question in rereplace

2007-03-28 Thread Jacob Munson
This should work: reReplace(myVar,"([;/])"," \1 ","all") It uses a technique called back references, which allows you to use the strings that match the regex in your replacement string (that's what the "\1" is). On 3/28/07, Scott Stewart <[EMAIL PROTECTED]> wrote: > I've got a variable which is a

regex question in rereplace

2007-03-28 Thread Scott Stewart
I’ve got a variable which is a document descriptor (literally, journal, book etc.) in some cases it can contain a slash (/) or a semicolon. What I need to do within the REReplace is find every instance of a slash or a semicolon and put a space before it and a space after it.. Thanks sas

RE: Verity exclude sub-directories?

2007-03-28 Thread Jaime Metcher
We do this by actually removing the excluded keys from the search collection after it is built, like this: Jaime Metcher > -Original Message- > From: Josh Knopp [mailto:[EMAIL PROTECTED] > Sent: Thursday, 29 March 2007 6:40 AM > To: CF-Talk > Subject: Re: Ver

CFMX 7.0.2 Pro, Orace 10g R2, Ref Cursors, Stored Procs

2007-03-28 Thread Nathanial Thelen
I have installed all the latest hotfixes and data direct drivers. I have the latest version of Oracle's client and JDBC drivers installed. I have tried the thin, oci, and odbc drivers. No matter what I do, I cannot get ref cursors to return from a stored procedure on coldfusion professional.

Re: WebService help...

2007-03-28 Thread Robertson-Ravo, Neil (RX)
"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use

Re: getAdminHash ???

2007-03-28 Thread Elena Aminova
I am just getting the same error, anyone knows what is the reason. We are running CF 7.0.2 and just run the JRun updater 6. The selected method getAdminHash was not found. Either there are no methods with the specified method name and argument types, or the method getAdminHash is overloaded wit

WebService help...

2007-03-28 Thread Charles Heizer
Hello, I'm really tyring to figure out how to use a simple web service in coldfusion. My WS (helloworld.cfc) What I'm trying to figure out is how do I call this in a web browser? And the last part is, I'm also trying to use RealBasic to ge

Re: Help Selling ColdFusion to non technical Marketing VP

2007-03-28 Thread Josh Nathanson
> HEY THAT'S ME! :) Nice article! Maybe D's boss could contact you directly ;0) - Josh ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/

Re: Dreamweaver and ssh keys

2007-03-28 Thread Maureen Barger
It notices when you move hosts, trust me :) This is ssh, and not SSL (which would be the cert requirement). On Wed, March 28, 2007 14:19, Dinner wrote: > On 3/28/07, Maureen Barger wrote: >> I meant ssh keys and sftp :) > > Depends on the version of Dreamweaver, IIRC. > > It used to use plink (for

Aligning CFFORM elements

2007-03-28 Thread Bruce Sorge
I have a form that I created that has groups of elements. Problem is, unlike a table I cannot align the items so that the form looks nice. Is this a limitation to using Flash Forms? Below is a snipped of code:

RE: Help Selling ColdFusion to non technical Marketing VP

2007-03-28 Thread Jones Eric R Ctr 8 AF Det 1/AFNOC
HEY THAT'S ME! :) ---_ Eric R. Jones Senior Web Application Developer, AFNOC/NCD Barksdale AFB, LA DSN 781-7784 Comm (318) 456-7784 NIPRNET: [EMAIL PROTECTED] SIPRNET: [EMAIL PROTECTED] -Original Message- From: Josh Nath

Re: Help Selling ColdFusion to non technical Marketing VP

2007-03-28 Thread Josh Nathanson
>> I need some independant articles or references that that talk about how >> ColdFusion is >> just as good if not better than Microsoft's .Net. I found the below article a while back while searching for something else. Although it's from 2004, it's one of the best articles I've seen written on

Re: Verity exclude sub-directories?

2007-03-28 Thread Josh Knopp
I am extremely new to Verity searching - today is literally my first day. So there may be more graceful ways to solve this conundrum, but here's what I have... I have subdirectories called 'admin' and 'includes' that I do not want showing up in search results, so at the top of the search resul

Re: Exclude pages from Verity collection

2007-03-28 Thread Josh Knopp
I am extremely new to Verity searching - today is literally my first day. So there may be more graceful ways to solve this conundrum, but here's what I have... I have subdirectories called 'admin' and 'includes' that I do not want showing up in search results, so at the top of the search resul

Parsing user input for use in Full Text search

2007-03-28 Thread Dennis Powers
Ok, I know I am not the first to want to do this but for the life of me I can not find any useful CF examples of what I would like to do. I have switched a high traffic website (CF5.X) from Verity to MSSQL's Full text search (FREETEXTTABLE). It works but as expected the results are not as good.

Re: Help Selling ColdFusion to non technical Marketing VP

2007-03-28 Thread C. Hatton Humphrey
On 3/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > All, > > I need some independant articles or references that that talk about how > ColdFusion is > just as good if not better than Microsoft's .Net. While not an article I would love to share the personal experience that I'm having today.

Re: Spent the last few hours monkeying with this and I'm getting nowhere...

2007-03-28 Thread Charlie Griefer
showing code and specific error messages would help a lot. On 3/28/07, john mcdonald <[EMAIL PROTECTED]> wrote: > If anybody has an idea on this I'd sure be apprecieate your input. > > I am displaying a form that the user has filled out before, and I am > restoring his answers to questions in the

Spent the last few hours monkeying with this and I'm getting nowhere...

2007-03-28 Thread john mcdonald
If anybody has an idea on this I'd sure be apprecieate your input. I am displaying a form that the user has filled out before, and I am restoring his answers to questions in the form from a previous session. I've got this form generator CFC where I pull the form name and all the questions that

Re: Multi-language Content Management

2007-03-28 Thread Michael Falter
We are developing our site to include translations into Hebrew, Japanese, Russian, German, and later into French, and Spanish. Our pages are all static in so far as once written the content will not change except maybe to correct some typos or prices. The pages have many pop-ups. Please take

Help Selling ColdFusion to non technical Marketing VP

2007-03-28 Thread coldfusion . developer
All, I need some independant articles or references that that talk about how ColdFusion is just as good if not better than Microsoft's .Net. I'm trying to educate my boss about the marriage of Adobe technologies, with Flash, RIA with Flex and Apollo coming over the horizon. In the near future

Re: Dreamweaver and ssh keys

2007-03-28 Thread Dinner
On 3/28/07, Maureen Barger wrote: > I meant ssh keys and sftp :) Depends on the version of Dreamweaver, IIRC. It used to use plink (for windows boxes- platform also makes a difference), so you could research plink/putty and find out all manner of things. Not sure about the newer versions of DW..

Using CFFTP under proxy - proxy password missing

2007-03-28 Thread Marco Antonio C. Santos
Hi all. How can I access a FTP server under a proxy. OK, ok: using proxyserver attribute, right? But where proxypassword enters? Whitout proxypassword is impossible to access a remote ftp server inside our intranet. Cheers ~| U

RE: OT Solution to ColdFusion slowness on Vista

2007-03-28 Thread Russ
I wonder if OS X will run on some sort of VM. Has anyone tried? Also you can always go with some version of Linux. Not as pretty as OS X, but accomplishes pretty much the same things. Russ > -Original Message- > From: Vince Collins (NHJobs.com) [mailto:[EMAIL PROTECTED] > Sent: Wed

RE: Only one record

2007-03-28 Thread Leitch, Oblio
Well, it looks to me like you're only getting one table worth, because there's no looping over the query. Try this: Select * from trials_info where expiration = '#DateFormat(now()),"mm/dd/")#' Select email1 from #get.name# where exists (Select * from trials_info where ex

Re: Help with List Comparisons, Output Logic

2007-03-28 Thread Dinner
On 3/28/07, Joel W wrote: > Never mind--I have simply added a hidden ID field in the form's looped > section (the one The only thing I'd add is that you should probably cfqueryparam those values too... It's easier to forget when doing loops and stuff, but just as needed. /me goes back to

Re: Solution to ColdFusion slowness on Vista

2007-03-28 Thread Robertson-Ravo, Neil (RX)
Well, the processor is not the JVM. ColdFusion will run on 64-bit if used with a 32-bit JVM, not with a 64-bit JVM. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 6785

Re: Help Selling ColdFusion to non technical Marketing VP

2007-03-28 Thread Cutter (CFRelated)
Hey D, This may help some: http://www.adobe.com/products/coldfusion/proven/ There are also a lot of whitepapers and use case studies on the Adobe site under Products|ColdFusion Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer

Re: Solution to ColdFusion slowness on Vista

2007-03-28 Thread Cutter (CFRelated)
Here's that Tech-note on 64-bit http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=8be22ed6 Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Barney Boisvert wrote: > Interestingly,

Report Builder - Barcode Font not working for PDF

2007-03-28 Thread Randy Kramkowski
I'm having a problem using barcodes on a pdf created with Coldfusion's Report Builder. I followed the steps Jeff Houser identifies in his Nov 2006 Coldfusion Developers Journal article entitled "Five Cool Things I've Done with Coldfusion"(http://coldfusion.sys-con.com/read/296187.htm) and still

Re: Solution to ColdFusion slowness on Vista

2007-03-28 Thread Barney Boisvert
Interestingly, he said he's got a Turion64, which is a 64-bit processor, and he said it runs (albiet slowly) On 3/28/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > You are correct, it won't. > -- Barney Boisvert [EMAIL PROTECTED] http://www.barneyb.com/ Got Gmail? I have 100 in

Re: Solution to ColdFusion slowness on Vista

2007-03-28 Thread Cutter (CFRelated)
That's what Parallels is for. Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Joel Watson wrote: > Lol, indeed! I would, but macs don't help with designing for IE 6. So, > instead of

Re: Is there an Apollo developer's mailing list?

2007-03-28 Thread Michael Dinowitz
In order to be polite and avoid any conflict, I asked someone at Adobe about it (after creating the list but hiding the link to it). Their response was that Apollo was too new and having more lists than the 'official' one might dilute the focus (which I disagree with). I'm holding off the list f

CFUNITED news: Early bird ends 3/31/07, Simon Horwith on Success From The Trenches, podcast Basic SQL for CF, schedule released

2007-03-28 Thread Michael Smith
Here is the ColdFusion and Fusebox news: * CFUNITED early bird price ends in 3 days on 3/31/07 * CFUNITED schedule released http://cfunited.com/go/schedule * New podcast released - Nate Nelson - Beyond Basic SQL for CF * CFUnited Express Atlanta Review and Photos! http://www.cacfug.org/a/archives

Re: Which version of vista plays well with CF7?

2007-03-28 Thread Peter Donahue
Hello Neil and listers, Does that apply to all versions of Windows Vista? I'm wanting to purchass a laptop and wanted to be sure that the version of Vista installed on it will work with CF 7. Since I'm blind I would run Vista in Classic Mode anyway to optimize it's performance with my screen r

Re: Testing

2007-03-28 Thread Dinner
On 3/27/07, John P A wrote: > Selenium is great for functional testing -- and hooking it into Ant > for running nightly/continuous tests is great. Hot dang! That sounds excellent. I'll have to look into that aspect of Selenium-- perhaps it could wear a couple of hats. > I think all of

Re: Solution to ColdFusion slowness on Vista

2007-03-28 Thread mac jordan
On 3/28/07, Joel Watson <[EMAIL PROTECTED]> wrote: > > Lol, indeed! I would, but macs don't help with designing for IE 6. So, > instead of having two computers and moving back and forth between them in > order to make sure that the majority of internet users will see my site and > not be utterly

Re: CFLDAP Question Hitting AD

2007-03-28 Thread James Blaha
Mike, Thank you so much! I'm coding again Have a great day! -Jim ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?s

Re: OT Solution to ColdFusion slowness on Vista

2007-03-28 Thread Vince Collins (NHJobs.com)
Actually, I'm not bent out of shape with Mark I knew he was joking. My frustration is of course with Apple. Unix runs on AMD and Intel. Mac OS X is based on Unix yet here we are with another company just like Microsoft that tries to lock you into their stuff. A 17" laptop at apple's store i

Re: Solution to ColdFusion slowness on Vista

2007-03-28 Thread Robertson-Ravo, Neil (RX)
You are correct, it won't. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for t

Re: Targetting an instance

2007-03-28 Thread Dinner
On 3/27/07, Dave W wrote: > > What do you use for load testing, Dave? Hopefully something > > Free, pref. Open Source? (-; > > I use whatever my client's paid for, typically. Lately, that's been Mercury > Loadrunner, or whatever they're calling it nowadays. When no one's paid for > anything, I us

Re: Solution to ColdFusion slowness on Vista

2007-03-28 Thread Joel Watson
Lol, indeed! I would, but macs don't help with designing for IE 6. So, instead of having two computers and moving back and forth between them in order to make sure that the majority of internet users will see my site and not be utterly appalled (a pain...), I chose to go with the PC. If Apple

Re: Validation Question

2007-03-28 Thread Dean Lawrence
Check out the filereader.cfc over at http://www.informationsavvy.com/coldfusion/. This uses Java classes to read the file line by line instead of having to buffer the whole file in memory. This might allow you to manage your resources a little better. But I agree with Ben in that the majority of yo

RE: Only one record

2007-03-28 Thread Adkins, Randy
Validate your query using You may only be getting the single result set. -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 28, 2007 1:24 PM To: CF-Talk Subject: RE: Only one record Thanks Randy, however, same result. It only displays the one rec

RE: CFLDAP Question Hitting AD

2007-03-28 Thread Dawson, Michael
Specify the SEPARATOR attribute in your CFLDAP tag. I use the pipe character such as: cfldap action="query" name="result" separator="|" ... The items will then be separated by the pipe and you can use the list functions to loop over the list. M!ke ~

RE: Only one record

2007-03-28 Thread Peterson, Chris
The simple method would be to add maxrows="1" to your query or your output code. Chris -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 28, 2007 1:24 PM To: CF-Talk Subject: RE: Only one record Thanks Randy, however, same result. It only display

Re: Solution to ColdFusion slowness on Vista

2007-03-28 Thread Cutter (CFRelated)
Hey Vince, he was pulling your chain. Don't get bent. It's one of Mark's failings that he loves the Mac, but I'll never hold it against him, because we love our friends regardless of their faults;) There is some minor success with 64 bit JVM, but if I remember right it's only supported on Solar

RE: Only one record

2007-03-28 Thread Orlini, Robert
Thanks Randy, however, same result. It only displays the one record (table) and its emails. cc_test -- [EMAIL PROTECTED] cc_test -- [EMAIL PROTECTED] I need it to display a listing for each record: cc_test -- [EMAIL PROTECTED] cc_test -- [EMAIL PROTECTED] cc_test2 -- [EMAIL PROTECTED] cc_test

Re: Solution to ColdFusion slowness on Vista

2007-03-28 Thread Vince Collins (NHJobs.com)
It's funny you mention that Mark, I would go out and buy an additional harddrive and purchase a copy of Mac OS X for $129. However, it's kind of hard to "upgrade" to Mac OS X when you have to buy a specific computer for it. I'd install it right now if it would install on my less an a year old

RE: Solution to ColdFusion slowness on Vista

2007-03-28 Thread Dave Watts
> Do you have a 64-bit processor? If so, you're running an emulation > layer for the 32-bit JVM that CF ships with, which will add some > overhead. You might try a 64-bit JVM. I'm not entirely sure about this, but I seem to recall that CF won't run on a 64-bit JVM. Dave Watts, CTO, Fig Leaf Sof

CFLDAP Question Hitting AD

2007-03-28 Thread James Blaha
All, CFLDAP Question Hitting AD I’m hitting an AD server and I’m trying to output one record in a HTML table for each group membership in and AD for an account. Basically it’s just a user account having multiple LDAP attributes of the same type. i.e. In an LDAP Browser you would see me

Re: CFDocument image issue

2007-03-28 Thread Rupesh Kumar
Hi, I had posted few entries related to this some time back and I think might help. http://coldfused.blogspot.com/search/label/cfdocument Rupesh. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create pow

Re: CFDocument image issue

2007-03-28 Thread Rupesh Kumar
Hi, I had posted few entries related to this some time back and I think might help. http://coldfused.blogspot.com/search/label/cfdocument Rupesh. ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Adobe PDF with n

Re: Solution to ColdFusion slowness on Vista

2007-03-28 Thread Barney Boisvert
Do you have a 64-bit processor? If so, you're running an emulation layer for the 32-bit JVM that CF ships with, which will add some overhead. You might try a 64-bit JVM. cheers, barneyb On 3/28/07, Joel Watson <[EMAIL PROTECTED]> wrote: > I recently bought a new computer, including (Duhn, Duhn,

RE: Only one record

2007-03-28 Thread Adkins, Randy
Since you are only doing ONE grouping, that is all you will get in return: Try this: #name# -- #email1# -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 28, 2007 12:49 PM To: CF-Talk Subject: Only one record I have two queries. One get

RE: Which version of vista plays well with CF7?

2007-03-28 Thread Dave Watts
> Which version of vista plays well with CF7? Any of them should be fine for running CF 7. If you want to use the version of IIS that comes with Vista, you might want to check this URL for specific IIS features: http://technet2.microsoft.com/WindowsServer/en/library/0d35e92b-ddb7-4423-b1 e5-df550

Only one record

2007-03-28 Thread Orlini, Robert
I have two queries. One gets the trial expiration date for today in the trials_info dbase. The other Select takes the trial name (dynamic as #get.name#) and searches for the trial in the trials datasource and then grabs the email registrants in this trial and emails them. I use an embedded Sel

Re: Which version of vista plays well with CF7?

2007-03-28 Thread Robertson-Ravo, Neil (RX)
Once you have put it into Windows Classic mode, it's just like using XP. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is con

RE: Which version of vista plays well with CF7?

2007-03-28 Thread Mike Tangorre
Will, I have it running nicely on Vista Business and Vista Ultimate. Like Sandy, I too am liking Vista - it takes a little getting used to but then again, most "new" things takes some getting used to. -Mike > From: Will Tomlinson > Sent: Wednesday, March 28, 2007 9:59 AM > To: CF-Talk > Subject

Re: Solution to ColdFusion slowness on Vista

2007-03-28 Thread Mark Drew
Upgrade to OS X MD On 28 Mar 2007, at 17:13, Joel Watson wrote: > I recently bought a new computer, including (Duhn, Duhn, Duh...) > Windows Vista. While I had no trouble at all setting up > Coldfusion, nor in connecting my local sites to it and databases, I > have noticed some considerab

Try/Catch with CFREPORT

2007-03-28 Thread Greg Griffin
I am trying to leverage CFTRY/CFCATCH with some CFREPORT calls. The CFCATCH block seems to catch any errors in the CFM page, but an error in the CFR does not seem to trigger the CFCATCH block in the calling page. Any thoughts? An example of what I'm doing is below. Thanks, Greg

Re: Solution to ColdFusion slowness on Vista

2007-03-28 Thread Jochem van Dieten
Joel Watson wrote: > I recently bought a new computer, including (Duhn, Duhn, Duh...) Windows > Vista. While I had no trouble at all setting up Coldfusion, nor in > connecting my local sites to it and databases, I have noticed some > considerable slowdown between the loading times on my new PC

RE: Huge number of connections to the database server - what to d o?

2007-03-28 Thread Dave Watts
> I dont think coldfusion is the culprit because he has "maintain > connections" turned on in the CFADministrator, which means page > requests would use existing cached database connections rather than > make new ones, is that correct? If so, there would be numbers like > 20 connections or so for

Solution to ColdFusion slowness on Vista

2007-03-28 Thread Joel Watson
I recently bought a new computer, including (Duhn, Duhn, Duh...) Windows Vista. While I had no trouble at all setting up Coldfusion, nor in connecting my local sites to it and databases, I have noticed some considerable slowdown between the loading times on my new PC and my XP-PC at work (both

Re: Dreamweaver and ssh keys

2007-03-28 Thread Maureen Barger
I meant ssh keys and sftp :) We recently moved services to new hardware and thus, have new ssh keys. One person is having trouble with his connections and its my thought to replace keys locally on his system first before moving old keys to new system and affect everyone. He tried recreating the con

OT: cf.Objective() Releases Manager's PDF and Announces New Contest!

2007-03-28 Thread Judith Dinowitz
Just wanted to let you know that cf.Objective() just came out with a new Manager's PDF. If your manager is reluctant to send you to the conference, this should help... Early bird registration discount cutoff date is April 1st, so you might want to show this to your manager today! Also, they are

Re: cold fusion certification

2007-03-28 Thread sandeep saini
Thank you all >sandeep ~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/

Re: cfc and wsdl

2007-03-28 Thread Scott A Lingle
Sure. It's: AXIS error Sorry, something seems to have gone wrong... here are the details: Fault - Error attempting to create Java skeleton for CFC web service; nested exception is: coldfusion.xml.rpc.CFCInvocationException: [coldfusion.runtime.UndefinedElementException : Eleme

Re: Which version of vista plays well with CF7?

2007-03-28 Thread Will Tomlinson
> XP. > Or, better, RedHat :-) How much ya wanna bet I end up just installin' xp pro on the dam* thing before it's over with! :) Thanks, Will ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create power

Re: cfc and wsdl

2007-03-28 Thread James Holmes
Can you post your error? On 3/28/07, Scott A Lingle <[EMAIL PROTECTED]> wrote: > I did actually (since been removed). the service is at > http://server/appname/components/somecomponent.cfc. I had a mapping in CF > Administrator for /appname to appname's physical path. Trying to get > http://ser

Re: Which version of vista plays well with CF7?

2007-03-28 Thread Tom Chiverton
On Wednesday 28 Mar 2007, Will Tomlinson wrote: > I'm buying a new dell desktop and trying to figure out which version to > get. XP. Or, better, RedHat :-) -- Tom Chiverton Helping to advantageously bully visionary bandwidth on: http://thefalken.livejournal.com *

RE: Which version of vista plays well with CF7?

2007-03-28 Thread Sandra Clark
Benefit from my experience. But it does run and you probably won't take as long getting it running as I did. I'm actually enjoying Vista (heresy I know) and don't have any reason to going back to XP. My VMPlayer problems actually are better. The VMPlayer takes about 5-8 minutes to load the firs

Re: Which version of vista plays well with CF7?

2007-03-28 Thread Will Tomlinson
>Vista Business is running well with it. The installation is a pain, since >the installer doesn't play well with Vista. But I did get it running. After reading that, my thoughts are yucko!! I'm buying a new dell desktop and trying to figure out which version to get. Thanks for the great

Re: cold fusion certification

2007-03-28 Thread Jake Pilgrim
http://www.forta.com/books/0321330110/ -- scroll to the bottom, there's a pretty good series of practice tests there. I should warn that these were developed for the CF MX6 test. I don't think any of the answers would have changed between MX6 & 7, but the last time i took these there was quite a

RE: Which version of vista plays well with CF7?

2007-03-28 Thread Sandra Clark
Vista Business is running well with it. The installation is a pain, since the installer doesn't play well with Vista. But I did get it running. My experiences, blogged Vista and Configurations http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&id=168 RDS in Eclipse on Vista http://

RE: Indexing Dynamic SSL pages (vspider? something else?)

2007-03-28 Thread Peterson, Chris
Why would you spider your own site, cant you just build your own verity index using your database / content from the back end? Chris -Original Message- From: Timothy Knell [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 28, 2007 10:31 AM To: CF-Talk Subject: Indexing Dynamic SSL pages

RE: cold fusion certification

2007-03-28 Thread Tero Pikala
This site seems to have something: http://www.learnbyheart.com/ColdFusion-Certification.cfm Maybe you would like to consider this book: http://www.amazon.co.uk/Macromedia-Coldfusion-Certified-Developer-Study/dp/0 321330110/ref=sr_1_1/203-2989908-6275145?ie=UTF8&s=books&qid=1175091796&sr=8 -1 I

Indexing Dynamic SSL pages (vspider? something else?)

2007-03-28 Thread Timothy Knell
I'm running a SSL site and need to index the dynamic pages so they can be searched from within the site. I assume I use a spider for this? I know that if I want to use Verity's vspider, i need to install the SSL Option Pack. I can not find this ANYWHERE. Also, Verity was just acquired by a comp

Re: cold fusion certification

2007-03-28 Thread Cutter (CFRelated)
Sandeep, There are benefits to certification, on levels that aren't overly apparent. I went without one for seven years of CF, and now that I have one it's opening a lot of doors. I highly recommend the CF ExamBuster, it is well worth the investment. Steve "Cutter" Blades Adobe Certified Profe

Which version of vista plays well with CF7?

2007-03-28 Thread Will Tomlinson
THat's my question.. Thanks, Will ~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.

Re: cold fusion certification

2007-03-28 Thread sandeep saini
Yeh Tom You are right.I have 2 and 1/2 years of experience (1 in JAVA and 1.5 in CF). Now, I am looking forward to CF MX 7 certification.Wanted to know if i can get free practice questions papers at some web-site. i tried google but that did not help much. ~~~

Re: cold fusion certification

2007-03-28 Thread Tom Chiverton
On Wednesday 28 Mar 2007, sandeep saini wrote: > Can some body tell me that how useful a ColdFusion certification is? I've never found not having one a problem - but it probably depends what experience you can demonstrate. -- Tom Chiverton Helping to advantageously build advanced systems on: ht

Re: Dreamweaver and ssh keys

2007-03-28 Thread Mark Drew
I dont know where DW stores them, but yeah, in every system if you are connecting via SFTP it will ask you to accept a key (was an issue I had with the CFEclipse SFTP) Sorry,I can help, but can only barely enlighten MD On 28 Mar 2007, at 14:04, Tom Chiverton wrote: > On Wednesday 28 Mar 200

Re: LDAP Anyone?

2007-03-28 Thread Vince Collins (NHJobs.com)
I am now updating images within LDAP by using CFHTTP to call an ASP page... > As you say, it appears something might be lost in translation between cfldap > and the underlying Java code. > While looking into Java for a solution, a smart co-worker (thanks Peter Jacoby!) wrote a .NET script that

cold fusion certification

2007-03-28 Thread sandeep saini
Hello Can some body tell me that how useful a ColdFusion certification is? thanks in advance sandeep ~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/product

Re: Help with List Comparisons, Output Logic

2007-03-28 Thread Joel Watson
Never mind--I have simply added a hidden ID field in the form's looped section (the one handling the checkbox generation...) Anyway, I set up my database per your suggestion, and it is working brilliantly! I am handling the looped Insert statement like this: feel free to let me know if it can

Re: Dreamweaver and ssh keys

2007-03-28 Thread Tom Chiverton
On Wednesday 28 Mar 2007, Maureen Barger wrote: > sftp > connections? What has SSH got to do with SFTP ? Did you mean SCP ? DW doesn't support that does it ? -- Tom Chiverton Helping to assertively develop performance-oriented market-growth on: http://thefalken.livejournal.com

Dreamweaver and ssh keys

2007-03-28 Thread Maureen Barger
Does anyone know where Dreamweaver stores keys associated with sftp connections? ~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfu

Re: cfc and wsdl

2007-03-28 Thread Scott A Lingle
I did actually (since been removed). the service is at http://server/appname/components/somecomponent.cfc. I had a mapping in CF Administrator for /appname to appname's physical path. Trying to get http://server/appname/components/somecomponent.cfc?wsdl with that setup yields the same result

Re: cfc and wsdl

2007-03-28 Thread James Holmes
Try adding a mapping for your webservice anyway - it might at least get things working for you. On 3/28/07, Scott Lingle <[EMAIL PROTECTED]> wrote: > I have the exact same problem. It seems that the mapping issue seems to > clear most people's problems up, however, I have no mappings to "/" in C

  1   2   >