Re: CF Server Upgrade Ent or Pro?

2001-11-20 Thread JF

I'm in the same boat as you (but have 4.01 Enterprise) - one thing to note 
that I confirmed with MM sales: license-wise, an Enterprise user *cannot* 
purchase a Pro upgrade. You have to buy a new license for the full Pro 
version or upgrade Enterpise->Enterpise.

Seems like a silly policy to me...no discounts for existing customers even 
to "downgrade" within the same product line.

Jay

At 05:05 AM 11/20/2001, you wrote:
>i am having the very humorous time of updating our budget for next fiscal
>year.
>we have CF Server Enterprise 4.5
>the upgrade to 5 is 2+k while pro is around 600 or so.
>
>i have never used security sandboxes in the 3 years i have been noodling cf
>will never have the amount of servers to do clustering.
>
>so what are the other difference?
>
>please respond ASAP
>i just want an upgrade
>
>http://www.macromedia.com/software/coldfusion/productinfo/new_features/
>but i am not sure if i would ever need \\
>
>High-Performance Graph Caching
>Native Database Drivers
>Server Sandbox Security
>Integrated Software Load Balancing
>Automatic Server Failover
>Hardware Load Balancer Integration
>Visual Cluster Administration
>Application Deployment Services
>Advanced Application Monitoring
>SNMP Support
>Log File Analyzer
>
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Ghost Code on Unix (and another question)

2001-08-03 Thread JF

Hi Howard -

Try this at the top of the pages you don't want to see debugging info on:


Hope this helps,

Jay

At 05:49 PM 8/3/2001, you wrote:


>That makes sense. Thanks, Mike. Since I don't have admin access on the Unix
>box, I don't know what the settings are.
>
>Here's another one for you:  While doing the debugging, I had to have them
>turn debugging on for me (by IP address) ... now that I've got it on, I
>really don't want to turn it off. But I also don't want it to display on
>pages I'm not currently debugging (kind of messes up the layout). Is there
>any way to totally surprises debugging (even for myself) on specific pages?
>Some CFML tag I can drop in or something?
>
>H.
>
>
>Howard Owens
>Internet Operations Coordinator
>www.insidevc.com
>[EMAIL PROTECTED]
>AIM: GoCatGo1956


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Security patch warning...

2001-07-17 Thread JF

If you haven't applied Allaire's latest security patch yet, beware that it 
breaks the scheduler for those of us using CF 4.01.  Allaire's only 
response to the thread was to make sure file ownership for the patched 
files was set to IUSER_machine, but it still doesn't work even with those 
rights set (and Website & Apache users have the same problem as IIS users, 
so IUSER_ doesn't apply).

Full thread on this is here:
http://forums.allaire.com/coldfusion/messageview.cfm?catid=12&threadid=212253

Jay


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: testing - is list working?

2001-07-01 Thread JF

I think HoF is still having DNS problems...

My CF-Talk mail is being delivered to the wrong host so I would presume 
others are having that problem as well.  HoF isn't looking up the MX record 
to deliver the mail here, they are just delivering it to the A record for 
this domain which is a different box.

Once I noticed CF-Talk mail stacking up on that other box I started 
checking it there - however I would think if this is happening to others 
and they don't have a mail server on the box that their domain A record 
points to, they won't get any CF-Talk mail.

Jay

At 07:39 AM 6/30/2001, you wrote:
>no mail from list in over a week - is it alive?
>
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Email Trigger?

2000-09-29 Thread JF

Another way to do this would be to have your MTA (ie Sendmail) fire a Perl 
script that calls the CF page (via HTTP) when mail to that alias 
arrives.  No scheduling required, and near-instant action on the email.

...Jay


At 10:10 AM 9/29/2000, you wrote:
>I just want to be able to execute a CF template when my email is
>received on the server, WITHOUT invoking a scheduled task.  Howie Hamlin
>says iMS (inFusion Mail Server, see http://www.coolfusion.com) will do
>it, but that's an expensive and time-consuming solution for what should
>take maybe a few lines of code.
>
>Regards,
>
>Karl Simanonok
>
>Original Message:
>
>
>Date: Thu, 28 Sep 2000 16:34:14 CDT
>From: "Eric Dawson" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Email Trigger?
>Message-ID: <[EMAIL PROTECTED]>
>
>what did you want to trigger?
>There may be other ways to trigger the action you need.
>
>I don't know how you would receive the pop mail except to schedule
>pickup of
>the mail. Ideas?
>
>Eric
>
>From: Karl Simanonok <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Email Trigger?
>Date: Thu, 28 Sep 2000 09:55:54 -0700
>
>No, I do not want email sent at a certain time or upon a user action.  I
>
>want a Cold Fusion template to be executed when I send email to an email
>
>address.  It can be an email account on the same server if that helps
>(you'd think so). I know I can do it by using a scheduled task to check
>for new email at specified intervals, but scheduled tasks are frequently
>
>unreliable and either I'd have to have very short intervals of checking
>or I'd have to be content with waiting (and hoping) for the scheduled
>task to run.  So intstead I would like to be able to trigger a CF
>template some other way, using email.  Maybe there's a CFX out there for
>
>this purpose, or some obscure CF function that I haven't heard of using
>this way?
>
>Regards,
>
>Karl Simanonok
>
>--
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: how to store a movie file?

2000-09-10 Thread JF

At 01:30 AM 9/10/2000, you wrote:
> > >As a matter of fact, only store the name of the file. Set the path to it
>in
> > >Application.cfm, that way if you have to move the directory structure
>around
> > >later, no worries...
> > >***
> > >  Jon Tillman
> >
> > Good point Jon - storing just the filename allows for the most
>flexibility.
>
>Yes, if you don't care about file I/O errors.

Gena -

[Template examples deleted]

Um, I/O errors?  If you correctly reference the path/file in your 
templates, you're *much* better off I/O wise not storing a huge BLOB in a 
database (where it doesn't belong) - if you get I/O errors you're doing 
something wrong.  Plus, as you get more traffic you can more easily move 
your images/movies to another server/platform (to another site even) 
without the need for SQL and it's overhead.

...Jay

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: how to store a movie file?

2000-09-10 Thread JF

At 11:22 PM 9/9/2000, you wrote:
>On Sun, 10 Sep 2000, JF spake thusly:
> > >can you please tell me how to store the images/movie files in the database
> > >so that if i click on the image later ,  i should able to run that file to
> > >watch the movie. Is there any way in the cf to do this??
> > >I'm using sql server7 database with cold fusion 4.5
> >
> > I wouldn't store your .mpeg's/.avi's or whatever huge blob's in the
> > database - just store a path to the file in the database and retrieve the
> > file via an url.  The performance hit of making SQL Server drag that huge
> > file out of the table and across the wire isn't worth it.
> >
> > ...Jay
> >
>As a matter of fact, only store the name of the file. Set the path to it in
>Application.cfm, that way if you have to move the directory structure around
>later, no worries...
>***
>  Jon Tillman

Good point Jon - storing just the filename allows for the most flexibility.

...Jay

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: how to store a movie file?

2000-09-09 Thread JF


>can you please tell me how to store the images/movie files in the database
>so that if i click on the image later ,  i should able to run that file to
>watch the movie. Is there any way in the cf to do this??
>I'm using sql server7 database with cold fusion 4.5

I wouldn't store your .mpeg's/.avi's or whatever huge blob's in the 
database - just store a path to the file in the database and retrieve the 
file via an url.  The performance hit of making SQL Server drag that huge 
file out of the table and across the wire isn't worth it.

...Jay






--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: FW: CFStudio 4.5 Memory Hog

2000-09-09 Thread JF

Yep, CFStudio is a resource-hog with lotsa nifty features, but it's much 
better (and stable) under Win2K or NT.

With a machine like you have there (800Mhz/512MB RAM), you'll be *way* 
better off with an OS other than Win9x or ME.  On my 600Mhz Athlon/256MB 
under Win2K Pro, I run CFStudio simultaneously with 10 plus other apps and 
never have to worry about that old Win9x/DOS limitation of GDI or User 
resources.

...Jay

At 10:15 PM 9/9/2000, you wrote:
>Got a question ... I have a new Dell Dimension with 512mb RAM and 800mhz
>PIII, when I start-up the machine and open the resource meter, I have
>97% GDI Resources Free and 90% System and 90% User Resources Free. When
>I start CFStudio 4.5, my free resources drop to the 40s all the way
>across. I can't even start Adobe ImageReady when Studio is running and
>Outlook crawls when Studio is running.
>
>What's the deal??? Surely my machine is large enough to run multiple
>applications. Studio is basically a glorified text editor isn't it? Why
>does it sap my resources so badly???
>
>Joshua Miller
>Web Site Development
>Eagle Technologies Group
>Business Solutions for the Next Generation
>www.eagletgi.com
>[EMAIL PROTECTED]
>
>
>
>--
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: High Traffic Server Info

2000-09-02 Thread JF

Anandtech has a good "behind the scenes" article detailing how they have 
their web and database servers configured for handling high traffic.  Plus, 
they run CF...

http://www.anandtech.com/showdoc.html?i=1305

...Jay

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Visual Foxpro and network drives.

2000-08-31 Thread JF

Yep, do it on a daily basis...some tips:

-Make sure the CF service is running as a domain user with rights to the 
network share (not a System Account)
-Use UNC mappings in the ODBC setup, or, login interactively as the CF 
service user, map a drive letter, then reference that drive

That should get you going!

...Jay

At 11:10 PM 8/30/2000, you wrote:
>Has anybody been able to connect a VFP database (free table or .dbc) to a 
>network drive? It seems to be causing me problems, although I wouldn't be 
>suprised if its something very
>simple.
>
>Jared Clinton.
>ObjectMastery.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: questions about "cachedwithin"

2000-08-25 Thread JF

That's not the behavior I've seen - CF is smart enough to look at the 
select criteria of a query and will reuse it based on the criteria, not the 
name.

I wrote a site that used the same query name to dynamically build forms 
from a data dictionary, and each page (with different select criteria but 
the same query name) showed as a Cached Query with debugging turned on.

...Jay

At 10:53 AM 8/25/2000, you wrote:
>You would have 10 cached queries, but because CF refers to queries by name,
>you can only use one of them (the last one executed.)  So you'll need to
>change the name of the query for each loop:
>
>
> 
> SELECT field1
> FROM table
> WHERE field2 = '#i#'
> 
>
>
>Sharon
>
>-Original Message-
>From: Todd Ashworth <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>Date: Friday, August 25, 2000 12:58 PM
>Subject: questions about "cachedwithin"
>
>
> >To paraphrase the CFWACK:
> >
> >'The ColdFusion caching logic takes , , and other dynamic
> >structures in queries into account, ensuring that caching is safe to use
> >within a dynamic environment.'
> >
> >OK .. Say I have
> >
> >
> > >cachedwithin="#CreateTimespan(1,0,0,0)#">
> >SELECT field1
> >FROM table
> >WHERE field2 = '#Variables.index#'
> >
> >
> >
> >I'm assuming in this scenario I will end up with 10 different cached
>queries
> >... or would all of the queries overwrite each other because they all have
> >the same name?
> >
> >Also, does anyone know how much overhead is associated with removing the
> >oldest cached query from memory and replacing it with the newest when the
> >limit is reached?  I'm guessing even if it has to be done a lot, it's still
> >faster than than hitting the database for 15 rows of data, every single
> >time.
> >
> >Todd Ashworth
> >
> >
> >---
>---
> >Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> >To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>the body.
>
>--
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: ColdFusion Server-side Source Control

2000-08-25 Thread JF

I've worked on a project where the customer used SourceOffSite, and from 
the remote developer side using CFStudio it worked quite well.

I don't know the exact details as to how they had the server setup, but I 
believe there was SOS server running on the devel box and CF Server didn't 
know anything about version control (CF Admin VSS configs were blank).  Us 
remote developers simply ran SOS client, told it to grab the latest 
version, then used CFStudio to auto check-in/out the code as we worked on 
it throughout the day.

HTH,

...Jay

At 04:43 PM 8/24/2000, you wrote:
>Secondly and similarly, has anyone tried using the CF server-side source
>control or even studio integrated source control using SourceGear's
>SourceOffSite? Looks like it *should* work the same (only faster) since
>their based on the same API...
>
>Truman

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Good inexpensive NT Email Solution

2000-08-19 Thread JF

I'll second the MDaemon recommendation - good product, frequent updates, 
very stable.  We've installed it on 8 customer sites and haven't had a 
problem with it yet.

Our past installs have been the 2.8x versions so I'm not real familiar with 
3.x, but I checked your site and didn't see anything regarding CF 
interfaces (which would be very cool) - can you elaborate on this Geoffrey?

...Jay

At 03:07 PM 8/18/2000, you wrote:

>Hi,
>I'd highly recommend MDaemon.  Not that I'm biased or anything
>
>We do have a CF interface to MDaemon as well, if that is a solution you
>decide to go with.
>
>You can find the trial here:
>http://mdaemon.deerfield.com/
>
>Thanks,
>Geoffrey Vail Brown
>__
>Director of Online Operations
>Deerfield.com
>231.935.4640
>[EMAIL PROTECTED]
>
>Check out our complete line of Internet leveraging software at:
>http://www.deerfield.com
>
> > -Original Message-
> > From: PC [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, August 18, 2000 3:37 PM
> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Subject: OT: Good inexpensive NT Email Solution
> >
> >
> > I have a CF site/SQL 7 on a dedicated NT server.
> >
> > AM looking for an inexpensive (free?) way to setup POP email -- so that I
> > can have up to 30 or so email addresses that map to the domain of
> > the site.
> >
> > Don't know if anyone has experience that they could share -- suggesting
> > something solid, easy to setup, etc.
> >
> > TIA
> >
> > --
> > 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> > _talk or send a message to [EMAIL PROTECTED] with
> > 'unsubscribe' in the body.
> >
>
>
>--
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF Logs & error numbers

2000-07-18 Thread JF

Greetings -

Is there a definitive list somewhere that correlates error numbers logged 
by CF to what the problem really is?  I've been chasing some errors showing 
up in my various logs but can't trace it back to what caused the problem, 
or even what the problem (if any) is.

There aren't any matching entries in application.log or scheduler.log with 
the same TID or date stamp, so not sure where else to look.

Examples:

Server.log
"Error","TID=130","07/18/00","07:53:53","Error number 232 occurred while 
attempting to write the reply to the web server."
"Error","TID=130","07/18/00","07:53:53","Windows NT error number 232 occurred."

Webserver.log
"Error","TID=240","07/18/00","08:19:52","Error attempting to write location 
redirection to web server (Windows NT error number 16389 occurred)"

This is a fairly busy box with lots of scheduled tasks, and everything 
appears to be working fine (plus very low CPU and process queue numbers), 
just bugs me to see these errors stacking up.

BTW, this is CF Enterprise 4.01, NT 4.0 SP6a, IIS4, dual P-II w/256MB 
(156MB free).

Thanks in advance!

Jay

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: .WAV->.RA via command line?

2000-06-20 Thread JF

Greetings -

I'm using the RealAudio server that came with CF Enterprise 4.0, and need 
to convert WAV files to RA format "on-the-fly" (inbound via mail 
attachments).  I need a command line utility to do this so I can fire it 
from within CF after I parse the attachment, but I've only found GUI based 
utilities which aren't an option for this task.

Anyone know of such a utility?

Thanks in advance,

Jay

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF4.5 doesn't support Win2000 file encryption?

2000-03-29 Thread JF

Mike -

Just a guess here as I haven't tried EFS on a server yet, but I would think 
that since files are encrypted by and can only be read by the file owner 
(as I understand it) that the CF Server service would need to run under the 
context of the file owner - ie have the CF service login as that user.

Jay

At 04:27 PM 3/29/2000 -0500, you wrote:
>Mike,
>
>I wouldn't expect it to be dealt with. That's a feature of Win2K to help
>protect your files in an internal, corporate environment. MS would have to
>allow 3rd party vendors access to their unecryption algorithms in order to
>do this. This would essentially negate any security that encryption might
>offer you.
>
>As a side note, the admins of CF-Talk list have disabled file attachment
>capabilities because of a virus scare so any messages w/ attached files are
>coming out screwy. Would you mind removing your atworklogo_very_small.gif &
>Glacier Bkgrd.jpg files from your messages.
>
>Thanks,
>
>Rey...
>Certified Allaire Instructor
>Member of Team Allaire
>
>"A browser's beauty, at its heart, is its usefulness as a *TOOL*."
>
>
>- Original Message -
>From: "Mike Amburn" <[EMAIL PROTECTED]>
>To: "Cf-Talk" <[EMAIL PROTECTED]>
>Sent: Wednesday, March 29, 2000 3:46 PM
>Subject: CF4.5 doesn't support Win2000 file encryption?
>
>
> > This is a multi-part message in MIME format.
> >
> > --=_NextPart_000__01BF9995.F72A13D0
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> > Content-Transfer-Encoding: 7bit
> >
> > Windows 2000 allows you to encrypt files. ColdFusion does not seem to
> > support this, as I get the following error on any page that I encrypt:
> >
> > The template file exists, however, it either cannot be opened for reading,
> > or it is encrypted and its data has been corrupted
> >
> > as soon as i unencrypt, all things are good to go.
> >
> > anyone heard anything about this? is allaire going to fix this in a
>service
> > patch?
> >
> > Mike Amburn
> > Application Development
> >
> > --=_NextPart_000__01BF9995.F72A13D0
> > Content-Type: image/gif;

[Ugly GIF garbage removed...]

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.