CFMX Error Template

2002-12-20 Thread Brandon Harper
Just thought I'd pass along an interesting difference I found in CFMX today with error templates since I finally have it in a production setting. Its probably already been covered somewhere, but it can't hurt to share. If multihoming on a server, you will want to create a virtual directory in

Re: CFMX App Server Failing?

2002-12-20 Thread Stephen Moretti
Jeff, Have a look at the thread MX Support # 44972 on this list. I suspect that this is your issue. Hope this helps Regards Stephen - Original Message - From: Jeff D. Chastain [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 5:53 PM Subject: RE: CFMX

Re: CFMX / JVM

2002-12-20 Thread Jesse Houwing
Joe Eugene wrote: I dont think there is a written procedure.. 1. Downloads J2SE 1.4.0. 2. Install. 3. In the admin point JVM to new install java runtime(jre). 4. Recycle CFMX service and u are good to go.. Try this.. write a loop time code or some.. and run it under different JVM's swtiching

CF5/WinXPPro - java patch doesnt work - Why?

2002-12-20 Thread Michael Kear
I recently upgraded to WinXPPro and have a LOT of great new things to celebrate - like for example Studio5 doesn't crash all the time, and with my extra memory I can run FireworksMX and DreamweaverMX together. But the only problem I've found is that that old java problem with CF5 has returned.

Re: Web Based Collaboration System

2002-12-20 Thread Pete Ruckelshaus
Groove rocks my world, but it's not truly web-based -- it uses client software and the internet for communication/sharing. Pete - Original Message - From: Ryan Kime [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 4:35 PM Subject: RE: Web Based

Re: shopping MALL

2002-12-20 Thread Alexandro Colorado
For the news, just look for RSS. And the best open source desktop application that has that feature is the incredible Evolution. You can set the server and the rss file will come to your Today page. (Somehow I think its RDF rather) And as far of the shopping mall, dont really know any

RE: Humanclick Clone?

2002-12-20 Thread Che Vilnonis
I second that one! After all, it's the Holiday Season! :) -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 6:14 PM To: CF-Talk Subject: Re: Humanclick Clone? Original Message - From: webmaster [EMAIL PROTECTED] To: CF-Talk

Usage of Variables Scope

2002-12-20 Thread Bosky, Dave
Is there any benefit or performance difference when scoping local variables or is it mainly used for readability? cfoutput#Variables.myLocalVariable#/cfoutput cfoutput#myLocalVariable#/cfoutput ~Dave HTC Disclaimer: The information contained in this message may be privileged and confidential

RE: OT importing excel spreadsheet into access Database with web form

2002-12-20 Thread Andy Ousterhout
I've got code to import CSV -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 2:50 PM To: CF-Talk Subject: OT importing excel spreadsheet into access Database with web form does anyone have an example of code that would allow you to

RE: Web Based CD key

2002-12-20 Thread Luis Lebron
The problem is that the presentation is to big to download. That's why they want to use an encrypted cd. Luis -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 12:34 AM To: CF-Talk Subject: RE: Web Based CD key Good call. Just make

Freeware CF IDE for Linux

2002-12-20 Thread Timothy Heald
Any suggestions? Timothy Heald Assistant Webmaster Overseas Security Advisory Council U.S. Department of State ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: Usage of Variables Scope

2002-12-20 Thread Jochem van Dieten
Quoting Bosky, Dave [EMAIL PROTECTED]: Is there any benefit or performance difference when scoping local variables or is it mainly used for readability? cfoutput#Variables.myLocalVariable#/cfoutput cfoutput#myLocalVariable#/cfoutput There might be a minute performance increase, but the main

CFMX load test

2002-12-20 Thread Ken Beard
I'm looking for CFMX load test statistics for a shopping cart-type application which were not done by macromedia.. sort of validating the cfmx platform for a major client. Anyone know where I can find some? Ken ~| Archives:

RE: Freeware CF IDE for Linux

2002-12-20 Thread webguy
jEdit rocks (lastest pre-release has a few bugs though) http://www.joshuasmiller.com/jedit/index.cfm 100's of features ...plugins etc.. Works on windows and the EVEN THE Mac too WG -Original Message- From: Timothy Heald [mailto:[EMAIL PROTECTED]] Sent: 20 December 2002 14:15

Re: Usage of Variables Scope

2002-12-20 Thread Gyrus
- Original Message - From: Bosky, Dave [EMAIL PROTECTED] Is there any benefit or performance difference when scoping local variables or is it mainly used for readability? cfoutput#Variables.myLocalVariable#/cfoutput cfoutput#myLocalVariable#/cfoutput I

Re: CFMX / JVM

2002-12-20 Thread Frank Mamone
Where would I point the Classpath? - Original Message - From: Jesse Houwing [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, December 20, 2002 4:33 AM Subject: Re: CFMX / JVM Joe Eugene wrote: I dont think there is a written procedure.. 1. Downloads J2SE 1.4.0. 2.

RE: Web Based CD key

2002-12-20 Thread Mosh Teitelbaum
Maybe you could convert it to Flash, as Jochem suggested, but make a few key portions of the presentation require downloaded content. Key portions could include the first few frames worth of material, key audio clips, etc. As before, you can only get to the downloadable content after

RE: CFMX load test

2002-12-20 Thread Ezine
Hey, Have a look at http://femnet.freestoreclub.com/ Those prices are all dynamically calculated :).. and the catalogs are dynamic also.. It is an extremely complex shopping cart program that allows users that are logged in (and paid) to mark-up products on their subdomain, hide..

RE: Web Based CD key

2002-12-20 Thread Kevin Graeme
IIRC the Star Wars Phantom Menace DVD did something like this in reverse. The software checked for the existence of the DVD before allowing a web site with exclusive content to load. It was all done with software from Interactual. Could something to look into. -Kevin -Original Message-

Re: Usage of Variables Scope

2002-12-20 Thread Cutter (CF_Talk)
Proper variable scoping helps to A) decrease server overhead as the server will always know what scope a variable is in when requested, as opposed to searching each scope every time. B) makes your code much easier to debug in the event of an error and maintain in the event of changes,

RE: Web Based CD key

2002-12-20 Thread Chad
Can't you write VB scripts for Power Point? You need to write a script that can write a key to the computer then looks for a key on the computer to run the presentation. The key could be in the registry, INI file, etc. You could even encrypt and bind the key to the NIC ID. Hope the CD is not a

Re: CFMX load test

2002-12-20 Thread Adam Churvis
The only way to get true load statistics is to have your specific application formally load tested using a commercial grade load testing tool, and to have your database filled with production-scale data during the tests. Also, your test scenarios should not be homogenous (testing only one

Re: Print size for CF pages

2002-12-20 Thread Bob Haroche
Sorry I can't be more specific - but there is a CSS style that helps control print versions. Not so much an individual style per se but the idea is to use your regular style sheet for screen and specify an alternative style sheet which is designed for print. Search www.alistapart.com and

Text images on the fly

2002-12-20 Thread Stephen J. Mefford
This is a multi-part message in MIME format. --=_NextPart_000_0007_01C2A81C.23AB6160 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Does anyone have any pointers for creating GIFs on the fly? I would like to create dynamic headings for one of our portals

RE: Web Based Collaboration System

2002-12-20 Thread Ryan Kime
Yeah, I know. Just thought I would throw it into the ring anyways since it fits neither a complete web-based or client-server model. Some people know about it and some don't - just wanted to make sure Jeff was aware of the great program that it is. Too bad the Groove app has only been written for

RE: CF5/WinXPPro - java patch doesnt work - Why?

2002-12-20 Thread Michael Kear
I posted this a while ago, and no one has responded. Perhaps CF5 isn't of interest to anyone any more ... does anyone have any idea how I fix this please? I recently upgraded to WinXPPro and have a LOT of great new things to celebrate - like for example Studio5 doesn't crash all the time,

Re: CFMX load test

2002-12-20 Thread Jeffry Houser
To support Adam's statement that load testing is not cheap, take a look at:http://www.webperformanceinc.com . It is my preferred load testing tool. It is around $10,000 for a 2000 user license. Microsoft also has a tool (free, or at least it used to be). Additionally, you'll want to be

Re: Text images on the fly

2002-12-20 Thread zac sitzer
Does anyone have any pointers for creating GIFs on the fly? I would like to create dynamic headings for one of our portals (such as the quick link header on this page: http://my.georgetown.edu/) css2 would work 2 :-) cfx_image, imagemagik, cfx_image_cr from efflare.. the first 2 are free

RE: Usage of Variables Scope

2002-12-20 Thread Jim Davis
There was a bug in CF 4.0 that occurred, if I remember correctly, when you looped over a large query in the session scope. The thread would die outright... The only way to make it work was to scope all variables, even local ones. For this reason a lot of my old code is fully scoped, but other

RE: CF5/WinXPPro - java patch doesnt work - Why?

2002-12-20 Thread Mike Townend
What version of JVM are you using? Theres a similar problem with CFGrid, version 1.4 does not pass the values through, but 1.3 does HTH -Original Message- From: Michael Kear [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 16:28 To: CF-Talk Subject: RE: CF5/WinXPPro - java

Another Disturbing Error PartII

2002-12-20 Thread Mark Johnson
I have no idea if these are related to the last posted out of memory errors but now we are getting an error message that just has the word NULL in it. That is it. Nothing else at all. Any ideas or others experiencing. I look in the exceptions.log and i get just a bit more. The reason i label

OT:CSSRV hacks? Anyone have experience with them?

2002-12-20 Thread Lee Fuller
(Respond off list please: lee @pr i medna . net) A client's box was hit with the CSSRV hack, and so we're trying to learn more about it and how to protect from it / detect it. Anyone have info? Can't seem to find much on the net. TTAIA

RE: Text images on the fly

2002-12-20 Thread Matt Liotta
http://purrr.infopreneur.net/dirt/ Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Stephen J. Mefford [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 11:37 AM To: CF-Talk Subject: Text images on

Re: Text images on the fly

2002-12-20 Thread Stephen Moretti
Does anyone have any pointers for creating GIFs on the fly? I would like to create dynamic headings for one of our portals (such as the quick link header on this page: http://my.georgetown.edu/) We are running CF 4.5, but MX solutions would be helpful too in the even we ever upgrade.

HOW-TO Coldfusion on JRockit 7.0 or 8.0 (1.4 edition)

2002-12-20 Thread Jesse Houwing
It took me a while to get Coldfusion MX to run smoothly on a BEA JRockit. So I thought I'd share how to get this to work with y'all first, back up your jvm.config in c:\coldfusionmx\runtime\bin\ open the coldfusion administrator and note the min and max memory settings and additional Classpath

Macromedia Update on ColdFusion MX Stability Issues

2002-12-20 Thread Phil Costa
I wanted to give everyone an update on the status of our research into reported Linux and Unix stability issues with ColdFusion MX. Since releasing ColdFusion MX, our support and engineering teams have been working closely with a number of customers to identify and address problems they've

Another Disturbing Error PartII

2002-12-20 Thread Steven Erat
Hello, This is very likely the issue classified as bug 49453. The symptom java.lang.NumberFormatException: null has been characteristic of this problem. Please check the size of C:\CfusionMX\lib\client.properties. If it is only 0 bytes, then you are experiencing the issue. This is a very

RE: CFMX: Caching files

2002-12-20 Thread Anthony Wong
I was reading this mail real quick as i have another 1259 mails to go in this list. If I'm still on the right track, the issue was about putting in a CF file and the result is still showing the previous file results right? I figure that this might be the server cache issue. There is a check for

Another Disturbing Error PartII

2002-12-20 Thread Steven Erat
Mark, Please contact me at [EMAIL PROTECTED] regarding this issue. Thanks Steven Erat Macromedia Product Support ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

CF50 and CFMX Co-existence Problem

2002-12-20 Thread Li Chunshen \(Don\)
Folks, I bought a copy of CFMX Prof. Edition for Windows yesterday, and I'm having a hell time in getting it to work (first such experience in my whole life). My Windows XP Prof machine had a trial copy of CF5.0 running, and I'd like to keep it for some time, so, I chose to co-exist when asked

Re: Usage of Variables Scope

2002-12-20 Thread Rebecca Joy Sherman
Anyone know of a good MAIL server for cheap? I would like a Cold Fusion one but right now I just need one for my family email. Joy Joy Sherman Ever notice how much everyone wishes Joy during the holidays Too bad, I'm taken!

Re: CF50 and CFMX Co-existence Problem

2002-12-20 Thread Samuel R. Neff
When installing CF5 and CFMX on the same box, usually one would install CF5 with IIS and CFMX standalone (using internal JRun HTTP server) so CF5 is on port 80 and CFMX is on port 8500. Are you trying to install both CF5 and CFMX to run against the same instance of IIS? Is there any reason

MAIL SERVER

2002-12-20 Thread Rebecca Joy Sherman
Anyone know of a good MAIL server for cheap? I would like a Cold Fusion one but right now I just need one for my family email. Joy Joy Sherman Ever notice how much everyone wishes Joy during the holidays Too bad, I'm taken!

RE: MAIL SERVER

2002-12-20 Thread Kris Pilles
Try Mail Enable They have a free version and the professional version is 175.00 I believe I love this mail server... -Original Message- From: Rebecca Joy Sherman [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 2:28 PM To: CF-Talk Subject: MAIL SERVER Anyone know of a

Re: MAIL SERVER

2002-12-20 Thread Brian Scandale
Any linux distro... has sendmail. At 11:28 AM 12/20/02, you wrote: Anyone know of a good MAIL server for cheap? I would like a Cold Fusion one but right now I just need one for my family email. Joy Joy Sherman Ever notice how much everyone wishes Joy during the holidays Too bad, I'm taken!

monitoring cf

2002-12-20 Thread Chris Edwards
Hi I have a Solaris server hosting many sites. I want to monitor cfm file execution to find out which files are causing the most load. How would I do this? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com

Re: CFMX / JVM

2002-12-20 Thread Jesse Houwing
I dont think there is a written procedure.. 1. Downloads J2SE 1.4.0. 2. Install. 3. In the admin point JVM to new install java runtime(jre). 4. Recycle CFMX service and u are good to go.. Try this.. write a loop time code or some.. and run it under different JVM's swtiching back

cf 5 missing template handler

2002-12-20 Thread Regina Rempel
Hi I don't know why I am having such a hard time with this please help I have set a missing template in cfadmin but when I test i'm still getting the default coldfusion page. Using iis and cf 5 thanx Regina ~| Archives:

Re: MAIL SERVER

2002-12-20 Thread Jochem van Dieten
Rebecca Joy Sherman wrote: Anyone know of a good MAIL server for cheap? I would like a Cold Fusion one but right now I just need one for my family email. http://www.houseoffusion.com/cf_lists/index.cfm?method=resultsforumid=4Search=mail+servermaxrows=20 Jochem

RE: MAIL SERVER

2002-12-20 Thread John Ceci
http://xmail.eye-catcher.com/whatsnew.asp XMail - great serer -Original Message- From: Rebecca Joy Sherman [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 2:28 PM To: CF-Talk Subject: MAIL SERVER Anyone know of a good MAIL server for cheap? I would like a Cold Fusion one but

CFGurus ... your advice sought

2002-12-20 Thread Owens, Howard
I'm trying to figure out the best way to deal with this issue ... I have an application that uses ImageMagick to convert PDFs to JPGs. We're still in the alpha development stage here, but everything has been working fine until today ... today's images to process are very large. How things are

RE: Random SQL statement

2002-12-20 Thread Andrew Tyrone
If you're using SQL Server, you might fine this article interesting: http://www.sqlteam.com/item.asp?ItemID=8747 -Original Message- From: Chad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 12:09 PM To: CF-Talk Subject: Random SQL statement I have a table with a

RE: monitoring cf

2002-12-20 Thread Mike Brunt
Chris, you set up debug options in ColdFusion administrator so that you get page execution times in the browser. However you would need to make sure you specified your IP Address only or all those who hit the site will see the info. Also, on a production box this is not usually such a good idea

Re: CF50 and CFMX Co-existence Problem

2002-12-20 Thread Li Chunshen \(Don\)
Samuel, CF5 was already installed using IIS on port 8750. Yes, good point for development and testing, why not use the web server that comes with CFMX on port 8500, and yes, that got me to have CFMX partially working, the Java Plug-in, version 1.3.1_01 is no longer working, I've checked app

Problem Tracking Systems

2002-12-20 Thread Trey Rouse
I'm sure this has been asked before, but. Does anyone recommend any CF based Problem Tracking Systems? Key Features being: Unlimited users. Unlimited queues. Automatic Queue assignment and escalation rules Reporting Email integration. And, Source purchasable.

RE: Problem Tracking Systems

2002-12-20 Thread Tony Weeg
www.tracking-tools.com I think the guy who runs it is on this list...its a great solution, and I think its just released lately ..tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping

Re: CFGurus ... your advice sought

2002-12-20 Thread Jerry Johnson
How important is it that you get _instant_ response moving the file after creation. What if you told CF to move a file only after its modify date lay unchanged for 5 minutes or 10 minutes? That would give the OS and ImageMagick plenty of time to release the file. Just a thought, Jerry Johnson

Re: Problem Tracking Systems

2002-12-20 Thread Cedric Villat
Trey, Not sure if this is what your looking for, but we have developed CFTicket which I believe might suit your needs. Take a look at it at www.cornfeed.com. There is a live demo available for you to use. Cedric Villat Lead Designer http://www.Cornfeed.Com Creators of CFTicket - A multipurpose

Re: Print size for CF pages

2002-12-20 Thread Jason Miller
Yes you are correct it is style sheet not a style. it was late. I hadn't slept in days. I will check those others lists again.. because like original poster- I actually need this too. Bob Haroche wrote: Sorry I can't be more specific - but there is a CSS style that helps control print

Re: Text images on the fly

2002-12-20 Thread Jason Miller
I would suggest this to.. it is SO simple. I use it myself. Not only that - if you want to get fancy you can AS code a text effect and it will apply to any text loaded. You can also load in jpg if you have Flash MX. If you need sample code - let me know. jay miller Stephen Moretti wrote: Does

Re: CFGurus ... your advice sought

2002-12-20 Thread Fregas
The type of app you are trying to make would be better suited to a .NET windows service I think since you need this to run on a scheduled basis and synchronize when things happen. However, I realize that might not be desireable or possible. I have some ideas but let me get some more info. Could

RE: Problem Tracking Systems

2002-12-20 Thread Trey Rouse
It's a nice start, but we are in need of something more mature with a wider scope. We need a Problem Tracking System that goes beyond just software bugs, this could be problems of any nature within an enterprise. That any person could submit too, not just a registered set of users.

Re: monitoring cf

2002-12-20 Thread Chris Edwards
I'm runing cf 5. I was looking for a way to log this stuff and run a log analyzer to graph out cpu utilization on each cf file and possibly the db queries. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com

Re: MAIL SERVER

2002-12-20 Thread Bruce Sorge
I am using a mail server from Argosoft. Excellent product, great price and customer service is excellent as well. www.argosoft.com - Original Message - From: Rebecca Joy Sherman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, December 20, 2002 1:28 PM Subject: MAIL SERVER

Re: MAIL SERVER

2002-12-20 Thread Jason Burnett
qmail is free and there are lots of addons that are also free (webmail, spam filtering) on Fri Dec 20 Bruce Sorge spoke forth with the blessed manuscript I am using a mail server from Argosoft. Excellent product, great price and customer service is excellent as well. www.argosoft.com -

A question for CF Developers out there....

2002-12-20 Thread Pablo Varando
Hi, First off, I'd like to appologize about the off-topic but I wanted to reach as many CF developers as possible... We're building a web site called CFEverything.Com This is going to be a community project built and ran by the community. In other words developers (Any CF Developer

RE: writing to Excel

2002-12-20 Thread jon roig
Hey... I just put up a quick and simple tutorial on how to do this: http://jonroig.com/modules.php?op=modloadname=Newsfile=articlesid=54 Doesn't require com objects or any of that high fallutin' stuff -- but it does write straight to the browser, so that might not be what you have in mind.

Highly Flammable Topic? BlueDragon, anyone?

2002-12-20 Thread Willy Ray
Is anybody using BlueDragon to process their CFML? Took me about an afternoon to get it configged and running my CF applications with datasources and everything, without a macromedia product on the server! Seems pretty good. How's stability? Anybody have any experience with this? What

FW: Address verification request

2002-12-20 Thread Deva, Ramesh
-Original Message- From: Deva, Ramesh Sent: Friday, December 20, 2002 6:15 PM To: '[EMAIL PROTECTED]' Subject: RE: Address verification request Hi This is my list and having following data.. EXPRID,EXPRNAME,EXPRSHORT,EVENTSOURCEID,ACTIONNAME,ACTION,BUILTINFUNCTION,DB

list Index error

2002-12-20 Thread Deva, Ramesh
-Original Message- From: Deva, Ramesh Sent: Friday, December 20, 2002 6:17 PM To: '[EMAIL PROTECTED]' Subject: FW: Address verification request -Original Message- From: Deva, Ramesh Sent: Friday, December 20, 2002 6:15 PM To: '[EMAIL PROTECTED]' Subject: RE: Address

RE: CFGurus ... your advice sought

2002-12-20 Thread Owens, Howard
I've thought storing the info in a database record ... Would there be some way to use CFCatch to say ... ok, record this error and move on ... keeping looping through the directory ... pick up the next image in line and work with it ... ? -Original Message- From: Fregas [SMTP:[EMAIL

Re: OT: browser stats, mozilla rising

2002-12-20 Thread jon hall
Just wanted to comment to this older thread... I was just looking over some stats from a consumer oriented non ecommerce site that has been hitting 3.5 million hits+ per day for the past few weeks, and Gecko based browsers are more popular than NS4 for the first time. Not by a small margin

Easy CFFILE ?

2002-12-20 Thread Eric Hoffman
Error processing CFFILE Error attempting to write data to target file 'D:\Inetpub\wwwroot\Sma...' Error: There was a hardware error. How does one fix this? Permissions on the server? Regards, Eric J Hoffman DataStream Connexion www.datastreamconnexion.com Delivering Creative Data

RE: Highly Flammable Topic? BlueDragon, anyone?

2002-12-20 Thread Matt Liotta
I wouldn't say it is a highly flammable topic. We are all CFML developers here, so having more than one CFML application server is a good thing(TM). Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Willy Ray

Re: Highly Flammable Topic? BlueDragon, anyone?

2002-12-20 Thread Charlie Griefer
search the archives for BlueDragon. You'll find more feedback/opinions/rants/raves than you can shake a stick at :) - Original Message - From: Willy Ray [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, December 20, 2002 3:47 PM Subject: Highly Flammable Topic? BlueDragon,

Re: Easy CFFILE ?

2002-12-20 Thread Jochem van Dieten
Eric Hoffman wrote: Error processing CFFILE Error attempting to write data to target file 'D:\Inetpub\wwwroot\Sma...' Error: There was a hardware error. How does one fix this? Permissions on the server? Buy new hardware? Jochem

Re: Highly Flammable Topic? BlueDragon, anyone?

2002-12-20 Thread Sean A Corfield
On Friday, Dec 20, 2002, at 14:47 US/Pacific, Willy Ray wrote: Is anybody using BlueDragon to process their CFML? Took me about an afternoon to get it configged and running my CF applications with datasources and everything, without a macromedia product on the server! Seems pretty good.

RE: CF5/WinXPPro - java patch doesnt work - Why?

2002-12-20 Thread Michael Kear
Thank you for your response, Mike. I'm using the stock standard release versions, with all Microsoft's hotfixes and patches applied, according to the automatic update. It's WinXP Pro. In the control panel there's a Java Plug-In icon and it says the runtime for Netscape is 1.3.1_02 so I set it

RE: CFGurus ... your advice sought

2002-12-20 Thread Owens, Howard
Hey, my boss ... who's not even a programmer ... came up with a good idea .. check the file size before processing, and move big files to another folder for manual processing later. I decided to go in that direction. It this case, it's a workable solution. H. -Original Message-

RE: CF5/WinXPPro - java patch doesnt work - Why?

2002-12-20 Thread Jeff Garza
I had the same problem. I installed every version of the JVM that I could think of... Nothing worked. I eventually had to re-install IE which fixed the problem. Good Luck! Jeff -Original Message- From: Michael Kear [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 6:35 PM

somehow i missed this

2002-12-20 Thread Dave Lyons
As I'm diving into cf from asp, I have failed to pay attention to something. I was just talking to my web host they are setting up a new sever tonight for coldfusion. But he mentioned that they are putting on 4.5, I'd imagine that they really should be putting on mx. Or can I run mx on 4.5? Could

Re: somehow i missed this

2002-12-20 Thread samcfug
MX apps will likely bomb on 4.5. I am surprised the provider is installing a three year old server product which is at least two versions behind, but hey, some are still running NT 4, right. There are providers running a vary stable version 5.0 for even less money than that one. I can