Re: Issue 15004052

2003-02-26 Thread Scott Brady
-- Original Message -- From: Everett, Al [EMAIL PROTECTED] Errors can occur with Oracle Reference Cursors when used with packages containing multiple procedures. These errors are caused by a problem with the updated JDBC driver provided with this Updater

Clustered Session Vars

2003-02-26 Thread Ryan
Well, we have a cluster of 3 servers, all of which are being looked after by ClusterCats. The cfapplication tags in the Application.cfm on each server has the setdomaincookies variable set to yes, but session vars do not appear to be working across the cluster. Is there something else that

Re:CFFILE and carriage returns

2003-02-26 Thread jlangevin
Thanks folks. chr(10) chr(13) works beautifully! ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ:

RE: Clustered Session Vars

2003-02-26 Thread Dave Watts
Well, we have a cluster of 3 servers, all of which are being looked after by ClusterCats. The cfapplication tags in the Application.cfm on each server has the setdomaincookies variable set to yes, but session vars do not appear to be working across the cluster. Is there something else

RE: Clustered Session Vars

2003-02-26 Thread Barney Boisvert
Session vars will never be available across a cluster, because they are stored in memory. You have to use client variables in a centralized DB to get this functionality (or cookies, I suppose). -Original Message- From: Ryan [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003

RE: Clustered Session Vars

2003-02-26 Thread Matt Robertson
Yes. Use client variables and choose to have them stored in a (single shared) database in cf admin. Session variables don't work on clusters since they're stored in an individual box's memory. Or has this changed with MX? Don't think so. Matt

Re: Clustered Session Vars

2003-02-26 Thread Bill Wheatley
But you should really switch to client vars stored in a db if you can help it at all you'll solve alot of your problems for clustercats. Except in the situations where you have too much data for a client var to handle but most things you should be ok. - Original Message - From: Dave

RE: CF Blog

2003-02-26 Thread Owens, Howard
Mine -- www.howardowens.com It's not hard to do if you have at least intermediate CF skills. Since I'm going to start a little side business of selling custom blog sites, I'm not giving my code out, but I would be happy to answer questions for any CF developers looking to roll their own. H.

Re: Clustered Session Vars

2003-02-26 Thread Ryan
So, what is setdomaincookies for? Did I just confused about it or is it just nonfunctional? - Original Message - From: Bill Wheatley [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 12:06 PM Subject: Re: Clustered Session Vars But you should really

RE: Clustered Session Vars

2003-02-26 Thread Owens, Howard
More on using client vars ... Best if you pass the #client.URLTOKEN# in all URL strings (appended to form actions, too). Also, if you need to use arrays or structures, wrap them in WDDX to pass between templates as client vars. H. -Original Message- From: [EMAIL PROTECTED]

RE: Clustered Session Vars

2003-02-26 Thread Lofback, Chris
Except in the situations where you have too much data for a client var to handle but most things you should be ok. Is there a size limit when using a DSN for client variables? I couldn't find that in the docs. What is the limit? Chris Lofback Web Administrator Ceridian Benefits Services

RE: var in cfscript??

2003-02-26 Thread Hays, Duncan
Lose the var, just use myvarname = ... I couldn't find this stated in the docs but it's what works for me. Or use cfparam outside of cfscript -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 2:53 AM To: CF-Talk Subject: RE: var in

RE: Cookies vs ClientVariables(as cookies)

2003-02-26 Thread Owens, Howard
Cookies would probably do what you want ... setting it after the first time they log in. But you'll want to have a way for admins to log in when they don't have a cookie (from a different machine, after deleting their cookies for some reason, getting a new computer, etc.) H. -Original

RE: Clustered Session Vars

2003-02-26 Thread Barney Boisvert
setdomaincookies allows you to track client variables across domains. With normal client tracking, if a vistor accesses http://mydomain.com/index.cfm and then clicks a link to http://mysubdomain.mydomain.com/index.cf he will appear as two separate clients. If you have setdomaincookies on, then

RE: CFFILE and carriage returns

2003-02-26 Thread Benjamin S. Rogers
It will also cover you one most things Internet related. Most RFCs that I've seen, especially those dealing with mail, require cr/lf value pairs. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent:

EEye Secure IIS Coldfusion MX

2003-02-26 Thread Jesse Houwing
hey, I've been testing EEye Secure IIS as a replacement for URLScan. But it's giving me all kinds of problems with Coldfusion. The FAQ says that they support all versions of coldfusion since SecureIIS 1.03, but I haven't gotten it to work properly. To do get it to work, one has to remove all

RE: CFMX for J2EE on JRun 4

2003-02-26 Thread Dave Carabetta
Yeah, I found that section in the release notes last night. You'd think that the CF installer would mention that. After following the instructions, the server still wouldn't load, so I'm not sure what's up. I uninstalled JRun (no way to just uninstall CFMX that I could find) and reloaded JRun

RE: CFMX for J2EE on JRun 4

2003-02-26 Thread Barney Boisvert
Thank you very for all the info. Hopefully I'll have better luck this time. I'm running the Sun JRE 1.4.1, which I've been using for our standalone CFMX servers without issue on Win2k, RH7.3 and RH8.0. If I can't get it to work, I'll try the 1.4.0 JRE. thanks again, barneyb -Original

RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Dave Carabetta
Well, I'm using comes of these variables to maintain state...I'm timestamping each pageview with CLIENT.lastAccess, and testing to see how long it's been since the last lastAccess. If it's more than 30 minutes, then I delete CLIENT.isAuthenticated, and the user will then need to log in again. In

A decent Uk stock quote web service.

2003-02-26 Thread Darren Adams
Hello All, Does any one know of a decent web service that can supply stock quotes for UK companies. The only ones I can find on Xmethods.net only seem to apply to NASDAQ etc.. Cheers, --- OUR NEW SITE IS NOW LIVE Visit our new website at

Re: Cookies vs ClientVariables(as cookies)

2003-02-26 Thread E. Keith Dodd
Thanks, Howard, that seemed to make sense. Yes, I have a non-cookie way to log in, with the cookie set only if the browser will be used on regular basis for administration. One question: If I set expire attribute (in cfcookie) to something like 30 (I assume that is days), do I need to reset the

(resend) cfcontent for ms word file fails on prod, not dev

2003-02-26 Thread Smith, Matthew P -CONT(DYN)
(I sent this a couple of hours ago, but it doesn't seem to have made it. Please forgive the re-post) cfheader name=Content-Disposition value=filename=quotareq.doc cfcontent file=#expandPath(quotareq.doc)# deletefile=No type=application/msword That is all the code that is in the

RE: Cookies vs ClientVariables(as cookies)

2003-02-26 Thread Owens, Howard
Keith: That's a question really about what sort of rules you want to enforce. You can reset it every time they log in, or not. I would say reset it. Here's what the docs say about exspires: Optional. Schedules the expiration of a cookie variable. Can be specified as a date (as in, 10/09/97),

RE: cffunction_arguments_[undefined_struct_element]_--_what_the_hell?_

2003-02-26 Thread S . Isaac Dealey
mmm... okay... that's interresting... So beyond the syntax in the cffunction tag, how and why would you reference that information? I guess I'm not sure what use the extra meta data is. I also noticed that the hint attribute of the cffunction tag isn't mentioned in the list of attributes or in

RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Smith, Matthew P -CONT(DYN)
I ran into a client var disappearing in the past. I believe that pre-MX CF had a 65000 length limit on the total data per client, and when it was exceded a client variable would become undefined. What is the total length of the values of all your client variables? Matthew P. Smith Web

RE: cffunction_arguments_[undefined_struct_element]_--_what_the_hell?_

2003-02-26 Thread Raymond Camden
The CFC descriptor uses hint, for example, to add to the documentation displayed. If you were building your own descriptor, you design a set of args that you would use that your descriptor would pick up on. === Raymond Camden,

RE: CF, Mas 90 ODBC

2003-02-26 Thread Chris Kief
It's been awhile now but I did get this going at one time. If I remember correctly, MAS 90 installs the MAS 90 32-bit ODBC driver (windows machine) which you can use to create a system DSN which can then be added as a data source to ColdFusion. Have a look in Administrative Tools - Data Sources

RE:_cffunction_arguments_[undefined_struct_element]_--_archived_ _but__ not returned?

2003-02-26 Thread S . Isaac Dealey
There are some array functions you can use on Arguments in MX but not all -- as a matter of fact, there are array functions which could be used on the Arguments array in CF 5 that now can't be used on them in MX (imho this is a bug), for instance, you can't use arrayprepend, arrayappend or

Re: FBX3 AND CFMX

2003-02-26 Thread John Quarto-vonTivadar
Bastardized fusebox is simply that -- bastardized fusebox. It's sort of saying the application is sort of MVC or that the database is sort of backed up -- it is or it isn't. well that's like CFC being sort of OO, now isn't it? :) thus there's no way to maintain and extend a single core.

Re: FBX3 AND CFMX

2003-02-26 Thread Bill Wheatley
Umm fusebox will cure you cold, you didnt get the Memo? - Original Message - From: John Quarto-vonTivadar [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 2:57 PM Subject: Re: FBX3 AND CFMX Bastardized fusebox is simply that -- bastardized fusebox. It's

RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Kevin Langevin
Unfortunately this can't be the problem...it's just a simple date/time (ie #now()#) -Original Message- From: Smith, Matthew P -CONT(DYN) [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 2:23 PM To: CF-Talk Subject: RE: Loss of CLIENT variables due to empty quotes in an HTML

Re: CF, Mas 90 ODBC

2003-02-26 Thread Leonardo Crespo - Cftop.COM
What is the equivalent of the CDBL() function (asp) in coldfusion? I have a COM object that takes a weight as a parameter. In one computer, it interprets 6.65 30 and 6,65 30 and on the other occurs the exact oposite. Thxx

RE: Re: FBX3 AND CFMX

2003-02-26 Thread Mike Brunt
John, fabulous email, thanks. Kind Regards - Mike Brunt Original Message --- Bastardized fusebox is simply that -- bastardized fusebox. It's sort of saying the application is sort of MVC or that the database is sort of backed up -- it is or it isn't. well that's like CFC

RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Smith, Matthew P -CONT(DYN)
Not just that variable, but ALL client variables for that user. So if you are setting more than one client variable, it would be the length of all the data in all the client variables per user. For instance, if a user has one client variable with a length of 6 and another client variable

Re: FBX3 AND CFMX

2003-02-26 Thread Thane Sherrington
At 02:57 PM 2/26/03 -0500, John Quarto-vonTivadar wrote: So it is with Fusebox. Just like with English, it can only help you to learn it, since it becomes just one more skill in your arsenal. Ok, I'm sold. Where can I get a good book on it? T

CDBL function

2003-02-26 Thread Leonardo Crespo - Cftop.COM
What is the equivalent of the CDBL() function (asp) in coldfusion? I have a COM object that takes a weight as a parameter. In one computer, it interprets 6.65 30 and 6,65 30 and on the other occurs the exact oposite. Thx Leonardo

Re: FBX3 AND CFMX

2003-02-26 Thread Nick de Voil
Or if you're a larger shop that has a vested interest in a secret methodology -- much like the people of Florence at one time gave Michaelangelo's David a FigLeaf, which only serves to create interest in what is covered up-- then any open publically known framework, Fusebox or otherwise, has

CFMX and Apache 2.044 - Best Config settings?

2003-02-26 Thread Jeremy Bruck
Everyone, We have recently switched to Apache 2.044 on CFMX from IIS and have been looking for better Apache setting for Windows 2K Servers (Dual P3's with 1 Gig of RAM). Apache is running decently we just want to tune it even better. Both of the following Apache setting are the default install

RE: CDBL function

2003-02-26 Thread Dave Watts
What is the equivalent of the CDBL() function (asp) in coldfusion? I have a COM object that takes a weight as a parameter. In one computer, it interprets 6.65 30 and 6,65 30 and on the other occurs the exact oposite. There's nothing directly equivalent to CDBL in CF, since CF is,

RE: _cffunction_arguments_[undefined_struct_element]_--_archive d_ _but__ not returned?

2003-02-26 Thread Dave Watts
There are some array functions you can use on Arguments in MX but not all -- as a matter of fact, there are array functions which could be used on the Arguments array in CF 5 that now can't be used on them in MX (imho this is a bug), for instance, you can't use arrayprepend,

RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Kevin Langevin
Hmmm...I was not aware of this. I don't know if we're hitting thatr limit or not. Is there any rhyme or reason to which one(s) would get dropped? Is it the last modified, perhaps? -Kev -Original Message- From: Smith, Matthew P -CONT(DYN) [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: Re: FBX3 AND CFMX

2003-02-26 Thread Mike Brunt
On a recent large FB project we were able to add 3 non CF developers and an experienced FB developer with little pain because those who did not know CF found the logical framework very understandable. We rolled out the most successful Enterprise app that company had ever experienced and I love

RE: FBX3 AND CFMX

2003-02-26 Thread Kevin Langevin
Coderutters: Discovering Fusebox 3 with ColdFusion by Hal Helms John Quarto-vonTivadar is excellent. ISBN: 0972078630 -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 3:37 PM To: CF-Talk Subject: Re: FBX3 AND CFMX At 02:57 PM

RE: FBX3 AND CFMX

2003-02-26 Thread Michael Wilson
Hi, Try Discovering Fusebox 3 with ColdFusion: http://www.techspedition.com/store/moreinfo.cfm?Product_ID=1 Best regards, MW -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED] Ok, I'm sold. Where can I get a good book on it?

RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Smith, Matthew P -CONT(DYN)
I not really sure. Once we found out about this, I didn't spend a lot of time playing with it. We just recoded a bit and kept a lot more info sql-side and used cached queries rather than set everything to client variables. Matthew P. Smith Web Developer, Object Oriented Naval Education

Re: [OT] CSS Question

2003-02-26 Thread Bob Haroche
Anyone know how to get rid of that inner border line that appears on a submit button when it is active?? onClick=blur() If you use Dreamweaver, www.projectseven.com has an extension to add/remove that code to all links on a page. I've noticed that IE6 (pc) won't always get rid of the border

RE: cffunction_arguments_[undefined_struct_element]_--_what_the_hell?_

2003-02-26 Thread S . Isaac Dealey
That still doesn't really answer the question for me. I don't know what the CFC descriptor is. Is that the Java method used to display cfdump output for a CFC? The CFC descriptor uses hint, for example, to add to the documentation displayed. If you were building your own descriptor, you

Re: FBX3 AND CFMX

2003-02-26 Thread John Quarto-vonTivadar
So it is with Fusebox. Just like with English, it can only help you to learn it, since it becomes just one more skill in your arsenal. Ok, I'm sold. Where can I get a good book on it? (hmm, I'm wondering if you're joshing me or if you're really asking about a book on Fusebox!! :) Just in

RE: cffunction_arguments_[undefined_struct_element]_--_what_the _hell?_

2003-02-26 Thread Dave Watts
That still doesn't really answer the question for me. I don't know what the CFC descriptor is. Is that the Java method used to display cfdump output for a CFC? When you browse a CFC directly, assuming it's in a web-accessible directory, you'll be redirected to another CFC,

RE:__cffunction_arguments_[undefined_struct_element]_--_archive_d__ _but__ not returned?

2003-02-26 Thread S . Isaac Dealey
There are some array functions you can use on Arguments in MX but not all -- as a matter of fact, there are array functions which could be used on the Arguments array in CF 5 that now can't be used on them in MX (imho this is a bug), for instance, you can't use arrayprepend,

RE: cffunction_arguments_[undefined_struct_element]_--_what_the_hell?_

2003-02-26 Thread Raymond Camden
Oh - if you go www.yourserver.com/foo.cfc, what you see if the self-documenting feature of CFCs. Also, you can get meta information about a cfc by using... getMetaData(). If you call getMetaData() on a UDF or CFC method that had ray=1, you would see it in the struct returned by getMetaData().

Re: OT: Passed my UPS compliance testing

2003-02-26 Thread Bud
On 2/25/03, Jann VanOver penned: Woo Hoo Bud! Congrats! You Rock! I haven't posted on this subject, but I've followed your turmoils! You've blazed a trail through wild country there! Good job! LOL You bet. Thanks for the kind words Jann! -- Bud Schneehagen - Tropical Web Creations

RE: Urgent problem with COM and CFMX

2003-02-26 Thread Collin Tobin
Leonardo- I just want to be clear on this: Aren't Brazilian decimal points commas? Not sure if there's a bug here. Collin Tobin CFMX QA Engineer Macromedia® What the web can be.(tm) Announcing Macromedia DevNet Subscriptions Maximize your power with our new premium software subscription for

RE: Re: FBX3 AND CFMX

2003-02-26 Thread Mike Brunt
All these are great books and I would read them in this order to get the most benefit IMHO Discovering Fusebox Jeff Peters and Nat Papovich book Discovering CFCs Original Message --- So it is with Fusebox. Just like with English, it can only help you to learn it, since

RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Kevin Langevin
I threw this explanation at my coworkers and they both in unison reminded me that this problem goes away as soon as we remove some empty qotes in 4 img tags in the page in question. If we put even a bogus filename into the quotes, everything works fine. Remove the filename from the image tag

Re: Clustered Session Vars

2003-02-26 Thread Sean A Corfield
On Wednesday, Feb 26, 2003, at 10:02 US/Pacific, Barney Boisvert wrote: Session vars will never be available across a cluster, because they are stored in memory. This is no longer true with CFMX. CFMX relies on the underlying J2EE server for this functionality. For example, CFMX for J2EE on

metadata (was: cffunction_arguments_[undefined_struct_element]_--_what_the_hell?_

2003-02-26 Thread Sean A Corfield
On Wednesday, Feb 26, 2003, at 11:32 US/Pacific, S. Isaac Dealey wrote: So beyond the syntax in the cffunction tag, how and why would you reference that information? How: getMetadata(). Why: for whatever reason you want. You can provide all sorts of additional metadata to cfcomponent,

Public Access To Wish List (was RE:__cffunction_arguments_[und...)

2003-02-26 Thread Dave Carabetta
... does anyone on the list know if any of the contents of the submissions to the wish-form are made public? Personally I think it would be really nice to see just what has been suggested in a url-accessible fashion, and have the ability for members of the CF community to vote for a given

Re: CFMX for J2EE on JRun 4

2003-02-26 Thread Sean A Corfield
On Wednesday, Feb 26, 2003, at 09:15 US/Pacific, Barney Boisvert wrote: Yeah, I found that section in the release notes last night. You'd think that the CF installer would mention that. I believe this is because CFMX for J2EE came out first and worked fine with JRun 4 because it contained a

Re: Urgent problem with COM and CFMX

2003-02-26 Thread Leonardo Crespo - Cftop.COM
Yes they are. Let me explain better: I have 2 servers. One with CFMX and win2k and other CFMX and winxp (both in english). Both are running the same .cfm code (setLocale(Portuguese(Brazilian)). Both have the language in Regional Options set to ENGLISH(United States), so the

Re: FBX3 AND CFMX

2003-02-26 Thread Sean A Corfield
On Wednesday, Feb 26, 2003, at 13:14 US/Pacific, Michael Wilson wrote: Try Discovering Fusebox 3 with ColdFusion: http://www.techspedition.com/store/moreinfo.cfm?Product_ID=1 Or Jeff Nat's book, reviewed in some detail here: http://www.corfield.org/index.php?fuseaction=coldfusion.fusebook

Re: Issue 15004052

2003-02-26 Thread frederick valone
Changing all your packages is a workaround? We have we have at least 10 packages all containing between 5 and 50 Procs that return ref cursors. It is not really an option to split all these packages into separate packages with single procs returning a ref cursor. it really undremines the

RE: CFMX for J2EE on JRun 4

2003-02-26 Thread Barney Boisvert
Ok, that makes sense. Although if CFMX for J2EE is supposed to be a J2EE app, shouldn't it be J2EE server independant, or at least damn close? No worries though. Can't have the whole world on a platter. cheers, barneyb -Original Message- From: Sean A Corfield [mailto:[EMAIL

Re: metadata (was: cffunction_arguments_[undefined_struct_element]_--_what_the_hell?_

2003-02-26 Thread S . Isaac Dealey
Awesome. Thanks Sean, and Ray for the extra info... Very helpful. From your example, this looks to me essentially like creating a CFC which functions similarly to some cfassociated custom tags with the added bonus of being able to take advantage of class inheritance, so this looks very cool. It's

Re: CFMX for J2EE on JRun 4

2003-02-26 Thread Sean A Corfield
On Wednesday, Feb 26, 2003, at 15:20 US/Pacific, Barney Boisvert wrote: Ok, that makes sense. Although if CFMX for J2EE is supposed to be a J2EE app, shouldn't it be J2EE server independant, or at least damn close? No worries though. Can't have the whole world on a platter. Well, the

RE: CFMX for J2EE on JRun 4

2003-02-26 Thread Barney Boisvert
And this Phase II version could be found where? I ask because we're shopping around for J2EE servers, or perhaps just a JSP/Servlet container, but probably the whole deal. I just downloaded CFMX/J2EE last week, is the Phase II version newer than that? It doesn't show up on the trial download

RE: CFMX for J2EE on JRun 4

2003-02-26 Thread Dave Carabetta
And this Phase II version could be found where? I ask because we're shopping around for J2EE servers, or perhaps just a JSP/Servlet container, but probably the whole deal. I just downloaded CFMX/J2EE last week, is the Phase II version newer than that? It doesn't show up on the trial download

CFMX No Love for CLOB's -- ORA-01704: string literal too long

2003-02-26 Thread S . Isaac Dealey
There's mention of this being a problem with Oracle prior to CF 5 -- apparently CF MX broke what was fixed in CF 5 because I can't get a cfqueryparam tag to insert a value longer than 4000 characters into a clob field and unfortunately I don't have any control over the drivers being used.

CFX_CSVToQuery tag just stopped working ... huh?

2003-02-26 Thread Michael Kear
Does anyone have any idea where I should go looking for the reason this custom tag CFX_CSVToQuery just stopped working? On 29 January, the daily update job I do on a bunch of CSV files just stopped happening. The server hasn't been restarted, hiccupped in any way in all that time, the tag

CFMX No Love for CLOB's -- ORA-01704: string literal too long

2003-02-26 Thread S . Isaac Dealey
Another amendment to my last message: We don't _seem_ to be using the native drivers anyway, we're using something called the Oracle Thin Client Driver with the class name oracle.jdbc.OracleDriver... But then what I know about variations in db drivers much less Oracle db drivers could probably

<    1   2