Re: OT: SQL Server- Postgres Distributed Transactions

2006-06-22 Thread Jochem van Dieten
Nick Han wrote: erver: Msg 7391, Level 16, State 1, Line 1 The operation could not be performed because the OLE DB provider 'MSDASQL' was unable to begin a distributed transaction. [OLE/DB provider returned message: Unsupported connect attribute (Set)] OLE DB error trace [OLE/DB Provider

Fwd: (OT) UKCFUG: Tonght Mark Drew presents ColdSpring and Model Glue

2006-06-22 Thread Mark Drew
Next Event - Thursday, 22 June 2006 Model-Glue and Coldspring: Inversion of Control and Configuration Continuing from the previous presentation about Model Glue and Reactor, Mark Drew will be presenting how Model-Glue works with Coldspring helping you to manage your configurations and

RE: Image processing

2006-06-22 Thread Justin Hansen
I have been processing images w/ CFXM for a long time. I've used every tag out there. We currently use cfx_imagecr3 http://www.efflare.com/. It works great unless you are batching over 500 images, then it tanks. I tested them all about 1.5-2 years ago and found imagecr3 to be faster than the early

Re: OT ANN: JavaScript Date Library

2006-06-22 Thread Rob Wilkerson
Wow, this looks really great. Many (MANY!) thanks for the documentation. So nice to have that in place *before* attempting to use something like this. On 6/21/06, Jim Davis [EMAIL PROTECTED] wrote: Since a lot of you folks are getting into client-side work via AJAX I thought you might be able

RE: DataDirect drivers and CFMX Standard

2006-06-22 Thread Jennifer Dodson
Yeah, Enterprise gives you lots of neat things.. Unfortunately we have no need for any of those things. We're a pretty small company and we don't run a heavy load, so the standard's fine for us. Except for the fact that we have to talk to the Oracle Enterprise Application that we bought. Why a

Can't use dot-notation variables in Query of Queries?

2006-06-22 Thread Everett, Al \(NIH/NIGMS\) [C]
In my CFCs, I like to put cfset var local=structNew() at the top, and use local as if it were a private variable scope. I needed to do a query of query, and the query I wanted to use was in one of those local variables. Inside a cfoutput query=..., I had: cfquery name=qCurrentAppl

Send a Friend feature

2006-06-22 Thread Rick King
Anyone know of any good CF Tell-a-Friend tutorials? I'm looking to find a way to email someone a dynamic URL. For example http://www.domain/products/prod.cfm?PID=11 But I can't seem to find many. Thanks Rick ~| Message:

Online Preso: Ben Forta's Intro to CF-Powered Flex

2006-06-22 Thread dcooper
Now online is the Introduction to ColdFusion-Powered Flex preso: http://seminars.breezecentral.com/p59578003/ Enjoy! Damon ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244530 Archives:

RE: Can't use dot-notation variables in Query of Queries?

2006-06-22 Thread Ben Nadel
I had the same problem. Local is a keyword in SQL Must use [ ] notation : cfquery name=qCurrentAppl dbtype=query SELECT * FROM [local].qAllAppls WHERE ML_RPT_HDR_ID=#ML_RPT_HDR_ID# /cfquery ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor

Online Preso: Ben Forta's Intro to CF-Powered Flex

2006-06-22 Thread dcooper
Now online is the Introduction to ColdFusion-Powered Flex preso: http://seminars.breezecentral.com/p59578003/ Enjoy! Damon ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244531 Archives:

Re: Send a Friend feature

2006-06-22 Thread massimo
Anyone know of any good CF Tell-a-Friend tutorials? I'm looking to find a way to email someone a dynamic URL. You can give this CFC a try (basic sample inside the .zip): http://www.massimocorner.com/coldfusion/cfc/tmt_pagemailer.zip Massimo

Re: Can't use dot-notation variables in Query of Queries?

2006-06-22 Thread Nick Tong - TalkWebSolutions.co.uk
is local inside your method? On 22/06/06, Everett, Al (NIH/NIGMS) [C] [EMAIL PROTECTED] wrote: In my CFCs, I like to put cfset var local=structNew() at the top, and use local as if it were a private variable scope. I needed to do a query of query, and the query I wanted to use was in one

RE: Can't use dot-notation variables in Query of Queries?

2006-06-22 Thread Everett, Al \(NIH/NIGMS\) [C]
Ah, hadn't considered that. Thanks. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 10:59 AM To: CF-Talk Subject: RE: Can't use dot-notation variables in Query of Queries? I had the same problem. Local is a keyword in SQL Must use [ ]

CFUNITED-06 interview 25: Raymond Camden - Introduction to ColdFusion Components

2006-06-22 Thread Michael Smith
In this issue of ColdFusion conference and training news: * Hal Helms is unable to attend CFUNITED-06 * Hostmysite raffle off XBOX 360 at the main event! * CFDynamics Attendee Get Together... RSVP is a must! * User Group Manager Meeting Tuesday June 27th * CLASS NEWS: Testing ColdFusion by John

Re: Breeze Presentation problem

2006-06-22 Thread Nick Tong - TalkWebSolutions.co.uk
Anyone know Is it's 'againt the rules' to screen grab the presso? I guess it is? On 20/06/06, DURETTE, STEVEN J (ASI-AIT) [EMAIL PROTECTED] wrote: Thanks Dave, I was going to try from my Linux box tonight when I get off of work. Steve -Original Message- From: Dave Watts

Re: Online Preso: Ben Forta's Intro to CF-Powered Flex

2006-06-22 Thread Dave Carabetta
On 6/22/06, dcooper @ macromedia. com dcooper @ macromedia. com [EMAIL PROTECTED] wrote: Now online is the Introduction to ColdFusion-Powered Flex preso: http://seminars.breezecentral.com/p59578003/ Just to slightly expound Damon's post, all the presentation links from last week, including

RE: Breeze Presentation problem

2006-06-22 Thread Ben Nadel
I would say that if you give credit, nothing wrong with it. In my mind... Its no different than being like I just read this cool think on So and So's blog and then give a summary of the blog entry or a re-iteration. ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue

RE: Triggering a refresh with an URL variable programmatically

2006-06-22 Thread Ian Skinner
Don't you only use cfhttpparam if your http method is post? cfhttp url=http://#cgi.SERVER_NAME#?adRefresh=true; timeout=10 should do what you want. Of course, that assumes that you have code in your Application.cfm that will act on URL.adRefresh. Well no by specifying type URL in the

Re: 404 help

2006-06-22 Thread Matt Williams
Okay, I was starting to feel stupid because I couldn't get nuttin' to work. However, I did get a custom 404.cfm page to come up on my dev Workstation. But I still can't get it to go on my dev Server. The main difference between my workstation and server is the IIS Default Web Site directory. My

Re: Integrity constraint violation in CF logs

2006-06-22 Thread Carl O
Thanks. I have forwarded this email to our DBA and programmers and they are looking into it. Just didnt want to drop off the face of the earth without saying, Thanks for the help! carl - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com

RE: 404 help

2006-06-22 Thread Mark A Kruger
Matt, You may need to alter your IIS or Apache settings as well. The file is missing before it hits CF... So IIS will need to know what to do. See this blog post. http://mkruger.cfwebtools.com/index.cfm/2006/6/13/404.errors -Mark -Original Message- From: Matt Williams [mailto:[EMAIL

Re: 404 help

2006-06-22 Thread Matt Williams
I have done that. Changing IIS catches bad directory names and bad non-.cfmfiles (as your blog mentioned). Now I'm trying to catch bad ..cfm file names. Going to DomainName.com\asdf.cfm throws the CF File Not Found error, not the IIS error. On 6/22/06, Mark A Kruger [EMAIL PROTECTED] wrote:

Re: Send a Friend feature

2006-06-22 Thread Alan Rother
Massimo... Is there anything you haven't got a CFC for? CFtalk would not be the same without you =] -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Message:

[reposted from cf-flash] Center align submit button

2006-06-22 Thread Michael Dinowitz
I'm working with a flash form and I'd like to center align the submit button. Anyone have advice? I've tried a number of approaches and they've all failed. Thanks http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:30/threadid:57 Michael Dinowitz President: House of Fusion

RE: [reposted from cf-flash] Center align submit button

2006-06-22 Thread Dave Watts
I'm working with a flash form and I'd like to center align the submit button. Anyone have advice? I've tried a number of approaches and they've all failed. Place it within a CFFORMGROUP tag with attributes TYPE=horizontal and STYLE=horizontalAlign:center. Dave Watts, CTO, Fig Leaf Software

Re: [reposted from cf-flash] Center align submit button

2006-06-22 Thread Michael Dinowitz
Thank you Dave. You've just make the fight against spam a little prettier. :) I'll explain more soon on Blog of Fusion after I finish some code and wrap it up for people. I'm working with a flash form and I'd like to center align the submit button. Anyone have advice? I've tried a number of

CFMX Job Listing/Posting app

2006-06-22 Thread Dov Katz
I'm looking for CFMX based (free and low-priced solutions welcome) job listing/posting application. I'm looking for something relatively simple . I found one called 2simplifi job board which looks like its too complicated for my needs. Any suggestions? I will need to plug in my own user

Re: CFMX Job Listing/Posting app

2006-06-22 Thread Ray Champagne
I looked into this a few weeks ago, pretty much same parameters as you, but found nothing. It's now on my back burner to-do list. If I ever get around to coding it, I'd be happy to share. :) Dov Katz wrote: I'm looking for CFMX based (free and low-priced solutions welcome) job

RE: CFMX Job Listing/Posting app

2006-06-22 Thread Andy Matthews
I've got some code I'd be happy to share. You can see the front end here: http://www.counseloncall.com/job-search.cfm !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//-

Re: Send a Friend feature

2006-06-22 Thread Rick King
Thanks so much, I'll give a whirl!! Rick ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244552 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

connection limit has been reached

2006-06-22 Thread Michael Dinowitz
I've got a client that is seeing this error message. (I have not seen the code/site yet) Timed-out trying to get a connection to DB_BOFA. The connection limit has been reached. The only ideas I have is either: 1. There are too many queries on the page and it's using all of the possible

RE: 404 help

2006-06-22 Thread Mark A Kruger
Matt, Ok Then the CF file has to be in a directory mapped somehow in the admin. The missing template handler does an include (cfinclude template =/blah.cfm ). I see you have covered that base as well. Does cfinclude template=/404.cfm/ work? How about cfinclude

Re: CFMX Job Listing/Posting app

2006-06-22 Thread Ray Champagne
Oh, sure, NOW you come through! :) Seriously, though, my client passed on the deal for now, considering the time and $$$ it was going to cost to have me code something from scratch. S'Ok, though, we've moved on to bigger projects. I'll definitely hit you up if and when this comes up again.

RE: connection limit has been reached

2006-06-22 Thread Dave Watts
I've got a client that is seeing this error message. (I have not seen the code/site yet) Timed-out trying to get a connection to DB_BOFA. The connection limit has been reached. The only ideas I have is either: 1. There are too many queries on the page and it's using all of the possible

AOL: Resistance is futile, you have been assimilated.

2006-06-22 Thread Ian Skinner
http://www.nbc10.com/news/9406462/detail.html Has this made it to this group yet? -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Soduko | | | - C code. C code run. Run code run. Please! - Cynthia

Alagad and the JAI package install

2006-06-22 Thread Ken
Hi Qasim. I have evaluated your component for JAI on Macromedia Exchange. It is good. However, I need to do some image manipulation using Alagad Image Component. Can you please help me install the JAI jar file on CF MX7? You are one of the few people who have done this successfully so far. I

Re: AOL: Resistance is futile, you have been assimilated.

2006-06-22 Thread Rick Root
Ian Skinner wrote: http://www.nbc10.com/news/9406462/detail.html Has this made it to this group yet? That happened to me a coule years ago.. I used to have AOL for testing purposes and I finally called to cancel, and I'm pretty sure this quote was lifted from *MY* conversation: No. I just

Re: Resistance is futile, you have been assimilated.

2006-06-22 Thread Josh Nathanson
That's good, solid customer service right there. I'm sure before this story broke, that rep was one of the most prized employees over there. They are probably trained to resist cancellations to the death. -- Josh - Original Message - From: Ian Skinner [EMAIL PROTECTED] To:

RE: AOL: Resistance is futile, you have been assimilated.

2006-06-22 Thread Ian Skinner
I do hate when I put the wrong HOF address in my to line. This was intended for cf-community. Sorry for the incorrect cross post. Reply at your own risk. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Soduko |

RE: AOL: Resistance is futile, you have been assimilated.

2006-06-22 Thread Mark A Kruger
Ditto here Same for vonage -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 1:27 PM To: CF-Talk Subject: Re: AOL: Resistance is futile, you have been assimilated. Ian Skinner wrote: http://www.nbc10.com/news/9406462/detail.html Has

RE: Resistance is futile, you have been assimilated.

2006-06-22 Thread Kevin Aebig
I actually heard from a guy who used to work for them that all you have to do is give them your account details, say Cancel my account and then hang up. The protocol they have in place is to do as requested... !k -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent:

Re: classpath

2006-06-22 Thread Dan Plesse
Denny I have examples of changing private methods to public methods I guess I should have showed you the examples directly. If you are up for it let me know and we can work on this little problem together (if I have time). Can we edit a base64 file or string? and make the changes that way? The

appending two queries

2006-06-22 Thread Crow T. Robot
Let's say that I have a CSV file that I am reading into a page, and I convert it to a query. I have a database table that it set up exactly like the converted query, I want to basically insert the CSV data into the database. Is there an easier, more efficient way to do this that looping over

RE: appending two queries

2006-06-22 Thread Ben Nadel
Is this a one-time deal? Or is this something you need to do on a regular basis (same DB, same table). ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1134 x 14 212.691.3477 fax www.nylontechnology.com Some people call me the

Re: appending two queries

2006-06-22 Thread Josh Nathanson
Off the top of my head I'd say no, because inserting more than one row at a time would mess up any auto-incrementing...however maybe someone has some fancy way to do it if you don't have an auto-increment field set up. -- Josh - Original Message - From: Crow T. Robot [EMAIL

RE: appending two queries

2006-06-22 Thread Ian Skinner
Is there an easier, more efficient way to do this that looping over the CSV query and doing an insert for each record? I can't help you with the syntax, but I was once able to insert multiple records into one Oracle table with the data from another query. It was part of the Oracle SQL syntax,

Re: appending two queries

2006-06-22 Thread Crow T. Robot
This will happen once a day, every day. Same data structure, yes, same database table, yes. Same data, no. Ben Nadel wrote: Is this a one-time deal? Or is this something you need to do on a regular basis (same DB, same table). ... Ben Nadel Web Developer Nylon

Re: appending two queries

2006-06-22 Thread Crow T. Robot
Well, there's a good point I didn't even think about. And yes, there is an auto-increment PK in the table. Josh Nathanson wrote: Off the top of my head I'd say no, because inserting more than one row at a time would mess up any auto-incrementing...however maybe someone has some fancy way

RE: appending two queries

2006-06-22 Thread Andy Matthews
What about saving the file to the server then running a scheduled task and let the database do the import. It'll be WAY faster and won't involve CF at all. I recently had our sysadmin setup something like that for me. It ran in 10 or 15 seconds what was taking CF about 2 or 3 minutes to perform.

Re: appending two queries

2006-06-22 Thread Alan Rother
What DB server are you running? If it's SQL Server you can use something called BCP, which can read a txt file and import it in a batch type fashion. If you are using SQL server I'll try to dig up an example of it. -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer

Re: appending two queries

2006-06-22 Thread Ken Ferguson
DTS. You need to save the file and run a DTS package to load the data. That's the best way to do it in SQL Server. * Ken Ferguson 214.636.6126 * Crow T. Robot wrote: Well, there's a good point I didn't even think about. And yes, there is an

Re: appending two queries

2006-06-22 Thread Jim Wright
Is there an easier, more efficient way to do this that looping over the CSV query and doing an insert for each record? You could probably do a Bulk Insert, if the user you are using has the correct permissions and you can get the CSV file to some location where the SQL Server can access it. Or

Re: appending two queries

2006-06-22 Thread Crow T. Robot
But can I do that automatically after the file read script runs? I should mention that the file read script still needs to run. Depending on the date(s) that are in the CSV, data from that date that already exists in the database needs to be deleted. Not sure if I'm being clear here, but I

Re: appending two queries

2006-06-22 Thread Crow T. Robot
Well, this script will be running on a scheduled task, but it'll be a CF scheduled task. That solution might work with some modifications. Let me bring a little more background in to the equation. The data that is being read in via CSV has a date attached to each record, if any of the dates

RE: appending two queries

2006-06-22 Thread Dave Watts
Not sure if I'm being clear here, but I think I'm getting somewhat closer to what I need to do. Just not sure how to run DTS without using Enterprise Manager. This is an automated script. You can use the DTSRUN command-line program. Dave Watts, CTO, Fig Leaf Software

RE: appending two queries

2006-06-22 Thread Dave Watts
The data that is being read in via CSV has a date attached to each record, if any of the dates in the database matches those dates, I need to delete any and all data from that day, then do the group import, if possible. So, I don't see any way to do this without CF getting involved. You

Re: appending two queries

2006-06-22 Thread Jim Wright
Let me bring a little more background in to the equation. The data that is being read in via CSV has a date attached to each record, if any of the dates in the database matches those dates, I need to delete any and all data from that day, then do the group import, if possible. So, I don't

Re: appending two queries

2006-06-22 Thread Crow T. Robot
OK, cool. Hey, I'm always up for learning new stuff. I will check it out. If anyone has any good tutorials, I'm all ears. Looking into DTSRun and cfexecute right now. I do love me this list! Dave Watts wrote: The data that is being read in via CSV has a date attached to each record, if

Re: appending two queries

2006-06-22 Thread Josh Nathanson
You haven't mentioned the average size of the CSV file you're importing. If it's not too big, and you run your CF scheduled task at 2 in the morning or thereabouts, it should be fine to just output your query and do the db inserts one row at a time. If it's such a huge file that it will chew

Re: appending two queries

2006-06-22 Thread Crow T. Robot
Yea, it probably won't be huge, but COULD be. Depends on a few factors. Honestly, even if it's overkill, I'd rather do it the more efficient way, and learn something new in the process. Josh Nathanson wrote: You haven't mentioned the average size of the CSV file you're importing. If it's

RE: Resistance is futile, you have been assimilated.

2006-06-22 Thread Nathan C. Smith
Open the pod bay doors HAL -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 12:56 PM To: CF-Talk Subject: AOL: Resistance is futile, you have been assimilated. http://www.nbc10.com/news/9406462/detail.html Has this made it to this

RE: appending two queries

2006-06-22 Thread Nick Han
This all can be done without CF and CF is not a good solution when importing large csv files. Use BCP in sql server. -Original Message- From: Crow T. Robot [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 12:36 PM To: CF-Talk Subject: appending two queries Let's say that I

Re: Online Preso: Ben Forta's Intro to CF-Powered Flex

2006-06-22 Thread dcooper
Also now posted is a 3-part demonstration of the CF/FlexBuilder Extensions for RAD RIA development with Flex + CF: http://www.dcooper.org/ Enjoy! Damon ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244585

Re: DataDirect drivers and CFMX Standard

2006-06-22 Thread dcooper
I did get them from DataDirect, Adobe won't give them to you. Hey guys, these are actually freely available (and properly branded as required by DataDirect so they'll work) for download for use with CF Enterprise here: (latest DD 3.4 build): http://www.adobe.com/go/1a3c2ad0 (latest DD 3.5

RE: DataDirect drivers and CFMX Standard

2006-06-22 Thread Jennifer Dodson
The problem is I have CF Standard. So I can't use those. It is good information to have though. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 5:16 PM To: CF-Talk Subject: Re: DataDirect drivers and CFMX Standard I

Re: DataDirect drivers and CFMX Standard

2006-06-22 Thread dcooper
If you just wanted to try out the drivers and see if they solve your problem, perhaps you can install the CF7 Enterprise trial (on another machine or seperate J2EE instance) and try your app? Damon The problem is I have CF Standard. So I can't use those. It is good information to have

Mailing List - Inline Republishing

2006-06-22 Thread Stephen Cassady
What I do is store all attachs in a db (msgid,filename, content type, byte size, and cid, as well as a random attachid#) When I output the body html I use regex to replace img src=cid: with img src='url?msgid=idnumcid= Dov Other than storing in a database (store in folders) this is the thought

OT: Webmaster IPO Model

2006-06-22 Thread Will Tomlinson
I had someone ask me for ideas on an IPO (input/process/output) for a webmaster. It'll help shape an IT program at the local community college. I came up with some input such as: Client interviews User Interviews Data Source Files Process would be Web tools or whatever you use to process the

Re: Mailing List - Inline Republishing

2006-06-22 Thread Dov Katz
I guess it depends on what you want to get out of it. In my case things needed user level security per forum/thread/post so to protect the attachments, I pipe the files out via jsp. I redundantly store things now, but I'm working on checksumming files and storing the chksum in a db. To prevent

Framework + Ajax?

2006-06-22 Thread Jeff Chastain
How does a framework, say Mach-II (although I see the same issue with Model-Glue or FuseBox), work with Ajax? I can see easily how you could make a call via Ajax to index.cfm?event=listContacts which would return HTML, JSON, or whatever to rebuild a portion of the page. The question I am running

RE: 404 help

2006-06-22 Thread Phillip Holmes
Did you create a virtual directory in IIS for your 404 folder? -Phil -Original Message- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 11:27 AM To: CF-Talk Subject: Re: 404 help I have done that. Changing IIS catches bad directory names and bad

RE: appending two queries

2006-06-22 Thread Andrew Tyrone
-Original Message- From: Crow T. Robot [mailto:[EMAIL PROTECTED] Let's say that I have a CSV file that I am reading into a page, and I convert it to a query. I have a database table that it set up exactly like the converted query, I want to basically insert the CSV data into

RE: Image processing

2006-06-22 Thread Phillip Holmes
Also, you may want to look at imageJ. Phil -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 8:34 AM To: CF-Talk Subject: RE: Image processing I have been processing images w/ CFXM for a long time. I've used every tag out there. We

Re: Framework + Ajax?

2006-06-22 Thread James Holmes
ajaxCFC has been intergrated with Model-Glue. You might check out the ajaxCFC site for info which may answer your question: http://www.robgonda.com/blog/index.cfm/2006/1/21/ajaxCFC-for-ModelGlue-Explained On 6/23/06, Jeff Chastain [EMAIL PROTECTED] wrote: How does a framework, say Mach-II

Re: DataDirect drivers and CFMX Standard

2006-06-22 Thread James Holmes
The original poster already has the drivers, from DataDirect, for standard, and can't work out the correct connect string. We know that Enterprise will fix the problem, but that doesn't help as the poster can't justify the expense of Enterprise. On 6/23/06, dcooper @ macromedia. com dcooper @

RE: Image processing

2006-06-22 Thread Jim Priest
From: Justin Hansen [mailto:[EMAIL PROTECTED] The next time I have to do new or upgrade my existing image processing code I plan to try out the Alagad Image Component. It's a full featured cfc that uses the JAI. http://www.alagad.com/ I recently used Alagad to chug through ~8000+ web cam

Re: connection limit has been reached

2006-06-22 Thread Denny Valliant
What about maintain connections across requests in cfadmin dsource? Can't that setting effect how many connections are opened? I had the same trouble when I switched to MySQL 5, but futzing with that setting seems to have fixed it... I think. Might have been something else... Oh, I did have to

RE: Framework + Ajax?

2006-06-22 Thread Jeff Chastain
I have actually been taking apart the Mach-II + ajaxCFC demo, and have come to the conclusion that I just don't get ajaxCFC. Ajax in my understanding is supposed to be client-side JavaScript making asynchronous calls to the backend server. So with this, where do CFCs come into play? Ajax

RE: DataDirect drivers and CFMX Standard

2006-06-22 Thread Jennifer Dodson
That is an option. We thought it was better to try out the drivers from Data Direct since we're more likely to buy the drivers than to buy Enterprise, but since they're not working maybe trying Enterprise is a good option. Can anyone tell me what it costs to upgrade from Standard to Enterprise?

Re: Framework + Ajax?

2006-06-22 Thread James Holmes
ajaxCFC, CFAJAX and other CF-specific libraries provide a way to get native CF types returned into your client page without having to write the extra code yourself. For example, if I have a CFC that contains a method that returns a query, I can just use ajaxCFC to call the CF method from within my

Re: DataDirect drivers and CFMX Standard

2006-06-22 Thread James Holmes
http://www.adobe.com/products/coldfusion/productinfo/upgrade/#upricing $2999 per 2 CPUs, which is cheaper than the price someone mentioned for the DataDirect drivers by themselves. On 6/23/06, Jennifer Dodson [EMAIL PROTECTED] wrote: That is an option. We thought it was better to try out the

RE: DataDirect drivers and CFMX Standard

2006-06-22 Thread Dave Watts
The original poster already has the drivers, from DataDirect, for standard, and can't work out the correct connect string. We know that Enterprise will fix the problem, but that doesn't help as the poster can't justify the expense of Enterprise. I don't think that's correct. The original

Re: DataDirect drivers and CFMX Standard

2006-06-22 Thread James Holmes
Quite right - I just posted the fully $1000 cheaper Enterprise upgrade price. On 6/23/06, Dave Watts [EMAIL PROTECTED] wrote: The original poster already has the drivers, from DataDirect, for standard, and can't work out the correct connect string. We know that Enterprise will fix the

Re: classpath

2006-06-22 Thread Denny Valliant
Hey, nothing is as fun as breaking fundamental rules. :-) I was thinking of Doug Hughes blog: http://www.doughughes.net/index.cfm?event=viewEntryentryId=122 Good stuff. I think we'd keep it separate until we were ready to package it up, if we went the route of in-line java, so to speak. At the

Change Log directory?

2006-06-22 Thread Johnny Le
Is there another way to change the log directory? I know that you can go to CF Admin and change log directory in the logging settings page, but I am wondering if you know another way I can do it through coding? CFLog doesn't seem to allow you to do that. Johnny

RE: Change Log directory?

2006-06-22 Thread Dave Watts
Is there another way to change the log directory? I know that you can go to CF Admin and change log directory in the logging settings page, but I am wondering if you know another way I can do it through coding? CFLog doesn't seem to allow you to do that. You might be able to do this

RE: Change Log directory?

2006-06-22 Thread Phillip Holmes
It is in the registry under: System controlset001 services ColdFusion MX Application Server Key name: SystemErr value: {jrun.rootdir}\logs\{jrun.server.name}-err.log Key name: SystemOut value: {jrun.rootdir}\logs\{jrun.server.name}-out.log Warmest Regards, Phillip Holmes -Original

Re: 404 help

2006-06-22 Thread Denny Valliant
I had to cycle the setting in cfadmin for the missing template handler, (by setting to the old default, saving, setting it to the new default again) for it to take in one of my sites. Don't know if that will work for you too, but it's worth a shot. :d On 6/22/06, Matt Williams [EMAIL PROTECTED]

Re: 404 help

2006-06-22 Thread Denny Valliant
Also, it's worth noting, that if you have functions (for navigation, say) on the 404 page, they themselves will throw 404s and include the default 404 handler instead of the custom one. Try a plain html 404.cfm file first, before doing anything fancy. :d On 6/22/06, Denny Valliant [EMAIL