Re:CFC problems - portability workaround

2004-01-20 Thread Isaac Dealey
This is similar to another post today. It's not a good practice to extend a component if you can't say that [child class] is a [parent class] car is a vehicle Although I have (not very often) run into situations where there is an obviously sub-class relationship between a given class and two

RE: Timeout and internal server errors

2004-01-20 Thread Kwang Suh
The Jrun closed connection is a bug in CFMX6.1, and there is currently no solid resolution to the problem.Some people have had success with a hotifx on MM's site, but for others (such as myself), it has had no effect. Hotfix:

RE: (Admin) List changes

2004-01-20 Thread Hugo Ahlenius
Would it be possible (perhaps) to sum it up in a post to cf-talk when you are reaching a conclusion? /H. - Hugo AhleniusE-Mail: [EMAIL PROTECTED] Project Officer Phone:+46 8 230460 UNEP GRID-ArendalFax:+46 8 230441 Stockholm

RE: DB Design Question

2004-01-20 Thread Pascal Peters
You will need the three tables, but your foreign keys are a bit wrong: Headers HeaderID (PK) Header SubHeaders SubHeaderID (PK) HeaderID (FK) SubHeader Titles TitleID (PK) SubHeaderID (FK) Title Query them: cfquery name=getHeadings datasource=test SELECT H.HeaderID, H.Header,

Re:CF Live Chat application

2004-01-20 Thread Spectrum WebDesign
Thanks Eric please send for me! Thanks once again - Original Message - From: Eric Creese [EMAIL PROTECTED] Date: Mon, 19 Jan 2004 17:25:23 -0400 To: CF-Talk [EMAIL PROTECTED] Subject: Re:CF Live Chat application I am using an open source CF chat app that does not require a database

RE: Timeout and internal server errors

2004-01-20 Thread Candace Cottrell
Interesting. I will forward this to HostMysite. This was their reply: Hello, Thank you for contacting HostMySite.com.We apologize for the brief issue with your data source.We have reset a service on the shared server that was running in high process and are now able to reach and access your

RE: Timeout and internal server errors

2004-01-20 Thread Adam Reynolds
Basically they may be letting people use Access on high bandwidth sites. This will cause the CF server to stop operating. Adam -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: 20 January 2004 12:13 To: CF-Talk Subject: RE: Timeout and internal server errors

CFMX61 on JRun4, JVM (multiple sort of related questions)

2004-01-20 Thread DURETTE, STEVEN J (AIT)
Hi all, I searched through the history, but can't seem to find what I need. I have a few problems that our IT department just forced on us. First, I have to upgrade our production server to MX 6.1.We have been planning on doing this for a while, but could never get our IT department to

RE: Timeout and internal server errors

2004-01-20 Thread Katz, Dov B (IT)
Shared hosting + bad programming decisions = complete disaster.This is why I got a dedicated box. I think there needs to be a CF hosting company which interviews each developer before granting access to the machine. That being said, if they have CF Enterprise Edition wouldn't that sandbox

RE: CFMX61 on JRun4, JVM (multiple sort of related questions)

2004-01-20 Thread Katz, Dov B (IT)
Hey. Since CFMX comes with its own copy of the jvm, you can probably replace jvm.dll in the CF install directory to use your company one... Better yet, just rename jvm.dll and perhaps you can add your company one to the PATH when cfmx starts up. (Just a hunch, never tried it). As for sharing

Re:CFMX61 on JRun4, JVM (multiple sort of related questions)

2004-01-20 Thread Steven Durette
Opps, I forgot to add: Win2K Server IIS 5 CFMX 6.1 Enterprise (currently at CFMX Enterprise) The JVM we have to go to is Sun 1.4.2_01 Nothing else running on the box. Steve [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CFC problems - portability workaround

2004-01-20 Thread Bryan F. Hogan
It can be done, I just don't see a reason we can't have something built in that does it for us. Of course, it wouldn't be difficult at all to create wrapper tags/functions to provide the same functionality. I'm going to mull this over and may add some stuff to the onTap framework on this front

Graphics editing with cold fusion

2004-01-20 Thread Hagan, Ryan Mr (Contractor ACI)
Greetings, I'm looking for a graphics package that will integrate with Cold Fusion that is capable of two primary operations.The first thing that I need is to be able to layer graphics.For instance, I have one graphic (GIF or JPG), I need to lay a smaller graphic over top of it and then spit the

loop thru tables

2004-01-20 Thread Robert Orlini
I have a number of tables in one Access datasource. How would I loop thru all of them and search the expire date field? Robert Orlini HW Wilson 718-588-8400 x2656 ¿ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Graphics editing with cold fusion

2004-01-20 Thread Dave Watts
I'm looking for a graphics package that will integrate with Cold Fusion that is capable of two primary operations. The first thing that I need is to be able to layer graphics. For instance, I have one graphic (GIF or JPG), I need to lay a smaller graphic over top of it and then spit the

coldfusion and windows permissions

2004-01-20 Thread Greg Saunders
Is there any way I can read Windows user/group permission information from ColdFusion?For instance, given a Windows account greg, I would like to be able to get the Windows groups to which greg belongs. Thanks, Greg Saunders Senior Learning Scientist Carnegie Mellon West http://west.cmu.edu

Re: Graphics editing with cold fusion

2004-01-20 Thread Thomas Chiverton
On Tuesday 20 Jan 2004 14:29 pm, Hagan, Ryan Mr (Contractor ACI) wrote: The first operation I need is for a paper doll application online.A user has a base doll and can then dress the doll as they see fit from the available wardrobe. Do this with a draggable / scriptable DHTML layers, each

Re:CFMX61 on JRun4, JVM (multiple sort of related questions)

2004-01-20 Thread Jeremy Brodie
Steven Take a look at the answers below First, I have to upgrade our production server to MX 6.1.We have been planning on doing this for a while, but could never get our IT department to turn the server over to us for the upgrade.Now they want to turn it over to us today for a few hours and do

Re: Graphics editing with cold fusion

2004-01-20 Thread Josh
I second that!Do it in flash -- it will allow you so much more control and cross-browser functionality. --Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com reseller plans available Dave Watts wrote: I'm looking for a graphics package that will integrate with Cold

RE: loop thru tables

2004-01-20 Thread Hugo Ahlenius
From your brief description, it sounds like something you should do in SQL. Perhaps a union query? (or a union in a sub-select query, and then query that) /H. - Hugo AhleniusE-Mail: [EMAIL PROTECTED] Project Officer Phone:+46 8 230460

cffunction argument type

2004-01-20 Thread stas
If I supply a default type for my functions as in: cfargument name = myDocumentidrequired = yestype = integer I get errors such as this: The argument MYDOCUMENTID passed to function GetDocMinQty() is not of type integer. I am not sure what I am doing wrong. If I drop the type attribute the

Re: loop thru tables

2004-01-20 Thread Josh
Are the column names the same in each table? make a list of table names and do a cfloop through the list with a cfquery in it. something like this: cfloop list=#myTables# index=i' cfquery name=qExpires datasource=myDSN SELECT * FROM #i# WHERE expires #now()#(or whatever the criteria is)

RE: cffunction argument type

2004-01-20 Thread Hugo Ahlenius
Try numeric - Hugo AhleniusE-Mail: [EMAIL PROTECTED] Project Officer Phone:+46 8 230460 UNEP GRID-ArendalFax:+46 8 230441 Stockholm OfficeMobile:+46 733 467111 WWW: http://www.grida.no

RE: cffunction argument type

2004-01-20 Thread Raymond Camden
Integer is not a supported type. Remember that if you don't pass one of the known types, it assumes you mean a CFC of type X, in your case Integer. You should switch to numeric, and if you REALLY want integer, follow up with custom code to ensure no decimals, etc. [Todays Threads] [This

Re: coldfusion and windows permissions

2004-01-20 Thread Josh
There is a CFX tag that does all this. http://www.intrafoundation.com/ihtk/permissions/ HTH, Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com reseller plans available Greg Saunders wrote: Is there any way I can read Windows user/group permission information from

CFFORM GET method?

2004-01-20 Thread Alex Hubner
Does anybody noticed that method attribute in the CFFORM is ignored? If you try to use METHOD=GET CFMX will always change it to POST. I've tried to find it as a CFMX 6.1 bug but no success. There's a user comment for the same problem in the LiveDocs/6.1 but so far I didn't see nothing more than

fyi: CFLIB

2004-01-20 Thread Raymond Camden
CFLib is down due to a hardware issue. Sorry folks. I'll ping when it is back up. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CFMX61 on JRun4, JVM (multiple sort of related questions)

2004-01-20 Thread Dave Carabetta
I searched through the history, but can't seem to find what I need. I have a few problems that our IT department just forced on us. First, I have to upgrade our production server to MX 6.1.We have been planning on doing this for a while, but could never get our IT department to turn the server

RE: cffunction argument type

2004-01-20 Thread Dave Watts
If I supply a default type for my functions as in: cfargument name = myDocumentidrequired = yestype = integer I get errors such as this: The argument MYDOCUMENTID passed to function GetDocMinQty() is not of type integer. I am not sure what I am doing wrong. If I drop the type attribute

Re: cffunction argument type

2004-01-20 Thread Josh
Should be numeric, not integer Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com reseller plans available stas wrote: If I supply a default type for my functions as in: cfargument name = myDocumentidrequired = yestype = integer I get errors such as this: The

RE: cffunction argument type

2004-01-20 Thread Dave Watts
If I supply a default type for my functions as in: cfargument name = myDocumentidrequired = yestype = integer I get errors such as this: The argument MYDOCUMENTID passed to function GetDocMinQty() is not of type integer. I am not sure what I am doing wrong. If I drop the

Re: cffunction argument type

2004-01-20 Thread Josh
Hey Ray, What do you mean a CFC of type X? --Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com reseller plans available Raymond Camden wrote: Integer is not a supported type. Remember that if you don't pass one of the known types, it assumes you mean a CFC of type X,

Regex Help

2004-01-20 Thread Trevor Holm-Laursen
Hey All, I'm Looking forRegex to validate that an email has an @ symbol and that there is no invalid character's Thanks, Trevor Holm-Laursen eBusiness Developer, FCS Direct:(902)463-5953 FCS (Fundy Computer Services Ltd.) Tel 877-993-8636 Fax 902-484-5887 Email:[EMAIL PROTECTED]

RE: CFFORM GET method?

2004-01-20 Thread Dave Watts
Does anybody noticed that method attribute in the CFFORM is ignored? If you try to use METHOD=GET CFMX will always change it to POST. I've tried to find it as a CFMX 6.1 bug but no success. There's a user comment for the same problem in the LiveDocs/6.1 but so far I didn't see nothing

RE: Graphics editing with cold fusion

2004-01-20 Thread Hagan, Ryan Mr (Contractor ACI)
That's a good suggestion.And I'd LIKE to eventually do this in flash. But...I REALLY want to do this without Flash.No, I'm not trying to make this hard on myself on purpose, I just want a pure code solution.Let me explain a little further. The paper doll is not an interactive application.It's

Re: fyi: CFLIB

2004-01-20 Thread Josh
bummer! let me know if you would like to get a mirror going.I'd donate some space to that resource... Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com reseller plans available Raymond Camden wrote: CFLib is down due to a hardware issue. Sorry folks. I'll ping when it

RE: cffunction argument type

2004-01-20 Thread Raymond Camden
This value is a CFC of type X: cfset foo = createObject(component,X) If I had _another_ CFC that demanded you pass X to it, the code may look like this: cfargument name=whatever type=X Since X is not in the default list of possible values, CF will assume X == CFC of type X. [Todays Threads]

RE: Regex Help

2004-01-20 Thread Bryan F. Hogan
^(\w+([\.-]?\w+)[EMAIL PROTECTED]([\.-]?\w+)*(\.\w{2,3})+)?$ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CFMX61 on JRun4, JVM (multiple sort of related questions)

2004-01-20 Thread DURETTE, STEVEN J (AIT)
Thanks to all of you! I have one more question.Jeremy Brodie mentioned that JRun is a J2EE server, but doesn't it still require a JVM?That is the third part, I have to upgrade the JVM (and provide proof or an explanation why it isn't needed to our IT group). Thanks again. (love the bpurcell

RE: fyi: CFLIB

2004-01-20 Thread Raymond Camden
As a general reminder - you can always (err, when the site is up) go to the Library Generator tool and download _everything_. This would give you one huge file that has all 750+ UDFs on the site. That way you always have a local copy. (Of course, don't stop visiting the site or I won't earn a

Re: Regex Help

2004-01-20 Thread Won Lee
At 11:10 AM 1/20/2004 -0400, you wrote: Hey All, I'm Looking forRegex to validate that an email has an @ symbol and that there is no invalid character's Thanks, Trevor Holm-Laursen Depending on what version of CF, I would recommend you go to cflib.org. The site is down right now though.

Re: Regex Help

2004-01-20 Thread Josh
check the exchange or cflib when it is back up. there are several tags/udfs that do this. HTH, Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com reseller plans available Trevor Holm-Laursen wrote: Hey All, I'm Looking forRegex to validate that an email has an @

Trouble running scheduled task

2004-01-20 Thread Rick Faircloth
Good morning, all... Win 2000 Pro, CF 4.5 I've ventured out of the box and decided to try and run my first-ever scheduled task. Here's the code I'm running: CFQUERY Name=Get_DSP_Addresses Datasource=dsp Select CustomerID from emailcustomers /CFQUERY CFMAIL To=[EMAIL PROTECTED] From=[EMAIL

RE: CFMX61 on JRun4, JVM (multiple sort of related questions)

2004-01-20 Thread Dave Watts
I have one more question. Jeremy Brodie mentioned that JRun is a J2EE server, but doesn't it still require a JVM? That is the third part, I have to upgrade the JVM (and provide proof or an explanation why it isn't needed to our IT group). Yes, it does require a JVM, and it installs its own

RES: CFFORM GET method?

2004-01-20 Thread Alex Hubner
Many thanks for the clarification Dave! This is something I didn't know and for sure it's a common mistake. I have seem many, many (including Macromedia documentation) places where method=post is used redundantly (I presume) inside CFFORM tag. Even HS+ and CFStudio5 have the method option

Re: cffunction argument type

2004-01-20 Thread stas
Thanks all... I suppose I'll need to snag an IsInt function from cflib.org! - Original Message - From: Raymond Camden To: CF-Talk Sent: Tuesday, January 20, 2004 10:04 AM Subject: RE: cffunction argument type Integer is not a supported type. Remember that if you don't pass one of the

RE: Trouble running scheduled task

2004-01-20 Thread Robertson-Ravo, Neil (RX)
Hey, is the mail to be sent got anything in it? sic ColdFusion 4.5.1 SP2 (specifically) was the only version of ColdFusion to get hung on zero-byte mail written to the spool.The file handle of the mailwould get written and ColdFusion would encounter some other runtime error that caused the

RE: cffunction argument type

2004-01-20 Thread Bryan F. Hogan
cffunction name=isInteger access=public returntype=boolean output=false hint=Validates the a given value is a whole number such as 1 or 1.00 and not 1.25 or 0. cfargument name=stringToValidate required=true type=string cfscript var isIntegerReturn=false; if(IsNumeric(Arguments[1]) and

RE: CFMX61 on JRun4, JVM (multiple sort of related questions)

2004-01-20 Thread Dave Carabetta
I have one more question.Jeremy Brodie mentioned that JRun is a J2EE server, but doesn't it still require a JVM?That is the third part, I have to upgrade the JVM (and provide proof or an explanation why it isn't needed to our IT group). It does require a JVM. If you are forced to use the Sun

Re: Regex Help

2004-01-20 Thread Ubqtous
Trevor, On 1/20/2004 at 10:10, you wrote: THL I'm Looking forRegex to validate that an email has an @ symbol and THL that there is no invalid character's This has worked well for me: function iswellformedemail(email){ if(refindnocase(^['_a-z0-9-]+(\.[_a-z0-9-]+)[EMAIL

RE: txt file which lines don't have the same length

2004-01-20 Thread Bruce, Rodney S HQISEC/Veridian IT Services
if the below example holds true for all lines you could: (assuming there are LF and/or CRat then end of each line). if no LF and/or CRlooks like you could use the date to know when each new line starts. Grab the first 6 elements of each line(below they are consistent:

CFMX Installation

2004-01-20 Thread Shahzad.Butt
Hi I've installed Websphere on my machine (win2K professional with SP4). Now I want to install CFMX on the same machine using websphere. I am following the macromedia online help but problem I am facing is that when I install CFMX (on IIS) it doesn't ask for the EAR files(which is mentioned in

Re:chat room application

2004-01-20 Thread Andrew Grosset
Here is a cold fusion application which I think is well worth a look: http://www.cfxp.com/tags/messengerXM/ There are various options and prices to choose from. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Trouble running scheduled task

2004-01-20 Thread Rick Faircloth
Yes, that was the first thing I checked. I ran into, and overcame, that problem a couple of years ago. Once the service is stopped, then restarted the 1k email goes out, is delivered and contains the appropriate message. Rick -Original Message- From: Robertson-Ravo, Neil (RX)

RE: CFMX Installation

2004-01-20 Thread Dave Watts
I've installed Websphere on my machine (win2K professional with SP4). Now I want to install CFMX on the same machine using websphere. I am following the macromedia online help but problem I am facing is that when I install CFMX (on IIS) it doesn't ask for the EAR files(which is mentioned

CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Matt Robertson
Well, it was about time... Finally upgraded my CF 4.5 server to 6.1. Had minimal problems, and really nothing unexpected, except for this one showstopper: Previously, if you tried to send cfmail to foo@ bar.com (note the space) or foo@@bar.com or somesuch, cfmail would just dump it into the

Re:Cached Query Help

2004-01-20 Thread Nikhil Madani
Thanks..that worked out easier. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Christian Cantrell
I'm checking with the engineering team.I'll let you know what I hear. Christian On Tuesday, January 20, 2004, at 11:14AM, Matt Robertson wrote: Well, it was about time... Finally upgraded my CF 4.5 server to 6.1. Had minimal problems, and really nothing unexpected, except for this one

Re: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Thomas Chiverton
On Tuesday 20 Jan 2004 16:14 pm, Matt Robertson wrote: showstopper: It's not a bug in CFMX, but rather your app. If your app thinks foo@ bar.com or foo@@bar.com is a valid email address and lets someone enter it, your app is broke. -- Tom Chiverton Advanced ColdFusion Programmer Tel:

RE: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Matt Robertson
Thanks Christian, I'm getting burned hard over this by a very large client.We were about to set them up with their own dedicated CF cluster and this hit.Made all the political opponents in the organization came out of the woodwork. Did some more looking.Looks like its been griped about here

RE: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Tom Jordahl
Here is the error I get: Attribute validation error for tag CFMAIL. The value of the attribute to, which is currently tomj@ macromedia.com, is invalid. Which is the correct thing - the attribute is invalid.Nothing is crashing. -- Tom Jordahl Macromedia Server Development

RE: Trouble running scheduled task

2004-01-20 Thread Rick Faircloth
Interesting...I just set the scheduled task described below to happen only once, instead of every 5 minutes... the scheduled task ran without a problem.The query ran, email was generated and spooled, sent out, received, without any problem or CPU spiking. Now I've got the task set back to every 5

RE: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Katz, Dov B (IT)
For a quick fix, do a global search and replace to use a custom tag called cf_mail, and then write cf_mail to call cfmail with a try catch.That will eliminate any issues from the end user experience.Then you can spend some time and fix it for real. -Dov _ From: Matt Robertson [mailto:[EMAIL

RE: CFPOP and bounced mail

2004-01-20 Thread Tom Jordahl
CFPOP works.In fact I put a bit of effort in to make SURE it works as advertised. What does CFX_POP3 do right that CFPOP does wrong?What are the bug numbers?Currently 6.1 does not report the correct UID of each message (something Mike D. pointed out to us), but that is fixed in the current source

Re: CFPOP and bounced mail

2004-01-20 Thread Jochem van Dieten
Tom Jordahl wrote: CFPOP works. The combination unicode-1-1-utf-7 and action="" does not work. Jochem -- I don't get it immigrants don't work and steal our jobs - Loesje [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Trouble running scheduled task

2004-01-20 Thread Rick Faircloth
Same problem...as soon as the task is set for recurring, the CPU spikes to 100% after the email is generated and before it's sent. Now I've got two tasks set to run once only...so I'll see if they execute and send their mail properly... Ideas concerning the recurring tasks? Rick -Original

XP Home Edition - ODBC

2004-01-20 Thread Paul Giesenhagen
On my notebook, it has XP Home Edition on it ...I tried to setup the CFMX 6.1 and everything seems great, but when I try to add an ODBC datasource, it gacks and says: The ColdFusion MX ODBC Server service is not running or has not been installed. Is this a XP HOME EDITION problem?Or does anyone

RE: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Adam Reynolds
Thomas, Technically it is a bug. Cfmail should not throw an exception when passed an email address (no matter what the content) Particularly if this is a new bug introduced into 6.1 Your email didn't help and the tone of it was derogatory. This list is there for people to help each other. Please

Re: CFPOP and bounced mail

2004-01-20 Thread Thomas Chiverton
On Tuesday 20 Jan 2004 16:53 pm, Jochem van Dieten wrote: Tom Jordahl wrote: CFPOP works. The combination unicode-1-1-utf-7 and action="" does not work. In what way does it not work ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED]

RE: Trouble running scheduled task

2004-01-20 Thread Rob Rohan
On Tue, 2004-01-20 at 08:57, Rick Faircloth wrote: Same problem...as soon as the task is set for recurring, the CPU spikes to 100% after the email is generated and before it's sent. Now I've got two tasks set to run once only...so I'll see if they execute and send their mail properly...

RE: Trouble running scheduled task

2004-01-20 Thread Rob Rohan
oops didn't finish - from MM: When scheduling a new event, you must set the execution time far enough in the future for ColdFusion to update its internal scheduled task list. By default, ColdFusion checks every 15 minutes for newly scheduled tasks. You can modify this interval using the Scheduler

RE: XP Home Edition - ODBC

2004-01-20 Thread Ketan Patel
Hi Paul, Try this, it may help you not sure. http://www.macromedia.com/support/coldfusion/ts/documents/cfmx_sequelink.htm Ketan Patel -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 11:55 AM To: CF-Talk Subject: XP Home Edition - ODBC

Re: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Thomas Chiverton
On Tuesday 20 Jan 2004 16:57 pm, Adam Reynolds wrote: Thomas, Technically it is a bug. Cfmail should not throw an exception when passed an email address (no matter what the content) Particularly if this is a new bug introduced into 6.1 It wasn't being passed an email address though, was it,

CFFTP bug (again)?

2004-01-20 Thread Alex Hubner
Since we're talking about bugs, it's a good time to (re)send this one which I never had a reply from MM and even in the open support forum. CFFTP, without additional (and optional) attributes DOES NOT work in a sandboxed folder, except if you follow the a workaround (see bellow). CFMX returns

RE: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Dave Watts
Technically it is a bug. Cfmail should not throw an exception when passed an email address (no matter what the content) Particularly if this is a new bug introduced into 6.1 I disagree with this. I think that this behavior is in some ways preferable to previous behavior. I also think that

RE: CFPOP and bounced mail

2004-01-20 Thread Raymond Camden
CFPOP works.In fact I put a bit of effort in to make SURE it works as advertised. Woah - I disagree. There are some big issues w/ CFPOP. For example, you can't use getAll. Period. If one email is bad* then the entire getAll operation fails. This is a known Java bug, so it's not MACR's fault

CFMX Error

2004-01-20 Thread Shahzad.Butt
Just installed CFMX6.0 and getting following error when I open Admin page javax/crypto/CipherSpi Shahzad.Butt Ph:+44 (0) 1992 701 722 Fax: +44 (0) 1992 701 604 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Matt Robertson
Tom Jordahl wrote: Which is the correct thing - the attribute is invalid.Nothing is crashing. The app is crashing due to undocumented, changed behavior.You might consider documenting it. So now, under CFMX, I must wrap any cfmail statement in a validator or a special try/catch to keep it from

Re: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Jochem van Dieten
Adam Reynolds wrote: Technically it is a bug. Cfmail should not throw an exception when passed an email address (no matter what the content) But the whole point is that it wasn't passed an email address. Jochem -- I don't get it immigrants don't work and steal our jobs - Loesje [Todays

Re: XP Home Edition - ODBC

2004-01-20 Thread Paul Giesenhagen
I will give it a try ... thanks Ketan! Paul Giesenhagen QuillDesign - Original Message - From: Ketan Patel To: CF-Talk Sent: Tuesday, January 20, 2004 11:08 AM Subject: RE: XP Home Edition - ODBC Hi Paul, Try this, it may help you not sure.

RE: CFMX Error

2004-01-20 Thread Dave Watts
Just installed CFMX6.0 and getting following error when I open Admin page javax/crypto/CipherSpi Rather than address your specific problem, I'm going to ask you if you're installing this on Websphere. If you are, I'd strongly recommend that you install CFMX 6.1 instead, which in my

RE: CFMX Error

2004-01-20 Thread Shahzad.Butt
I'll try that thanks dave _ From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 20 January 2004 17:25 To: CF-Talk Subject: RE: CFMX Error Just installed CFMX6.0 and getting following error when I open Admin page javax/crypto/CipherSpi Rather than address your specific problem, I'm

RE: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Raymond Camden
Incorrect. You simply need to check the email address first. This is best done one time - so do it before inserting it into the DB. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Matt Robertson
Dave Watts wrote: You should be able to fix this pretty quickly by wrapping your CFMAIL tag within an exception handler. Yes.Fortunately I have few uses of this tag where the data is outside normal validation. I can't do it before db insertion because its not my data. I'll write a try/catch

RE: CFMX Error

2004-01-20 Thread Shahzad.Butt
I am trying to upgrade CFMX6.1 from CFMX6.0 by choosing EAR option. At stage 4 (configure coldfusion MX) its says to choose existing web applicaiton root. I am selecting the path for it which is C:\CFusionMX\ but its not accpeting... any ideas _ From: Shahzad.Butt Sent: 20 January 2004

RE: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Katz, Dov B (IT)
IMHO, CF fixed the bug in 6.1 by making it enforce the IETF email address standards...Relying on thebug in previous versions was a mistake. :) -dov _ From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 12:14 PM To: CF-Talk Subject: RE: CFMX 'bug'? Easy to crash

RE: Trouble running scheduled task

2004-01-20 Thread Rick Faircloth
Hi, Rob... Yes, I tweaked that setting down to every 3 minutes and the log showed that that was working...all the tasks were updated and set to run at the proper time according to the scheduler.log. I just tried setting two different tasks, both involving a query and sending an email. According

Re: CFPOP and bounced mail

2004-01-20 Thread Paul Hastings
The combination unicode-1-1-utf-7 and action="" does not work. i thought that encoding didn't work no matter the action? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Thomas Chiverton
On Tuesday 20 Jan 2004 17:12 pm, Matt Robertson wrote: So now, under CFMX, I must wrap any cfmail statement in a validator or a special try/catch to keep it from potentially crashing my app.OK.Got it. Umm, no, you should validate user input before acting on it. Idealy at entry time. The same

Re: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Thomas Chiverton
On Tuesday 20 Jan 2004 17:27 pm, Matt Robertson wrote: I can't do it before db insertion because its not my data. Even better then :-) Spend 2 seconds knocking up a cfloop over all your data and testing the email address field. Then take the list of failues to the data provider and give them

Re: CFPOP and bounced mail

2004-01-20 Thread Jochem van Dieten
Thomas Chiverton wrote: On Tuesday 20 Jan 2004 16:53 pm, Jochem van Dieten wrote: Tom Jordahl wrote: CFPOP works. The combination unicode-1-1-utf-7 and action="" does not work. In what way does it not work ? In the crash burn way: java.security.PrivilegedActionException:

RE: Trouble running scheduled task

2004-01-20 Thread Rob Rohan
Perhaps it is the mailing that's the problem not the scheduled task. Try doing the query and writing the task's output to a file and see if you get what you expect. If so we barking up the wrong tree. On Tue, 2004-01-20 at 09:37, Rick Faircloth wrote: Hi, Rob... Yes, I tweaked that setting

Re: CFPOP and bounced mail

2004-01-20 Thread Jochem van Dieten
Paul Hastings wrote: The combination unicode-1-1-utf-7 and action="" does not work. i thought that encoding didn't work no matter the action? IIRC getheaders works. Jochem -- I don't get it immigrants don't work and steal our jobs - Loesje [Todays Threads] [This Message]

RE: CFPOP and bounced mail

2004-01-20 Thread Raymond Camden
Paul Hastings wrote: The combination unicode-1-1-utf-7 and action="" does not work. i thought that encoding didn't work no matter the action? IIRC getheaders works. Correct. However, one feature of CFPOP is completely unusable though. Unless you wrap the call in try/catch, but your

RE: CFMX 'bug'? Easy to crash CFMAIL.

2004-01-20 Thread Matt Robertson
Then take the list of failues to the data provider and give them all the grief you got :-) Can't.Politics.The data came from the company itself. I've already got a validator that works fine, although I may go for a more robust custom tag type of solution that gets serious about reporting

RE: Trouble running scheduled task

2004-01-20 Thread Rick Faircloth
Well...I change one task to query the db, then output to a file, without sending an email...worked fine...output info was as expected. Put the CFMAIL back in, after the text output line in the task, and the info was written to the document properly, the email was generated and sent to the spool,

RE: Trouble running scheduled task

2004-01-20 Thread Rob Rohan
Are you using the cfmail tag elsewhere in the application with success? If so can you see any difference between this cfmail and those? If not can you repost the your cfmail tag block and what email server type you are using (I stupidly deleted the beginning of this thread and don't want to hit

directions for DSN

2004-01-20 Thread Won Lee
I know this may sound a little ridicules to some, but does anyone have a link with the explicit directions on how to create a DSN in the CF 5.0 Administrator for a remote MS SQL Server?Searched through the developer CF part of Macromedia but all the results are for MX.A searched narrowed to

Re: directions for DSN

2004-01-20 Thread Jochem van Dieten
Won Lee said: I know this may sound a little ridicules to some, but does anyone have alink with the explicit directions on how to create a DSN in the CF 5.0Administrator for a remote MS SQL Server?

RE: CFPOP and bounced mail

2004-01-20 Thread Paul Vernon
Maybe next time we are adding features to the POP tag, we will take a hard look at making his tag obsolete. :-) Be my guest... If you need any pointers... drop me a line :) Paul [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

  1   2   >