RE: CFinclude issues

2012-03-02 Thread Jeff Langevin
Aren't they all also relative to the original including templates path though even though they're nested? I feel like I got bitten by that once... -Original Message- From: =?ISO-8859-1?Q?Claude_Schn=E9egans schneegans@interneti=71?=.outdoors.org

RE: CFHTTP wierdness

2010-01-08 Thread Jeff Langevin
want to look to http://www.coldfusionmuse.com/index.cfm/2008/10/9/cfhttp-troub leshooting Thanks, Asha. -Original Message- From: Jeff Langevin [mailto:jlange...@outdoors.org] Sent: Friday, January 08, 2010 2:22 AM To: cf-talk Subject: CFHTTP wierdness So I've got

RE: CFHTTP wierdness

2010-01-08 Thread Jeff Langevin
some pre-capture filters though-- capture files could get big pretty quick on a server with a lot of network traffic. ~Brad Original Message Subject: CFHTTP wierdness From: Jeff Langevin jlange...@outdoors.org Date: Thu, January 07, 2010 2:51 pm To: cf-talk cf-talk

CFHTTP wierdness

2010-01-07 Thread Jeff Langevin
So I've got a production and a live server. Both running CF8, Win 2003 Server Standard Ed, IIS6. Both have the same code calling a remote, non-CF-based web service via a cfhttp call to an https URL. We are getting sporadic Connection Failure messages from cfhttp. This clearly isn't the old

RE: CFHTTP connection failure error

2008-11-26 Thread Jeff Langevin
Never seen that one before. But here's a shot in the dark. Any chance you're trying to connect to a secure url (https)? There is a known issue where cfhttp does not support certain implementations and therefore the certificate gets rejected. You could try using CFHTTP5 at the tag store.

Third-party web services and soap

2008-11-25 Thread Jeff Langevin
I'm pounding my head against using soap requests with Kintera Sphere API. The problem I have is that while I have a local copy of their wsdl file, there is no URL that I can call to instantiate a web service. I need to be able to make soap requests and more specifically set soap headers.

RE: Third-party web services and soap

2008-11-25 Thread Jeff Langevin
Sorry for my ignorance on this. I've written my own web services in CF and consumed in CF before. But the complexity of their API is new to me. I didn't realize you could host it locally and still make the proper calls like that. Totally makes sense. Let me play with it and see if I can

RE: Third-party web services and soap

2008-11-25 Thread Jeff Langevin
Okay so you obviously were correct that I can instantiate locally. cfscript KinteraWS = createObject(webservice, URL to KinteraConnect.wsdl); LoginRequest = createObject(java,com.kintera.schema.API.LoginRequest); LoginRequest.setLoginName(foo);

RE: Third-party web services and soap

2008-11-25 Thread Jeff Langevin
the data was sent I'd rather not have to. Is there a way to force the character encoding in Java at the CF server level so I can see if this is the problem? -Original Message- From: Jeff Langevin [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2008 3:58 PM To: cf-talk Subject: RE

RE: Third-party web services and soap

2008-11-25 Thread Jeff Langevin
Message- From: Jeff Langevin [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2008 5:37 PM To: cf-talk Subject: RE: Third-party web services and soap So I've been trying to figure this one out. I've come across a lot of talk about BOM (byte order marks) causing this issue. Anyone come

Re: CrystalTech outage?

2006-11-27 Thread Jeff Langevin
Can you post the IP address? Ray Champagne wrote: Looks like if you use the IP, you're good. Must be some kind of DNS issue... http://www.crystaltech.com/forum/topic.asp?TOPIC_ID=16202 -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Monday, November 27,

Re: CrystalTech outage?

2006-11-27 Thread Jeff Langevin
customers too much, but you can at least access your site(s) if you need to. -Original Message- From: Jeff Langevin [mailto:[EMAIL PROTECTED] Sent: Monday, November 27, 2006 1:51 PM To: CF-Talk Subject: Re: CrystalTech outage? Importance: High Can you post the IP address? Ray

Re: CrystalTech outage?

2006-11-27 Thread Jeff Langevin
Looks like it is back up... --Jeff Jeff Langevin wrote: Ah, I see. I meant the IP address of crystaltech. I am just curious whether their own website has any info on the problem. --Jeff Ray Champagne wrote: Um, no, I meant if you use the IP of *your* site. There is no IP to give you

Re: CrystalTech outage?

2006-11-27 Thread Jeff Langevin
to containe the issue. I will keep everyone posted as we learn more. Bob Cichon President and Chief Operating Officer CrystalTech Web Hosting Inc. -- Jeff Langevin wrote: Ah, I see. I meant the IP address of crystaltech. I am just curious whether

CFMX7 and .NET integration

2006-09-22 Thread Jeff Langevin
Here's a scenario and I'd love folks' thoughts. I am wondering how tough it would be to do what is being proposed. We would have a subscription-based e-commerce application written in CFMX. It would handle payments, accounts, session management, etc. With this application, my organization

Re: CFMX7 and .NET integration

2006-09-22 Thread Jeff Langevin
Unfortunately we already have CFMX7 running on our server so switching to Blue Dragon is not likely. Alan Rother wrote: Blue Dragon.Net www.NewAtlanta.com This is what is was designed for. ~| Introducing the Fusion

Re: SQL Problem

2006-03-09 Thread Jeff Langevin
Try this: SELECT TOP 1 (controlID, memberID, memberSubmitDate) FROM tblList ORDER BY memberSubmitDate DESC --Jeff On 3/9/2006 1:36 PM, Mark Leder wrote: How do I do a single record select only choosing the most recent record based on a SQL timestamp (date/time)? For example, I could have two

Re: Alternatives to AbleAuction Builder

2006-01-19 Thread Jeff Langevin
Thanks for the info. I will definitely steer clear! --Jeff On 1/18/2006 4:40 PM, Michael Dinowitz wrote: Whatever you use, do NOT use beyondsolutions's auction software. It has MAJOR security holes that I've reported to them and they have never replied to me about them. The code's also a

Alternatives to AbleAuction Builder

2006-01-18 Thread Jeff Langevin
I'm curious what folks are using out there for auction software. I'm working with a client that uses an older version of AuctionBuilder and wanted to investigate other options. I've used older version AbleCommerce store software and it's a nightmare to customize. Any suggestions would be

Calendar Application

2005-11-17 Thread Jeff Langevin
Hey folks, I was wondering if anyone can recommend a calendar app that fits the following criteria. I've searched around including on the exchange. I've found a couple of decent ones, but none of them seem to have built in search functionality. And, while it wouldn't be tough to

Re: Query of Queries error - solution

2005-06-23 Thread Jeff Langevin
Thanks for the idea. I still had problems though. So I added a dummy row using querySetCell() where the offending column's value was set to aaa (I think someone might have suggested something like this earlier). This is a value that would never occur in real life. On the next process that

Re: Query of Queries error - solution

2005-06-23 Thread Jeff Langevin
Oh yes, and I used the cast in the other query to get QoQ to play nicely. Thanks! cast(OrderDetails.Order_ID AS varchar(12)) AS Order_ID, --Jeff On 6/23/2005 8:52 AM, Jeff Langevin wrote: Thanks for the idea. I still had problems though. So I added a dummy row using querySetCell() where

Re: Query of Queries error - solution

2005-06-23 Thread Jeff Langevin
I have no doubt that it would be put to good use by many if you did... --Jeff On 6/23/2005 10:07 AM, James Holmes wrote: Would it help if I made good on my threat to write a QueryCast() UDF for CF 6.1? On 6/23/05, Jeff Langevin [EMAIL PROTECTED] wrote: Oh yes, and I used the cast

Query of Queries error

2005-06-22 Thread Jeff Langevin
I am trying to join two sets of data using query of queries. I've read the livedocs and search the HoF archives and haven't been able to figure out a way to handle this. My problem is that I run the query at the end of this massage and get the following error: Query Of Queries runtime error.

Re: Query of Queries error

2005-06-22 Thread Jeff Langevin
. cast(realPartNumber AS varchar(12)) AS realPartnumber What DB are you using? This should cause the recordset object to see it as a string. -mark Mark A. Kruger, CFG, MCSE www.cfwebtools.com www.necfug.com http://mkruger.cfwebtools.com -Original Message- From: Jeff

Re: nuts bolts query ?

2005-05-17 Thread Jeff Langevin
this correctly - what is being referenced as the top (outer) input and the bottom (inner) input ?? I would assume outer means the members m table and inner means members_categories d table ?? -Original Message- From: Jeff Langevin [mailto:[EMAIL PROTECTED] Sent: Monday, May 16

Re: nuts bolts query ?

2005-05-16 Thread Jeff Langevin
The first query creates an inner join between the two tables. Try dumping them into query analyzer and take a look at the execution plan. It'll give you a better idea of what its doing with your queries. --Jeff On 5/16/2005 3:45 PM, Tim Laureska wrote: I must be losing itWhy do these

Re: nuts bolts query ?

2005-05-16 Thread Jeff Langevin
for a baic query like this? -Original Message- From: Jeff Langevin [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 4:39 PM To: CF-Talk Subject: Re: nuts bolts query ? The first query creates an inner join between the two tables. Try dumping them into query analyzer and take a look

Locking a DB record while editing

2005-05-09 Thread Jeff Langevin
I am curious to know how you folks have handled locking a database record in a shared application. Basically user 1 selects from a list of records to edit. Normally, I would then immediately go in an write a timestamp that locks the record. When user 2 comes I don't allow him/her to edit

Re: Locking a DB record while editing

2005-05-09 Thread Jeff Langevin
-Original Message- From: Jeff Langevin [mailto:[EMAIL PROTECTED] Sent: Monday, May 09, 2005 11:01 AM To: CF-Talk Subject: Locking a DB record while editing I am curious to know how you folks have handled locking a database record in a shared application. Basically user 1 selects from

Re: Locking a DB record while editing

2005-05-09 Thread Jeff Langevin
the lock before it expires. I keep meaning to write up a paper on this. Its really cool, and a fairly common question. -- Jeff Langevin Web Programmer Appalachian Mountain Club [EMAIL PROTECTED] 5 Joy

Re: More than one datasource in cfquery

2005-05-09 Thread Jeff Langevin
Ah yes. We have Benefactor here which runs over Unidata. Its unfortunate that you must use UniQuery to do all the interactions with the DB (on our version). One of the newer versions of Unidata is supposed to support ODBC with an add-on package. Unfortunately, we don't have it. :( --Jeff

Re: Locking a DB record while editing

2005-05-09 Thread Jeff Langevin
Hey Matt, Yes, if you could email it to me, that would be great. Thanks! --Jeff On 5/9/2005 5:01 PM, Matt Robertson wrote: On 5/9/05, Jeff Langevin [EMAIL PROTECTED] wrote: But one question... Hah! You funny guy. You keep day job. As I said I've been meaning to write

CFX_Paymentnet and Verisign

2005-04-04 Thread Jeff Langevin
Does anyone know where I can get a copy of CFX_Paymentnet? We are running Ablecommerce 3 and want to enable real-time credit card processing. However, this custom tag is required and it no longer appears to be available on the VeriSign website (Verisign has not been too helpful). --Jeff

Re: SOT: Outsourcing

2004-11-18 Thread Jeff Langevin
We've outsourced oversees and domestically. I think everyone involved in my company agreed that the oversees work was a disaster. The code that came back sometimes worked, sometimes didn't. Managing the project was a huge time sink. And the time difference it made everything an order of

Re: Doug White - clickdoug.com

2004-09-23 Thread Jeff Langevin
If you went this route, Paypal can then place a negative mark on your credit report.They can also send it to collections which will further negatively impact your credit.So if you're looking to buy a home or car or get life insurance (worse credit = worse rates) or approval for any other line

Re: SQL, count

2004-09-16 Thread Jeff Langevin
I think this would do it, though I didn't test it. SELECT a.id2, a.name, ( SELECT COUNT(b.id) FROM tablename b WHERE b.id1 = a.id2 ) as idCount FROM tablename a ORDER BY a.id2 HTH. --Jeff On 9/16/2004 12:47 PM, Andy J wrote: I've got a SQL query which for love or money i cant seem to

Re: SQL, count

2004-09-16 Thread Jeff Langevin
Woops...I had a typo I think.The where clause should have been... WHERE b.id1 = a.id1 On 9/16/2004 4:40 PM, Jeff Langevin wrote: I think this would do it, though I didn't test it. SELECT a.id2, a.name, ( SELECT COUNT(b.id) FROM tablename b WHERE b.id1 = a.id2 ) as idCount FROM

Re: SQL, count

2004-09-16 Thread Jeff Langevin
Ack, id1 and id2 was screwing me up.This works. SELECT a.id2, a.name, ( SELECT COUNT(b.id1) FROM tablename b WHERE a.id2 = b.id1 ) as idCount FROM tablename a ORDER BY a.id2 On 9/16/2004 4:44 PM, Jeff Langevin wrote: Woops...I had a typo I think.The where clause should have been... WHERE

Re: Send Fax through Internet

2004-07-21 Thread Jeff Langevin
http://www.protofax.com/ We never needed it, but it came with AbleCommerce.There's a licensing fee, but it has a custom tag to connect it to your CF apps. --Jeff On 7/21/2004 1:15 PM, Anne Girardeau wrote: Thanks Mike.I took a look around but I wasn't able to find the API you were

Re: DB field setup

2004-07-21 Thread Jeff Langevin
Use three tables something like what's below.The has multiple entries for each user.HTH. --Jeff tblUsers PK_tblUsers userName firstName ... tblSubjects PK_tblSubjects subject description ... tblUserSubjects FK_tblUsers FK_tblSubjects On 7/21/2004 1:43 PM, Daniel Kessler wrote: I had a

Re: Urgent help needed Please.....

2004-07-20 Thread Jeff Langevin
Close the cfquery, perhaps?Unless that was just a cut and paste issue... --Jeff cfquery name=add datasource=newmembers INSERT INTO members (name,email) VALUES ('#name#','#email#') /cfquery Sangeeta Karmokar wrote: Hi, I am new to CF. we have backend as MySql and I am trying to inser into

Re: Retrieve a random record from a database

2004-07-20 Thread Jeff Langevin
You could query for all public records and then use randRange(1,myquery.recordcount).That'll give you a random row.Then use the primary key to do whatever you need form there.HTH. --Jeff Dustin Snell [Network Automation, Inc] wrote: We have a database with a bunch of customer testimonials in

Re: Retrieve a random record from a database

2004-07-20 Thread Jeff Langevin
Yup.That's much better.Let the DB do all the work. :) --Jeff Charlie Griefer wrote: SELECT TOP 1 field1, field2, ... FROM table WHERE public = 1 ORDER BY newID() - Original Message - From: Dustin Snell [Network Automation, Inc] [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

Re: Question about Licensing my CF Web Application

2004-06-09 Thread Jeff Langevin
First off, though I am familiar with contracts from my work at a start-up a few years ago, I am not a lawyer.None of these suggestions should be construed as legal advice.First and foremost, even if it is only to do a final review of your contract, hire a contract lawyer.I realize that the

cfhttp and stripping out text

2004-05-26 Thread Jeff Langevin
I am using cfhttp to pull a page from one of our servers to another. The page that I am pulling contains a table.What I would like to do is strip everything out of the file except for the table.The problem is that the page is coming from a content management system.So I can't be sure that the

Re: cfhttp and stripping out text

2004-05-26 Thread Jeff Langevin
in the future. --Jeff Pascal Peters wrote: What version of cf? Can you identify the table in a unique way (does it contain something that doesn't change and is unique)? Are there other tables nested in the table? Pascal -Original Message- From: Jeff Langevin [mailto:[EMAIL PROTECTED] Sent

Re: cfhttp and stripping out text

2004-05-26 Thread Jeff Langevin
... /table can you guarantee the id= will stay there, if you set it up that way in the first place? tw -Original Message- From: Jeff Langevin [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 11:42 AM To: CF-Talk Subject: Re: cfhttp and stripping out text I am pulling from

RE: OT: Mach-II

2004-05-26 Thread Jeff Langevin
We currently use Fusebox 3 here and I am considering Fusebox 4.But before I do make that move, I'd like to hear what others that have used it have to say about Mach-II.I am just getting into CFCs, but if the reasons/experiences are compelling enough, I would consider the move directly to

Web service and multiple arguments

2004-05-25 Thread Jeff Langevin
I have created a web service (or attempted to) which is giving me an error.Can anyone give me insight into this issue?The final service will be more complicated, but I can't even get it to recognize my parameters.Any help would be great! --Jeff Here is the error: Web service operation

Re: Web service and multiple arguments

2004-05-25 Thread Jeff Langevin
Hmmm... that makes sense, but now I get: Web service operation availability with parameters {rcl,05,30,2004} could not be found. When I used cfinvoke, I got something similar. --Jeff Rick Root wrote: Jeff Langevin wrote: I have created a web service (or attempted to) which is giving me

Re: Web service and multiple arguments

2004-05-25 Thread Jeff Langevin
=month type=numeric cfargument name=day type=numeric cfargument name=year type=numeric Huh?I *want* all of those paramteres to be required.Is there another way to force parameters in a cfc to be required? --Jeff Jeff Langevin wrote: Hmmm... that makes sense, but now I get: Web service

Re: How does Amazon do that?

2004-05-21 Thread Jeff Langevin
Assuming you have an orders table and an orderDetails table (containing orderID and productID of each item in the order) it would be simple.Query the orderDetails table for any order containing the product ID of the item that the customer is looking at.At the same time, pull the other items in

Re: Fusebox on a web hosting service?

2004-04-16 Thread Jeff Langevin
Hey Mike, Why do you say don't use Fusebox 3 on CFMX?Reason I ask is that I have a Fusebox 3 app running on a CF5 box, but would like to migrate it to our new CFMX box some time in the future.Have you seen big performance problems with Fusebox 3 on CFMX?I've heard good things about Fusebox

Re: SOT?: SES URLs in CF

2004-03-19 Thread Jeff Langevin
on the home page, and all links on the home page are SES URLs I can only assume that google is quite happy following SES URLs from pages with SES URLs. Cheers Bert -Original Message- From: Jeff Langevin [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 16:26 To: CF-Talk Subject: SOT

SOT?: SES URLs in CF

2004-03-18 Thread Jeff Langevin
Hi folks, What things are folks doing out there to get around issues of search engine indexing of dynamic sites? Recently we launched an application which uses SES URLs (and the application is written in Fusebox 3).However, we are still having a problem with the search engines not indexing