Re: Still having trouble making CFMX stable

2004-07-21 Thread Brook Davies
What do you use for load Balancing? At 12:16 PM 7/21/2004, you wrote: Also, I have been getting crashes where jrun.exe continues to run but all requests for cfm pages return the same unable to connect to jrun error as though the service was not running. IIS did not crash, the connection to

Re: Still having trouble making CFMX stable

2004-07-21 Thread Brook Davies
of the CFMX Developers Cookbook http://www.petefreitag.com/bookshelf/ Brook Davies wrote: 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

Re: UDF within a Custom Tag

2004-07-21 Thread Brook Davies
You can also just do isdefined('doTocOption') to see if the function has been created. Brook At 12:39 PM 7/21/2004, you wrote: Shouldn't you be doing this? cfif NOT isFunction(doTocOption) cfscript function doTocOption(myQuery, contextFilePrefix) { ... } /cfscript /cfif or cfif NOT

RE: Still having trouble making CFMX stable

2004-07-21 Thread Brook Davies
that I had done that at around the time it all started. So, even though I knew it COULDN'T be that, I changed it and... Sorry to be of ABSOLUTELY NO HELP whatsoever, but maybe you have this same kind of thing happening. _ From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21

application data and jrun memory usage[ENCRYPTED]

2004-07-16 Thread Brook Davies
? Basically, what I want to know, is if jrun does release that memory once data is deleted from the application scope. Brook Davies logiforms.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

application data and jrun memory usage

2004-07-15 Thread Brook Davies
? Basically, what I want to know, is if jrun does release that memory once data is deleted from the application scope. Brook Davies logiforms.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: CFMX is crashing daily with no hints in the log

2004-07-14 Thread Brook Davies
No, its a clean install... Brook At 02:55 AM 7/14/2004, you wrote: Is the server in question an upgraded server from CF5? _ From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: 14 July 2004 07:23 To: CF-Talk Subject: RE: CFMX is crashing daily with no hints in the log But still,

RE: CFMX is crashing daily with no hints in the log

2004-07-14 Thread Brook Davies
increase the MaxPermSize ? Brook At 11:18 AM 7/14/2004, you wrote: hardware issue maybe?some bad memory or something?just a stab. Doug -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 2:15 PM To: CF-Talk Subject: RE: CFMX is crashing daily

Re: CFMX is crashing daily with no hints in the log

2004-07-13 Thread Brook Davies
! - so I'm gonna give it a few days and see how it goes. So far so good. Thanks again for the advice. Brook Davies logiforms.com At 11:07 AM 7/13/2004, you wrote: On Mon, 12 Jul 2004 14:14:59 -0700, Brook Davies [EMAIL PROTECTED] wrote: Well, I have some requests (like data imports of 50,000

Re: CFMX is crashing daily with no hints in the log

2004-07-13 Thread Brook Davies
Well, my server just crashed again, Jrun just stopped running, no errors inthe log, nothing in the event viewer logs and I have a view of my processor and memory over the last 4 hours and their are no spikes. The only thing in the log is this, but I think this is just when a user closed the

Re: CFMX is crashing daily with no hints in the log

2004-07-13 Thread Brook Davies
that will restart jrun.exe if it dies, so at least I have a band aid on it now, but I am still looking for the answer. Should I maybe set up a script to monitor the memory usage or available memory?? Brook Davies At 01:26 PM 7/13/2004, you wrote: I know you don't think it's a memory issue

Help! All of a sudden one of my sites is not working

2004-07-12 Thread Brook Davies
I have several sites running on IIS 5.0 / Win2k, with CFMX 6.1. One of the sites, all of a sudden shows: 09:54:43.043 - coldfusion.runtime.TemplateNotFoundException - in : line -1 File not found: /members/index.cfm When I try to access it. If I go to a html page that I know exixts it loads

Re: RESOLVED Help! All of a sudden one of my sites is not working

2004-07-12 Thread Brook Davies
Restarting CFMX made the problem dissapear... At 09:57 AM 7/12/2004, you wrote: I have several sites running on IIS 5.0 / Win2k, with CFMX 6.1. One of the sites, all of a sudden shows: 09:54:43.043 - coldfusion.runtime.TemplateNotFoundException - in : line -1 File not found: /members/index.cfm

CFMX is crashing daily with no hints in the log

2004-07-12 Thread Brook Davies
Hello, Our CFMX server is crashing about once daily. It just dies, there is nothing in the event viewer, nothing in any of the logs. What should I look for? Brook Davies logiforms.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations

Re: CFMX is crashing daily with no hints in the log

2004-07-12 Thread Brook Davies
I don't think this is a memory issue - we have 3 gigs in the server that is deticated to CFMX, and we have increased the JVM heap size when the WAS a problem. But that problem had some indications that it was happening written to the log file. This one is a bit of a mystery. We have all the

Re: CFMX is crashing daily with no hints in the log

2004-07-12 Thread Brook Davies
Hmmm, Well, I have some requests (like data imports of 50,000 + records) and some long string parsing routines, so I think setting it down to 2 or 3 would not be appropriate as alot of requests might queu up in that time. I have it set at 20 on a dual Xeon 1.8w/ 3 gigs of ram. I could try

Re: CFFILE doesn't seek - how to do large files then?

2004-07-12 Thread Brook Davies
I use this cfscript /** * Reads a file. * * @param fileThe filename to read. * @param fromThe line number specifying where to begin reading. * @param toThe line number specifying where to stop reading. * @param NLCharacter to use for newlines. Defaults to Chr(13)Chr(10) * @return Returns a

At Startup, CFMX spiders all custom tag paths? Slow start up...

2004-07-02 Thread Brook Davies
I've been trying to figure out why my server is so slow to start up - I may have found the answer, although I am still investigating this. I amusing the fileMon utility from sysinternals to see what files are being accessed by CFMX on the first request after the service is restarted. What I

Can two applications on the same server talk to each other?

2004-07-01 Thread Brook Davies
If you have two cfapplications on a server, can you share values between apps? Can I ask, from app2, if app1.application.load is true ? Brook [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Debugging CFMX

2004-06-30 Thread Brook Davies
- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 10:24 PM To: CF-Talk Subject: RE: Debugging CFMX Well, I restarted the service to 'test' the new code (after testing under no load on the dev server) and the requests again started stacking up and I could

Debugging CFMX

2004-06-29 Thread Brook Davies
My CFMX server has tons of trouble starting up under load. Is there a debugging method I can use to see exactly what each thread is doing when trying to start up or someother way I can find the problem? Brook [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: Debugging CFMX

2004-06-29 Thread Brook Davies
/code it is hanging on etc... Brook Davies logiforms.com At 01:18 PM 6/29/2004, you wrote: Do you have a lot of application variables/CFC instances that you're setting up on the first reqeust to the application?Make sure that you're locking them correctly, effectively single threading requests

RE: Debugging CFMX

2004-06-29 Thread Brook Davies
Thanks for the feedback regarding locking from Barney and also how to debug running threads from Steve. I'm gonna try these tonight! Brook [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Debugging CFMX

2004-06-29 Thread Brook Davies
about them Cheers, barneyb -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 1:49 PM To: CF-Talk Subject: RE: Debugging CFMX Thanks for the feedback Barneyb, I appreciate it. I'm having massive trouble getting this app to start-up

RE: Debugging CFMX

2004-06-29 Thread Brook Davies
Ahh, I think I just figured it out! The flag, is based on an application var that is locked when being created, so the check can't run until that lock finishes which makes it safe. lolThx Brook [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Debugging CFMX

2004-06-29 Thread Brook Davies
-understanding idiot. Cheers, barneyb -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 10:00 PM To: CF-Talk Subject: RE: Debugging CFMX Barney, I'm just re-reading this now and about to implement some of your suggestions. I though

My app is crashing :(

2004-06-28 Thread Brook Davies
tired of being woken up by my pager though Brook Davies [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

MMExporter - backing up DWMX+

2004-06-28 Thread Brook Davies
Well, a few weeks ago I started DWMX and ALL my site definitions were gone! They just disappeared. What a PITA! I found this website http://mm-exporter.joexx.de/, which has an awesome tool for backing up your DWMX settings and works really well. I'm glad I did because when I started DWMX this

Strange CFADMIN Error...

2004-06-28 Thread Brook Davies
I'm getting this error in the side nav frame of the cfadministrator: The request has exceeded the allowable time limit Tag: cfhttp The error occurred in F:\CFIDE\administrator\navserver.cfm: line 242 A) Why is there a CFHTTP call in that template and B) Is my server screwed or what! Brook

CFMX java.lang.OutOfMemoryError

2004-06-28 Thread Brook Davies
I have posted my log file (just todays pertinent bit) to http://www.logiforms.com/default-event.txt. Can anyone look at it and see what the $%^ is going on? Its filled with these entries: [0]java.lang.OutOfMemoryError no stack trace available My Server has 3 gigs of Ram, I don't know whats

RE: CFMX java.lang.OutOfMemoryError

2004-06-28 Thread Brook Davies
My JVM Arguments are: -Dsun.io.useCanonCaches=false -Xbootclasspath/a:{application.home}/../lib/webchartsJava2D.jar -XX:MaxPermSize=512m -Djavax.xml.parsers.SAXParserFactory=com.macromedia.crimson.jaxp.SAXParserFactoryImpl

SOT: CSV File Format Specification

2004-05-26 Thread Brook Davies
. Fieldnames in First Row : TRUE Which of these examples is correct: ID,name,address,sex '1','Bob','44 Terraw Street','m' '2','Jane','55 Water','f' or 'ID','name','address','sex' '1','Bob','44 Terraw Street','m' '2','Jane','55 Water','f' Thank you for your insights! Brook Davies logiforms.com [Todays

RE: Logo check...

2004-05-19 Thread Brook Davies
Looks a lot like our logo! http://www.logiforms.com/index.html Brook Davies logiforms.com At 07:29 PM 5/18/2004, you wrote: http://www.quilldesign.com/site/index.cfm not to mention this one. you have a siteDirector. and quill design does too. fyi. tony Tony Weeg sr. web applications

Re: How would I do this?

2004-05-18 Thread Brook Davies
CFFLUSH? At 03:11 PM 5/18/2004, you wrote: Hello all, I am using ColdFusionMX on Solaris8/9 I need to query some resources that do not respond in a timely manner and as a fix, I can not cache the data. So what I would like to do is submit the request(queryies) to the various backend systems,

COM and WDDX

2004-05-10 Thread Brook Davies
Hi Folks, I recently outsourced a project to some developers and am having some issues and would appreciate any advice you may be able to offer. Basically they were contracted to develop a client side app (Written in Delphi) that would connect to a CFMX webservice and download recordset data.

COM and WDDX

2004-05-10 Thread Brook Davies
Hi Folks, I recently outsourced a project to some developers and am having some issues and would appreciate any advice you may be able to offer. Basically they were contracted to develop a client side app (Written in Delphi) that would connect to a CFMX webservice and download recordset data.

Re: COM and WDDX

2004-05-10 Thread Brook Davies
Neuromancer product which uses _javascript_ on a client to consume web services (including but not limited to thinArrays). It may be worth your while to look at this technology and modify your client app to incorporate it. HTH Dick On May 10, 2004, at 1:27 PM, Brook Davies wrote: Hi Folks, I

Re: COM and WDDX

2004-05-10 Thread Brook Davies
thinArray serialization, deserialization, record access. -- several examples passing thinArrays with web services There is nothing difficult about the thinArray process -- you can learn/implement it within an hour or so. Dick On May 10, 2004, at 3:06 PM, Brook Davies wrote: Thanks Dick for your reply

Re: Import a Text file to MYSQL

2004-04-15 Thread Brook Davies
OR thisLine gte from) AND (to is 0 OR thisLine lte to)) fileStr = fileStr line NL; if(thisLine is lastLine) notDone = false; lastLine = thisLine; } return fileStr; } /cfscript Brook Davies logiforms.com At 11:17 AM 4/15/2004, you wrote: Hi Barney, I am trying to read in a text file.The file is quite

RE: Check server memory and CFMX restarts

2004-04-14 Thread Brook Davies
When I try this I get an error that the maxMemory function does not exist. The other two functions work fine. CFMX 6.1on windows 2000 sp4. Brook At 08:41 AM 4/14/2004, you wrote: Awesome, that is exactly what I was looking for! And, it doesn't look like the server's restarting from what I

RE: How many class files do YOU have?

2004-04-13 Thread Brook Davies
cache as high as is reasonable with the memory you have.Also the jvm settings mentioned are very important.These things should all make a huge difference in your performance. Mark -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 12:25 PM To: CF

RE: How many class files do YOU have?

2004-04-13 Thread Brook Davies
our case not all 24,000 cf files will be used all the time so we set it to some reasonable percentage of those files.75 - 80%.In your case you could probably do all of them with no ill effects. Mark -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13

Re: SOT: Flash Remoting vs Web Services vs XML

2004-04-13 Thread Brook Davies
I tend to like Flash Remoting and I think it has been proven to be a bit faster than consuming web services. And since the code in the CFC is the same for flash remoting as it is for web service's you should be cool on the CFMX side of things. Flash works really nicely with CFMX and remoting

Re: 7 days old

2004-04-09 Thread Brook Davies
like a greedy RegEx? Anyway to change it to make it more friendly? rereplace(myVar,[[:space:]][[:space:]]*, ,all) Brook Davies [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

How many class files do YOU have?

2004-04-09 Thread Brook Davies
I repoted to this list awhile ago about really long start up times for one of my apps on the first run. It seems that this problem has been resolved by defragging the HD? The C:\CFusionMX\wwwroot\WEB-INF\cfclasses folder had a lot of fragmented files as well as other areas on the HD. Does that

RE: CF in a database (my apologies)

2004-04-09 Thread Brook Davies
If the data does not change that often, you should be okay writing it to a cfml file and then including it. On future uses of the data you can check to see if the file already exists and if not re-generate it, and if it does, just include it. Whenever the data in the DB record is updated, also

RE: CF in a database (my apologies)

2004-04-09 Thread Brook Davies
If the data does not change that often, you should be okay writing it to a cfml file and then including it. On future uses of the data you can check to see if the file already exists and if not re-generate it, and if it does, just include it. Whenever the data in the DB record is updated, also

Re: How many class files do YOU have?

2004-04-09 Thread Brook Davies
Brandon, OKay, I set the server to NOT write cache files to disk and deleted all the cache files. I also increased the maxPermSize as suggested. Any reason I should not increase it to 512? I have the 3 gigs of ram on the server. Also,my app writes lots of cfm files to disk, that why I have

Long StartUp Times are Killing me

2004-04-08 Thread Brook Davies
I have a serious problem... Whenever I restart the cfmx service the first run of one of my applications (the others are fine)takes (296719 ms) TOTAL EXECUTION TIME to run. If there is a load on the site I watch the running requests grow non-stop and the processor at 100% and the site will

RE: CF 6.1 simultaneous requests - optimum guesstimate?

2004-04-05 Thread Brook Davies
For Weeks? Then what happens? I'm still cycling my server, I think I have some regEx that eats up memoriy... Brook At 03:38 PM 4/5/2004, you wrote: I always went by 5 * processors plus 2 for cf4 through to 5 and never had any issues So a dual-processor box runs 12 processes?Wow.As you

RE: CF 6.1 simultaneous requests - optimum guesstimate?

2004-04-05 Thread Brook Davies
Sweet - tell me, whats your jrun.exe process using for memory? Mine is at 750 megs??! I have a lot of application scoped data, but I also think I have some regex that is eating memory. I the past, I had some poorly written regex routines that would kill my server and result in JavaOutOfMemory

Re: desktop application

2004-04-02 Thread Brook Davies
suck the data out of the XML file and stuff it in the DB Bryan, your getting way too technical man. I'm having trouble following all of this high tech terminology! ;) Brook At 12:04 PM 4/2/2004, you wrote: Yep you could build a standalone Flash app that runs as a projector (.exe file on

Long startup times CFMX and random long running template

2004-03-29 Thread Brook Davies
I have this very strange problem that popped up a few days ago. When I restart the CFMX server, and then hit my application, the first execution is really slow, between 30-50 seconds. I've tracked down the templates that run long and then removed them by adding a cfexit at the top of each for

OT: Sneaky Virus

2004-03-29 Thread Brook Davies
I just got this sneaky ass virus. The link in the email looked like a URL and it had my domain in it so I thought I would click on it just to see. We do not have webmail so I knew it was bull, but did not realize the apparent URL was actually a link to an attachment! This email did not have an

Re: OT: Sneaky Virus

2004-03-29 Thread Brook Davies
FYI, when this email came through it converted the HTML link. The email 'looked' like a text only email that had the url highlighted by the client. Like this: www.maracasmedia.com/inbox/blists/read.php?sessionid-22898 Brook If the message will not displayed automatically, follow the link to

RE: Long startup times CFMX and random long running template

2004-03-29 Thread Brook Davies
So, this could possibly be attributed to a lack of memory slowing down the startup process? Brook At 12:47 PM 3/29/2004, you wrote: I have this very strange problem that popped up a few days ago. When I restart the CFMX server, and then hit my application, the first execution is really

Speeding up the conversion of a Query to XML function

2004-03-29 Thread Brook Davies
I've been using this UDF (below) to convert a recordset to XML for use in webservice. It appears to be really slow with a recordset 500. Is there a faster way to arrive at the same resulting XML? Brook [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Speeding up the conversion of a Query to XML function

2004-03-29 Thread Brook Davies
Opps...forgot to paste the code: cfscript /** * Generates an XMLDoc object from a basic CF Query. * * @param query The query to transform. (Required) * @param rootElement Name of the root node. (Default is query.) (Optional) * @param row Name of each row. Default is row. (Optional) * @param

CFHTTP dies on é

2004-03-25 Thread Brook Davies
Where do I find a list of known bugs for cfmx 6.1? CFHTTP dies (only returns text up to) this character Does any one know a way around this? Brook Davies logiforms.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Is Parallel Processing Possible With CF?

2004-03-23 Thread Brook Davies
Not sure I understand you 100%. Could you set up a scheduled event that would become active at say 3AM and continue to call the Synch.cfm template every 1 minute. The synch template would query a local DB that contains a list of satellite sites and mark them off as 'INPROGRESS' and then

Race conditions at start up

2004-02-26 Thread Brook Davies
grows quickly and they are all trying to run these startup tasks. How can I make it so that only one thread runs these startup tasks and the rest sit and wait patiently for those tasks to finish? Brook Davies [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Race conditions at start up

2004-02-26 Thread Brook Davies
, that the running requests grows quickly and they are all trying to run these startup tasks. How can I make it so that only one thread runs these startup tasks and the rest sit and wait patiently for those tasks to finish? Brook Davies -- [ [Todays Threads] [This Message] [Subscription

Re: Flash remoting in Flash MX 2004 Standard?

2004-02-17 Thread Brook Davies
Did you install the flash remoting components? If you look under help and it does not say Welcome to Flash Remoting then you did not... you can get them at mm, I think they are free. Brook At 03:50 PM 2/17/2004, you wrote: Can flash remoting be done in Flash MX 2004 Standard or do you need to

Re: SQL BAK Files

2004-02-16 Thread Brook Davies
Full Editions? For commercial use? Brook At 02:20 PM 2/16/2004, you wrote: Jeffry Houser wrote: When I bought the SQL Server Developer Edition, it was close to $500.( although, I do see a few places which have it listed for the $50 Adam mentions). Depending on your budget, you may want

CFHTTP AND SSL

2004-02-12 Thread Brook Davies
changit -noprompt -keystore C:\CFusionMX\runtime\jre\lib\security\cacerts I can see the cert of the payment processor I am trying to connect to, but it still returns a connection error when I use CFHTTP? Can someone please point me in the right direction to get this to work? Thanks much, Brook

RE: CFHTTP AND SSL

2004-02-12 Thread Brook Davies
are importing the CA to the proper JVM if the latter is true. If you find a solution offlist please post just so I have in my knowledge base. Thanks, Matthew -Original Message- From: Brook Davies To: CF-Talk Sent: 2/12/04 1:13 PM Subject: CFHTTP AND SSL have been trying to get SSL to work over

RE: Help me avoid Evaluate (*ahem* Ray)

2004-02-12 Thread Brook Davies
#variables[structure_name][field_name]# At 01:05 PM 2/12/2004, you wrote: #structure.fieldName# Taco Fleur Bloghttp://www.tacofleur.com/index/blog/ http://www.tacofleur.com/index/blog/ Methodology http://www.tacofleur.com/index/methodology/http://www.tacofleur.com/index/methodology/ Tell me

RE: CFHTTP AND SSL

2004-02-12 Thread Brook Davies
if the latter is true. If you find a solution offlist please post just so I have in my knowledge base. Thanks, Matthew -Original Message- From: Brook Davies To: CF-Talk Sent: 2/12/04 1:13 PM Subject: CFHTTP AND SSL have been trying to get SSL to work over CFHTTP within CFMX 6.1 for some time

Re: Complex Database Stuff

2004-02-09 Thread Brook Davies
This query will return only enquiries for products that match the companyownerID by using a subquery. cfquery name = GetMyEnqiryList datasource = 020 SELECT EnquiryID, EnquiryMobileNumber, EnquiryDateTime, ProductCodeID FROM EnquiryTable WHERE ProductCodeID in (SELECT ProductCodeID FROM

Re: option id

2004-02-09 Thread Brook Davies
Kelly, You do not need the listlen(). That function just counts and returns the number of items in a list. So what you have here would likely return '1'. The inner function is correct. Try putting this on the forms action page so you can see whats happening. cfoutput The value from the form

RE: Complex Database Stuff

2004-02-09 Thread Brook Davies
on (e.ProductCodeID=p.ProductCodeID) WHERE p.CompanyOwnerID=#client.companyownerID# /cfquery Brook Davies logiforms.com At 04:22 PM 2/9/2004, you wrote: Actually, one other thing though, if I wanted to pull something else from ProductCodeTable such as ProductCodeDescription, do I have to make another

Re: option id

2004-02-09 Thread Brook Davies
,'|') cfoutput Item #count# ID:#itemID#BR Item #count# Name:#itemName#BR BRBR /cfoutput /cfloop Brook Davies logiforms.com At 04:32 PM 2/9/2004, you wrote: One small detail that I forgot about. The portion of the page that has the select is being looped over. So, I could have multiple select boxes

Re: Webservice to return a struct

2004-02-08 Thread Brook Davies
You may need to create a custom data type and return that. This way the consuming language has an idea of what you are returning. Here's an example of how to do this: File:mywebservice.cfc Note: the return type is the name of the custom data type. This name corresponds to the filename of the

Re: Webservice to return a struct

2004-02-08 Thread Brook Davies
Hmm, all my code was stripped out - let me try again: File:mywebservice.cfc Note: the return type is the name of the custom data type. This name corresponds to the filename of the cfc which describes the data (example below): cffunction name=getTblList access=remote returntype=cp_getTblList

Re: SOT Flash Remoting Help

2004-02-06 Thread Brook Davies
Dick, I am doing something similar. I take the data retrieved from the server and store it in an array who's keys are populated with a structure containing each record. You could, I guess, also just store the recordset within each key in the array. Personally preference.This complex data is

OT: SQL to return field TYPE

2004-01-30 Thread Brook Davies
Is it possible to somehow return a fields type via a SQL query? I want to be able to find out if a field is a text field or a varchar. Brook [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re[2]: eMail-server high load of CPU

2004-01-24 Thread Brook Davies
I am running both IMS-SE and Argosoft. IMS-SE for bulk mailings and ArgoSoft for all other mail send by our web apps. I estimate we send about 1000-2000 emails per day with Argosoft with no problems at all. ArgoSoft is has been a good,stable product for us. Brook At 03:13 PM 1/24/2004, you

RE: CFCACHE parts of pages without cfhttp

2004-01-08 Thread Brook Davies
I've searched the archive. Was the CFHTTP and SSL issue ever resolved? I'm stuck. I tried Mark Krugers suggestion of adding the Certificate authority to the keystore as explained here http://mxc.blogspot.com/2002_12_15_mxc_archive.html and I can see that it was added, but I still get a

CFHTTP/SSL CFMX

2004-01-08 Thread Brook Davies
I've searched the archive. Was the CFHTTP and SSL issue ever resolved? I'm stuck. I tried Mark Krugers suggestion of adding the Certificate authority to the keystore as explained here http://mxc.blogspot.com/2002_12_15_mxc_archive.htmlhttp://mxc.blogspot.com/2002_12_15_mxc_archive.html and I can

Quotation marks in textfields

2003-12-12 Thread Brook Davies
What is the easiest way to allow quotation marks in textfields without the browser breaking the textfield at the quote mark? Brook At 08:43 AM 1/5/2004, you wrote: Mark In the following query I want the email addresses from two different tables to be grouped together (for sending in

CFMX Server and Flash Remoting

2003-12-01 Thread Brook Davies
? Brook Davies [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFMX Server and Flash Remoting FIXED

2003-12-01 Thread Brook Davies
://myserver.com/flashservices/gateway/ I tried the technote at http://www.macromedia.com/support/flash_remoting/ts/documents/iis_gateway_connection.htmhttp://www.macromedia.com/support/flash_remoting/ts/documents/iis_gateway_connection.htm With no success. Anyone else in this boat? Any suggestions? Brook

Re: ImageMagick

2003-11-21 Thread Brook Davies
A 5.9Gig zip file? Damn! Thats one big ass zip file! At 10:45 AM 11/21/2003, you wrote: Can someone steer me in the right direction to lear to use ImageMagick? I've been using MagickTag to resize images without any trouble, but I want to do some more things with imagemagick like write text on

Re: CF and strange HTTP 500 error

2003-11-17 Thread Brook Davies
Are you using windows authentication? Or are both users running under the Iusr(anonymous) account? If you are using separate windows accounts, then you should check that the jrun.dll has permissions for both users. Brook At 02:37 PM 11/17/2003, you wrote: Hi list, I have a strange problem with

RE: Weird PC Error - Part II

2003-11-17 Thread Brook Davies
Then buy a new strip, or take one from another machine. I've had very similar problems due to bad memory. And it was brand new. Brook At 05:03 PM 11/17/2003, you wrote: ANy other ideas before I toss the thing out the window??? You might try removing some of the memory, if possible.

OT: Flash Remoting Question

2003-11-03 Thread Brook Davies
When I try to call the flash gateway on our CFMX server, I get a 404 at http://localhost/flashservices/gateway/. Isn't flash remoting installed by default? I can't find any info on this! Brook [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Update: Memory Leak on Win2k/CMX6.1

2003-11-03 Thread Brook Davies
Could be some funky use of CFPOP that is causing a problem. I can't think of any other reason the SMTP would be involved. Is there anyone on the box using CFPOP extensively? Maybe to download large quantities of emails + attachments. Or using a COM object to parse bounced email or something

Re: OT: Flash Remoting Question

2003-11-03 Thread Brook Davies
I don't see anything about downloads for the server. Everything I have read says they are installed by default. Do I need a specific mapping in IIS enabled? Brook At 06:04 PM 11/3/2003, you wrote: hi brook u need to download some more stuff just go to www.macromedia.com go to flash remoting

Re: [Reply To] (CF 6 reliability) from Re: Memory Leak on Win2k/CMX6.1

2003-11-03 Thread Brook Davies
CMFX has been running really well for us since the 6.1 release. No complaints about stability. Brook At 03:53 AM 11/4/2003, you wrote: What are other people's views on this - how many people are using MX with no problems? You wrote I suggest the user with

Re: OT: Flash Remoting Question

2003-11-03 Thread Brook Davies
And they make it sound so easy on their website. In fact I could find very little info about any configuration instructions for the remoting that ships with CFMX.I found these links, but none were helpful. The first link is to a technote about trouble connecting to IIS multihomed servers.

Re: webserve.ca hosting woes

2003-10-28 Thread Brook Davies
Pacificonline.com are good Canadian CF hosts. They run CFMX 6.1 http://www.pacificonline.com/services/hosting/plan1.aspx Brook At 05:46 AM 10/28/2003, you wrote: Hey Guys I recently signed up with webserve.ca for some CF hosting...Has anyone here experience problems with them setting up

RE: CFMX WebService w/ Multirefs - STILL SHOWS MULTIREFS?

2003-10-23 Thread Brook Davies
Okay, I will look at disabling the multi-refs thanks for the tip. After I defined a custom data type using cfproperty my C++ developer said this about accessingthe service: With this service everything was much better. I could successfully generate proxy class for your wsdl ( There was only 1

Re: CFMX WebService w/ Multirefs?

2003-10-22 Thread Brook Davies
I'm still stuck on this. I now have a CFC named address.cfc. It consists of: cfcomponent cfproperty name=fname type=string cfproperty name=lname type=string cfproperty name=street type=string /cfcomponent Then I have a function in my webservice/cfc that should return the complex data type

RE: CFMX WebService w/ Multirefs?

2003-10-22 Thread Brook Davies
-- Blog:http://www.rewindlife.comhttp://www.rewindlife.com Chart: http://www.blinex.com/products/chartinghttp://www.blinex.com/products/charting -- -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent

RE: CFMX WebService w/ Multirefs - STILL SHOWS MULTIREFS?

2003-10-22 Thread Brook Davies
TH, Sam -- Blog:http://www.rewindlife.comhttp://www.rewindlife.com Chart: http://www.blinex.com/products/chartinghttp://www.blinex.com/products/c harting -- -Original Message----- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 2

CFMX WebService w/ Multirefs?

2003-10-21 Thread Brook Davies
appreciated! Brook Davies [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFMX WebService w/ Multirefs?

2003-10-21 Thread Brook Davies
Matt, Thats interesting thanks. Thats what I want to do, is return a complex data type as opposed to a multiref. How do I return a CFC instead of returning a Struct? The method within my CFC looks like below, what do I need to change in order to return it correctly: cffunction

Re: CFMX WebService w/ Multirefs?

2003-10-21 Thread Brook Davies
Opps - never mind, I figured it out. I missed the part about saving the CFC with the name that you want to give to the complex data type. Brook [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFMX WebService w/ Multirefs?

2003-10-21 Thread Brook Davies
I'm still stuck on this. I now have a CFC named address.cfc. It consists of: cfcomponent cfproperty name=fname type=string cfproperty name=lname type=string cfproperty name=street type=string /cfcomponent Then I have a function in my webservice/cfc that should return the complex data type

Re: MX 6.1 and cfx_pwimageproc problems

2003-10-21 Thread Brook Davies
Try, wrapping it in a cftry/catch statement and immediately calling it again in the catch portion. This is what I have had to do with the CFX_textcrypt tag since CFMX 6.1. Don't ask me why, but sometimes it causes an error, fairly frequently in fact, but when run again it works 99% of the

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