RE: CF 5 Scheduler fails

2002-11-12 Thread Blum, Jason (SAA)
I've usually been able to get scheduled tasks to run ok, but they fail eventually, often without anything in the scheduler log, as if their execution was simply forgotten. From what I've heard, the scheduler is widely regarded as pretty unreliable. I've had some success running templates from the

RE: CF 5 Scheduler fails

2002-11-12 Thread Blum, Jason (SAA)
run every Wednesday starting tomorrow, I would enter the task with a start date of last week. I'm not sure if this works for daily or monthly events, but it is the official solution that we received from the Allaire engineers. Ryan -Original Message----- From: Blum, Jason (SAA) [mailto:J

Referencing component packages

2002-11-12 Thread Blum, Jason (SAA)
Forta, New Riders and others all say that you can call put all your components in one folder and then reference them just as you would an include, style sheet, whatever. But I am absolutely stumped on how to do this. Have followed their instructions very carefully and played with variations but c

RE: Referencing component packages

2002-11-12 Thread Blum, Jason (SAA)
, 2002 12:19 PM To: CF-Talk Subject: Re: Referencing component packages I believe it should be Blum, Jason (SAA) wrote: >Forta, New Riders and others all say that you can call put all your >components in one folder and then reference them just as you would an >include, style shee

cf-talk@houseoffusion.com

2002-12-04 Thread Blum, Jason (SAA)
When I added USERAGENT="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" to the CFHTTP tag, I stopped having problems CFHTTP-ing https pages... But now I've got a new https page which keeps failing, though I can see it in any browser. Dumping CFHTTP gives me: FileContent: Connection Failure T

Is it necessary to parse XML in order to use it as a datasou

2002-09-04 Thread Blum, Jason (SAA)
Another newbie question: I am just trying to figure out how this whole xml thing works - I keep seeing examples of serializing in WDDX in which the sample code creates a text file like: Blum Jason Costanza

RE: Is it necessary to parse XML in order to use it as a dat

2002-09-05 Thread Blum, Jason (SAA)
F you using? -- Original Message ------ From: "Blum, Jason (SAA)" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Wed, 04 Sep 2002 19:35:00 -0400 Another newbie question: I am just trying to figure out how this whole xml thing works

Help troubleshooting MX freezing up each day

2002-09-18 Thread Blum, Jason (SAA)
Hey all! Just wondering if anyone might have any suggestions on what to look for in troubleshooting why my MX server freezes up each day. (Win 2K, 1 GB RAM, tons of free HD space - a brand new system.) It's a dedicated server, only this one application running. It is a kind of Enterprise monit

RE: Help troubleshooting MX freezing up each day

2002-09-18 Thread Blum, Jason (SAA)
iting to the log file. This way you are single threading access to the file. Marius Milosav www.scorpiosoft.com It's not about technology, it's about people. Virtual Company (VICO) Application Demo www.scorpiosoft.com/vicodemo/login.cfm ----- Original Message - From: "Blum, Jaso

RE: WHYYYYY!!!!!!

2002-09-23 Thread Blum, Jason (SAA)
Maybe I can jump in on this thread with a related question - Dave and others keep emphasizing that it isn't necessary to lock in MX. I am using a large Application.Array for a number of values and strings which I then loop through to output. The array is being written to and read from at least a

CF from command line

2002-09-23 Thread Blum, Jason (SAA)
Ben Forta offers this tip on his website: "Invoke ColdFusion From the Command Line: ColdFusion usually processes requests received from clients (such as Web browsers or WAP devices). But should you ever need ColdFusion to process a page without initiating it from a browser you can do so via CF

CFMX hangs periodically

2002-12-30 Thread Blum, Jason (SAA)
There has been a pretty serious discussion thread going on in the ColdFusion Macromedia Online Forum since October: "CFMX hangs periodically:" http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=143&thr eadid=468954 I'm too new to this community to recognize names of cf-talk particip

RE: grrrrr ... CFSchedule

2003-01-02 Thread Blum, Jason (SAA)
I have been using probes for all my scheduled tasks since moving up to MX. Probes are under tools in CF5, but I don't know if they offer the same functionality. I realize of course they are probably the same underlying engine - but for some reason, I have not experienced any problem with probes e

*** Scheduled Tasks in CFAdministrator ***

2002-08-27 Thread Blum, Jason (SAA)
Hello all! Has anyone else had trouble with the reliability of scheduled tasks in CFAdministrator? I am running nine of them, all more or less identical (just simple HTTP requests to make sure certain servers are up and running), repeating every half hour. And they pretty much work fine, except

RE: CFC Addressing

2003-08-03 Thread Blum, Jason (SAA)
Hi Sean, Thank you - I see what you mean. Actually the same is true even within a single instance between multiple security sandboxes. It's such a shame because ISP's would benefit so enormously from the ability to not allow clients to query a database (i.e. restricting it in their sandbox) - bu

An ISP's Dream: Extensions in one sandbox, client code in another

2003-08-03 Thread Blum, Jason (SAA)
This question was tacked on to another discussion, but thought I might solicit more feedback by starting its own thread? >From an ISP's perspective, would it not be a God-send to put all clients in one big, heavily restricted sandbox (no datasources, etc.) and all datasource-accessing CFC's and ot

RE: An ISP's Dream: Extensions in one sandbox, client code in another

2003-08-03 Thread Blum, Jason (SAA)
e sandbox, client code in another Blum, Jason (SAA) wrote: > > From an ISP's perspective, would it not be a God-send to put all clients > in one big, heavily restricted sandbox (no datasources, etc.) and all > datasource-accessing CFC's and other extensions in another sandbox to

RE: An ISP's Dream: Extensions in one sandbox, client code in another

2003-08-04 Thread Blum, Jason (SAA)
ISP's Dream: Extensions in one sandbox, client code in another Blum, Jason (SAA) wrote: > > Yes, the CFEXECUTE was a bad example. Suppose instead you hosted all a > University's various colleges' websites on one server. Make that fraternities and student societies

RE: An ISP's Dream: Extensions in one sandbox, client code in another

2003-08-04 Thread Blum, Jason (SAA)
Jochem and Michael, Interesting ideas - thanks! I think I have done a poor job of describing the scenario. Ben Forta's "Maybe We Should Try a Separation" (CFDJ Vol 4 Issue 10) really got me to thinking: there are so many good reasons for code reuse (faster development time, centralized ("policab

RE: clarification

2003-08-14 Thread Blum, Jason (SAA)
Brian Simmons at CentraSoft.com is always quick to respond if you have any concerns about their questions. -j -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2003 8:46 PM To: CF-Talk Subject: clarification Does anyone know what this will

RE: Overlapping Security Sandboxes in MX?

2003-08-25 Thread Blum, Jason (SAA)
Hey Richard, It's definitely not a looney idea. I have been wondering the same thing. -J Subject: Overlapping Security Sandboxes in MX? From: Richard Heiser <[EMAIL PROTECTED]> Date: Mon, 25 Aug 2003 05:26:51 -0700 (PDT) Thread: http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&

RE: Congressional Data

2003-08-26 Thread Blum, Jason (SAA)
Hey Chuck, The House maintains http://xml.house.gov/Members/mbr107.xml but I don't know where the 108th congress is. We have http://www.senate.gov/general/contact_information/senators_cfm.xml We are working towards publishing web services out to our constituents. -Jason ---

SQL syntax for Supertypes-Subtypes AKA Circular Reference AKA Entity Tree

2003-08-27 Thread Blum, Jason (SAA)
Hello, Here's a puzzle for all you 'Joe Celko' types: Am trying to figure out how to do on SQL Server something I can do in Oracle. I think this problem is variously known as Subtypes-Supertypes, Circular Reference, Entity Tree, etc... Given this data: Columns: iEntityID, iSubEntityOf, sName 1