CFMX7 Upgrade / Server keeps restarting...

2007-05-05 Thread Brook Davies
I just upgraded from CFMX 6.1 to CFMX 7 (and installed the updaters to get to 7,0,2,142559) and now the CF server restarts itself almost every hour and I am getting java hot spot errors. I have tried a couple of different JVM's and arguments without much luck. I tried disabling the HotSpot runtime

Re: Captivate list?

2005-05-25 Thread Brook Davies
Start one!! At 07:15 PM 5/24/2005, you wrote: Is there a captivate list out there or do I have to start one? I'd like to export a captivate audio clip to wav format. I did a 5 minute intro to my consuming web services presentation for CFUNITED and want to provide it as a 'podcast' without

Does passing large data into and out of CFCs decrease performance?

2005-04-21 Thread Brook Davies
Is there a performance hit when passing large chunks of data into and out of CFC's and between methods of the CFC internally? Brook ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

Re: Does passing large data into and out of CFCs decrease performance?

2005-04-21 Thread Brook Davies
. In fact, you can pass a CFC (aka, a type) as an argument to a function (cfargument type=nameOfYourCFC [...]). There's no performance or memory usage penalty for any of that. -nathan Brook Davies wrote: Is there a performance hit when passing large chunks of data into and out of CFC's

cfform and custom validation

2005-04-08 Thread Brook Davies
It is possible to use your own validation routine with cfform? Does someone have an example? Also, when a required field is left empty it gets the red halo and the error tooltip. Do we have access to these methods to apply the error tooltip to other fields programmatically when using custom

RE: cfform and custom validation

2005-04-08 Thread Brook Davies
Sorry, I am interested in how to do this with Flash Forms... At 09:37 AM 4/8/2005, you wrote: What format? Flash form our HTML form? With an HTML form and CFForm you can use your own validation. -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Friday, April 08

cfform and custom validation

2005-04-06 Thread Brook Davies
It is possible to use your own validation routine with cfform? Does someone have an example? Also, when a required field is left empty it gets the red halo and the error tooltip. Do we have access to these methods to apply the error tooltip to other fields programmatically when using custom

RE: HTML Tags entered into Form Fields

2005-04-01 Thread Brook Davies
Or use htmleditformat() which would do the same thing At 12:33 PM 4/1/2005, you wrote: You don't need to use any of this really.. I insert HTML code all the time in Access database just like that.. The only trick is when you want to edit that content in the form field you will have to replace

Reg Ex Help

2005-03-18 Thread Brook Davies
Can any one help me with this regEx. It is supposed to replace any == character sequences found inside single quotes with =. This regEx, supplied by someone on this list works partially and replaces the final == correctly but missed the first instance. Can anyone see why? cfset tempString =

Re: Reg Ex Help

2005-03-18 Thread Brook Davies
Brook Davies wrote: Can any one help me with this regEx. It is supposed to replace any == character sequences found inside single quotes with =. This regEx, supplied by someone on this list works partially and replaces the final == correctly but missed the first instance. Can anyone see why

Re: Reg Ex Help

2005-03-18 Thread Brook Davies
? Further questions? --Ben Brook Davies wrote: Yikes. So is there a better way to do this? I am a bit lost with regular expressions... ~| Find out how CFTicket can increase your company's customer support efficiency by 100

Reg Expression Help

2005-03-17 Thread Brook Davies
Okay, Regex is not my strong suite and this one has been eluding me all morning. I'm trying to replace any occurrences of == inside a string enclosed with single quotes. So my test string is: cfset tempString=[CONFERENCE] == 'OPTION A - FULL CONFERENCE PACKAGE' OR [CONFERENCE] == '69 == this

RE: Reg Expression Help

2005-03-17 Thread Brook Davies
#tempString#/pre pre#REReplace(tempString, '(.*)?==(.*)?', '\1=\2', ALL)#/pre /cfoutput Ade -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: 17 March 2005 22:08 To: CF-Talk Subject: Reg Expression Help Okay, Regex is not my strong suite and this one has been

RE: Reg Expression Help

2005-03-17 Thread Brook Davies
pre#tempString#/pre pre#REReplace(tempString, '(.*)?==(.*)?', '\1=\2', ALL)#/pre /cfoutput Ade -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: 17 March 2005 22:08 To: CF-Talk Subject: Reg Expression Help Okay, Regex is not my strong suite and this one

Re: Gmail highlighting

2005-03-11 Thread Brook Davies
Wrap the search result word in the span tag shown below in the CSS put... #yellow {background-color: #00} in the HTML... you can SPAN id=yellowhighlight/SPANtext within search results. Brook At 10:00 AM 3/11/2005, you wrote: Those with Gmail will notice the interesting turn on/off

CFMX7 CFGRID

2005-03-11 Thread Brook Davies
This is a re-post, sorry for the additional noise, but I posted this late last night when posts get very little attention. I was excited to use the new flash format with the CFGRID tag. And while it looks great for small recordsets with a low column count, it is nowhere near as fast as the

CFMX7: The DataSource service is not available.

2005-03-10 Thread Brook Davies
After installing CFMX7, the service was running under the localsystem account by default and I was able to access the cfadministrator. After changing the service to a local user account, I now get this error on the cfadministrator: Error Occurred While Processing Request The DataSource

Re: CFMX7: The DataSource service is not available. (SOLVED)

2005-03-10 Thread Brook Davies
FYI, I found the answer to this problem here http://www.macromedia.com/go/tn_18299http://www.macromedia.com/go/tn_18299 Brook At 02:54 PM 3/10/2005, Brook Davies wrote: After installing CFMX7, the service was running under the localsystem account by default and I was able to access

Re: CFMX7: The DataSource service is not available. (SOLVED)

2005-03-10 Thread Brook Davies
the problem though At 03:32 PM 3/10/2005, you wrote: FYI, I found the answer to this problem here http://www.macromedia.com/go/tn_18299http://www.macromedia.com/go/tn_18299 Brook At 02:54 PM 3/10/2005, Brook Davies wrote: After installing CFMX7, the service was running under the localsystem

CFMX 7 Cfgrid Flash vs Applet

2005-03-10 Thread Brook Davies
I was excited to use the new flash format with the CFGRID tag. And while it looks great for small recordsets with a low column count, it is nowhere near as fast as the applet version and loads very slowly when the columns are greater than 20 or so. Has anyone had any positive experiences with

CFCHART image expired on a cluster

2005-03-09 Thread Brook Davies
Can someone please tell me the workaround becase the technote at macromedia is missing. http://www.fusionauthority.com/Article.cfm/ArticleID:4170 Brook ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble

http://www.moviecritic.com/

2005-03-09 Thread Brook Davies
Who is http://www.moviecritic.com/? ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message:

Re: CFCHART image expired on a cluster

2005-03-09 Thread Brook Davies
Well, I found MM's technote off of another link (even the link on MM is wrong) and it says the only way to fix this problem is to use sticky sessions. Wow, that really bites. I may as well be using the session scope then too. I mean, we did so much extra work to allow 'real' load balancing and

Re: CFCHART image expired on a cluster

2005-03-09 Thread Brook Davies
servlet that CF uses internally. We've used this with great success on our cluster. cheers, barneyb On Wed, 09 Mar 2005 11:11:10 -0800, Brook Davies [EMAIL PROTECTED] wrote: Well, I found MM's technote off of another link (even the link on MM is wrong) and it says the only way to fix

Re: CFCHART image expired on a cluster

2005-03-09 Thread Brook Davies
, and then a CFFILE), and then make a script that will CFCONTENT the charts out of that location, just like the /CFIDE/GraphData.cfm servlet that CF uses internally. We've used this with great success on our cluster. cheers, barneyb On Wed, 09 Mar 2005 11:11:10 -0800, Brook Davies [EMAIL PROTECTED

CFMX7 and alternate file extensions

2005-03-09 Thread Brook Davies
With CFMX 6.1, if you wanted to use .dog instead of .cfm to serve CF pages, you needed to edit the file mappings in IIS to point to the jrun dll and also edit the /cfusionmx/wwwroot/web.xml file and add your mappings like this: servlet-mapping servlet-nameCfmServlet/servlet-name

Re: http://www.moviecritic.com/

2005-03-09 Thread Brook Davies
Sorry No, I just thought it was strange when it came up in the search results that it pointed to the macromedia site. Brook At 04:31 PM 3/9/2005, you wrote: On Wed, 09 Mar 2005 11:00:29 -0800, Brook Davies [EMAIL PROTECTED] wrote: Who is http://www.moviecritic.com/ It used to be a movie

Re: http://www.moviecritic.com/

2005-03-09 Thread Brook Davies
2005 16:35:16 -0800, Brook Davies [EMAIL PROTECTED] wrote: Sorry No, I just thought it was strange when it came up in the search results that it pointed to the macromedia site. Brook At 04:31 PM 3/9/2005, you wrote: On Wed, 09 Mar 2005 11:00:29 -0800, Brook Davies [EMAIL PROTECTED

Re: Servlet mapping (was: http://www.moviecritic.com/

2005-03-09 Thread Brook Davies
Thanks Sean, Tell me, would you expect that to fail if I used the id macromedia_mapping_14 or basically the next available id with the macromedia_mapping_ pefix? Because so far, I can not get that to work. Brook At 05:23 PM 3/9/2005, you wrote: On Wed, 09 Mar 2005 16:58:03 -0800, Brook Davies

Re: MX perfmon counters

2005-03-08 Thread Brook Davies
Have you enabled the extended debugging in the cfadministrator debugging settings? At 12:04 PM 3/8/2005, you wrote: Hi list, In trying to track down a problem, I went to add the CFMX perfmon counters on 2 different servers - one a win2k server, the other a win2k3 server. In both cases, I can

Installing CFMX7

2005-03-08 Thread Brook Davies
Has anyone run into an issue with the CFMX7 Installer asking for a directory to extract the files to but not accepting any directory you try to give it? I tried 3 drives, all with sufficient space. Any ideas? Brook At 04:41 PM 3/8/2005, you wrote: thas the beauty of these masks though mike!

RE: Installing CFMX7

2005-03-08 Thread Brook Davies
Yes At 04:59 PM 3/8/2005, you wrote: Are you logged in as an Administrator with rights to the drive? -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 5:56 PM To: CF-Talk Subject: Installing CFMX7 Has anyone run into an issue

Save as dialog and txt files

2005-03-01 Thread Brook Davies
Is there anyway to force a .txt file to be download from a browser when a link is clicked via the save as dialog? Brook ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

RE: Restart CFMX with CFML?

2005-01-31 Thread Brook Davies
=== @echo off cls REM == RESTART CFMX=== net stop Coldfusion MX Application Server c: cd \CFUSIONMX\bin call C:\CFUSIONMX\bin\cfstop.bat c:\winnt\system32\kill -f jrun.exe c:\winnt\system32\kill -f jrun.exe sleep 2 REM call C:\CFUSIONMX\bin\cfstart.bat

RE: Restart CFMX with CFML? SMALL CHANGE

2005-01-31 Thread Brook Davies
Sorry, that last bit of code for the restartCFMX.bat file was wrong, try this it works, we've been using it for at least a year: = @echo off cls REM == RESTART CFMX=== net stop Coldfusion MX Application Server c: cd \CFUSIONMX\bin call

RE: Restart CFMX with CFML?

2005-01-31 Thread Brook Davies
/start, but Windows will execute the commands even if CF is shutdown. See this for a cfm script that calls AT to restart the service: http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=RestartCFMX -Steven Erat -Original Message- From: Brook Davies

J2EE Sessions

2005-01-27 Thread Brook Davies
, but have not found how to cluster them. Can someone point me to an article or some more info? Brook Davies logiforms.com ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

Re: # of Sites on a Server

2005-01-24 Thread Brook Davies
units, a master and a slave (to avoid the loadbalancer becoming the single point of failure) and only costs 7,138.31 USD. We are very happy with it. Brook Davies logiforms.com ~| Discover CFTicket - The leading ColdFusion

Clustered CFMX 6.1 Pro servers and session vars

2005-01-19 Thread Brook Davies
We use a client var db for maintaining state in our app, because it is clustered. We are running CFMX 6.1 Pro. Has there been any changes to session management in CFMX that would enable the use of session vars on a clustered setup? Brook

SQL Server Deadlock timed out queries while Enterprise Manager is Open

2004-12-16 Thread Brook Davies
We recently added a second server to our CFMX application and are running now in this 2 server clustered environment. In the past we have always been able to open SQl Server enterprise manager and view/edit data at the database level. However, when we do this now, it looks like the CFMX

CFMX 6.1 Unable To Locate DLL : The dynamic link library MSVCP60.dll

2004-12-10 Thread Brook Davies
\..\jintegra\bin;C:\CFusionMX\runtime\..\jintegra\bin\international;C:\CFusionMX\runtime\..\lib\_nti40\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem. Brook Davies logiforms.com ~| Special thanks to the CF Community Suite

Re: dateformat in query

2004-12-08 Thread Brook Davies
Search the archives, I asked the same question last week and got several good responses.. Brook At 12:12 PM 12/8/2004, you wrote: Why not just select the date from the DB, as-is, and then use DateFormat() to display it in the format you want? On Wed, 08 Dec 2004 19:38:38 +0100, Webdevotion

DateFormating in SQL Server

2004-12-03 Thread Brook Davies
If I have a SQl Server datetime field, and I want to return it like 'mm/dd/yy', is there a function I can use in the select statement to do this? Brook ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net

Re: DateFormating in SQL Server

2004-12-03 Thread Brook Davies
How do I create this in SQL Server 7.0? I tried creating it and got errors.. Server: Msg 170, Level 15, State 1, Line 2 Line 2: Incorrect syntax near 'function'. Server: Msg 178, Level 15, State 1, Line 7 A RETURN statement with a return status can only be used in a stored procedure. If I can

Linkpoint COM object and Permissions

2004-12-01 Thread Brook Davies
When I run CFMX as the administrator I can call the linkpoint COM object and it works. When I run CF under our designated user account, the call to linkpoint does not work and crashes CFMX. What permissions should I be looking at to resolve this problem? Brook

Event Viewer CFMX error

2004-11-30 Thread Brook Davies
I got this error in my Event Viewer Today. I'm running Win2k, IIS5.0 and the latest CFMX with updater. CFMX stopped processing requests after this error occured. This error may have occured at the time I was testing the linkpoint COM object, which seems to crash the server every time I test it.

RE: Garbled CFMX Error Messages

2004-11-26 Thread Brook Davies
Whats wrong with CFDUMP? At 07:36 AM 11/26/2004, you wrote: Mine does it too - It's a HTMLEDITFORMATTED version of an apostrophe.. I try to let it not bother me.. Perhaps I should butcher the CFTHROW tag in the same way as I butchered MM's broken CFDUMP tag ?!?!?! Martin Parry Macromedia

connecting to linkpoint problem

2004-11-24 Thread Brook Davies
I am having problems connecting to linkpoint via their com object on our production server. It works fine on our development server on the same network. Anyone have any guess to what might be the issue? I am looking at the firewall settings but they look okay... Brook

Re: connecting to linkpoint problem

2004-11-24 Thread Brook Davies
Just to follow up on that, when I try using CFHTTP to connect to linkpoint (cfhttp url=https://secure.linkpt.net:1129; method=get), I get a result. But when I run the method of the COM object that does the connection the request runs forever and never returns a result Brook At 11:20 AM

Re: JVM heap creep

2004-11-22 Thread Brook Davies
What JVM are you using. I was having lots of memory usage issues when I was using the JavaSoft JVM. I switched to the latest Sun JVM (can't recall the release) and that fixed a lot of my issues. Brook At 02:18 PM 11/22/2004, you wrote: Hey all, We are experiencing some issues with cfmx with

Linkpoint

2004-11-08 Thread Brook Davies
I am integrating the linkpoint API today and am having a few issues. The instructions read: Copy ssleay32.dll AND libeay32.dll to the %ROOT%/system32 directory (C:\WINNT\system32\). Copy LPICOM_6_0.dll to the %ROOT%/system32 directory (C:\WINNT\system32\). Register the LPICOM_6_0.dll. (regsvr32

Linkpoint

2004-11-07 Thread Brook Davies
I am integrating the linkpoint API today and am having a few issues. The instructions read: Copy ssleay32.dll AND libeay32.dll to the %ROOT%/system32 directory (C:\WINNT\system32\). Copy LPICOM_6_0.dll to the %ROOT%/system32 directory (C:\WINNT\system32\). Register the LPICOM_6_0.dll. (regsvr32

http://www.udflib.org/

2004-11-05 Thread Brook Davies
Is http://www.udflib.org/ gone? Or am I using the wrong url? Brook ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message:

Re: inetinfo.exe Memory Leak After 6.1 Updater

2004-11-03 Thread Brook Davies
I wonder why this would only be happening to some people (myself included). How did you extract the jrun.dll from the Updater 4? Brook At 10:38 AM 11/3/2004, you wrote: FYI, after many tests, we have isolated the problem as a memory leak in jrun.dll. I've replaced the current jrun.dll with

cfqueryparam oddity

2004-11-03 Thread Brook Davies
This query was working fine, with the arguments.case_id variable being 30026 (and the function it is in is set to receive the case_id as numeric. Bottom line is it IS numeric. cfquery datasource=#request.datasource# name=getExpenseRecord select payment_mode from expense where case_id =

Re: cfqueryparam oddity

2004-11-03 Thread Brook Davies
14:50:24 -0800, Brook Davies [EMAIL PROTECTED] wrote: This query was working fine, with the arguments.case_id variable being 30026 (and the function it is in is set to receive the case_id as numeric. Bottom line is it IS numeric. cfquery datasource=#request.datasource# name=getExpenseRecord

Update on CFMX daily server crashing with no log entries

2004-11-03 Thread Brook Davies
After trying everything under the sun to figure out why our CFMX 6.1 updater 1 server was crashing every day we decided to try a new JRE. We were previously using JavaSoft 1.3.1_09 and changed to Java's j2re1.4.2_06 and the server has been stable for over a week with memory usage MUCH better.

Re: Update on CFMX daily server crashing with no log entries

2004-11-03 Thread Brook Davies
oops, I meant Sun's j2re1.4.2_06 At 03:38 PM 11/3/2004, you wrote: After trying everything under the sun to figure out why our CFMX 6.1 updater 1 server was crashing every day we decided to try a new JRE. We were previously using JavaSoft 1.3.1_09 and changed to Java's j2re1.4.2_06 and the

OT: backing up SQL Server DB across the network

2004-10-29 Thread Brook Davies
I have a NAS unit and am trying to use it to backup SQL Server DB at night. I'm using a UNC path as part of the maintenance plan. The problem is it seems I can not complete a backup. The backups always fail with this error message: BackupDiskFile::RequestDurableMedia: faulre on backup device

Re: backing up SQL Server DB across the network

2004-10-29 Thread Brook Davies
to the remote NAS? Regards, Howie --- On Friday, October 29, 2004 3:07 PM, Brook Davies scribed: --- I have a NAS unit and am trying to use it to backup SQL Server DB at night. I'm using a UNC path as part of the maintenance plan. The problem is it seems I can not complete a backup

CFMX crashing (still..)

2004-10-27 Thread Brook Davies
CFMX 6.1 w/ updater 1 on win2k IIS 5.0 My server still crashes and stops serving pages (the page just hangs). jrun.exe is still running and inetinfo.exe is still running. I just looked at the lib\wsconfig\1\jrun.log after my server just crashes. It looks like the dump below. Does this look

Re: How to process Structure with an Array of Elements?

2004-10-27 Thread Brook Davies
Assuming you have a structure named myStruct, with a key named myArray that has 15 elements, each of which is a structure with 5 keys, you can loop through the array like this (note the first part of this code creates an array of structures similar to what you described: brbr cfset myStruct

Re: inetinfo.exe Memory Leak After 6.1 Updater

2004-10-26 Thread Brook Davies
For what its worth I am having the same problem after the 6.1 updater install. inetinfo balloons up 200 megs and has gone as high as 600! This never happened before the updater. Brook At 10:21 AM 10/26/2004, you wrote: Alex, By fresh install, do you mean pre-6.1 Updater? I see 2 versions of

Re: inetinfo.exe Memory Leak After 6.1 Updater

2004-10-26 Thread Brook Davies
Is re-running the connectors necessary or can I just replace the jrunsvc.exe? Brook At 05:56 PM 10/25/2004, you wrote: Hi Alex, It's standalone, using IIS 5.0. Exactly which file did you copy from a fresh install? jrunsvc.exe itself is not having any issues (steady at 36K, 2

DLLHOST.EXE and IWAM_USER

2004-10-19 Thread Brook Davies
When I view the task manager for my CFMX 6.1 (with updater) win2k server, I see the DLLHOST.EXE under the username IWAM_USER using over 200 megs. I don't recall seeing this before. Does this have something to do with the CFMX process? Brook

RE: Axis Error after updater for 6.1

2004-10-14 Thread Brook Davies
it works again. -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Thursday, 14 October 2004 9:54 To: CF-Talk Subject: RE: Axis Error after updater for 6.1 I've looked all over and not been able to find an answer. I have posted a couple of times to the forums also... Brook

RE: Axis Error after updater for 6.1

2004-10-14 Thread Brook Davies
. It suddenly works again. This means that every subdomain that needs webservices will need to put them in a mapped directory (and the mappings will need to be unique for each subdomain). It's a pain but at least it works again. -Original Message- From: Brook Davies [mailto:[EMAIL

Re: Axis Error after updater for 6.1

2004-10-13 Thread Brook Davies
Can any on suggest what I might try to get webservices working again? I am getting desperate. I tried Uninstalling the updater and that just [EMAIL PROTECTED] everything up, so I re-installed and now I am back where I started with ALL of my webservices failing with the error below. Even if I

RE: Axis Error after updater for 6.1

2004-10-13 Thread Brook Davies
domain (a vhost in Apache) and I still get the same error. If no-one can help, we will have to roll-back the updater. -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Thursday, 14 October 2004 4:47 To: CF-Talk Subject: Re: Axis Error after updater for 6.1 Can any

Axis Error after updater for 6.1

2004-10-12 Thread Brook Davies
I'm getting this axis error after installing the updater. It worked prior to the install. I searched the acrhive and found some info here http://www.mail-archive.com/[EMAIL PROTECTED]/msg16409.html , but it says to add a mapping to correct the problem but this did not help for me. Any other

Operation failed on the data source for client variables after updater

2004-10-12 Thread Brook Davies
I'm getting a log full off these client variable errors after running the updater. I'm also getting Axis errors as described in my previous post. Has anyone seen these kind of problems? 10/12 19:00:11 error Operation failed on the data source named lf_clientvars.

Com Object doesn't work after 6.1 Updater

2004-10-07 Thread Brook Davies
It should be the other way around, but my COM object worked before the updater but not after. Now I get this object on all the COM objects I attempt to use: An exception occurred when instantiating a Com object. The cause of this exception was that:

Re: Com Object doesn't work after 6.1 Updater

2004-10-07 Thread Brook Davies
Nevermind, it was not the updater, it was the COM object which was also upgraded and became somehow corrupted... Brook At 02:39 PM 10/7/2004, you wrote: It should be the other way around, but my COM object worked before the updater but not after. Now I get this object on all the COM objects I

strange error after CFMX updater

2004-10-05 Thread Brook Davies
using array style --- cfif listlen(fieldelement[25],~) gt 1 and fieldelement[1] is preset cfreturn TRUE cfelse cfreturn FALSE /cfif /cfif cfreturn false /cffunction Brook Davies logiforms.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations

Re: Bounce Handling

2004-09-30 Thread Brook Davies
What CFX integrates CF and Boogie Bounce? Do you mean the one that comes with BoogieBounce. Howie, do you have any examples of how you use boogie bounce. We use IMS and boogie bounce also and I was curious if we are implementing it the same way. Maybe you could post a sample to the IMS list?

Re: Bounce Handling

2004-09-30 Thread Brook Davies
scanning for ColdFusion applications Find out how iMS Stacks up to the competition: http://www.coolfusion.com/imssecomparison.cfm - Original Message - From: Brook Davies To: CF-Talk Sent: Thursday, September 30, 2004 3:29 PM Subject: Re: Bounce Handling What CFX integrates CF and Boogie

RE: Including a template over the network fails

2004-09-27 Thread Brook Davies
Dave, I think that was the problem. I had a mapping set up, but the script was not using it - thank you!!! Life goes on Brook At 07:35 AM 9/26/2004, you wrote: I just set up our site in a cluster and am using a NAS unit for storing some files. At one point I write a file (a cfm file)

Including a template over the network fails

2004-09-26 Thread Brook Davies
Hello, I just set up our site in a cluster and am using a NAS unit for storing some files. At one point I write a file (a cfm file) to the NAS unit and then try to include it to execute the code that was written in it. I get an error saying the file does not exist, even though it does. I

File not found: /cfide/administrator/index.cfm

2004-09-24 Thread Brook Davies
I have a new CFMX 6.1 install with the latest updater. Everything is good (although I can't get any SSL connections to work...), but the administrator is acting funny. I can access any of the pages in the CFIDE/administrator/ directory, and they are served up correctly. For example, I can load

Re: File not found: /cfide/administrator/index.cfm

2004-09-24 Thread Brook Davies
Nevermind, I fixed this, it was a permissions issue I believe. Brook At 12:02 AM 9/24/2004, you wrote: I have a new CFMX 6.1 install with the latest updater. Everything is good (although I can't get any SSL connections to work...), but the administrator is acting funny. I can access any of the

Re: Losing Form Scope

2004-09-24 Thread Brook Davies
Where is the rest of this field : input type=hidden .?? Brook At 06:34 PM 9/24/2004, you wrote: I have a form that is submitting to an action page, but for some reason when the action page loads the form scope is gone, so when I look at the debugging information under Scope Variables the entire

OT: rebuilding a server / documenting the steps

2004-09-20 Thread Brook Davies
Does anyone out there use a specific software package for documenting the steps involved in rebuilding a server? I find I try to do this in MSWORD, but the service packs, patches and configuration items change so much that it is difficult to keep this data up-to-date. Is there any web based

Re: CFMX performance improvements ?

2004-09-15 Thread Brook Davies
Have you tried using something other than cftree. You could try http://webfx.eae.net/dhtml/xtree/... Brook At 04:11 PM 9/15/2004, you wrote: Hello, I was wondering if someone could help me out, I'm running CFMX 6.0 update 3 on linux and I'm using CFTree to manipulate my OpenLDAP directory. My

OT: NAS storage device and SQL Database

2004-09-01 Thread Brook Davies
I just bought a NAS storage unit from Dell. Does anyone know if I can store the SQL Server Database onthe network storage device and have the SQL Server use the database over the network or would this create too much network traffic and slow down the DB server? Sorry for the OT post, my app is

Calculating Sales Tax within the US

2004-08-25 Thread Brook Davies
Hello, I'm from Vancouver Canada eh, and my client is in Texas. They are selling an online service (ASP model) withinthe US. Is there any resources or web services that help calculate tax in the US? Brook [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: Calculating Sales Tax within the US

2004-08-25 Thread Brook Davies
don't have to charge them any tax at all. --Ferg _ From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 3:33 PM To: CF-Talk Subject: Calculating Sales Tax within the US Hello, I'm from Vancouver Canada eh, and my client is in Texas. They are selling an online service

Re: Calculating Sales Tax within the US

2004-08-25 Thread Brook Davies
: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com - Original Message - From: Brook Davies To: CF-Talk Sent: Wednesday, August 25, 2004 2:00 PM Subject: RE: Calculating Sales Tax within the US I see. My client was also saying, that because they have 'representatives' in each

CFMX connector issue

2004-08-12 Thread Brook Davies
I posted this yesterday and got no response. I'm about all out of ideas to get this to work, any suggestions? Hello, I have a number of websites hosted on IIS with CFMX 6.1. All of them work fine except for one. When I try to browse to a cfm file, CF returns a file not found error. The file

Re: add form elements online

2004-08-12 Thread Brook Davies
this a bit hard to explain, I hope it makes some sense and give you some ideas Brook Davies logiforms.com At 09:20 AM 8/12/2004, you wrote: Wow,I did not think that I would get such range of responces.Let me tell you what I was looking to do in more depth. 1. Have a screen where they put

CFMX connector issue

2004-08-11 Thread Brook Davies
Hello, I have a number of websites hosted on IIS with CFMX 6.1. All of them work fine except for one. When I try to browse to a cfm file, CF returns a file not found error. The file does exist, for sure. If I open an html file via the same site, it works fine, so the site is pointing to the

Re: remote restart cfmx service

2004-08-04 Thread Brook Davies
I use this thing called www.remotelyAnywhere.com It has a sweet web based and WAP interface for remote server management. Brook At 02:13 PM 8/4/2004, you wrote: Tony Weeg wrote: does anyone have a quick and easy way to set something up that could kickstart a cfmx service if it were hung,

Re: cfmx server crashing

2004-07-29 Thread Brook Davies
So, what does happen? Does the running thread count grow and then start to queue additional requests? Ram usage? CPU Usage? Or are you seeing what I was seeing (or still am for that matter), where CF just stops answering requests and the requests seem to get stuck in limbo between IIS and CFMX

Strange CFMX hang

2004-07-27 Thread Brook Davies
. The number of running threads does not increase when new pages are requested. IIS will still serve HTML pages. It just appears that the connection between IIS and CFMX is lost. Has anyone seen this happen before? Brook Davies logiforms.com [Todays Threads] [This Message] [Subscription

Re: Strange CFMX hang

2004-07-27 Thread Brook Davies
any requests for CFM pages just spin forever and never return anything. The number of running threads does not increase when new pages are requested. IIS will still serve HTML pages. It just appears that the connection between IIS and CFMX is lost. Has anyone seen this happen before? Brook Davies

CFMX memory usage on specific page request

2004-07-23 Thread Brook Davies
I run a web application that handles many form submissions through the same 'form handler' series of templates. My application quickly grows to 850 megs memory usage and I have been trying to figure out where that memory is being used. Yesterday, I put my form submission handler template in a

RE: CFMX memory usage on specific page request

2004-07-23 Thread Brook Davies
wrote: Any chance of taking portions out of the form handler one at a time? Does debugging clue you in on anything? John -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 3:09 PM To: CF-Talk Subject: CFMX memory usage on specific page request I

RE: CFMX memory usage on specific page request

2004-07-23 Thread Brook Davies
you're doing that is storing something in RAM that you're not thinking of.Going piece by piece seems like the best chance of figuring it out John -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 4:05 PM To: CF-Talk Subject: RE: CFMX memory usage

CFMX Server Stability issues continue

2004-07-22 Thread Brook Davies
. I have to restart jrun at this point, and then we are back to normal. Has anyone seen this? Brook Davies logiforms.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Still having trouble making CFMX stable

2004-07-21 Thread Brook Davies
I am still getting daily crashes, today our webserver has crashed twice. Today what happened the first time was that IIS 5.0 (on win2k) crashes and was automatically restarted by the service recovery setting. However, the connection to Jrun was lost and requests to cfm pages returned the unable

RE: Still having trouble making CFMX stable

2004-07-21 Thread Brook Davies
in the registry.. _ From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: 21 July 2004 17:11 To: CF-Talk Subject: Still having trouble making CFMX stable I am still getting daily crashes, today our webserver has crashed twice. Today what happened the first time was that IIS 5.0 (on win2k

<    1   2   3   4   5   6   7   8   9   10   >