Re: isdefined vs structkeyexists (was: cfinvoke or CreateObject)

2007-06-03 Thread Robertson-Ravo, Neil (RX)
So, performance wise ColdFusion will fluctuate between OS? Not exactly the best advert for performance etc. If one OS is faster wouldn't more people move or plan for that OS? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a

Re: Java 1.6.0_01

2007-06-03 Thread Robertson-Ravo, Neil (RX)
Yeah, but don't you point to the JRE within the JDK? The JRE with client and server within bin? 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

Re: Access query doesn't work

2007-06-03 Thread Will Tomlinson
Dont you make a big deal just about everyday about how you dont use access anymore? No, I don't. It's all I need for this particular situation. ~| Create Web Applications With ColdFusion MX7 Flex 2. Build powerful,

why might sessions end more quickly after changing to linux/BD?

2007-06-03 Thread stylo stylo
Just moved from shared cfmx/windows to a vps BD/linux. Code hasn't changed. Now we keep getting kicked out of sessions quickly. Sign into the app admin and get kicked out quickly whereas before it was fine for a long time. Session timeout is 20 minutes in BD but happens faster than that I

SOT: SQL methods

2007-06-03 Thread Tom King
Hi All, Just set up a MySql DB, and I'm trying to work out the best way to update multiple tables via CF: I.e: TblEvent EventID [key] EventName tblEventType EventTypeID [key] EventTypeName tblEventJoin EventJoinID [key] EventID EventTypeID So above, I

Encyption Problem

2007-06-03 Thread Robert Rawlins - Think Blue
Hello Guys, I'm having trouble working with encrypt() and decrypt(). I've generated my own key and I'm trying to use AES encryption on a simple 'hello world' string, see my code below. cfset myKey = ToBase64(BinaryDecode(12345678901234567890123456789012, Hex)) / cfset myString = Hello

Re: SOT: SQL methods

2007-06-03 Thread Dan O'Keefe
Tom, One method I have used in the past is when you query the join table and display the results, store the EventJoinID 's in a list hidden form variable. Then on post, wrapped in transaction, a single delete statement using the EventJoinID 's list will delete all of the old records, and then

Re: SOT: SQL methods

2007-06-03 Thread Tom King
that's a fab idea... :) Thanks! T On 3 Jun 2007, at 14:41, Dan O'Keefe wrote: Tom, One method I have used in the past is when you query the join table and display the results, store the EventJoinID 's in a list hidden form variable. Then on post, wrapped in transaction, a single delete

RE: SOT: SQL methods

2007-06-03 Thread Robert Rawlins - Think Blue
Well, My suggestion would be to put the weight of the task on the DB Engine if possible rather than CF, it'll be much more efficient. I'm a SQL Server guy and don't know MySQL very well, but from memory they have a REPLACE function, which determines if the record needs to updated or inserted, it

Re: SOT: SQL methods

2007-06-03 Thread Tom King
Thanks, Ill look into that aswell :) Ta T On 3 Jun 2007, at 14:53, Robert Rawlins - Think Blue wrote: Well, My suggestion would be to put the weight of the task on the DB Engine if possible rather than CF, it'll be much more efficient. I'm a SQL Server guy and don't know MySQL very well,

Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

2007-06-03 Thread marc --
Hi, I installed scorpio on JRun4 on win2k3 next to an existing CFM7 JRun server. I am unable to serve .cfm pages - I get this error message instead. Either the Macromedia application server is unreachable or it does not have a mapping to process this request. I use IIS 6.0; made an

Re: Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

2007-06-03 Thread Robertson-Ravo, Neil (RX)
Did you have another server installed? Ii.e. Did you have CF7 on it before? What http port is CF8 listening on? 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

Re: Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

2007-06-03 Thread marc --
Did you have another server installed? Ii.e. Did you have CF7 on it before? What http port is CF8 listening on? cf8 listens on port 51000 cfm702 is already installed and listens on port 51020 ~| Upgrade to Adobe ColdFusion MX7

Re: Custom tag for generating rss feeds

2007-06-03 Thread Pete Ruckelshaus
Try putting the following immediately preceding where you are outputting the XML: cfcontent reset=true This will reset the output buffer and do away with any whitespace preceding your XML doc, which is probably what your code is barfing on. Pete On 6/1/07, John P [EMAIL PROTECTED] wrote:

Re: Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

2007-06-03 Thread Robertson-Ravo, Neil (RX)
Which http port does it's listen on? 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.

Re: Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

2007-06-03 Thread marc --
Which http port does it's listen on? 8301 ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive:

Re: Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

2007-06-03 Thread Robertson-Ravo, Neil (RX)
And have you tried that in the URL? 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.

RE: Access query doesn't work

2007-06-03 Thread Bobby Hartsfield
No, I don't. Ohhh yes you do. Usually you say how lame Dave L is for using it lol ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Sunday, June 03, 2007 7:26 AM To: CF-Talk Subject: Re:

Re: Access query doesn't work

2007-06-03 Thread Will Tomlinson
No, I don't. Ohhh yes you do. Usually you say how lame Dave L is for using it lol Look bobby, there's a big difference between dave l. (let's just call'em what he is, THE DISTRUPTOR) using access as his main rdbms, and me usin it 1 time in 3 years. lol! And yes, I admit it, I usually say

Development Machine Setup

2007-06-03 Thread Michael Wright
I'm looking to setup a development windows xp machine with CF 7.02, 8 and Bluedragon on it. I would like to use Apache rather than IIS and really am just wondering the best way to have these co-exist. I have a few scenarios in my head of ways to do it but would like to hear the way you experts

Re: Development Machine Setup

2007-06-03 Thread Robertson-Ravo, Neil (RX)
Co-exist IIS / Apache? Well they can co-exist but not running at the same time listening on port 80. 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

Re: Development Machine Setup

2007-06-03 Thread Michael Wright
Actually it wasn't IIS/Apache running together I was really asking about but I have just realised it is BD.Net I am getting (it was a prize!!) so IIS will be needed obviously. My personal preference has always been to have CF running on apache but for simplicities sake I may just go the IIS route

Re: Access query doesn't work

2007-06-03 Thread Dave l
Ohhh yes you do. Usually you say how lame Dave L is for using it lol Yeah access runs SWT on my mac... I mean its smooth like butter, umm i mean like Wills balding head. I can't believe no one else is running access on their mac, I mean you'd link it wouldnt run at all being a winbolows

Re: Encyption Problem

2007-06-03 Thread J.J. Merrick
It looks like you are not decrypting an encrypted string... cfset decrypted = Decrypt(myString, myKey, AES) / would need to be cfset decrypted = Decrypt(encrypted, myKey, AES) / or I may just be missing something else at first glance also. J.J. On 6/3/07, Robert Rawlins - Think Blue

Re: Encyption Problem

2007-06-03 Thread robert . rawlins
Thanks JJ, You were actualy pretty much spot on, I wasnt thinking straight and was trying to decrypt the version of my string that wasnt encrypted. Also, I need to add the last parameter into the en/decrypt which was 'HEX' it all works an absolute charm now. Thanks bud, Rob It looks like you

Re: Development Machine Setup

2007-06-03 Thread Robertson-Ravo, Neil (RX)
Yeah, If you want to run BD.NET which obviously needs IIS and ColdFusion which you want to use Apache for them I would definitely think of using VM. You can run multiple ColdFusion servers side by side on both IIS and Apache a far as I am aware. This e-mail is from Reed Exhibitions (Gateway

Re: Development Machine Setup

2007-06-03 Thread Michael Wright
Thanks Neil, Pretty much what I thought to be honest - I'll have a play about with some of the VM solutions available. As a 1 man shop I'm not entirely sure what I'm going to do with this bd.netlicence but hey a freebie is a freebie so I'm sure I'll come up with something. Cheers Michael PS -

Re: Development Machine Setup

2007-06-03 Thread Robertson-Ravo, Neil (RX)
Yeah no doubt.. While I had to give up my trip to sit and look at logs all day, I am sure fun was had by all! Well, if you don't want then .NET license :-) Lol This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of

Content Compression

2007-06-03 Thread Robertson-Ravo, Neil (RX)
Hi, Anyone using Content Compression with any of their sites/apps (on the fly or otherwise). If so, what are you using what kind of speed improvements are you getting if any? I am particularly interested in IIS implementations. Thanks This e-mail is from Reed Exhibitions (Gateway House, 28

Re: Development Machine Setup

2007-06-03 Thread Jim McAtee
Why the need for VMs? Can't you just bind multiple addresses to the NIC and configure IIS and Apache to listen to whichever addresses for their respective web sites? - Original Message - From: Michael Wright [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Sunday, June

Re: Development Machine Setup

2007-06-03 Thread Michael Wright
Thanks for the reply Jim, I'm really looking for the simplest solution possible - in an ideal world I'd rather not have both Apache and IIS running together, I would prefer to have everything on port 80. Saying that if using different ports was the easiest way then so be it. I could go

Re: Session timeouts with ntauthenticate and cflogin

2007-06-03 Thread Steve Good
nobody has any ideas? *pouts* Anyone have any links or able to tell me where in the CFWACK or CF Advanced books I should look? I am truly stumped on this. ~Steve Steve Good wrote: Sorry if anyone's mail to me was bounced back, stupid VPN connection tricked DynDNS updater for my home

RE: Session timeouts with ntauthenticate and cflogin

2007-06-03 Thread Dave Watts
I using a login script in my Application.cfc that authenticates using cfntauthenticate to verify username password, then use cflogin to actually login to the site. I use session variables throughout the site to determine what users can and can't access. The problem I am running into is

RE: Development Machine Setup

2007-06-03 Thread Dave Watts
I could go completley the IIS route, but I have always run into problems installing CF on IIS, but I'm sure with the help of the list I could work my way around these. It's pretty easy to get CF working with IIS or Apache. Does IIS allow virtual hosts in the same way as Apache does? IIS

RE: Development Machine Setup

2007-06-03 Thread Dave Watts
I'm looking to setup a development windows xp machine with CF 7.02, 8 and Bluedragon on it. I would like to use Apache rather than IIS and really am just wondering the best way to have these co-exist. I have a few scenarios in my head of ways to do it but would like to hear the way you

RE: Build .CAR file in CFMX 6.1

2007-06-03 Thread Dave Watts
Thanks Dave. Now, how about a little help finding it in the CFMX 6.1 standard admin! hehe. ;) Step 1: Upgrade to CF Enterprise. Step 2. Click on the link. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction

RE: Java 1.6.0_01

2007-06-03 Thread Dave Watts
Yeah, but don't you point to the JRE within the JDK? The JRE with client and server within bin? Yes, but if you simply download the standalone JRE, it doesn't come with the server DLL. So, you either have to download the full JDK with the server DLL, or presumably you can copy it into a JRE

RE: why might sessions end more quickly after changing to linux/B D?

2007-06-03 Thread Dave Watts
Just moved from shared cfmx/windows to a vps BD/linux. Code hasn't changed. Now we keep getting kicked out of sessions quickly. Sign into the app admin and get kicked out quickly whereas before it was fine for a long time. Session timeout is 20 minutes in BD but happens faster than that I

RE: Build .CAR file in CFMX 6.1

2007-06-03 Thread Dave Watts
Thanks Dave. Now, how about a little help finding it in the CFMX 6.1 standard admin! hehe. ;) Step 1: Upgrade to CF Enterprise. Step 2. Click on the link. Now that I've had my fun, here's a more useful answer: just back up the neo-*.xml files, they have all the information you need in

Re: isdefined vs structkeyexists (was: cfinvoke or CreateObject)

2007-06-03 Thread Sean Corfield
On 6/2/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: So, performance wise ColdFusion will fluctuate between OS? Not exactly the best advert for performance etc. If one OS is faster wouldn't more people move or plan for that OS? It's not so much ColdFusion's performance as the

Re: Build .CAR file in CFMX 6.1

2007-06-03 Thread Rey Bango
You forgot step 0: Get Dave's credit card. ;o) Thanks for the info on backing up the XML files. Rey Dave Watts wrote: Thanks Dave. Now, how about a little help finding it in the CFMX 6.1 standard admin! hehe. ;) Step 1: Upgrade to CF Enterprise. Step 2. Click on the link. Dave Watts,