MS Access xml file and CF...

2005-03-21 Thread Houk, Gary
Hello, I have a user with an access database that they want to export an xml file out of, and through cf, upload the file and have the contents inserted into the sql server db table. No problem, I know how to do this. The problem is that the xml elements are not consistent. For example, if the

RE: HTML or Flash-based Forms on Intranets

2005-03-21 Thread Houk, Gary
The other thing to consider here is whether it's worth the additional overhead to use flash. The flashforms are great for multi-page forms and for forms where you may want to consolidate a lot of data in a small space using elements like the accordian and the tabnavigator. However, if it's just

Problems parsing CXML with CF...

2004-01-08 Thread Houk, Gary
I have a CXML doc that gets passed to me through a form field. If I remove the line !DOCTYPE cXML SYSTEM http://xml.cxml.org/schemas/cXML/1.1.009/cXML.dtd I can parse it perfectly with CF. What can I do to be able to parse this correctly? ?xml version=1.0 encoding=UTF-8?!DOCTYPE cXML SYSTEM

RE: Problems parsing CXML with CF...

2004-01-08 Thread Houk, Gary
Is there a way I can just eliminate dealing with the DTD at all by somehow removing that line/entry? - Gary -Original Message- From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 1:32 PM To: CF-Talk Subject: Re: Problems parsing CXML with

RE: Problems parsing CXML with CF...

2004-01-08 Thread Houk, Gary
Nevermind - I got it working. Thanks for the input Massimo. - Gary -Original Message- From: Houk, Gary Sent: Thursday, January 08, 2004 2:28 PM To: CF-Talk Subject: RE: Problems parsing CXML with CF... Is there a way I can just eliminate dealing with the DTD at all by somehow

RE: Problems parsing CXML with CF...

2004-01-08 Thread Houk, Gary
I realized that in the zip file they sent me they included a copy of the dtd. I just copied the file to my server, used replace() to swap their server path for mine, and it worked perfectly! The main problem I'm having now is that the name of the formfield that they use has a dash in it, and CF

RE: Problems parsing CXML with CF...

2004-01-08 Thread Houk, Gary
']# / -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 12:07 PM To: CF-Talk Subject: RE: Problems parsing CXML with CF... I realized that in the zip file they sent me they included a copy of the dtd. I just copied the file to my server, used replace

Install issue with 6.1/MDAC related?

2003-08-14 Thread Houk, Gary
Hi Everyone, We have 2 servers that are identical for our uat environment cluster. Both servers required an MDAC upgrade as requested from the CFMX 6.1 installer. We quit the installer and downloaded/installed MDAC 2.7 on both servers. On one server, the install was perfect. On the other, the

OT - form buttons and css...

2003-05-31 Thread Houk, Gary
Is there a way to disable the border that appears around an input button after it is clicked using css? Thanks, - Gary ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: OT - form buttons and css...

2003-05-31 Thread Houk, Gary
/onsomething. Ade -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED] Sent: 30 May 2003 14:54 To: CF-Talk Subject: OT - form buttons and css... Is there a way to disable the border that appears around an input button after it is clicked using css? Thanks, - Gary

RE: OT - form buttons and css...

2003-05-31 Thread Houk, Gary
and css... send me a link so I can see this in action. - Original Message - From: Houk, Gary [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, May 30, 2003 10:08 AM Subject: RE: OT - form buttons and css... These are the two styles I have right now... .button { background

RE: OT - form buttons and css...

2003-05-31 Thread Houk, Gary
-Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED] Sent: 30 May 2003 15:46 To: CF-Talk Subject: RE: OT - form buttons and css... My app is behind our firewall, but I just created a quick test file for you to check out. This may just be an IE specific issue. - Gary -Original

RE: OT - form buttons and css...

2003-05-31 Thread Houk, Gary
? gd Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 9:54 AM To: CF-Talk Subject: OT - form buttons and css

RE: CFHTTP Connection Failure with MX

2003-02-06 Thread Houk, Gary
-Original Message- From: Houk, Gary Sent: Wednesday, February 05, 2003 2:40 PM To: CF-Talk Subject: CFHTTP Connection Failure with MX Hi Everyone, We have MX running on our development/uat server cluster and CF5 in production. I can't get the cfhttp tag to perform a get using our mx

RE: who on here did the death clock?

2003-02-06 Thread Houk, Gary
Yep, it was mentioned on the Philadelphia station 96.5 yesterday morning. Pretty funny... -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 9:21 AM To: CF-Talk Subject: RE: who on here did the death clock? These consultants are

RE: CFHTTP Connection Failure with MX - DISREGARDING PROXY TAGS?

2003-02-06 Thread Houk, Gary
- From: Houk, Gary Sent: Thursday, February 06, 2003 8:54 AM To: CF-Talk Subject: RE: CFHTTP Connection Failure with MX No, qualifying with charset didn't help. I can GET other pages from our internal servers, and from our extranet servers located outside of the building, but nothing from

RE: CFHTTP Connection Failure with MX

2003-02-06 Thread Houk, Gary
in CFHTTP and it solved the issue for me. Dale Coyner Communicast, Inc. -Original Message- From: Houk, Gary Sent: Thursday, February 06, 2003 8:54 AM To: CF-Talk Subject: RE: CFHTTP Connection Failure with MX No, qualifying with charset didn't help. I can GET other pages from our internal

CFHTTP Connection Failure with MX

2003-02-05 Thread Houk, Gary
Hi Everyone, We have MX running on our development/uat server cluster and CF5 in production. I can't get the cfhttp tag to perform a get using our mx servers. Here is the code: cfhttp url=http://www.macromedia.com; method=GET resolveurl=true

query help...

2003-01-29 Thread Houk, Gary
Hi all, I have a table with columns named q1,q2,q3, through q19. Each question can have a value of 1, 2, or 3. How can I generate a query/cfcode that will tell me how many people answered 1, 2, and 3 for question 1 through question 19 without having a ton of queries? I know it needs to loop

Retrieving Response Header info

2002-09-27 Thread Houk, Gary
All, I have the following in one page: cfheader name=firstname value=John cfheader name=lastname value=Smith There is also a form button to go to another page. On the action page, I am outputting cfdump var=#cfhttp# I can see the values for firstname and lastname in the ResponseHeader. I'm

OT - SSL issues?

2002-09-25 Thread Houk, Gary
Hello, When I make changes to a file, either the one I'm working on or the application.cfm file, the changes are always viewable when I use http://serverpath As soon as I use https://serverpath the changes are not present and it appears that it is using a cached version of the page. I've

Cluster Cats Explorer is showing 100% load...

2002-09-11 Thread Houk, Gary
Hello, We just created 2 clusters with our development servers and are getting a 100% load on one of our servers. This server shows a 100% load, regardless of which cluster you are looking at through the ClusterCats Explorer. We have rebooted, removed and re-created the cluster, and still no

RE: Dreamweaver MX opinions

2002-09-06 Thread Houk, Gary
Charlie, 3) no internal browser for preview. i only recently started using this in Studio, more for javascript than cf pages...just to see if it will run before even bothering to save it. kind of got used to that. unless I'm missing it, there is no way to do that in DWMX. There is a

Client Var Help...

2002-09-03 Thread Houk, Gary
All, I have an order entry app that stores the login username as client.repid. Randomly, when the user completes an order, the confirmation displays a different repid than what they started the order with. I don't use any addtoken=yes on any of my cflocation tags, and I don't use any cfset's

Client variable is randomly changing...

2002-08-29 Thread Houk, Gary
All, I have an order entry app that stores the login username as client.repid. Randomly, when the user completes an order, the confirmation displays a different repid than what they started the order with. I don't use any addtoken=yes on any of my cflocation tags, and I don't use any cfset's

CFHTTP problem with cfmx

2002-08-29 Thread Houk, Gary
The following code works in cf5 but not in mx running on port 8500. Am I missing something here? cfhttp url=http://stg1.experian.com/lookupServlet1?lookupServiceName=AccessPointlookupServiceVersion=1.0serviceName=NetConnectDemoserviceVersion=2.0responseType=text/plain; method=GET

Macromedia Programming Standards doc

2002-08-28 Thread Houk, Gary
I thought I saw someone post a link to a page that had the Macromedia programming standards listed. Does anyone remember this and know the url? Thanks, - Gary __ This list and all House of Fusion resources hosted by

cfhttp server config help...

2002-08-27 Thread Houk, Gary
I have a page that uses the cfhttp tag. It works fine on our production server when performing a basic get function and then outputting the cfhttp.filecontent var. I can't get the same page to work on our development server. What kind of settings should I be looking at and where are they

RE: cfhttp server config help...

2002-08-27 Thread Houk, Gary
the cfhttp in a browser (on your dev machine) to see what happens? -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: dinsdag 27 augustus 2002 17:28 To: CF-Talk Subject: cfhttp server config help... I have a page that uses the cfhttp tag. It works fine on our production server

RE: cfhttp server config help...CFMX

2002-08-27 Thread Houk, Gary
-Original Message- From: Houk, Gary Sent: Tuesday, August 27, 2002 11:43 AM To: CF-Talk Subject: RE: cfhttp server config help... Yes I did...it goes to the url just fine. I just can't get cfhttp to work. - Gary -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED]] Sent

OT - Stored Procedure Help

2002-07-24 Thread Houk, Gary
I have a header and detail table. The detail tables stores product(s) associated with the header (user information). Whenever I have more than one detail line, I get more than one record returned. I only need to get the amount of headers back that match the input, not detail.

RE: OT - Stored Procedure Help

2002-07-24 Thread Houk, Gary
Hello, Here is some more detail: 2 tables - weborderheader,weborderdetail 1 stored procedure joining the 2 tables on the batch_number field. 1 input for the procedure - @searchstring Objective: pass either a btn or batch_number to the stored procedure. The stored procedure should then return

Changing the MX Webserver Port

2002-07-02 Thread Houk, Gary
Has anyone been able to do this successfully? I followed the instructions and modified the jrun.xml and changed it to 80. Still no luck. Any info would be great! We are running IIS on Win 2k. Thanks, - Gary __ This list and

RE: Changing the MX Webserver Port

2002-07-02 Thread Houk, Gary
have to change it to 80, it defaults to whatever port your IIS is listening on. Tim Heald ACP/CCFD :) Application Development www.schoollink.net Fusebox Advisory Committee Member www.fusebox.org Manager Fayetteville ColdFusion User Group www.fcfug.org -Original Message- From: Houk

client variables changing?...

2002-06-25 Thread Houk, Gary
We have an app that has a login screen and the following code is ran on the action page: cfset client.repid=form.repid. The repid is displayed at the top of all the pages in an included header page. Some of the reps say that on the order confirmation screen, their repid changes to that of

RE: client variables changing?...

2002-06-25 Thread Houk, Gary
/CCFD :) Application Development www.schoollink.net -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 2:58 PM To: CF-Talk Subject: client variables changing?... We have an app that has a login screen and the following code is ran

RE: client variables changing?...

2002-06-25 Thread Houk, Gary
PROTECTED]] Sent: Tuesday, June 25, 2002 3:53 PM To: CF-Talk Subject: Re: client variables changing?... do you have any cflocation tags anywhere that might have a addtoken=yes Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Houk, Gary [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: client variables changing?...

2002-06-25 Thread Houk, Gary
there is no default set for addToken, since it will default to yes if you do not specify no Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Houk, Gary [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 25, 2002 1:00 PM Subject: RE: client variables changing

RE: client variables changing?...

2002-06-25 Thread Houk, Gary
with it Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Houk, Gary [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 25, 2002 1:19 PM Subject: RE: client variables changing?... Yeah, I did a search within my entire project and only found that one

Website Deployment through DWMX w/Source Safe...

2002-05-23 Thread Houk, Gary
Is it possible to upload a project through DWMX AND use MS Source Safe for file version management? I can create a new site and upload it just fine, but once I change the Remote Info/Access option to point to a Source Safe DB, I can no longer upload the files. I always had a similar issue with

RE: Website Deployment through DWMX w/Source Safe...

2002-05-23 Thread Houk, Gary
- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 9:08 AM To: CF-Talk Subject:Website Deployment through DWMX w/Source Safe... Is it possible to upload a project through DWMX AND use MS Source Safe for file version management? I can create a new site

RE: Website Deployment through DWMX w/Source Safe...

2002-05-23 Thread Houk, Gary
Safe... Hey Gary, When you set up the remote site did you check Automatically upload files to server on save? Dennis Grady Fig Leaf Software Senior Developer/Team Leader W: 404.995.6047 F: 404.995.6031 -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED

RE: Website Deployment through DWMX w/Source Safe...

2002-05-23 Thread Houk, Gary
Info is now Source Safe Database instead of Local/Network? Thanks, - Gary -Original Message- From: Houk, Gary Sent: Thursday, May 23, 2002 9:36 AM To: CF-Talk Subject: RE: Website Deployment through DWMX w/Source Safe... Dennis, No, I didn't. I can't always upload files

manipulating a text file...

2002-04-19 Thread Houk, Gary
I've just been tasked with updating a text file. There are 134,000 records or so in it, and at character postion 172, I need to insert a model number, which is the same for all of the records. Can anyone give me an idea of how to go about doing this and then resave the file with the new data?

RE: manipulating a text file...

2002-04-19 Thread Houk, Gary
Subject: RE: manipulating a text file... ouch... well, if the file is structured you might try the text based ODBC driver. Personally, I think it would be easier to host the data in a database and export it OUT into a file when it's needed in a file format. Mark -Original Message- From: Houk

RE: manipulating a text file...

2002-04-19 Thread Houk, Gary
: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 7:22 AM To: CF-Talk Subject: RE: manipulating a text file... Yeah, if I had more time, I could look into that, but of course this is due by end of day. Is there basically no way that this can be done with cffile? - gary

RE: manipulating a text file...

2002-04-19 Thread Houk, Gary
://www.sheriff.org -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 10:22 AM To: CF-Talk Subject: RE: manipulating a text file... Yeah, if I had more time, I could look into that, but of course this is due by end of day. Is there basically no way

RE: manipulating a text file...

2002-04-19 Thread Houk, Gary
-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 10:22 AM To: CF-Talk Subject: RE: manipulating a text file... Yeah, if I had more time, I could look into that, but of course this is due by end

RE: manipulating a text file...

2002-04-19 Thread Houk, Gary
below? T. -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 9:57 AM To: CF-Talk Subject: RE: manipulating a text file... Thanks for your help everyone!!! I got it working. The boss will be happy now ;-) - Gary -Original Message- From

Online Survey Help...

2002-04-16 Thread Houk, Gary
I have an online survey that I built. The questions are dynamically drawn from a table. The radio button values are drawn from a different table. I wanted the name of each radio button group to be the id of the question. This of course creates a problem when trying to output #form.1#. Any ideas

Numeric Form Field Names...

2002-04-16 Thread Houk, Gary
I have an online survey that I built. The questions are dynamically drawn from a table. The radio button values are drawn from a different table. I wanted the name of each radio button group to be the id of the question. This of course creates a problem when trying to output #form.1#. Any ideas

RE: Numeric Form Field Names...

2002-04-16 Thread Houk, Gary
numbers Success is a journey, not a destination!! Doug Brown - Original Message - From: Houk, Gary [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 9:49 AM Subject: Numeric Form Field Names... I have an online survey that I built. The questions

What is this SQL Error?

2002-04-16 Thread Houk, Gary
First time I've seen this one...what does it mean? Diagnostics: ODBC Error Code = 40001 (Serialization failure) [Microsoft][ODBC SQL Server Driver][SQL Server]Transaction (Process ID 60) was deadlocked on {lock} resources with another process and has been chosen as the deadlock victim. Rerun the

RE: What is this SQL Error?

2002-04-16 Thread Houk, Gary
Development Team Schoollink, Inc. 910-223-2116 ext. 108 *** Linking Schools to The World .. One Classroom at a Time -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 3:06 PM To: CF-Talk Subject: What

RE: Sending Message Alerts...

2002-04-12 Thread Houk, Gary
-Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 1:41 PM To: CF-Talk Subject: Sending Message Alerts... We have an app that has roughly 4-5,000 users accessing it. We would like to be able to push a message to the user at anytime without them having

RE: Coldfusion Cert?

2002-04-11 Thread Houk, Gary
There is also a new Certification book available. You can find it on Amazon: http://www.amazon.com/exec/obidos/ASIN/0072194758/qid=1018530608/sr=8-2/ ref=sr_8_87_2/002-5119502-3015249 I've looked through it briefly. It looks pretty detailed and seems to cover all of the major areas. Well, it

RE: cfgraph in 5.0 ??

2002-04-11 Thread Houk, Gary
If you are trying to display the graph in .fla format but don't have the flash plugin, it could appear to just hang. That's what happened here with some of our manager's pc's...You could just specify .jpeg as the output format to check for sure. - Gary -Original Message- From: Paul

Sending Message Alerts...

2002-04-11 Thread Houk, Gary
We have an app that has roughly 4-5,000 users accessing it. We would like to be able to push a message to the user at anytime without them having to refresh a page. Is there a way to do this...Maybe using hidden frames or flash??? Thanks, - Gary

cfcache

2002-04-09 Thread Houk, Gary
When I try to use cfcache and set the action to cache, I get a message access denied. If I set it to clientcache, it's fine. What am I missing here? - Gary __ This list and all House of Fusion resources hosted by CFHosting.com.

RE: cfcache

2002-04-09 Thread Houk, Gary
no, not that I am aware of... -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 3:18 PM To: CF-Talk Subject: Re: cfcache Houk, Gary wrote: When I try to use cfcache and set the action to cache, I get a message access denied. If I set

RE: cfcache

2002-04-09 Thread Houk, Gary
it? --- Billy Cravens -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 2:18 PM To: CF-Talk Subject: Re: cfcache Houk, Gary wrote: When I try to use cfcache and set the action to cache, I get a message access denied. If I set it to clientcache

RE: cfcache

2002-04-09 Thread Houk, Gary
than the processing of the page, you won't see any gains. --- Billy Cravens -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 2:43 PM To: CF-Talk Subject: RE: cfcache I control it...it's our dev box. I just uploaded a page to our production

RE: Way OT: remote presentations

2002-04-09 Thread Houk, Gary
webex is what Verizon uses as a standard. It's a nice interface... -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 3:42 PM To: CF-Talk Subject: Re: Way OT: remote presentations hm. What about netmeeting? You could use the share

OT - JS Select Menu...

2002-04-08 Thread Houk, Gary
I have two select menus, one is for pobox and one for shipping method. I want to automatically select the shipping method usps (value of that option is 11.95) when a user selects pobox (value of 1). I could get it to update a regular text box, but not a select menu. Any help/code would be great.

RE: OT - JS Select Menu...

2002-04-08 Thread Houk, Gary
Support -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 12:28 PM To: CF-Talk Subject: OT - JS Select Menu... I have two select menus, one is for pobox and one for shipping method. I want to automatically select the shipping method usps (value

RE: listing all form variables

2002-04-08 Thread Houk, Gary
#form.fieldnames# should get it... - Gary -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 12:43 PM To: CF-Talk Subject: listing all form variables Can CF output a list of all the form variables passed to a page? I vaguely remember

RE: OT - JS Select Menu...

2002-04-08 Thread Houk, Gary
1:28 PM To: CF-Talk Subject: RE: OT - JS Select Menu... Hi Gary, select name=pobox onchange=if (pobox.selectedIndex==(index of 1) shipbox.selectedIndex = (index of 11.95); Matt Small -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 12

RE: OT - JS Select Menu...

2002-04-08 Thread Houk, Gary
. -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 1:33 PM To: CF-Talk Subject: RE: OT - JS Select Menu... Hi Matt, I just tried this, but it's still asking for ) ...any thoughts? select name=pobox onchange=if (pobox.selectedIndex==(index of 1

RE: OT - JS Select Menu...

2002-04-08 Thread Houk, Gary
- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 2:53 PM To: CF-Talk Subject: RE: OT - JS Select Menu... Oh... try pobox.selectedIndex == 3 Notice the double equal signs. - Matt -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent

RE: OT - JS Select Menu...

2002-04-08 Thread Houk, Gary
- JS Select Menu... OK... let's see the whole thing that you have -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 2:53 PM To: CF-Talk Subject: RE: OT - JS Select Menu... Ok, this is weird. I tried the == and it didn't work at all. I tried

RE: OT - JS Select Menu...

2002-04-08 Thread Houk, Gary
/cfifUPS 2 DAY option value=#variables.USPS# cfif client.shippingmethod is #variables.USPS#selected/cfifUS Postal Mail /select -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 3:04 PM To: CF-Talk Subject: RE: OT - JS Select Menu... Here

RE: URL Var Passing Issue...Under the gun...again...!

2002-04-03 Thread Houk, Gary
Hi Jon, I'm not sure that I completely understand your problem, but I'll take a stab at it anyway ;-) You should use the isdefined() function to make sure that the values/variables exist. If they don't, then use cflocation to send them to the page where they should initially be defined. To

Random CF Service Spikes

2002-03-25 Thread Houk, Gary
All, We are experiencing random CF service usage spikes on one of our clustered servers. The spikes last anywhere from a few seconds to 10 minutes. We are currently running Win2k, Cluster Cats, CF 5.0, and the servers have 528mb RAM installed. The cluster contains 2 servers. Has anyone else

RE: Random CF Service Spikes

2002-03-25 Thread Houk, Gary
in all the CF logs and the event viewer logs may be a good place to start. -mk Mark A. Kruger, MCSE, CFG www.cfwebtools.com .no more brochures! -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 9:48 AM To: CF-Talk Subject: Random CF Service