globally clear an application variable

2005-11-25 Thread cold . fusion
How could one globally clear an application variable server wide, regardless of
the application name?

--
This message was sent using Delmarva Online's Webmail.
http://www.dmv.com/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225246
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Havent seen this error before...(Resolved)

2004-07-05 Thread cold . fusion
Too early the morning after with not enough coffee:) Turns out that I was not 
using cf_sql_bit (which would have been the next line of the query) in my db, 
but instead the cf_sql_tinyint type (one area of MySQL I wish they would get 
with everybody else...) It's always the little things. Thanks for everyone's 
input.

Cutter

Quoting "Mark A. Kruger - CFG" <[EMAIL PROTECTED]>:

> Dan,
> 
> I would check the following. Is it an exact type match? For example, is the
> field a "text" field and you are using
> varchar?  I would check to make sure that the field is nullable - since you
> are using the "null" attribute.  And I would
> try other types if you can.
> 
> -Mark
>   -Original Message-
>   From: Greg Luce [mailto:[EMAIL PROTECTED]
>   Sent: Monday, July 05, 2004 9:28 AM
>   To: CF-Talk
>   Subject: RE: Havent seen this error before...
> 
> 
>   I don't believe you need those single-quotes inside cfqueryparam. But show
>   more code and I'm sure we'll be able to tell you what's wrong. Show us the
>   whole query at least.
> 
>   Greg
> 
>   -Original Message-
>   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>   Sent: Monday, July 05, 2004 10:09 AM
>   To: CF-Talk
>   Subject: Re: Havent seen this error before...
> 
>   Looks like you are missing a set of single quotes in your value attribute.
> 
>   Instead of this,
>   45 :   settxtBoutCat = 
> cfsqltype="cf_sql_varchar"
> 
>   value="#instance.category#" null="#yesnoformat(not len(trim
>   (instance.category)))#">,
> 
>   try this:
>   45 :   settxtBoutCat = 
> cfsqltype="cf_sql_varchar"
> 
>   value="'#instance.category#'" null="#yesnoformat(not len(trim
>   (instance.category)))#">,
> 
> 
> 
> 
>    [EMAIL PROTECTED]
>    ets.com
>   To
>    2004-07-05 09:50  CF-Talk <[EMAIL PROTECTED]>
>   cc
> 
>    Please respond to Subject
>    [EMAIL PROTECTED] Re: Havent seen this error
>sion.com  before...
> 
>   Sorry, HOF cut off some of the message (formatting from CFs error stuff)
> 
>   I am now getting an odd error:
> 
>   Error Executing Database Query.
>   Unknown Types value
> 
>   The error occurred in /home/httpd/[omitted]/system/cfcomponents/com/
>   [omitted]/boutique/category.cfc: line 43
>   Called from /home/httpd/[omitted]/secure/editor/_cat.cfm: line 205
>   Called from /home/httpd/[omitted]/secure/editor/main.cfm: line 114
>   Called from /home/httpd/[omitted]/system/cfcomponents/com/
>   [omitted]/boutique/category.cfc: line 43
>   Called from /home/httpd/[omitted]/secure/editor/_cat.cfm: line 205
>   Called from /home/httpd/[omitted]/secure/editor/main.cfm: line 114
> 
>   41 :
>   42 :   
>   returntype="boolean">
>   43 : 
>   44 :   update    tblboutcat2
>   45 :   settxtBoutCat = 
> cfsqltype="cf_sql_varchar"
> 
>   value="#instance.category#" null="#yesnoformat(not len(trim
>   (instance.category)))#">,
> 
>   --
> 
>   SQL    update tblboutcat2 set txtBoutCat = (param 1) , blActive = (param
> 2)
> 
>   where intBoutCatID = (param 3)
>   DATASOURCE   [omitted]
>   SQLSTATE   S1000
> 
>   Anybody ever seen this one before? This function is nearly identical to
> one
>   in
>   another CFC that I currently have running which works perfectly (different
>   table and fields). I've double checked that there are values to my
>   'instance'
>   vars, that I have the sqltypes set correctly, etc. And I still can't
> figure
>   it
>   out. Help
> 
>   Cutter
> 
>   Quoting JediHomer <[EMAIL PROTECTED]>:
> 
>   > Whats the other code around that, as I notice you end with a comma but
>   > no more code is shown.
>   >
>   > Might help to scope your vars, so add something like
>   >
>   > 
>   >
>   > after the 
>   >
>   > or ommit the name of the CFQUERY if its not going to return anything.
>   > Potentially pass the datasource in as an argument rather than trying
>   > to access the Application scope
>   >
>   > HTH
>   >
>   > Mike
>   >
>   >
>   > - Original Message -
>   > From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>   > Date: Mon,  5 Jul 2004 08:55:50 -0400
>   > Subject: Havent seen this error before...
>   > To: CF-Talk <[EMAIL PROTECTED]>
>   >
>   > I am now getting an odd error:
>   >
>   >
>   > Error Executing Database Query.
>   > Unknown Types value
>   >
>   > 42 :   
>   >
>   > returntype="boolean">
>   >
>   > 43 : 
>   >
>   > 44 :   update    tblboutcat2
>   >
>   > 45 :   settxtBoutCat = 
>   ="cf_sql_varchar"
>   >
>   > value="#instance.category#" null="#yesnoformat(not len(trim
>   >
>   > (instance.category)))#">,
>   >
>   >
> 
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and 

Re: Havent seen this error before...

2004-07-05 Thread cold . fusion
Sorry, HOF cut off some of the message (formatting from CFs error stuff)

I am now getting an odd error:

Error Executing Database Query.
Unknown Types value

The error occurred in /home/httpd/[omitted]/system/cfcomponents/com/
[omitted]/boutique/category.cfc: line 43
Called from /home/httpd/[omitted]/secure/editor/_cat.cfm: line 205
Called from /home/httpd/[omitted]/secure/editor/main.cfm: line 114
Called from /home/httpd/[omitted]/system/cfcomponents/com/
[omitted]/boutique/category.cfc: line 43
Called from /home/httpd/[omitted]/secure/editor/_cat.cfm: line 205
Called from /home/httpd/[omitted]/secure/editor/main.cfm: line 114

41 :
42 :   
returntype="boolean">
43 : 
44 :   update    tblboutcat2
45 :   settxtBoutCat = 
value="#instance.category#" null="#yesnoformat(not len(trim
(instance.category)))#">,

--

SQL    update tblboutcat2 set txtBoutCat = (param 1) , blActive = (param 2) 
where intBoutCatID = (param 3)
DATASOURCE   [omitted]
SQLSTATE   S1000

Anybody ever seen this one before? This function is nearly identical to one in 
another CFC that I currently have running which works perfectly (different 
table and fields). I've double checked that there are values to my 'instance' 
vars, that I have the sqltypes set correctly, etc. And I still can't figure it 
out. Help

Cutter


Quoting JediHomer <[EMAIL PROTECTED]>:

> Whats the other code around that, as I notice you end with a comma but
> no more code is shown.
> 
> Might help to scope your vars, so add something like
> 
> 
> 
> after the 
> 
> or ommit the name of the CFQUERY if its not going to return anything. 
> Potentially pass the datasource in as an argument rather than trying
> to access the Application scope
> 
> HTH
> 
> Mike
> 
> 
> - Original Message -
> From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date: Mon,  5 Jul 2004 08:55:50 -0400
> Subject: Havent seen this error before...
> To: CF-Talk <[EMAIL PROTECTED]>
> 
> I am now getting an odd error:
> 
> 
> Error Executing Database Query.
> Unknown Types value
> 
> 42 :   
> 
> returntype="boolean">
> 
> 43 : 
> 
> 44 :   update    tblboutcat2
> 
> 45 :   settxtBoutCat = 
> 
> value="#instance.category#" null="#yesnoformat(not len(trim
> 
> (instance.category)))#">,
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Havent seen this error before...

2004-07-05 Thread cold . fusion
I am now getting an odd error:

Error Executing Database Query.
Unknown Types value

The error occurred in /home/httpd/[omitted]/system/cfcomponents/com/
[omitted]/boutique/category.cfc: line 43
Called from /home/httpd/[omitted]/secure/editor/_cat.cfm: line 205
Called from /home/httpd/[omitted]/secure/editor/main.cfm: line 114
Called from /home/httpd/[omitted]/system/cfcomponents/com/
[omitted]/boutique/category.cfc: line 43
Called from /home/httpd/[omitted]/secure/editor/_cat.cfm: line 205
Called from /home/httpd/[omitted]/secure/editor/main.cfm: line 114

41 :
42 :   
returntype="boolean">
43 : 
44 :   update    tblboutcat2
45 :   settxtBoutCat = 
value="#instance.category#" null="#yesnoformat(not len(trim
(instance.category)))#">,
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Create an ASCII Table from Query Output?

2003-11-06 Thread Cold Fusion Developer
Hello, 

I am wondering if it is possible to create an ASCII output in Cold Fusion.
Essentially, what I am wanting to accomplish is to create the column headers
on one row and then the following column data underneath (and essentially
looping through that data - that part I'm able to accomplish).

I've been attempting to accomplish this in various ways with little success.
I'm hoping someone out there might be able to lend some of their expertise
in this. Below should give you an idea of what I am wanting to do:

-
 
   
  









DELIMITERS=",">|#i#|#tab#

DELIMITERS="/">:#j#:#tab#
-

As you can see, this works okay. However, the problem is that I cannot
combine the sets into one and then loop throught the data using multiple
delimiters. :/

If anyone has either gone through this before or can shed any light on this,
I'd certainly appreciate it!!

TIA!

Dave 

_
http://PumpkinCutter.com
THE TRUTH IS HERE
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: cffile

2002-06-14 Thread Cold Fusion

CFFILE will save the contents of a variable to a file.
Not sure what you mean by "not saving all"

Can you display the code you are using to create/edit the file

- Original Message -
From: "Robert Orlini" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, June 10, 2002 3:45 PM
Subject: cffile


> Hello,
>
> How do I save form fields from a form that is formatted for html to a
file? I want the file to display on screen and have the user able to print
it out.
>
> I'm using  but it does not want to save all my html formatting
which I need because the information will print to a preformatted invoice
and all the fields need to stay in a certain place in order to print
correctly.
>
> Never used  so I'm new at this.
>
> Thanks.
>
> Robert O.
>
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



Dynamic News

2002-05-03 Thread Cold Fusion

Does anyone use Moreover or anything to display NEWS on a webpage?

If so, which one and what are the cost?

Good & Bad expereinces are appreciated

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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: atswebnet

2002-04-17 Thread Cold Fusion

Mine is up.

- Original Message -
From: "Michael Ross" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, April 17, 2002 4:55 PM
Subject: atswebnet


> Any other atswebnet folks gone dead? Even there main site is downmail
too!
>
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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



Re: cffile error 123

2002-04-14 Thread Cold Fusion

you have a PERIOD at the end of the file name.
Thus CF is unable to delete the file.

Manually remove the PERIOD from TEST.CFM.

Then you will be fine



- Original Message -
From: "Seamus Campbell" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, April 14, 2002 7:28 AM
Subject: cffile error 123


> Hi
>
> I'm getting this error:
>
> Unable to delete the file
> 'D:\InetPub\wwwroot\Ccsbt\documents_directory\test.cfm.' The filename,
> directory name, or volume label syntax is incorrect. (error 123)
>
>
> I've checked that the path and filename are correct but I don't know where
> to go from there
>
>
> Any clues, please
>
> MTIA
>
> Seamus
>
> 
__
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



Re: CF5 on XP Home

2002-04-09 Thread Cold Fusion

Yes. I use to run CF5 Studio on XP Home.

However I upgraded to XP Pro so I could use IIS
and CF5 Server as well.



- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 09, 2002 8:08 PM
Subject: CF5 on XP Home


> Does XP Home Edition have the ability to run ColdFusion 5 (just for a
staging
> enviroment, not production) ? The machine is a 2GHZ with 1GB of memory, so
> that' s fine. Thanks.
>
> -Hugh
> 
__
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: hosting

2002-04-08 Thread Cold Fusion

Well after viewing some of what the other hosting companies offer
and for the price as well. I still find that ATSwebnet has performed
better, offers more, and well honestly at a better price.

Compare the features. I have been running 2 sites there and soon to be
doing a 3rd. There uptime and support far surpasses anything or any other
company I have been with before.

Plus I can not beat the email services they offer. Unlimited email accounts
and both web email and POP email.

Check them out at: www.atswebnet.com



- Original Message -
From: "Simon Whittaker" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 3:24 AM
Subject: Re: hosting


> What about www.biznet-hosting.com - 2nd runner up in cfdj awards - 30 days
> free and well worth a go
>
> HTH
>
> Simon
> - Original Message -
> From: "Clint Tredway" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 08, 2002 5:26 AM
> Subject: RE: hosting
>
>
> > I know, I was just stating that they do now support it and they
advertise
> > it.
> >
> > Thanks Jeff, I was not trying to cause trouble. ;)
> >
> > -Original Message-
> > From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, April 07, 2002 11:18 PM
> > To: CF-Talk
> > Subject: RE: hosting
> >
> >
> >   Just to clarify,
> >   I never said that they didn't support that.
> >   I just said that they never set it up for me.  I heard a lot of "I'm
> > sorry, I forgot, I'll do it right away" before I gave up altogether.
> >
> > At 11:01 PM 4/7/2002 -0500, you wrote:
> > >They do now as I have a client that has 2 domains pointing to one site.
> > >
> > >Clint
> > >
> > >-Original Message-
> > >From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> > >Sent: Sunday, April 07, 2002 10:52 PM
> > >To: CF-Talk
> > >Subject: RE: hosting
> > >
> > >
> > >   Since there seems to be a running thread here, I'll throw in my 2
> cents.
> > >   Atswebnet runs a great shop and they are the cheapest ISP that I
have
> > >found (for a single site).  You do get what you pay for, though.  There
> > >isn't (or wasn't) a phone number that you could call them at.  They
were
> > >fairly responsive, but it was not immediate response that many will
> > >need.  They also lacked some meticulousness.  ( The year I had a site
> with
> > >them they never set up the domain alias--I.E. two domains pointing to
the
> > >same site--despite constant requests )
> > >
> > >   I use cfdynamics now.  They rock.
> > >   I also like cfxhosting.  They have a great staff and some clients
use
> > >them.
> > >
> > >
> > >At 10:25 PM 4/7/2002 -0500, you wrote:
> > > >In that case all you have to do is contact them and ask, they will
work
> > >with
> > > >you.
> > > >
> > > >Clint
> > > >
> > > >-Original Message-
> > > >From: James [mailto:[EMAIL PROTECTED]]
> > > >Sent: Sunday, April 07, 2002 10:13 PM
> > > >To: CF-Talk
> > > >Subject: RE: hosting
> > > >
> > > >
> > > >atswebnet seem pretty cheap..
> > > >
> > > >I always wonder about hosting that only allows 1 Access DSN etc.
> > > >I like to do a bit of testing on my server so at any time i usually
> > > >have about 10 DSN's running.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >At 10:04 PM 4/7/2002 -0500, you wrote:
> > > > >I should actually say that they have the best price period.
> > > > >
> > > > >-Original Message-
> > > > >From: Clint Tredway [mailto:[EMAIL PROTECTED]]
> > > > >Sent: Sunday, April 07, 2002 9:56 PM
> > > > >To: CF-Talk
> > > > >Subject: RE: hosting
> > > > >
> > > > >
> > > > >I am using www.atswebnet.com for my clients.
> > > > >
> > > > >They have the best price if you need SQL Server for your projects.
> > > > >
> > > > >Clint Tredway
> > > > >
> > > > >-Original Message-
> > > > >From: James [mailto:[EMAIL PROTECTED]]
> > > > >Sent: Sunday, April 07, 2002 9:42 PM
> > > > >To: CF-Talk
> > > > >Subject: Re: hosting
> > > > >
> > > > >
> > > > >Hi Heidi,
> > > > >
> > > > >All depends on what you need...
> > > > >
> > > > >If you need cheap and easy shared hosting then www.crystaltech.com
is
> > > > >probably a good start, I use them for some small sites I run with
> > Access,
> > > > >never had a problem and they have pretty competitive options and
> > >features.
> > > > >Plan 1 @ USD$19.95, you can't go wrong.
> > > > >
> > > > >If you need something with a bit more punch then you should look at
> > >someone
> > > > >like www.cfxhosting.com.
> > > > >I have heard some good things about www.dwsgroup.com although I
> haven't
> > > > >used them before.
> > > > >
> > > > >I guess it comes down to the old saying: "You get what you pay
> for"
> > > > >
> > > > >cheers
> > > > >James.
> > > > >
> > > > >
> > > > >
> > > > >At 09:31 AM 4/7/2002 -0700, you wrote:
> > > > > >didn't get an replies about web-x.net and i sent them
> > > > > >and email and they never replied - doesn't portray a
> > > > > >good image
> > > > > >so i've looked for another hos

Re: reading tab-delimited files.

2002-03-26 Thread Cold Fusion

There use to be a CFTag in the Exchange that would
do that for you.

Look for Tab Delimited files or something like that.
I used one before but don't recall the name.

-- Original Message --
from: "David Schmidt" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Tue, 26 Mar 2002 12:08:16 -0800

>Hey all,
>
>Quick problem.  I have a tab-delimeted file and am having some trouble
>processing it.  I was trying to use list functions to loop over the rows
>(delimited by chr(13) & chr(10)), and then looping over the columns
>(delimited by chr(9)).  I then build  a query based on the data (having no
>problems with the details of query building).
>
>The problem is that in the file, some columns do not have data (see bottom
>of message for example).  CF does not count empty list elements (a,b,c,d
>= a list with 4 elements).
>
>Anyone have any ideas on this?
>
>
>
>Sample data:
>
>col1   col2   col3   col4
>
>data1 data3  data4
>data1 data3  data4
>data1  data2 data4
>
>etc...
>
>
>
>
__
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



Dynamic array names

2001-08-09 Thread Cold Fusion

hi folks..

I'm having a real headache trying to set some values in an array. The
problem revolves around the fact that the array name is dynamic. I've been
trying to use ArraySet but its just crazy, it simply doesn't set the
values.



doesn't error, but  it also doesn't actually set the values in the array.
If I set the value manually as a test..



then it works fine (and arrayname defintely = MyArrayName).

Is there a way of using DE or something that I'm missing to get this to
work or does someone maybe know of a better way to do this?
I'm at my wits end (not a long journey) so all help would be gratefully
receieved...

thanks
.jez

Jeremy Becker ([EMAIL PROTECTED])
100 High Street Wandsworth
London SW18 4LA
United Kingdom
Tel: 020 8871 4240  Fax:020 8871 4584
http://www.bta.com

Network Consultancy and Support for Windows 9x/NT and MacOS.
Internet connectivity, solutions, and business services.  

This message is intended only for the use of the person(s) ("The intended
recipient(s)") to whom it is addressed.  It may contain information which
is privileged and confidential within the meaning of applicable law.  If
you are not the intended recipient, please contact the sender as soon as
possible.  The views expressed in this communication may not necessarily
be the views held by BTA.



~~
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



Re: forcing downloads

2001-07-27 Thread Cold Fusion

thanks Jochem, seems to be closer. weirdly though it doesn't work the
first time I run the cfm file, it only returns the correct response when I
try a second time.  Any ideas on why that is / how to correct ?
ta.
.jez


Cold Fusion wrote:

>> 
>> What we want to do is have the user click a link to a cfm file, that cfm
>> file then returns a file (for arguements sake a .xls file) which starts
>to
>> download to the users machine (forcing download rather than returning to
>> browser).


There is no way to force a download in HTTP. You can only imply the 
suggestion of a download by setting the type to 
"application/octet-stream" in your cfcontent tag.


>> We've tried using CFCONTENT and setting the type to unknown, this will
>> start the file downloading all right but the name that appears in the
>> dialog boxes is the name of the orginal cfm file that was called rather
>> than the name of the actual file (i.e. saves as "download.cfm" rather
>than
>> "file2download.xls" )


To get the right filename add a cfheader:


Jochem
~~
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



forcing downloads

2001-07-26 Thread Cold Fusion

Hi folks..

can anyone help us out with this one, it should be so simple and I just
can't accept all the hassle we've been having to try and figure it out.

What we want to do is have the user click a link to a cfm file, that cfm
file then returns a file (for arguements sake a .xls file) which starts to
download to the users machine (forcing download rather than returning to
browser).

We've tried using CFCONTENT and setting the type to unknown, this will
start the file downloading all right but the name that appears in the
dialog boxes is the name of the orginal cfm file that was called rather
than the name of the actual file (i.e. saves as "download.cfm" rather than
"file2download.xls" )

surely this is a simple operation? ... I really hope somebody can make me
look stoopid with the answer..

in hope

.jez

Jeremy Becker ([EMAIL PROTECTED])
100 High Street Wandsworth
London SW18 4LA
United Kingdom
Tel: 020 8871 4240  Fax:020 8871 4584
http://www.bta.com

Network Consultancy and Support for Windows 9x/NT and MacOS.
Internet connectivity, solutions, and business services.  

This message is intended only for the use of the person(s) ("The intended
recipient(s)") to whom it is addressed.  It may contain information which
is privileged and confidential within the meaning of applicable law.  If
you are not the intended recipient, please contact the sender as soon as
possible.  The views expressed in this communication may not necessarily
be the views held by BTA.


~~
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



OT (maybe?): IIS5 & CF authentication prob

2001-04-30 Thread Cold Fusion


I'm having one of 'those days'... I just can't work this one out. It's
probably more of an IIS issue than CF though, me thinks, but I've been
looking so much I just can't see it anymore...  so it's list help time...

I'm just in the process of setting up a new (replacement) server. It's
running Win2K SP1 (i.e. IIS 5.0) and CF Pro 4.5.1 SP2.  The CF service
logs in as LocalSystem. As things stand, the server has no problems
spitting out anonymous CFM or plain old HTML files to browsers (anonymous
access). 

That's cool, but I actually also to set up authenticated (by W2K) logins
on the server to certain CFM pages (actually sub-folders containing CF
apps) too.

However, if I remove anonymous access to the site definition in IIS
manager, or if I remove privs for the IUSR_ account from the relevant
site folder, whilst I can then authenticate OK from a browser to access
HTML files, accessing CFM files always bounces the authentication, finally
settling on a 403 (ACL on resource) error. 

Here's the kicker: if I add the relevant W2K user account being used to
the local 'administrators' group on the server, it then lets me in and the
CFM pages load just fine.  

I though this might be related to 'administrators' by default having 'full
control' on the site folder, but providing those privs to the relevant
user (or their group) directly, even all the way up/down/across/inside/all
over the directory tree, has no apparent effect. I can't see what
'administrators' has permission to that others don't...

I'm assuming user policy details ('log-on locally' etc) are OK because
authenticating HTML works OK.   CFUSION/BIN has 'read/execute' for
everyone set...

So: what on earth did I miss and/or screw up??!   Anyone any suggestions
where to look?

I get the feeling it's probably something simple I've missed though... ;-)

SB


~~
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



managed server recomendations

2001-02-23 Thread Cold Fusion

I have a handful of managed servers with Verio.  By managed servers, I mean
I have full control of the entire server, but Verio owns and is responsible
for the hardware.  It's like co-location, with rented hardware.

Anyway, I'm looking for recommendations for or against managed dedicated
server providers.

I'm not unhappy with Verio, just need to check out my other options.

TIA,

Peter Janett

New Media One Web Services

WEB HOSTING FOR WEB DEVELOPERS

  -> Sun, IRIX, NT, Linux <-
PHP, MySQL, Perl, Cold Fusion,
MS SQL, ASP, SSI, SSL
http://www.newmediaone.net
[EMAIL PROTECTED]
  (303)828-9882



~~
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: preventing hacked forms

2001-02-23 Thread Cold Fusion

The way I know of to do this comes from the Perl scripts provided by
CyberCash.

The idea is that you don't want to simply pass the amount to charge as a
form variable, even if it's hidden, as anyone could download the page,
modify the amount, then post it.  Checking the referrer could help stop many
attempts, but not all.

So, what the CyberCash scripts do is first get a post that contains the
price.  Then a random ID is generated, and a temp file containing the temp
ID and the price.  The ID is then passed with the rest of the information on
a second form post, along with the other order info.

When the second post arrives, the price is taken from the temp file, looked
up by the ID.

That way, the price and the rest of the information are passed separately,
so the price can't be changed at the next step.

HTH,

Peter Janett

New Media One Web Services

WEB HOSTING FOR WEB DEVELOPERS

  -> Sun, IRIX, NT, Linux <-
PHP, MySQL, Perl, Cold Fusion,
MS SQL, ASP, SSI, SSL
http://www.newmediaone.net
[EMAIL PROTECTED]
  (303)828-9882

- Original Message -
From: "Greg Wolfinger" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, February 23, 2001 12:54 PM
Subject: preventing hacked forms


> Hey Guys:
>
> I was wondering what the best method is to confirm that the form variable
that are submitted were from a page from the server and not some hacker
downloading the source and changing stuff.  I know you can use
CGI.HTTP_REFERER, however this is not always passed by all browsers.  Any
Ideas.
>
> Thanx
>
> --=@ greg @=--
>
>
>
~~
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



4.5 Win2K strange error help

2001-02-19 Thread Cold Fusion

I have a new server running CF 4.5 with current service packs.  The CF App
Server service seems to hang, although it doesn't indicate it has hung.

Here's what happens.  The server stops responding, although it will return a
ping.

I look in the Event Log on the Win2K machine, and see a very long list of
this warning:
The redirector was unable to initialize security context or query context
attributes.
---
The "Source" in the event log screen lists "MrxSmb".

I get a warning 3 times a second, about 19 minutes apart.

Eventually the server stops responding, but if I restart the Cold Fusion App
Server service, it starts working again.

If I look under "Application" in the Event Viewer, I see an Error with a
source listed as "Userenv".  The error says this:
Windows cannot determine the user or computer name. Return value (1398).
--
Next I see an error with a source listed as "Userenv".  This error reads:
Windows cannot query for the list of Group Policy objects . A message that
describes the reason for this was previously logged by this policy engine.
--
The above error occurs 4 or 5 times a day.

I'm stumped on what's going on, and appreciate any help.

Thanks,

Peter Janett

New Media One Web Services

WEB HOSTING FOR WEB DEVELOPERS
========
  -> Sun, IRIX, NT, Linux <-
PHP, MySQL, Perl, Cold Fusion,
MS SQL, ASP, SSI, SSL
http://www.newmediaone.net
[EMAIL PROTECTED]
  (303)828-9882



~~
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



Need high end shopping cart recommendations

2001-02-19 Thread Cold Fusion

I need to find a high end shopping cart written in Cold Fusion.  It will
actually be for a grocery style store, with 35,000 items.  For each item,
there needs to be a details screen that lists all the ingredient attributes,
such as the Nutritional Facts that are now required.

Fusebox, customizable, road tested, etc would be helpful.

Thanks,

Peter Janett

New Media One Web Services

WEB HOSTING FOR WEB DEVELOPERS

  -> Sun, IRIX, NT, Linux <-
PHP, MySQL, Perl, Cold Fusion,
MS SQL, ASP, SSI, SSL
http://www.newmediaone.net
[EMAIL PROTECTED]
  (303)828-9882



~~
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: Looping over form data

2001-02-19 Thread Cold Fusion

>
>-Original Message-
>From:  Les Irvin [SMTP:[EMAIL PROTECTED]]
>Sent:  Monday, February 19, 2001 12:35 AM
>To:CF-Talk
>Subject:   Looping over form data?
>
>I need to pull a number of records at once from a database, edit them on 
>one page, then send the data back to the database.  Looping over the
>query, 
>I've been able to place the data correctly on the page.
>
>However, I'm at a loss as to how to update the edited records back into
>the 
>database.  I'm currently trying to post them as form data but it fails 
>because each record's input fields have the same name.
>
>Is there a way to loop over form data or to dynamically rename form
>fields?
>And/or is there a better way to edit multiple records at once than by
>using 
>a form?


Aside from the aforementioned CFGRID, which is probably the easiest
CF-specific way to do it (all in one go!), the alternative is likely to be
something like this:

When first looping the records to be displayed on screen, add the current
row number to the end of each form field name. This is so that when you
submit the form back again, CF will get form variables called name1,
address1, name2, address2 etc etc (or whatever). You should know how many
iterations you get back (after all, you put them on-screen in the first
place!).  Once you get the form back, just loop over that number, break
off the suffix digit to get the 'proper' field name, and
check/update/insert back into the database as appropriate. Send the ID of
the database record as a hidden field to make it easy on the way back too.
You can use this method to create 'check-the-box' fields to mass-delete
records at the same time...


Regards,

SB

Scott Bartlett  ([EMAIL PROTECTED])
BTA Limited
100 High Street Wandsworth
London SW18 4LA
United Kingdom
Tel:020 8871 4240  Fax:020 8871 4584
http://www.bta.com

Network Consultancy and Support for Windows 9x/NT and MacOS.
Internet connectivity, solutions, and business services.  

This message is intended only for the use of the person(s) ("The intended
recipient(s)") to whom it is addressed.  It may contain information which
is privileged and confidential within the meaning of applicable law.  If
you are not the intended recipient, please contact the sender as soon as
possible.  The views expressed in this communication may not necessarily
be the views held by BTA.


~~
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: cfmail and aol addresses

2000-12-27 Thread Cold Fusion

Is your mail server on the ORBS list?  Check at orbs.org.  I had a similar
problem with AOL.  They wouldn't accept any Cold Fusion (or other email)
from one of the mail servers because the Open Mail Relay option was not off.
Just a possibility...

craig

-Original Message-
From: Jonathan Karlen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 27, 2000 4:20 PM
To: CF-Talk
Subject: cfmail and aol addresses


For some reason the mail generated by CFMAIL tags on a web site I'm
buidling are not being delivered to AOL addresses.  Any ide why?

TIA -
Jonathan Karlen
~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free Setup 
from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support  Visit 
SoloServer, https://secure.irides.com/clientsetup.cfm.

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



OT - IIS Problem

2000-12-27 Thread Cold Fusion

Hello,

I have NT 4.0 running IIS 4.0.  Up until a few days ago everything worked
fine on the machine.
All of a sudden I can no longer see any virtual directories. I keep getting
an error 'Incorrect Function'
when connecting to any of the websites from a browser.  That is all that is
that is displayed.
My non-virtual directories within the root directory work fine...has anyone
seen this error before
and been able to fix it?  Sorry for the off-subject post.  Thanks in
advance!



~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free Setup 
from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support  Visit 
SoloServer, https://secure.irides.com/clientsetup.cfm.

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



Re: OT: Syndicated Content

2000-12-07 Thread Cold Fusion

Or if you had the chance to attend Simon's lecture at the Dev Conf.  :)

Sorry, but if you weren't going to blow your own horn

John Cummings
Allaire
[EMAIL PROTECTED]

- Original Message -
From: Simon Horwith <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Thursday, December 07, 2000 3:50 PM
Subject: RE: OT: Syndicated Content


> If you read up on CFHTTP and WDDX in any good CF Book, you'll learn a lot
> about writing intelligent agents that grab syndicated content, and how to
> syndicate content of your own.
>
> ~Simon
>
> > Simon Horwith
> > Certified ColdFusion Developer
> > Fig Leaf Software
> > 1400 16th St NW, # 220
> > Washington DC 20036
> > 202.797.6570 (direct line)
> > www.figleaf.com
> >
>
>
> -Original Message-
> From: Eric Dawson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 07, 2000 11:52 AM
> To: CF-Talk
> Subject: Re: OT: Syndicated Content
>
>
> some good experience.
>
> What is the content for? I may be able to help.
>
> Eric
>
>
> From: Nick McClure <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: CF-Talk <[EMAIL PROTECTED]>
> Subject: OT: Syndicated Content
> Date: Thu, 07 Dec 2000 10:12:45 -0500
>
> I am trying to find some Syndicated Content that also includes movie
times.
>
> Anybody out there had any experiences(good or bad) with any companies on
> trying to import content via CF.
>
>
>
> --
> Nick McClure[EMAIL PROTECTED]
> Technical Director  859.245.9656
> squareFish Mediawww.squareFish.com
>
~~
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: Big companies using CF

2000-12-07 Thread Cold Fusion

Again,

One of the big reasons a lot of big companies use CF is for the portability
to other operating systems.


- Original Message -
From: Tim Bahlke <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Thursday, December 07, 2000 2:57 PM
Subject: RE: Big companies using CF


> >How much traffic does their site receive? daily, weekly, monthly.
> >
> >How much of that traffic is hitting dynamic CF generated pages?
> >
> >This is a much better benchmark for you to judge Cold Fusion on.
>
> With a site I developed for Lucent, I had 233,000+ unique users in a 24 hr
> period.
>
> CF had no problems.
>
> Tim Bahlke
>
~~
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: Application.cfm

2000-12-06 Thread Cold Fusion

You can't CFLOCATE and keep the request scope.
- Original Message -
From: Kinley Pon <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Tuesday, December 05, 2000 1:24 PM
Subject: RE: Application.cfm


> So, if I assigned a value to a "request.site.webroot" variable in
> app_globals, will this variable be available at anytime throughout all the
> templates in any directory?  I ask this question because I am having error
> messages where the variable is not recognized.
>
> It was made mentioned that request scope variables are only used from page
> to page using cfincludes and cfmodules.  I am not sure what this means.
> Does this mean that I can use request variables only to past values?
>
> The fusebox methodology book seems to indicate to use the request
variables
> as though they are global variables but I am getting these unrecognized
> variable messages.
>
> Actually, I am also having problems with session variables.  At times, I
> scratch my head wondering why I would have unrecognized session variables
at
> times.  It may be recognized on one page but immediately not on another.
> Whether the page is in the same directory or not.
>
> Confused
>
> Justme JustLearning  Just a Coldfusion wantabie
>
> Kinley Pon
> Westcar Consulting Group, Inc.
> mailto: [EMAIL PROTECTED]
>
>
> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 04, 2000 8:35 PM
> To: CF-Talk
> Subject: RE: Application.cfm
>
> > In your application
> > 
> >
> > In your custom tag
> > #application.variablename#
> >
> > Scoping it as request.variablename is BAD! The request scope
> > is set for each PAGE request and is not the same thing as
> > application scope. Before I figured out my application scoping
> > problem I set everything to request scope only to have to go
> > back and change it later. This is a big performance issue if
> > you run a big site.
>
> I wouldn't go so far as to say that using the Request scope is bad.
However,
> it's not a replacement for the Application scope. Each is appropriate for
> different things.
>
> The Request scope is good for constants - variables which won't change
their
> values over the lifespan of the application, and which are created with
> simple CFSETs. The cost of recreating them for each page is minimal. You
> wouldn't want to use the Request scope to store data objects like
recordsets
> and arrays, though, unless you wanted to discard them at the end of
> processing for all scripts building a response to a single request.
>
> The Application scope is good for persistent values which may change over
> the lifespan of the application.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
>
~~
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



Fw: Big companies using CF

2000-12-06 Thread Cold Fusion


Just to add to Paul's comments..one advantage that CF "currently" has
over ASP is portability to other OS's.   That can be a big one for a lot of
companies.

> - Original Message -
> From: Paul Huber <[EMAIL PROTECTED]>
> To: CF-Talk <[EMAIL PROTECTED]>
> Sent: Tuesday, December 05, 2000 5:02 PM
> Subject: RE: Big companies using CF
>
>
> > 
> > >You did say "new IT Director". My suggestion is to learn to "LOVE" ASP
or
> > >find a new job.
> > >Pointing out to your new boss the errors in his thinking will will be
> about
> > >as logical as the current presidential political arguments.
> > >:o))
> > >Jeff Craig
> > 
> >
> > Depends if he's bound and determined to use ASP, or he's open to new
> ideas.
> > If you can talk to the new guy about CF, you can find better arguments
> than
> > "whatever.com uses CF".  The rapid deployment and easy learning curve of
> CF
> > is its strongest point, IMHO.  I've worked with other big players, in
> > general we add new features and integrations much more quickly than
other
> > sites do.  A large part of that is that it is simple to change things in
> CF,
> > easy to read other people's code, easy to find help if you get stuck.
> > Fusebox makes it even easier.
> >
> > ~Paul
> >
> > Paul Huber
> >
> > Web Applications Developer
> > http://www.eBags.com
> >
> > What's your bag?
> >
> >
~~
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: HTTP PUSH

2000-11-10 Thread Cold Fusion

[EMAIL PROTECTED] writes:
>You will find that all CF pages are synchronous in their execution, in
>that
>the entire page must be pre-compiled to HTML before any content can be see
>by the client's browser.

Thanks for the response Mike.

>There are numerous ways to optimize your CF code, who such way is to
>minimize the number of records returned in a query by using the
>BLOCKFACTOR
>option.
>
>You could switch on the debugging funcitons in your CF administrator to
>see
>exactly how long it takes your page to execute.  This information will
>help
>you optimize the page loading speed.
>
Actually, I don't have a code performance problem.  (at least, not in this
bit!!)

In a nutshell - and unfortunately I can't go into detail here - part of my
CF app goes to extract data from a (number of) remote server(s). The
amount of data varies and so does the amount of time to get the data (no
matter its size). The times can get quite long.  

In the most simple sense, I want the user on my site to get some feedback
that things are still happening, not spinning balls and blank screens.
Even if my site just steps thru a display which says "contacting remote
server", "logging in", "starting data retrieval"... etc etc... Then I'd
like to be able to 'stream' the data to them as it comes in, until it
stops. That's kind of the objective in a few words. One additional reason
for using PUSH is so that if the data set is then VERY large and/or slow,
the user's browser will still cope with it's single connection to my site
and NOT timeout, even after say ten minutes or more (don't ask!). 

CF not supporting push... kind of sucks a bit? It's a fairly standard HTTP
feature which has been around for a long time. It has it's uses, albeit
not that many...

As a (describable!) PUSH example, for those of you with LAN/WAN/IP
knowledge: the various web-based network tool sites (that do ping,
traceroute etc so you can test IP connectivity) often use PUSH to return
the current response step, so you can see what is happening as-it-happens.
In the case of the traceroute example, a site not using push might, for
example, report an error on a non-traceroutable destination, but NOT show
you, or be able to show you, where in the trace it actually failed
(depending on the developer!). I know of one specific example site like
that (which shall remain nameless!) - suffice to say that when needed I
now web traceroute from a site which uses PUSH...   ;-)

Regards,

SB

Scott Bartlett  ([EMAIL PROTECTED])
BTA Limited
100 High Street Wandsworth
London SW18 4LA
United Kingdom
Tel:020 8871 4240  Fax:020 8871 4584
http://www.bta.com

Network Consultancy and Support for Windows 9x/NT and MacOS.
Internet connectivity, solutions, and business services.  

This message is intended only for the use of the person(s) ("The intended
recipient(s)") to whom it is addressed.  It may contain information which
is privileged and confidential within the meaning of applicable law.  If
you are not the intended recipient, please contact the sender as soon as
possible.  The views expressed in this communication may not necessarily
be the views held by BTA.


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



HTTP PUSH

2000-11-10 Thread Cold Fusion

Pls excuse if this is a basic Q, I'm still kind of new to CF...

How can I use HTTP PUSH in CF?  Is there some kind of parameter to add to
CFOUTPUT?  

As usual with HTTP PUSH, I want to be able to push back parts of a
returning HTML page from CF to the user as the page's processing and
output takes a long time, and I want the user to see progress
as-it-happens.

Thanks,

Regards,


Scott Bartlett  ([EMAIL PROTECTED])
BTA Limited
100 High Street Wandsworth
London SW18 4LA
United Kingdom
Tel:020 8871 4240  Fax:020 8871 4584
http://www.bta.com

Network Consultancy and Support for Windows 9x/NT and MacOS.
Internet connectivity, solutions, and business services.  

This message is intended only for the use of the person(s) ("The intended
recipient(s)") to whom it is addressed.  It may contain information which
is privileged and confidential within the meaning of applicable law.  If
you are not the intended recipient, please contact the sender as soon as
possible.  The views expressed in this communication may not necessarily
be the views held by BTA.


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



CF and Progress Database ODBC drivers

2000-06-27 Thread Cold Fusion

I have an IIS box running CF451 and I want to be able to connect to a 
progress database which runs my companies financial applications. It runs on 
HP-UX.

Anyway, there is no native CF support for progress as far as I can tell, but 
can someone pouint me the way to some instructions on how to connect? I know 
I need to install an ODBC driver on the IIS server, but does CF detect it 
and automagically add it to the list of drivers in CF Server??

The Progress DBA is stoked to get this working so any help is greatly 
appreciated:)


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

--
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: shipping costs

2000-05-31 Thread Cold Fusion Newsgroup

John,

We are building shipping tables for one of our national distributor's sites,
but some smaller retailers don't want to spend the money to build those
tables into their sites.  I've looked at AbleCommerce but didn't notice the
Able Shipper tag.  I'll check it out.thanks.

Laura

- Original Message -
From: John Fix 3rd <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 31, 2000 9:36 AM
Subject: RE: shipping costs


> Laura,
>
> Since UPS only changes their rates once per year, you could always
implement
> a "local" rate lookup on your own rate data.  Our Able Commerce
storefronts
> use a tag they created called Able Shipper.  It consults rate charts on
our
> own web server and avoids the UPS site bottleneck.  I don't know if they
> make this tag available as a stand-alone, but they might
> (www.ablecommerce.com).
>
> John
> www.cornells.com
>
> -Original Message-
> From: Cold Fusion Newsgroup [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 31, 2000 9:07 AM
> To: [EMAIL PROTECTED]
> Subject: Re: shipping costs
>
>
> Shane,
>
> We initially thought it was general internet traffic too, but this occured
> more than 50% of the time over a 2 week period and not always at peak
> internet times.  That's when we contacted UPS.  They now have these
> extensive "on-line" tools based on java, etc., that are just too time
> consuming to implement -- but, hey, they're free :)
>
> We're now trying to steer our customers to a standard shipping price as
> opposed to individually calculating shipping per order.  Not all are happy
> with this, tho', so we are searching for alternatives.
>
> Laura
>
> - Original Message -
> From: Shane Witbeck <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, May 30, 2000 7:50 PM
> Subject: RE: shipping costs
>
>
> > I experienced the same timeout. Possible it was an internet connectivity
> > issue rather than too much traffic at UPS? I did a tracert on the
problem
> > and tracked it to Concentric.net today. Just a thought.
> >
> > Shane
> >
> > -Original Message-
> > From: Ben Forta [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, May 30, 2000 5:05 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: shipping costs
> >
> >
> > Nice, so they create an API and document it but they don't want folks
> using
> > it? I thought too much traffic was a good thing! Hum.
> >
> > FYI, I am trying to wrap a revamp of that tag, new CF_UPS tag does
pricing
> > and a lot more (tracking, comparisons of shipping options, etc).
> >
> > --- Ben
> >
> >
> > -Original Message-
> > From: Cold Fusion Newsgroup [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, May 30, 2000 3:41 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: shipping costs
> >
> >
> > We have experienced the CF_UPSPrice tag timing out when contacting the
UPS
> > site recently, especially in the early afternoon East Coast time.  This
> > produces a shipping price of $0.00.  When discussing this with UPS, they
> > strongly suggest NOT using this tag.  It is sending too much traffic to
> > their servers.
> >
> > Has anyone else experienced this problem?
> >
> > Laura
> >
> >
> > - Original Message -
> > From: Shawn Regan <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, May 30, 2000 2:23 PM
> > Subject: shipping costs
> >
> >
> > > This message is in MIME format. Since your mail reader does not
> understand
> > > this format, some or all of this message may not be legible.
> > >
> > > --_=_NextPart_001_01BFCA64.2CF037D0
> > > Content-Type: text/plain;
> > > charset="iso-8859-1"
> > >
> > > Hey CF people,
> > >
> > > I want to find out what people are doing to calculate shipping costs.
> Are
> > > most people setting a global shipping price, or are they pulling the
> > prices
> > > from the shipping service and getting a price back based on location?
> > >
> > > Shawn Regan
> > >
> > > --_=_NextPart_001_01BFCA64.2CF037D0
> > > Content-Type: text/html;
> > > charset="iso-8859-1"
> > > Content-Transfer-Encoding: quoted-printable
> > >
> > > 
> > > 
> > > 
> > >  > > charset=3Diso-8859-1">

Re: shipping costs

2000-05-31 Thread Cold Fusion Newsgroup

CLASSIC!!  I will give this a shot :)
- Original Message -
From: Bud <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 31, 2000 7:02 AM
Subject: Re: shipping costs


> On 5/30/00, Cold Fusion Newsgroup penned:
> >We have experienced the CF_UPSPrice tag timing out when contacting the
UPS
> >site recently, especially in the early afternoon East Coast time.  This
> >produces a shipping price of $0.00.  When discussing this with UPS, they
> >strongly suggest NOT using this tag.  It is sending too much traffic to
> >their servers.
> >
> >Has anyone else experienced this problem?
>
> I haven't noticed it, but perhaps you could wrap the tag in a loop
> with condition:
>
> 
>
> 
> Ben's tag
> 
>
> Should keep looping until either an error or a price more than 0.00
> is produced. UPS should love that. LOL
> --
>
> Bud Schneehagen - Tropical Web Creations
>
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> ColdFusion Solutions / eCommerce Development
> [EMAIL PROTECTED]
> http://www.twcreations.com/
> 954.721.3452
> --

> 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.
>

--
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: shipping costs

2000-05-31 Thread Cold Fusion Newsgroup

As I responded to Shane, they now have more complex shipping tools they want
to get the general public to use.  I spoke with more than one person at UPS,
and they were NO help whatsoever.  They said if we had repeated problems
timing out, we should discontinue using that tag.

All we want to do is allow our clients the option of "real-time" pricing via
UPS.  If you suggest contacting them again, I will, but I spent the better
part of the week before Easter talking with those people and got nowhere.

Laura

- Original Message -
From: Steve Pierce <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 30, 2000 10:09 PM
Subject: RE: shipping costs


> Who told you that at UPS. That is not the company policy and I think the
> managers would like to know who said that in the meantime. Call UPS back
and
> have your call escalated. If the suggest against using it, what do they
> recommend. Again always make sure you document who and when you talked to
> someone.
>
> If they can handle traffic two days before Christmas, they have plenty of
> bandwidth to handle a tag in the early afternoon. Something else is amiss.
>
>  - Steve
>
>
>
> -Original Message-
> From: Cold Fusion Newsgroup [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 30, 2000 3:41 PM
> To: [EMAIL PROTECTED]
> Subject: Re: shipping costs
>
>
> We have experienced the CF_UPSPrice tag timing out when contacting the UPS
> site recently, especially in the early afternoon East Coast time.  This
> produces a shipping price of $0.00.  When discussing this with UPS, they
> strongly suggest NOT using this tag.  It is sending too much traffic to
> their servers.
>
> Has anyone else experienced this problem?
>
> Laura
>
>
> - Original Message -
> From: Shawn Regan <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, May 30, 2000 2:23 PM
> Subject: shipping costs
>
>
> > This message is in MIME format. Since your mail reader does not
understand
> > this format, some or all of this message may not be legible.
> >
> > --_=_NextPart_001_01BFCA64.2CF037D0
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> >
> > Hey CF people,
> >
> > I want to find out what people are doing to calculate shipping costs.
Are
> > most people setting a global shipping price, or are they pulling the
> prices
> > from the shipping service and getting a price back based on location?
> >
> > Shawn Regan
> >
> > --_=_NextPart_001_01BFCA64.2CF037D0
> > Content-Type: text/html;
> > charset="iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> >
> > 
> > 
> > 
> >  > charset=3Diso-8859-1">
> >  > 5.5.2650.12">
> > shipping costs
> > 
> > 
> >
> > Hey CF people,
> > 
> >
> > I want to find out what people are doing to calculate
=
> > shipping costs. Are most people setting a global shipping price, or are
=
> > they pulling the prices from the shipping service and getting a price =
> > back based on location?
> >
> > Shawn Regan
> > 
> >
> > 
> > 
> > --_=_NextPart_001_01BFCA64.2CF037D0--
>
> --
> 
> > 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.
> >
>
> --
--
> --
> 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.
>
> --
--
> --
> 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.
>
> --

> 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.
>

--
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: shipping costs

2000-05-31 Thread Cold Fusion Newsgroup

Shane,

We initially thought it was general internet traffic too, but this occured
more than 50% of the time over a 2 week period and not always at peak
internet times.  That's when we contacted UPS.  They now have these
extensive "on-line" tools based on java, etc., that are just too time
consuming to implement -- but, hey, they're free :)

We're now trying to steer our customers to a standard shipping price as
opposed to individually calculating shipping per order.  Not all are happy
with this, tho', so we are searching for alternatives.

Laura

- Original Message -
From: Shane Witbeck <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 30, 2000 7:50 PM
Subject: RE: shipping costs


> I experienced the same timeout. Possible it was an internet connectivity
> issue rather than too much traffic at UPS? I did a tracert on the problem
> and tracked it to Concentric.net today. Just a thought.
>
> Shane
>
> -Original Message-
> From: Ben Forta [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 30, 2000 5:05 PM
> To: [EMAIL PROTECTED]
> Subject: RE: shipping costs
>
>
> Nice, so they create an API and document it but they don't want folks
using
> it? I thought too much traffic was a good thing! Hum.
>
> FYI, I am trying to wrap a revamp of that tag, new CF_UPS tag does pricing
> and a lot more (tracking, comparisons of shipping options, etc).
>
> --- Ben
>
>
> -Original Message-
> From: Cold Fusion Newsgroup [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 30, 2000 3:41 PM
> To: [EMAIL PROTECTED]
> Subject: Re: shipping costs
>
>
> We have experienced the CF_UPSPrice tag timing out when contacting the UPS
> site recently, especially in the early afternoon East Coast time.  This
> produces a shipping price of $0.00.  When discussing this with UPS, they
> strongly suggest NOT using this tag.  It is sending too much traffic to
> their servers.
>
> Has anyone else experienced this problem?
>
> Laura
>
>
> - Original Message -
> From: Shawn Regan <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, May 30, 2000 2:23 PM
> Subject: shipping costs
>
>
> > This message is in MIME format. Since your mail reader does not
understand
> > this format, some or all of this message may not be legible.
> >
> > --_=_NextPart_001_01BFCA64.2CF037D0
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> >
> > Hey CF people,
> >
> > I want to find out what people are doing to calculate shipping costs.
Are
> > most people setting a global shipping price, or are they pulling the
> prices
> > from the shipping service and getting a price back based on location?
> >
> > Shawn Regan
> >
> > --_=_NextPart_001_01BFCA64.2CF037D0
> > Content-Type: text/html;
> > charset="iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> >
> > 
> > 
> > 
> >  > charset=3Diso-8859-1">
> >  > 5.5.2650.12">
> > shipping costs
> > 
> > 
> >
> > Hey CF people,
> > 
> >
> > I want to find out what people are doing to calculate
=
> > shipping costs. Are most people setting a global shipping price, or are
=
> > they pulling the prices from the shipping service and getting a price =
> > back based on location?
> >
> > Shawn Regan
> > 
> >
> > 
> > 
> > --_=_NextPart_001_01BFCA64.2CF037D0--
>
> --
> 
> > 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.
> >
>
> --
--
> --
> 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.
>
> --
--
> --
> 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.
>
> --

> 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.
>

--
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: General Credit Card processing question

2000-05-30 Thread Cold Fusion Newsgroup

We are also looking for alternatives to Cybercash.  Is anyone using any
other service?

Laura

- Original Message -
From: paul smith <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 30, 2000 1:51 PM
Subject: Re: General Credit Card processing question


> Are there issues in transferring a CyberCash CF website
> from one web server to another (from off site to my site)?
>
> best,  paul
>
> At 12:13 PM 5/30/00 -0400, you wrote:
> >OK, so you all see the subject and say "Oh God, search the archives! It's
> >been discussed here a million times!" Well, I have been a member of this
> >list for a long time and have been developing advanced CF apps for over 2
> >years now. So I don't write this from the angle of a new developer or
just
> >being too lazy to do the research myself.
> >
> >After reading every thread possible and implementing several different
> >credit card processing solutions myself, I really would like to have a
> >healthy discussion about who's the best and the easiest to use. My
company
> >is a CyberCash partner. I've implemented their systems more than I care
to
> >remember. But, to be honest, I *hate* CyberCash. While it is easy to
> >implement from a developer's standpoint, I think that the company and
their
> >systems are garbage. This comes after numerous support conversations
where I
> >seem to know more than they do! Now, I should quickly follow that up by
> >saying that I am by no means a CyberCash authority, but it seems that
when I
> >actually get a live person over there, I'm telling *them* how their
system
> >should work!
> >
> >So what's my question? Well, what do you all use out there? What works
and,
> >more importantly, is *reliable*? I am frustrated to no end with CyberCash
> >telling me "Our systems are down...We don't know when they'll be up
again."
> >Any thoughts you all may have would be great. i.e., what's the deal with
> >Payment.net, Signio, etc.?
> >
> >Thanks.
> >Dave.
> >
> >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> >
>
>---
---
> >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.
>
> --

> 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.
>

--
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: shipping costs

2000-05-30 Thread Cold Fusion Newsgroup

We have experienced the CF_UPSPrice tag timing out when contacting the UPS
site recently, especially in the early afternoon East Coast time.  This
produces a shipping price of $0.00.  When discussing this with UPS, they
strongly suggest NOT using this tag.  It is sending too much traffic to
their servers.

Has anyone else experienced this problem?

Laura


- Original Message -
From: Shawn Regan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 30, 2000 2:23 PM
Subject: shipping costs


> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
>
> --_=_NextPart_001_01BFCA64.2CF037D0
> Content-Type: text/plain;
> charset="iso-8859-1"
>
> Hey CF people,
>
> I want to find out what people are doing to calculate shipping costs. Are
> most people setting a global shipping price, or are they pulling the
prices
> from the shipping service and getting a price back based on location?
>
> Shawn Regan
>
> --_=_NextPart_001_01BFCA64.2CF037D0
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> 
> 
> 
>  charset=3Diso-8859-1">
>  5.5.2650.12">
> shipping costs
> 
> 
>
> Hey CF people,
> 
>
> I want to find out what people are doing to calculate =
> shipping costs. Are most people setting a global shipping price, or are =
> they pulling the prices from the shipping service and getting a price =
> back based on location?
>
> Shawn Regan
> 
>
> 
> 
> --_=_NextPart_001_01BFCA64.2CF037D0--
> --

> 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.
>

--
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: Cold Fusion and NT Passwords

2000-05-26 Thread Cold Fusion Newsgroup

Mark,

Adding the "SYSTEM" user in NT worked!!!  Thank you VERY much.

I've only been on this mailing list 3 days, and it's great :)

Laura

- Original Message -
From: Mark Warrick <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 26, 2000 12:07 PM
Subject: RE: Cold Fusion and NT Passwords


> Make sure that your CF Server service is running with the correct security
> permissions to access those files.
>
> For example, if you installed it with all defaults and were logged in as
the
> Administrator at the time, you can let "SYSTEM" have full control to all
> those files without affecting your clients access rights.
>
> ---mark
>
>
> -
> Mark Warrick
> (714) 939-6431
> The Sistonia Corporation
> [EMAIL PROTECTED]
> http://www.sistonia.com
>
> > -Original Message-
> > From: Cold Fusion Newsgroup [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, May 26, 2000 6:32 AM
> > To: [EMAIL PROTECTED]
> > Subject: Cold Fusion and NT Passwords
> >
> >
> > This is a multi-part message in MIME format.
> >
> > --=_NextPart_000_001F_01BFC6F5.4E6FCC20
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> >
> > Hi,
> >
> > I am having a problem using Cold Fusion with directories using NT's =
> > basic authentication.  We have approvals directories set up for our =
> > clients using NT passwords.  Once the client accesses an html page =
> > inside the password protected directory, they can't seem to access any =
> > cfm pages to run queries, etc.  the cold fusion server resides at an =
> > upper level directory outside of the password protected area and must =
> > remain there.
> >
> > Has anyone experienced a similar problem, and if so, what can be done to
=
> > get CF to work in those directories. =20
> >
> > Thanks,
> >
> > Laura
> >
> > --=_NextPart_000_001F_01BFC6F5.4E6FCC20
> > Content-Type: text/html;
> > charset="iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> >
> > 
> > 
> >  > http-equiv=3DContent-Type>
> > 
> > 
> > 
> > 
> > 
> > Hi,
> >  
> > I am having a problem using Cold Fusion with =
> > directories using=20
> > NT's basic authentication.  We have approvals directories set up =
> > for our=20
> > clients using NT passwords.  Once the client accesses an html page
=
> > inside=20
> > the password protected directory, they can't seem to access any cfm =
> > pages to run=20
> > queries, etc.  the cold fusion server resides at an upper level =
> > directory=20
> > outside of the password protected area and must remain =
> > there.
> >  
> > Has anyone experienced a similar problem, and if so,
=
> > what can=20
> > be done to get CF to work in those directories.  
> >  
> > Thanks,
> >  
> > Laura
> >
> > --=_NextPart_000_001F_01BFC6F5.4E6FCC20--
> >
> > --
> > 
> > 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.
> >
>
> --

> 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.
>

--
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: Cold Fusion and NT Passwords

2000-05-26 Thread Cold Fusion Newsgroup

Mark,

Unfortunately, I inherited this installation so am not sure if it was
installed with all defaults but I assume so.  I do know that it had to be
installed as Administrator.

Am I setting the security within CF Server or NT?  If it's CF, I'll need
some specific info as I'm relatively new to CF (I come from a VB/ASP
background).

Thanks,

Laura


- Original Message -
From: Mark Warrick <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 26, 2000 12:07 PM
Subject: RE: Cold Fusion and NT Passwords


> Make sure that your CF Server service is running with the correct security
> permissions to access those files.
>
> For example, if you installed it with all defaults and were logged in as
the
> Administrator at the time, you can let "SYSTEM" have full control to all
> those files without affecting your clients access rights.
>
> ---mark
>
>
> -
> Mark Warrick
> (714) 939-6431
> The Sistonia Corporation
> [EMAIL PROTECTED]
> http://www.sistonia.com
>
> > -Original Message-
> > From: Cold Fusion Newsgroup [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, May 26, 2000 6:32 AM
> > To: [EMAIL PROTECTED]
> > Subject: Cold Fusion and NT Passwords
> >
> >
> > This is a multi-part message in MIME format.
> >
> > --=_NextPart_000_001F_01BFC6F5.4E6FCC20
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> >
> > Hi,
> >
> > I am having a problem using Cold Fusion with directories using NT's =
> > basic authentication.  We have approvals directories set up for our =
> > clients using NT passwords.  Once the client accesses an html page =
> > inside the password protected directory, they can't seem to access any =
> > cfm pages to run queries, etc.  the cold fusion server resides at an =
> > upper level directory outside of the password protected area and must =
> > remain there.
> >
> > Has anyone experienced a similar problem, and if so, what can be done to
=
> > get CF to work in those directories. =20
> >
> > Thanks,
> >
> > Laura
> >
> > --=_NextPart_000_001F_01BFC6F5.4E6FCC20
> > Content-Type: text/html;
> > charset="iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> >
> > 
> > 
> >  > http-equiv=3DContent-Type>
> > 
> > 
> > 
> > 
> > 
> > Hi,
> >  
> > I am having a problem using Cold Fusion with =
> > directories using=20
> > NT's basic authentication.  We have approvals directories set up =
> > for our=20
> > clients using NT passwords.  Once the client accesses an html page
=
> > inside=20
> > the password protected directory, they can't seem to access any cfm =
> > pages to run=20
> > queries, etc.  the cold fusion server resides at an upper level =
> > directory=20
> > outside of the password protected area and must remain =
> > there.
> >  
> > Has anyone experienced a similar problem, and if so,
=
> > what can=20
> > be done to get CF to work in those directories.  
> >  
> > Thanks,
> >  
> > Laura
> >
> > --=_NextPart_000_001F_01BFC6F5.4E6FCC20--
> >
> > --
> > 
> > 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.
> >
>
> --

> 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.
>

--
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: Cold Fusion and NT Passwords

2000-05-26 Thread Cold Fusion Newsgroup

I think you are right about cold fusion executing the files and not the
user.  So you think this is an NT dilemna?  --of course, since I'm stronger
in CF than NT :)

Laura
- Original Message -
From: Reynolds, Adam <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 26, 2000 10:02 AM
Subject: RE: Cold Fusion and NT Passwords


> You may find that the server is executing the files and not the 'logged'
in
> user. You may have to set the server to execute those files as the logged
in
> user. Unsure how, but think there is a setting somewhere for this in NT.
>
>
> Adam Reynolds
> ColdFusion Consultant
> HJ Heinz
> Tel: 01344 397016  Fax: 01344 397010
> Mobile: 07973 386620
> Email: [EMAIL PROTECTED]
>
> > --
> > From: Howie Hamlin[SMTP:[EMAIL PROTECTED]]
> > Sent: 26 May 2000 14:59
> > To: [EMAIL PROTECTED]
> > Subject: Re: Cold Fusion and NT Passwords
> >
> > What are the errors?  Are they 401's?
> >
> > Howie Hamlin
> > --
> > inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
> > www.CoolFusion.com
> > 
> > Please vote for iMS in the Most Innovative category here:
> > *** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***
> > ====
> > Check out inFusion Mail Server - the world's most configurable email
> > server
> >
> > - Original Message -
> > From: Cold Fusion Newsgroup <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, May 26, 2000 9:32 AM
> > Subject: Cold Fusion and NT Passwords
> >
> >
> > > This is a multi-part message in MIME format.
> > >
> > > --=_NextPart_000_001F_01BFC6F5.4E6FCC20
> > > Content-Type: text/plain;
> > > charset="iso-8859-1"
> > > Content-Transfer-Encoding: quoted-printable
> > >
> > > Hi,
> > >
> > > I am having a problem using Cold Fusion with directories using NT's =
> > > basic authentication.  We have approvals directories set up for our =
> > > clients using NT passwords.  Once the client accesses an html page =
> > > inside the password protected directory, they can't seem to access any
=
> > > cfm pages to run queries, etc.  the cold fusion server resides at an =
> > > upper level directory outside of the password protected area and must
=
> > > remain there.
> > >
> > > Has anyone experienced a similar problem, and if so, what can be done
to
> > =
> > > get CF to work in those directories. =20
> > >
> > > Thanks,
> > >
> > > Laura
> > >
> > > --=_NextPart_000_001F_01BFC6F5.4E6FCC20
> > > Content-Type: text/html;
> > > charset="iso-8859-1"
> > > Content-Transfer-Encoding: quoted-printable
> > >
> > > 
> > > 
> > >  > > http-equiv=3DContent-Type>
> > > 
> > > 
> > > 
> > > 
> > > 
> > > Hi,
> > >  
> > > I am having a problem using Cold Fusion with =
> > > directories using=20
> > > NT's basic authentication.  We have approvals directories set up
=
> > > for our=20
> > > clients using NT passwords.  Once the client accesses an html
page
> > =
> > > inside=20
> > > the password protected directory, they can't seem to access any cfm =
> > > pages to run=20
> > > queries, etc.  the cold fusion server resides at an upper level =
> > > directory=20
> > > outside of the password protected area and must remain =
> > > there.
> > >  
> > > Has anyone experienced a similar problem, and if
so,
> > =
> > > what can=20
> > > be done to get CF to work in those directories.  
> > >  
> > > Thanks,
> > >  
> > > Laura
> > >
> > > --=_NextPart_000_001F_01BFC6F5.4E6FCC20--
> > >
> > >
>
> --
> > 
> > > 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.
> >
>
> --
> > 
> > Archives: http://www.eGroups.com/list/cf-tal

Re: Cold Fusion and NT Passwords

2000-05-26 Thread Cold Fusion Newsgroup

yup, 401s

- Original Message -
From: Howie Hamlin <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 26, 2000 9:59 AM
Subject: Re: Cold Fusion and NT Passwords


> What are the errors?  Are they 401's?
>
> Howie Hamlin
> --
> inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
> www.CoolFusion.com
> 
> Please vote for iMS in the Most Innovative category here:
> *** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***
> 
> Check out inFusion Mail Server - the world's most configurable email
server
>
> - Original Message -
> From: Cold Fusion Newsgroup <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, May 26, 2000 9:32 AM
> Subject: Cold Fusion and NT Passwords
>
>
> > This is a multi-part message in MIME format.
> >
> > --=_NextPart_000_001F_01BFC6F5.4E6FCC20
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> >
> > Hi,
> >
> > I am having a problem using Cold Fusion with directories using NT's =
> > basic authentication.  We have approvals directories set up for our =
> > clients using NT passwords.  Once the client accesses an html page =
> > inside the password protected directory, they can't seem to access any =
> > cfm pages to run queries, etc.  the cold fusion server resides at an =
> > upper level directory outside of the password protected area and must =
> > remain there.
> >
> > Has anyone experienced a similar problem, and if so, what can be done to
=
> > get CF to work in those directories. =20
> >
> > Thanks,
> >
> > Laura
> >
> > --=_NextPart_000_001F_01BFC6F5.4E6FCC20
> > Content-Type: text/html;
> > charset="iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> >
> > 
> > 
> >  > http-equiv=3DContent-Type>
> > 
> > 
> > 
> > 
> > 
> > Hi,
> >  
> > I am having a problem using Cold Fusion with =
> > directories using=20
> > NT's basic authentication.  We have approvals directories set up =
> > for our=20
> > clients using NT passwords.  Once the client accesses an html page
=
> > inside=20
> > the password protected directory, they can't seem to access any cfm =
> > pages to run=20
> > queries, etc.  the cold fusion server resides at an upper level =
> > directory=20
> > outside of the password protected area and must remain =
> > there.
> >  
> > Has anyone experienced a similar problem, and if so,
=
> > what can=20
> > be done to get CF to work in those directories.  
> >  
> > Thanks,
> >  
> > Laura
> >
> > --=_NextPart_000_001F_01BFC6F5.4E6FCC20--
> >
>
> --
> 
> > 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.
>
> --

> 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.
>

--
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.



Cold Fusion and NT Passwords

2000-05-26 Thread Cold Fusion Newsgroup

This is a multi-part message in MIME format.

--=_NextPart_000_001F_01BFC6F5.4E6FCC20
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi,

I am having a problem using Cold Fusion with directories using NT's =
basic authentication.  We have approvals directories set up for our =
clients using NT passwords.  Once the client accesses an html page =
inside the password protected directory, they can't seem to access any =
cfm pages to run queries, etc.  the cold fusion server resides at an =
upper level directory outside of the password protected area and must =
remain there.

Has anyone experienced a similar problem, and if so, what can be done to =
get CF to work in those directories. =20

Thanks,

Laura

--=_NextPart_000_001F_01BFC6F5.4E6FCC20
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable









Hi,
 
I am having a problem using Cold Fusion with =
directories using=20
NT's basic authentication.  We have approvals directories set up =
for our=20
clients using NT passwords.  Once the client accesses an html page =
inside=20
the password protected directory, they can't seem to access any cfm =
pages to run=20
queries, etc.  the cold fusion server resides at an upper level =
directory=20
outside of the password protected area and must remain =
there.
 
Has anyone experienced a similar problem, and if so, =
what can=20
be done to get CF to work in those directories.  
 
Thanks,
 
Laura

--=_NextPart_000_001F_01BFC6F5.4E6FCC20--

--
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: Administrator PW

2000-04-06 Thread Cold Fusion

Erika,

This may work.  I haven't done it in a long time, and I remember having a 
little bit of trouble with it, so this may not be the only registry value 
you need to hack.

Go to the key: 
HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Server.
Delete the AdminPassword key.  Just plain old delete it.  As far as I 
remember, that effectivly removes any password.  You can then, through the 
administrator, reset the password.

Good Luck.

Gary Dusbabek.

>From: "Erika Foster" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: Administrator PW
>Date: Thu, 6 Apr 2000 13:07:29 -0700
>
>
>
>How do you retrieve the Admin password for CF Server?
>
>My client has completely forgot what he set up his password as.  Do we need
>to completely uninstall and re-install?
>
>
>
>Thanks,
>
>Erika
>
>--
>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.

__
Get Your Private, Free Email at http://www.hotmail.com

--
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.