Re: What happened to this list?

2000-04-23 Thread Michael Dinowitz
Went down for the holidays. :) Actually, the safeguards I had in place were not enough. It seems that post.office has a major problem when dealing with certain formatted emails. On 4/20/00, Michael Blair penned: Try this one... Recently I posted a question I had to the list and no one

Fw: Query Cache Question

2000-04-23 Thread Jay Sudowski
This is a message I sent this weekend but was bounced . I'm still curious about structures :-) - Original Message - From: Jay Sudowski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 21, 2000 1:48 PM Subject: Re: Query Cache Question Hey Pete, Thanks for the

Re: Deleting Data

2000-04-23 Thread Joshua Yip
have you got the delete statement rite? or your db is a readable and writable one? Tim Bahlke wrote: I am trying to create a page where a user can delete their data from the DB. I have created a CFQUERY with a DELETE statement. When I try to perform the function I get a page that reads 405

Another cookie question

2000-04-23 Thread Bob Hill
Hello everyone, I want to allow/deny access to a certain part of an application based on whether or not they have visited that part before. There is no user login, so I was thinking of doing this with a cookie. Even though it has it's drawbacks, I was going to use #remote_addr# as the value of

Re: CF-Talk V1 #42

2000-04-23 Thread Judith Dinowitz
Marcus, Michael and I are horrified that anyone would use the CF-Talk list to denigrate some other person and try to take their job. We want to make it known to everyone that if we find out who this person is, or if we find out anyone is doing something of this sort, they will be, at the least,

Proper Case?

2000-04-23 Thread aslam bajaria
Supposing I am getting an output of a query. If the company name in the database is : THE GOOD COMPANY INC How do I convert it to: The Good Company Inc Appreciate AB __ Do You Yahoo!? Send online invitations with Yahoo! Invites.

ReReplaceNoCase is too greedy question

2000-04-23 Thread Chris . Austin
Hi, I am trying to do a regular express that will replace all defined areas of a text file with a blank. ie.. City, State, Zip:Aurora, California, 80013 Relocation Date (Generally same as start date): 12/31/ Relocation Category:_%%TestField%% blah blah blah blah %%NextField%%

[again] tap... tap...

2000-04-23 Thread Greg
Is this thing on?? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe'

RE: avoid cached pages

2000-04-23 Thread Pete Freitag
CFHEADER Name="Expires" Value="#Now()#" ___ Pete Freitag CFDEV.COM Cold Fusion Developer Resources http://www.cfdev.com/ -Original Message- From: Nathan Chen [mailto:[EMAIL PROTECTED]] Sent: Friday, April 21, 2000 1:59 PM To: cftalk Subject:

RE: Basic Query Question

2000-04-23 Thread Pete Freitag
WHERE Membername != '#Cookie.Memebername#' OR WHERE Membername '#Cookie.Membername#' See http://www.cfdev.com/resources/discussion/messages.cfm?id=7 For more SQL info ___ Pete Freitag CFDEV.COM Cold Fusion Developer Resources http://www.cfdev.com/

RE: Error: Unable to instantiate environment for 'ODBC.'

2000-04-23 Thread Pete Freitag
Haven't come across this error myself, but if it's a database problem, you may find a solution by installing the latest MDAC download at http://www.microsoft.com/data/ ___ Pete Freitag CFDEV.COM Cold Fusion Developer Resources http://www.cfdev.com/

RE: What's the use of structures, anyway?

2000-04-23 Thread Mike Sheldon
You are correct, you cannot store complex data directly in a client variable. However, all is not lost, you can serialize the structure using WDDX, store it in the client variable, and deserialize it when you read it back. This, of course, also applies to any situation where you need to store

Testing

2000-04-23 Thread Gregory Harris
Testing please ignore Gregory Harris (tekiegreg) [EMAIL PROTECTED] -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or

Re: Cold Fusion Oracle dates

2000-04-23 Thread Stephen Garrett
The date/time format can be set as a standard by your DB Admin. If that is not done, then the to_char is the ONLY way to use dates / times in Oracle. Steve At 02:12 PM 4/21/2000 -0500, Reuben King wrote: As it stands right now, if I want to get the hours/minutes/seconds from an Oracle date

Re: What happened to this list?

2000-04-23 Thread Michael Dinowitz
Wrong reply to the wrong message. I'm very upset at hearing this story and if/when I find out who the 'helper' was, I'm defiantly going to ban him/her from the list. Went down for the holidays. :) Actually, the safeguards I had in place were not enough. It seems that post.office has a major

RE: Another cookie question

2000-04-23 Thread Pete Freitag
You could just set it to cookie.name = "id, ip" Then Cold Fusion can treat it as a list, and you can use the list functions to extract parts of it (eg ListGetAt()). From what you said I don't even think the cookie needs a value though, the top of your page can look like this... cfif

Re: converting word docs to HTML [still not working]

2000-04-23 Thread David Shadovitz
Greg, My earlier postings were using Word 97. I just upgraded to 2000 - what a nightmare of a process. I recorded a macro to save a file as a web page (File | Save as Web Page) and I see that the FileFormat is "wdFormatHTML". Can you give that a try? This page on the MSDN site has relevant

Re: HTTP request and CGI variables

2000-04-23 Thread Dick Applebaum
Andrea I never had the need to examine this before, so I wrote a little program to check it out. CF passes a HTTP_USER_AGENT of: ColdFusion 4.0 I can understand arguments for and against allowing you to spoof the user agent. (Tango does). I couldn't find anything in any CFDocs that

Re: CF-Talk V1 #42

2000-04-23 Thread Dick Applebaum
Well said! At 1:23 AM -0400 4/23/2000, Judith Dinowitz wrote: The CF lists at House of Fusion (or anywhere else, for that matter) should not be used to denigrate or insult other programmers. We want this to be an open forum where no one is afraid to ask a question. That is the spirit in which

Re: converting word docs to HTML [still not working]

2000-04-23 Thread Judith Campbell
The code produced by Word in converted documents to HTML is total trash. You might want to check for a third party product to do this, or if the format of the Word documents isn't important and you only need the text, write a macro to save the Word document as a text file, then use a tool to

Re: DateDiff

2000-04-23 Thread David Shadovitz
You are getting the difference in minutes in the 1st case and in hours in the 2nd. The sign depends on which time is first. -David On Fri, 21 Apr 2000 16:45:06 -0700 Shawn Regan [EMAIL PROTECTED] writes: Hey guys I'm compare times and I keep getting negative numbers in return. For example

Re: Dedicated Servers??

2000-04-23 Thread Peter Janett
SQL 7 has very "Access" like interfaces for building tables etc., and a built in Access database importer. What I have discovered, if you MUST run both on one machine, throw A LOT of ram in that machine. It appears that SQL 7 really eats ram. Peter Janett New Media One Web Services

How do u add BROWSE toa file upload form?

2000-04-23 Thread pardeep
Hi, quick one. I was going through Ben Forta's book on how to make file upload forms, and unfortunately the code does not include how to add the BROWSE button so one can select the right file on one's hard drive visually. That portion is missing from his example and there is no sample of that

Re: Sorry to Interupt... :-) CFWDDX Question.

2000-04-23 Thread Dick Applebaum
Sean Here are some useful WDDX links that you may not have seen: http://www.oacfug.org/users/dswitzer/forms/ http://www.codebits.com/wddx/examples.cfm http://www.dental.pitt.edu/cfdocs/weisswddx.htm http://forums.allaire.com/Forums/Main.cfm?CFApp=49

Re: SQL 7 crashing issue

2000-04-23 Thread pardeep
On my maching if I use a wizard to import data into SQL 7, right at the end of the process the program crashes. I have 128 megs of RAM, u think it could be a lack of RAM issue? At 02:36 AM 4/23/2000 -0500, you wrote: SQL 7 has very "Access" like interfaces for building tables etc., and a

Re: Able Commerce knock-off

2000-04-23 Thread Brandon Whitaker
Do you really want to purchase from a product that is so obviously built while looking at the AbleCommerce Builder product? What does this say about the company? (AbleCommerce Marketing Guide, Step 1: Question competitor's ethics for DARING to model their offering on your own flagship

Re: Help with grabbing data

2000-04-23 Thread Brandon Whitaker
For those who feel I'm a trader to CF, I like to reserve CF Server and it's scheduled tasks for the critical web apps, not for what I consider to be internal housekeeping. Hey, making a reasonable suggestion doesn't make you a traitor by any stretch of the imagination. It's important to know

Re: How do I carry an Array over to another page? - HELP!!!!

2000-04-23 Thread Brandon Whitaker
Pop the array into a Structure, serialize the structure with CFWDDX and pass the WDDX packet to your next page. Then deserialize the WDDXPacket on the next page and voila. You have your array. But whatever you do, don't do as I did the first time I fiddled with WDDX, and attempt to pass it as

Re: OT Javascript Detection

2000-04-23 Thread Brandon Whitaker
Is there a way to detect whether a browser has scripting turned on? I've used JavaScript to set a cookie, then attempted to read that cookie with CF on the next page...no cookie, no JavaScript. Of course, this implies an extra step, so it's not an all-around solution. It worked well in my

Re: How do u add BROWSE toa file upload form?

2000-04-23 Thread David Shadovitz
You get it for free when you use the HTML element input type="file" (You're missing the quote before the word FILE.) -David On Sun, 23 Apr 2000 01:30:59 -0700 [EMAIL PROTECTED] writes: Hi, quick one. I was going through Ben Forta's book on how to make file upload forms, and

Re: How do u add BROWSE toa file upload form?

2000-04-23 Thread Seamus Campbell
--=_181920978==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed Replace your INPUT TYPE="SUBMIT" with input type="submit" value="Upload" At 06:30 pm 23/4/2000 , you wrote: Hi, quick one. I was going through Ben Forta's book on how to make file upload

Re: SQL 7 crashing issue

2000-04-23 Thread Fred Sanders
I would guess more along the lines of a DLL file or OCX being replaced by an unscrupulous setup program for another software package. Have tried updating your SQL7 w/ both service packs. Also if you changed or reinstalled something you'd need to re-apply the patches in most cases. Another

Re: Sorry to Interupt... :-) CFWDDX Question.

2000-04-23 Thread Sean Renet
Using the example below... That is an attachment I get from an email. I want to convert that xml to query data that I can insert into a database. So I want to find out how to take first_nameSean /first_name and turn it into #first_name#. All of the WDDX2CFML examples I have seen are passing WDDX

Re: How do u add BROWSE toa file upload form?

2000-04-23 Thread Fred Sanders
The code I have thus far is: form action="upload.cfm" method="POST" enctype="multipart/form-data" File: input type=FILE" NAME="File"BR INPUT TYPE="SUBMIT" /FORM See where you have the " after the type=FILE" ??? remove it and the browse button should magically appear. (yes I tested it

Re: Able Commerce knock-off

2000-04-23 Thread Fred Sanders
Its common and even expected of people who work for companies to back their own products as the best, and one and only true product. The guy has already apologized for it. Drop it please. We/I have better things to do than read people griping on this list and its gone on long and far enough.

Re: SQL 7 crashing issue

2000-04-23 Thread Fred Sanders
Oh yeah! I'm really coherent at 4am Sheesh! Let me know if you didn't understand something in that mess I sent and I'll translate it. Fred T. Sanders Galveston Island, TX -- Having a bad day? Imagine this... You are in total seclusion from that hectic place

Re: Sorry to Interupt... :-) CFWDDX Question.

2000-04-23 Thread Dick Applebaum
Sean Do you have control over the content/format of the attachment... it's not a WDDX packet. Dick At 2:09 AM -0700 4/23/2000, Sean Renet wrote: Using the example below... That is an attachment I get from an email. I want to convert that xml to query data that I can insert into a database.

Server Not Running

2000-04-23 Thread Sand Dunes
Hello, I have just recently purchased studio 4.5 and upgraded to 4.5.1. Everytime I submit a passed parameter or try to access the rds I get a message that the server is not running. I have the cfserver.exe in the start up folder. I have clicked on everything I can think of and it will not

Re: How do u add BROWSE toa file upload form?

2000-04-23 Thread Internet Gold Coast Properties
the following is the code i have used which works you will need to make relevant file name changes of course INPUT NAME="PhotoFile" SIZE=40 TYPE=FILE value=impsurphoto.jpg/td Kind Regards Claude Raiola E-Mail: [EMAIL PROTECTED] Website: www.internetgoldcoastproperties.com.au -

Re: HTTP request and CGI variables

2000-04-23 Thread Lawrence B. Afrin, M.D.
I had some difficulties with this problem recently, too, when I needed to implement a monitor that checks on another site. Some things to be aware of: 1) The USERAGENT param to CFHTTP did not become available until CF4.5. I don't believe trying to set the user agent via CFHTTPPARAM in earlier

Windows NT error number 109 occurred

2000-04-23 Thread KungFusion
I looked in the CF server log and noticed the file plagued with the following. example: "Error","TID=238","04/09/00","23:11:18","Windows NT error number 109 occurred." "Error","TID=239","04/10/00","07:35:05","Unable to write reply -- client browser stopped waiting for request. " In conjunction

Re: Windows NT error number 109 occurred

2000-04-23 Thread David Shadovitz
This was asked back in November. Here are snippets from two replies which may be helpful: 1. From "WBB": For NT errors drop into a command box and type: net helpmsg errornumber [enter] 2. From Jonathan Broome: I asked

converting word docs - you might be kicking yourself

2000-04-23 Thread Justin MacCarthy
Hi Greg, Are you sure the filter is installed ??? I run this and got a HTML convertor! ~Justin Thanks Justin. This sounded perfect, but it still didn't work. I converted to CF: CFOBJECT ACTION="Create" NAME="WordApp" CLASS="Word.Application" cfset WordApp.Visible = FALSE cfloop

Re: Sorry to Interupt... :-) CFWDDX Question.

2000-04-23 Thread Stephen M. Aylor
Who is generating the .xml doc? Safe to presume a third party? Typically, if you are not generating the xml doc, converting it to wddx with the cfwddx tag is not going to work. Data manipulations with xml require A DTD or XSL Transformation doc and an XML parser. Either of those (DTD or XSL)

RE: HTTP request and CGI variables

2000-04-23 Thread Dave Watts
1) The USERAGENT param to CFHTTP did not become available until CF4.5. I don't believe trying to set the user agent via CFHTTPPARAM in earlier version of CF will accomplish the desired effect. If you're not at 4.5, upgrade, then use CFHTTP USERAGENT=... Actually, you can pass the desired

RE: HTTP request and CGI variables

2000-04-23 Thread Dave Watts
I am sending an http request using cfhttp to register a user on a remote site - the remote site is using asp. The asp code is looking for the browser type in the cgi variables. I am sending it the browser type as follows: cfhttp

RE: Another Start/Stop Question

2000-04-23 Thread Dave Watts
I went in and edited the .bat file and added a time for it to start/stop cold fusion at say 5pm, yet my logs don't show that it stopped and started. besides editting that bat file is there anything else i need to do? Make sure that the Scheduler service is running. Dave Watts, CTO, Fig

RE: the definitive summary to variable scopes - correct?

2000-04-23 Thread Dave Watts
Presuming you're not using sandbox security (which i'm not familiar with), wouldn't the ip#'s that debug info will be displayed to, be a server variable ?? In the context of this discussion, no. Server variables are variables available to CF scripts, that are stored in the Server memory

RE: arrays that build dynamic fields and javascript.

2000-04-23 Thread Dave Watts
Okay I have a form/table that I build from an array. What I need to do is create some one the fly math for inverse cells of this table. that is, if the value of row 1 column 2 is input to be 2, then the value of row 2 column 1 must be .50. So I need to write some javascript that takes the

Hidden question

2000-04-23 Thread Joshua Yip
How does one pass a hidden value to the next template without using cfform? Thanks -- Joshua Yip ICQ : 8657630 IVOX TECHNOLOGY -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: Hidden question

2000-04-23 Thread Dave Watts
How does one pass a hidden value to the next template without using cfform? You can put hidden form fields in a regular FORM tag. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

RE: HTTP request and CGI variables

2000-04-23 Thread Dick Applebaum
Dave That, indeed, does the job My questiion is how do you know this... I found nothing in the Dcos. Dick At 1:38 PM -0400 4/23/2000, Dave Watts wrote: 1) The USERAGENT param to CFHTTP did not become available until CF4.5. I don't believe trying to set the user agent via

Re: stupid HTML question

2000-04-23 Thread Julia Green
That's easy enough... table name="table1" align="left ... table name="table2" align="center" ... /table /table Julia Green Julia Computer Consulting http://www.juliagreen.com/ Email: [EMAIL PROTECTED] Phone: 617-926-3413 FAX: 413-771-0306 - Original Message -

Image upload I get this error on some and not others.?

2000-04-23 Thread KungFusion
Okay here is the situation, I have tried this on my server at home running Apache and CF4.5.1 without a hitch. But when I test it on the box at work running IIS4 (I think this is the culprit) and CF 4.5.1 it is very consistent. My code allows unlimited amount of images one image at a time. I

Cybercash Merchant Kit

2000-04-23 Thread [EMAIL PROTECTED]
Hello Everyone, Happy Easter! Does anyone know of a concise and clear resource/guide for cybercash installation and implementation(w/ coldfusion sites)? I am reading through the one from cybercash.com site and a little overwhelmed at the volume of reading. Any suggestions are greatly

RE: Hidden question

2000-04-23 Thread David L. Rice
Here is the simplest way (this pre-supposes it is a CF variable you wish to pass): CFOUTPUT FORM ACTION="some_template" METHOD="post" INPUT TYPE="Hidden" NAME="variable_name" VALUE="#variable you are passing#" Form content here... SUBMIT

How to send two values?

2000-04-23 Thread aslam bajaria
If I have an URL link that says something like: a href="Index.cfm?fuseaction=validateform"Click here /a to validate form. If I want to supply the username also besides the fuseaction to index.cfm, how do I do that. Is it possible to supply more than one value through a link? Appreciate. A.B.

Re: How to send two values?

2000-04-23 Thread Michael Grundvig
use the symbol to add more values to the url... a href="Index.cfm?fuseaction=validateformvar1=whatevervar2=whatevervar3=wha tever"Click here/a to validate form. - Original Message - From: "aslam bajaria" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 23, 2000 4:36 PM

RE: stupid HTML question

2000-04-23 Thread Brook Davies
I love nesting tables At 03:50 PM 23/04/00 -0400, you wrote: Julia's version will work of course. However, I have a tendency not to nest tables unless there is absolutely no other means of accomplishing an end. What I would do (and this would be so much more elegant in DHTML of course... ;)):

Re: Image upload I get this error on some and not others.?

2000-04-23 Thread Alex Puriche
KungFusion, I'm sorry for my English. Problem isn't in your code. This error is occur when you try to upload highly compressed *.jpg image, compressed by Ulead SmartSaver. May be I'm mistaken but I spend a lot of time to fix it. I think it is a bug of CF

Cookies disappear

2000-04-23 Thread cfm
Hello all, I have created a dynamic site where I tried to save a lot of the dynamic information in cookies. At any 1 time there could be about 25 cookies. None of them are very large, each holding a max of about 45 bytes. This dynamic information is stuff like a cookie for the main font

Re: Cookies disappear

2000-04-23 Thread Steve Reich
Sounds like you are exceeding the cookie limit... I think it's 20. - Original Message - From: "cfm" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 23, 2000 7:32 PM Subject: Cookies disappear Hello all, I have created a dynamic site where I tried to save a lot of the

Re: What happened to this list?

2000-04-23 Thread Fred Sanders
HERE HERE! I SECOND THAT! Fred T. Sanders Galveston Island, TX -- Having a bad day? Imagine this... You are in total seclusion from that hectic place called "The World". The soothing sound of a gentle waterfall fills the air with a cascading serenity. The water is

RE: What happened to this list?

2000-04-23 Thread Jim Taylor
DITTO -Original Message- From: Fred Sanders [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 23, 2000 3:36 PM To: [EMAIL PROTECTED] Subject: Re: What happened to this list? HERE HERE! I SECOND THAT! Fred T. Sanders Galveston Island, TX -- Having a bad day?

Re[2]: Cookies disappear

2000-04-23 Thread Alex Puriche
Steve, I'm _Sorry_ for my poor English. I think will be helpful to preserve all information in 1 cookie. Maybe example listed below will be helpful for you. Of course, I don't claim to truth, but think that 25 cookies is too much. To set: cfset

New Public Beta Release of exciting new automatic FORM CREATION tag!

2000-04-23 Thread Brian Bray
Hello, I am excited to announce the first public beta version of a new set of custom tags called Incredibly Powerful Form Manager for ColdFusion ('CFIPFM'). To learn more about CFIPFM please read on. In addition much documentation is available (and more is on the way) at:

RE: HTTP request and CGI variables

2000-04-23 Thread Dave Watts
1) The USERAGENT param to CFHTTP did not become available until CF4.5. I don't believe trying to set the user agent via CFHTTPPARAM in earlier version of CF will accomplish the desired effect. If you're not at 4.5, upgrade, then use CFHTTP USERAGENT=... Actually, you can

Cfhttp error?? help?

2000-04-23 Thread Joseph Eugene
Hello all, I am trying to experiment some code with CFHTTP, but it gives the error "Connection Failure text/html", i am running CFserver 4.5 on NT (sp6). i also downloaded the bug fix for cfhttp but it still gives me this error. Is there

Re: Hidden question

2000-04-23 Thread Joseph Eugene
you dont have to use CFForm , you can just use Form! Form action="next_template" Method="Post" "if you have to pass a query out put cfoutput query="query_name"" input type="hidden" Name="hidden_Field" Value="Hidden_Value" /cfoutput input type="Submit" Name="Submit"

Re: Problem in insertinf Phone number

2000-04-23 Thread Joseph Eugene
Denny, try changing the datatype to Varchar and make sure you set the size to atleast 15 or what you want! make sure you have the brackets correct and quotes in place cfquery Name="" Datasource="Phone_Numbers" insert into Table_name values('#Phone_number#') /Cfquery - Original Message -

Re: [Re: Problem in insertinf Phone number]

2000-04-23 Thread Denny dd
THANK YOU VERY MUCH FOR SOLVING MY PROBLEM "Joseph Eugene" wrote: Denny, try changing the datatype to Varchar and make sure you set the size to atleast 15 or what you want! make sure you have the brackets correct and quotes in place cfquery Name="" Datasource="Phone_Numbers" insert into

RE: New Public Beta Release of exciting new automatic FORM CREATION tag!

2000-04-23 Thread Jim Taylor
so do we all promote our tags here or what ..:):) -Original Message- From: Fred Sanders [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 23, 2000 6:33 PM To: [EMAIL PROTECTED] Subject: Re: New Public Beta Release of exciting new automatic FORM CREATION tag!

Fusebox Resources

2000-04-23 Thread Judith Dinowitz
Is there anything else out there on fusebox... I appreciate it's importance and would like to know more. Besides http://www.fusebox.org, I would suggest checking out these sites: 1. CF Advisor: for the last few issues they've put out articles on Fusebox by Hal Helms. http://www.cfadvisor.com.

Re: avoid cached pages

2000-04-23 Thread Nathan Chen
--F76F69598BED2A21B1AEF367 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Thank you very much, Pete. Pete Freitag wrote: CFHEADER Name="Expires" Value="#Now()#" ___ Pete Freitag CFDEV.COM Cold Fusion

Re: Working with durations in SQL and CF

2000-04-23 Thread Jim McAtee
Assuming that your dates within the Access date/time fields do not contain a time component (or, equivalently, the time was stored as 'midnight' 00:00:00) I think the following should work. SELECT * FROM Events WHERE #Int(Now())# BETWEEN Start_Date_Time AND End_Date_Time Jim -Original

Re: Windows NT error number 109 occurred

2000-04-23 Thread Rahul
My CF server's log is also full with error 109. ... As per my opinion I am getting this request coz of Licensing problem with me NT installation or may be coz my users are writing some stupid pages which keeps on waiting for system reply i.e. reply from WWW server this is what my thinking ..