Re: CFMAIL isn't working at all

2010-07-06 Thread Mike Kear
I find CFMAIL issues amongst the most difficult to debug, because you get such vague or even non-existent indications of problems.Often the only indication you get that your CFMAIL is wrong, is you dont receive any email. [A] I would check that you have all the required settings for your

RE: Ok...Assembla's gone a little mad. Need new SVN host...

2010-07-06 Thread Will Swain
I've been using repository hosting for about 5 months. Very happy so far, and you can't beat the price: $6 a month for unlimited repos, unlimited trac, unlimited users, 2Gb storage. http://repositoryhosting.com/ When I've needed their support, they have been very responsive, and they offer a

CFMAP/JavaScript help

2010-07-06 Thread Pete Ruckelshaus
I'm having a bit of trouble getting some JavaScript working with CFMAP. I currently use a link to center the map and zoom in on a specific location; this code works fine: a

Re: CFMAIL isn't working at all

2010-07-06 Thread Matthew Williams
Doesn't CentOS come with a firewall enabled by default? That, and maybe IPTables? If your connection won't verify, I doubt that mail will ever go out. You may need to poke about CentOS to open ports to allow outbound to the google mail servers. Matthew Williams Geodesic GraFX

Re: CFMAP/JavaScript help

2010-07-06 Thread Michael Grant
I'm going to guess the problem is that the js is seeing your object as a string. I *think* this would work. Can't say for sure without testing it. I can never remember weather you can use this.value with a select and have it work. You may need to change it to

Re: CFMAP/JavaScript help

2010-07-06 Thread Michael Grant
I can never remember weather Errr... whether. It's still early. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive:

Re: CFMAP/JavaScript help

2010-07-06 Thread Pete Ruckelshaus
Thanks Michael, that got me a LOT closer...I just needed to add an eval() to your code: onChange=ColdFusion.Map.setCenter('map1', {latitude:eval(this.value.split('|')[0]),longitude:eval(this.value.split('|')[1])});ColdFusion.Map.setZoomLevel('map1',10); Thanks for the help, Pete On Tue, Jul

Re: CFMAP/JavaScript help

2010-07-06 Thread Michael Grant
s'Awsome. On Tue, Jul 6, 2010 at 8:30 AM, Pete Ruckelshaus pruckelsh...@gmail.comwrote: Thanks Michael, that got me a LOT closer...I just needed to add an eval() to your code: onChange=ColdFusion.Map.setCenter('map1',

RE: CFMAIL isn't working at all

2010-07-06 Thread Mark A. Kruger
Check name resolution and FW on that CentOS server. Your error makes me think name resolution (are you using 127.0.0.1 for the sendmail server?) -Mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 Skype: markakruger www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original

Re: CFMAIL isn't working at all

2010-07-06 Thread Dave Watts
I'm trying to send emails using the CFMAIL tag. I know how it is done and have tried every possible way to figure out why it isn't working. Coldfusion 9 64-bit is running on a CentOS 5.4 x64 box with Apache 64-bit installed. It is neither sending email through smtp.gmail.com (Google App

RE: Ok...Assembla's gone a little mad. Need new SVN host...

2010-07-06 Thread Rick Faircloth
Thanks for that info...I'll check 'em out! Rick -Original Message- From: Will Swain [mailto:w...@hothorse.com] Sent: Tuesday, July 06, 2010 5:04 AM To: cf-talk Subject: RE: Ok...Assembla's gone a little mad. Need new SVN host... I've been using repository hosting for about 5 months.

cfcharts not displaying

2010-07-06 Thread RamaDevi Dobbala
Hi, if anyone know please help me. My cf flash charts are not displaying in production, but displaying in test site,where i can check that. Thanksregards, Rama ~| Order the Adobe Coldfusion Anthology now!

Re: cfcharts not displaying

2010-07-06 Thread Azadi Saryev
make sure virtual directory/host to /CFIDE folder is configured correctly in production website Azadi On 06/07/2010 10:20, RamaDevi Dobbala wrote: Hi, if anyone know please help me. My cf flash charts are not displaying in production, but displaying in test site,where i can check that.

Target particular instance

2010-07-06 Thread Svetlin Roussev
Hi, in my current set up I am in a cluster environment and I have few CF instances. Is there a way in this cluster environment to target particular instance? ~| Order the Adobe Coldfusion Anthology now!

RE: Ok...Assembla's gone a little mad. Need new SVN host...

2010-07-06 Thread Duane Boudreau
Codesion (www.codesion.com) is good. They used to be cvsdude.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive:

Deleting Verity Collections

2010-07-06 Thread Robert Nurse
Hi, Is there a way of deleting a verity collection outside of the CF Administrator? I'm getting errors when I try to optimize, purge or delete a collection. Unable to optimize|purge|delete collection x. An error occurred while performing an operation in the Search Engine library. Error

Re: Deleting Verity Collections

2010-07-06 Thread Robert Nurse
Hi, Is there a way of deleting a verity collection outside of the CF Administrator? I'm getting errors when I try to optimize, purge or delete a collection. Unable to optimize|purge|delete collection x. An error occurred while performing an operation in the Search Engine

Re: Target particular instance

2010-07-06 Thread Dave Watts
Hi, in my current set up I am in a cluster environment and I have few CF instances. Is there a way in this cluster environment to target particular instance? I'm not exactly sure what you mean. Do you want to execute a specific request on a specific cluster member? To support sticky

Re: Deleting Verity Collections

2010-07-06 Thread Raymond Camden
cfcollection tag. On Tue, Jul 6, 2010 at 10:02 AM, Robert Nurse rnu...@gmail.com wrote: Hi, Is there a way of deleting a verity collection outside of the CF Administrator?  I'm getting errors when I try to optimize, purge or delete a collection.

Re: Deleting Verity Collections

2010-07-06 Thread Robert Nurse
cfcollection tag. Not working. I'm getting the same error using the cfcollection that I'm getting in the CF Administrator. ~| Order the Adobe Coldfusion Anthology now!

Re: Target particular instance

2010-07-06 Thread Svetlin Roussev
Thank you Dave, what I am trying to do is when I am hitting one of my sites I want the site to run on particular instance, not just random. I am running bunch of sites with Model Glue and simply when I make a change to the model or to the controller I have to go an clear the cache and with adding

RE: Ok...Assembla's gone a little mad. Need new SVN host...

2010-07-06 Thread Rick Faircloth
Thanks for the tip, Duane, but it looks I would need to get Medium account with codesion.com to meet my needs and that is $69.99 per month. Pricey... -Original Message- From: Duane Boudreau [mailto:du...@sandybay.com] Sent: Tuesday, July 06, 2010 10:54 AM To: cf-talk Subject: RE:

RE: Hosting Inquiry

2010-07-06 Thread Eric Roberts
A VPS would have either windows or Linux as the OS...it is essentially like having a dedicated server. So you would have virtual sites/aliases with IIS or apache just as you would on a dedicated server. The email accounts would really depend on what you install for email. My suggestion,

RE: Deleting Verity Collections

2010-07-06 Thread Gaulin, Mark
Could be a file open for read issue... On Windows I'd recommend restarting the verify service; I don't know what the equivalent operation is for your environment. -Original Message- From: Robert Nurse [mailto:rnu...@gmail.com] Sent: Tuesday, July 06, 2010 11:36 AM To: cf-talk Subject:

Re: cfqueryparam question (null attribute)

2010-07-06 Thread Matthew Lowrey
Hello Everyone (again): Another form of cfqueryparam has come up and I was curious how your outcomes might pan out. The following cfqueryparam passes, BUT when NULL it passes the default date in SQL Server (01/01/1900) Also, I had to take out the cfsqltype, it would error out if I did.

RE: Ok...Assembla's gone a little mad. Need new SVN host...

2010-07-06 Thread Duane Boudreau
No worries. I'm always looking for a deal so if the other guys turn out to be reliable let me know :) -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Tuesday, July 06, 2010 12:55 PM To: cf-talk Subject: RE: Ok...Assembla's gone a little mad. Need new SVN

RE: cfqueryparam question (null attribute)

2010-07-06 Thread DURETTE, STEVEN J (ATTASIAIT)
Why not define form.myDate in the first place. cfparam name=form.myDate default= / Then... cfqueryparam value=#form.myDate# null=#not len(trim(form.myDate))# / Steve -Original Message- From: Matthew Lowrey [mailto:rid...@gmail.com] Sent: Tuesday, July 06, 2010 11:57 AM To: cf-talk

Query returning a list for a JOIN

2010-07-06 Thread Claude Schnéegans
Hi, There is something I cannot figure a simple way of doing it, either in SQL or in CF. JOINS in SQl are relly handful, but sometimes, they can generate qute big queries for nothing. Suppose I have this: SELECT table1.many columns, table2.justOneColumn FROM table1 LEFT JOIN table2 ON

CF9 and Google Search Appliance

2010-07-06 Thread Rob Barthle
A site I maintain is going to start using the Google Search Appliance for local searches. It originally was a combination Verity/SQL database search, then moved to a Google custom search, and now to this. I have zero experience with this, and am looking for guides and tutorials on how best to

Re: CF9 and Google Search Appliance

2010-07-06 Thread Dave Watts
A site I maintain is going to start using the Google Search Appliance for local searches. It originally was a combination Verity/SQL database search, then moved to a Google custom search, and now to this. Good for you! This beats the crap out of Verity and SQL. I have zero experience

Distributed mode install problems

2010-07-06 Thread Andrew Clarke
I'm trying to install ColdFusion 9 in distributed mode for the first time. I've installed CF9 on the app server, and an trying to run wsconfig on the Windows 2003/IIS web server. However, when I try to run this from the web server: D:\ColdFusion9_anotherinstance\runtime\jre\bin\java -jar

Re: Query returning a list for a JOIN

2010-07-06 Thread Mike Chabot
You can create comma lists in T-SQL, if that is what you want to do. T-SQL is the Microsoft-flavor of SQL. I'm not sure if that is what you are using. So instead of 1 A 1 B 2 A you would get 1 A,B 2 A -Mike Chabot On Tue, Jul 6, 2010 at 1:33 PM, wrote: Hi, There is something I cannot

Re: Facebook Connect and coldfusion

2010-07-06 Thread Jeff Gladnick
No problem, looking forward to it! Sorry guys, I'm happy to post something, I'm just completely underwater with work ramping up for a launch. I hope to have time to scrub-up some code to post this weekend. Cheers, Kris On Thu, Jul 1, 2010 at 2:28 PM, Dustin Wardlow dustinward...@gmail.com

Re: Query returning a list for a JOIN

2010-07-06 Thread Claude Schnéegans
you would get Exactly, thanks, I'll see If I can migrate the database to SQL-Server. ~| Order the Adobe Coldfusion Anthology now!

RE: Target particular instance

2010-07-06 Thread Bobby Hartsfield
Each instance is running on a different port so specifying the port might be all you need. http://domain.com:8301/somepage.cfm (instance 1) http://domain.com:8302/somepage.cfm (instance 2) etc... This of course assumes there is no firewall blocking access to those ports. If so, and the task

Re: Target particular instance

2010-07-06 Thread Dave Watts
Each instance is running on a different port so specifying the port might be all you need. http://domain.com:8301/somepage.cfm (instance 1) http://domain.com:8302/somepage.cfm (instance 2) etc... This of course assumes there is no firewall blocking access to those ports. It also assumes

RE: Target particular instance

2010-07-06 Thread Bobby Hartsfield
You can run both if you need this functionality. .:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, July 06, 2010 6:18 PM To: cf-talk Subject: Re: Target particular instance Each

Re: ordering by lowest price (across two columns)

2010-07-06 Thread Mike Little
extra for experts... though the following would work, but gives error... SELECT SQL_CALC_FOUND_ROWS P.normalprice, P.saleprice, IF(P.saleprice P.normalprice, P.saleprice, P.normalprice) as orderprice FROM product P cfif len(session.pricerange) AND orderprice = cfqueryparam

Re: ordering by lowest price (across two columns)

2010-07-06 Thread Carl Von Stetten
You'll need to put the same IF statement into the order by clause. SQL will only sort on columns that actually exist in the table, not dynamically calculated columns (such as your orderprice alias). SELECT SQL_CALC_FOUND_ROWS P.normalprice, P.saleprice, IF(P.saleprice P.normalprice,

NetSuite Single Sign-On

2010-07-06 Thread Donnie Carvajal
I am trying to implement a single sign-on to NetSuite. The user will log into my CF app and get access to the secure section of my app. There will be a link to NetSuite that will automatically login to NetSuite. Has anyone ever dealt with this before? I am using CF 5.5 and it the provided

Re: ordering by lowest price (across two columns)

2010-07-06 Thread Mike Little
aha. thanks carl. the orderprice in the ORDER BY was actually working fine. but including the IF statement in... AND IF(P.saleprice P.normalprice, P.saleprice, P.normalprice) = cfqueryparam cfsqltype=cf_sql_integer value=#listfirst(session.pricerange)# works perfectly. sa weet! You'll

(ot) Mail servers

2010-07-06 Thread Justin Scott
For those out there who actually run e-mail servers for your clients, I'm curious what you're running and how happy you are with it. We're currently using modusMail for Windows here, but it's been years since I took a look at the e-mail server landscape. So what's hot right now? SmarterMail?

Re: (ot) Mail servers

2010-07-06 Thread Ben Conner
Hi Justin, I've been using Smartermail for a little over a year now and have been pretty happy with it. It's fairly complete, feature-wise, and very efficient. And the company continues to actively enhance it and kill bugs whenever found. --Ben On 7/6/2010 5:43 PM, Justin Scott wrote:

Re: NetSuite Single Sign-On

2010-07-06 Thread Mike Chabot
I've interfaced with NetSuite before from a CF Web site, although the goal was to exchange data between the two applications, which isn't an SSO solution. To create a single-sign-on solution might involve a cfhttp post, assuming you have the NetSuite passwords available from the CF application.

Re: (ot) Mail servers

2010-07-06 Thread Michael Grant
Speaking as an occasional user of the web client I can say it's a fairly intuitive gui. Except for the location of a few buttons I find it pretty good. On Tue, Jul 6, 2010 at 8:49 PM, Ben Conner b...@webworldinc.com wrote: Hi Justin, I've been using Smartermail for a little over a year now

Re: (ot) Mail servers

2010-07-06 Thread Michael Grant
It being smarterMail. On Tue, Jul 6, 2010 at 9:48 PM, Michael Grant mgr...@modus.bz wrote: Speaking as an occasional user of the web client I can say it's a fairly intuitive gui. Except for the location of a few buttons I find it pretty good. On Tue, Jul 6, 2010 at 8:49 PM, Ben Conner

Re: (ot) Mail servers

2010-07-06 Thread Marc Funaro
SmarterMail has been GREAT. I switched from a customized qmail solution, and smartermail can handle joe-jobs really well, has great anti-spam configuration and customization per-domain, and uses ClamAV for killing viruses dead. Outbound spam mitigation too. Combined with the ActiveSync

RE: (ot) Mail servers

2010-07-06 Thread Mark A. Kruger
We use smarter mail here to support about 50 domains (less than 1000 users). Works great and we are preparing to upgrade to the latest and greatest :) -mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 Skype: markakruger www.cfwebtools.com www.coldfusionmuse.com www.necfug.com

Re: Distributed mode install problems

2010-07-06 Thread Andrew Clarke
I managed to resolve this. The link at http://www.codecurry.com/2010/01/coldfusion-manual-configuration-issues.html was very helpful. I never could get wsconfig working, but was able to configure the IIS connection manually. I think the first time through there were still some loose ends