Re: How do people work around the current limited cfmail

2001-12-10 Thread Jochem van Dieten
Joseph DeVore wrote: Hey Jochem, Off hand do you know how many email messages your custom tag can handle per day? I like the idea of having the SMTP server do what it does best. What are the cons to using this tag aside from the undeliverables? I have heard numbers between 15 and 40 per

RE: How do people work around the current limited cfmail

2001-12-10 Thread Joseph DeVore
That's what I wanted to hear! Thanks~ Joseph DeVore VeloxWeb Technologies -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 1:07 PM To: CF-Talk Subject: Re: How do people work around the current limited cfmail Joseph DeVore wrote:

Re: Disconnecting Data Sources for Upload?

2001-12-10 Thread Bryan Stevenson
This is a bit of a bubblegum solution, but you can have your client run a lock killing query just prior to upload. Just setup a quesry that they can navigate to in their browser (I call it qLockKiller.cfm). The SQL should be something like SELECT something FROM nothing. That will cause a db

RE: Disconnecting Data Sources for Upload?

2001-12-10 Thread Ben Forta
Actually, the real solution is to not use shared file base databases on live Web sites. I know Access is cheap and easy, I know all the compelling reasons to use it, but: - administration and updates is a pain - the data file is highly susceptible to corruption - the data file is likely to be

RE: UPS Prices

2001-12-10 Thread Bud
On 12/10/01, Matt Robertson penned: After that experience I decided I can't depend on a 3rd party's good will to let ecommerce sites keep working. Built a tag that uses downloaded/imported rates rather than trying to keep up with UPS, their changing API and usage restrictions (at the time of

Re: SandBox Problem

2001-12-10 Thread Bastian Schmid
Hi Scott, well, i think it is repuired to use siteminder because we want to protect any bad actions of primary CFFILE-Tag. We want our custmoers not be able to use CFFILE to delete, read out and change any files of other customers. But the main reason was a file, with wich you can browse

Re: Disconnecting Data Sources for Upload?

2001-12-10 Thread Jon Hall
If I remember correctly the bad query solution was a bug, and stopped working in 4.5. I do remember it not working in 4.5 for me... In versions 4.5+ there is a specific function for this. From the 4.5 Release notes cfset rs = cfusion_disable_dbconnections(myDSN,1) The following line enables the

RE: Disconnecting Data Sources for Upload?

2001-12-10 Thread Michael Haggerty
I am trying to create an ecommerce site using a flat file database solution, and I want to know if anyone has had much experience with using Excel or CSV files? I keep hearing about the advantages over Access (no memory leaks, quicker access times, highly portable) and that they can greatly

RE: UPS Prices

2001-12-10 Thread Matt Robertson
Yeah, that experience pretty much mirrors mine, although it never occurred to me to back-door it like you did. Clever. I'm surprised an earlier API is still working. Probably a heavy hitter somewhere told 'em to leave it alone or else. What creeps me out is not reliability. Its hanging my

RESOLVED: Error clearing dynamic Client Variables.

2001-12-10 Thread Angel Stewart
Hey all, I figured out how to do this, and whew! It wasn't easy. And it doesn't make sense to me..but it works. CFSET CurrentDate= #StartDate# cfloop CONDITION=#CurrentDate# LTE #EndDate# CFIF IsDefined(Client.Comment_#Evaluate(#DateFormat(CurrentDate,'mmdd') #)#)

RE: Disconnecting Data Sources for Upload?

2001-12-10 Thread John McKown
Ben, I agree with you. On all of our in-house applications, we use SQL Server. This particular customer is a local chamber of commerce who uses Access internally to maintain their list of members. There are only 500 or so members, and they want the Access database to power the membership

RE: Disconnecting Data Sources for Upload?

2001-12-10 Thread John McKown
Thank you, Jon. John McKown, President Delaware.Net, Inc. 28 Old Rudnick Lane Dover, DE 19901 e-mail: [EMAIL PROTECTED] phone: 302-736-5515 toll free: 888-432-7965 fax: 302-736-5945 cell: 302-363-0071 icq: 1812513 -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent:

RE: Disconnecting Data Sources for Upload?

2001-12-10 Thread Eric Dawson
Have two databases - one links to the other. Set up the DSN on database 1 (which links to database 2) - upload database 2. Don't have any web based record administration on database2 though. or else you'll have to worry about synchronizing data. Eric Dawson From: John McKown [EMAIL

Evaluate Question

2001-12-10 Thread Baskin, Dave
Can anyone tell me why the answer to this question is Hello Goodbye? What would the following CFML code output to a user? cfset Temp = Hello cfset x=SetVariable(Temp, Goodbye) cfoutput #Temp# #Evaluate(Temp)# wouldn't it be Goodbye Goodbye since you're setting Temp to Goodbye before you

Re: Evaluate Question

2001-12-10 Thread Don Vawter
SetVariable uses string functions so the secondline is setting the variable named hello to the value of goodbye it is not setting temp to goodbye to do that you would need setvariable(Temp,Goodbye) - Original Message - From: Baskin, Dave [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

Re: Evaluate Question

2001-12-10 Thread corrigan
What actually happens is that the value that is assigned to Temp gets assigned the value Goodbye in this case. If you add #Hello# to your cfoutput then you would see Hello Goodbye Goodbye HTH Michael Corrigan Programmer Endora Digital Solutions www.endoradigital.com 630/942-5211 x-134

Archive and Deploy - Error, process is currently running

2001-12-10 Thread Tyler M. Fitch
Hello, I'm attempting to archive a site and push it to another one of our development servers, but when I click on the Generate Archive button I get an error message that states Another archive/restore process is currently running. You must wait for this process to complete before you may

OT: Keep search engine spyders from following links

2001-12-10 Thread Jim McAtee
On a couple of web pages, I run links to outside web sites through a CF template that records the click-through along with some browser and referer stats in a table, then redirects the browser to the target URL. Is there any way to prevent search engine spyders from following these links? If

Re: OT: Keep search engine spyders from following links

2001-12-10 Thread Alex
what's your web server? You can write an apache module to do this and I would assume you could do the same with ISAPI On Mon, 10 Dec 2001, Jim McAtee wrote: On a couple of web pages, I run links to outside web sites through a CF template that records the click-through along with some browser

Installing Advanced Sec on Solaris

2001-12-10 Thread Jeff Reilly
Hi, Installing CF 5.0 with Advanced Security and I read this KB (http://www.allaire.com/Handlers/index.cfm?ID=15670Method=Full) and it doesn't help me too much. We're asked to provide Directory Manager DN AND a Root DN. What's the relationship between them? My understanding is that we just

Help!

2001-12-10 Thread ehoma
Hi, Anyone ever seen the following error message? PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (45:1) to (45:53). Our application has been running fine for 3 months and

Re: Help!

2001-12-10 Thread Jacob
What happens when you stop and restart the Cold Fusion Application Server? At 02:52 PM 12/10/2001 -0800, you wrote: Hi, Anyone ever seen the following error message? PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag The error occurred while processing an element with a general identifier

RE: UPS Prices

2001-12-10 Thread Bud
On 12/10/01, Matt Robertson penned: Yeah, that experience pretty much mirrors mine, although it never occurred to me to back-door it like you did. Clever. I'm surprised an earlier API is still working. Probably a heavy hitter somewhere told 'em to leave it alone or else. What creeps me out

RE: Help!

2001-12-10 Thread Garza, Jeff
You by chance using Query of Queries on that page? Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: ehoma [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 3:52 PM To: CF-Talk

Re: Help!

2001-12-10 Thread cftalk
I've never seen it, what database are you using? - Original Message - From: ehoma [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 4:52 PM Subject: Help! Hi, Anyone ever seen the following error message?

Re: OT: Keep search engine spyders from following links

2001-12-10 Thread Jim McAtee
IIS. What exactly would the ISAPI application do? I suppose within my redirection template I _could_ parse the cgi.useragent string and neither record nor redirect known spyders. Keeping an up-to-date list of agents might be a pain, though. I'd rather just tell the syders (even if only the

RE: Help!

2001-12-10 Thread Zac Belado
PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag You aren't using an unlocked session or application variable in the query are you? ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the

Page processing twice

2001-12-10 Thread Zac Belado
Anyone know what might cause a ColdFusion page to process twice? I'm using cflocation to redirect to a page that then does a CFHTTP post request. This page, post request and a subsequent query both get processed twice. I've eliminated all the obvious solutions (no header refresh commands, no

Re: Help!

2001-12-10 Thread Michael Bruce
It is most likely comming from a query of query . Make sure that the syntax is correct. Mike - Original Message - From: Zac Belado [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 3:37 PM Subject: RE: Help!

RE: Keep search engine spyders from following links

2001-12-10 Thread Ron Hornbaker
Use the disallow feature in robots.txt, and make those links all have a similar path. We do something similar at http://bookcrossing.com/ for the links to Amazon... here is our robots.txt file: http://bookcrossing.com/robots.txt More info on robots.txt can be found here:

Re: Anyone else get solicited? FW: CFX ImageCR

2001-12-10 Thread Efflare Systems
Since I had not read/posted a message since February, I was doing some thorough catchup on cf-talk through the mail-archive web interface. I replied to some of the threads by direct email. The mail Kelly received was meant for someone else. I must have miscopied an address in a thread somewhere.

Re: Page processing twice

2001-12-10 Thread Brook Davies
Any javascript involved? At 03:42 PM 10/12/01 -0800, you wrote: Anyone know what might cause a ColdFusion page to process twice? I'm using cflocation to redirect to a page that then does a CFHTTP post request. This page, post request and a subsequent query both get processed twice. I've

RE: OT: Keep search engine spyders from following links

2001-12-10 Thread Joseph DeVore
Jim, It is possible to UNICODE HREFs and a lot of bots ignore these types of links. I use unicoded HREFs for all of my email addresses so spam bots don't grab them. I haven't tested unicoded HREFs in all browsers, just Netscape 4.08 and IE 4+ on Windows If you want to take a look at a unicoded

RE: Page processing twice

2001-12-10 Thread Zac Belado
Any javascript involved? No. None in any of the pages. ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ:

RE: Page processing twice

2001-12-10 Thread Joseph DeVore
Are you using CFMODULE or any custom tags? It's possible that it's loading twice because of thistag.executionmode Joseph DeVore VeloxWeb Technologies -Original Message- From: Zac Belado [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 3:43 PM To: CF-Talk Subject: Page

RE: Installing Advanced Sec on Solaris

2001-12-10 Thread Brunt, Michael
Jeff, I assume you are using Netscape LDAP Server, if so this article is more current. http://www.allaire.com/Handlers/index.cfm?ID=21731Method=Full Mike Brunt Sempra Energy 213.244.5226 My software never has bugs. It just develops random features. -Original Message- From: Jeff

Re: Keep search engine spyders from following links

2001-12-10 Thread Jim McAtee
Thanks, Ron. That gives me some good ideas. One thing I didn't mention is that multiple web sites use the template (located on another domain). So I have something like: Page on www.domain1.com links to www.domain0.com/redirect.cfm?... Page on www.domain2.com links to

Re: OT: Keep search engine spyders from following links

2001-12-10 Thread Jim McAtee
Joe, I'll try it out. Since the links all appear on CF-generated pages (pulled from database tables) I think I should be able to just Unicode the links within the CF templates themselves. Is there a CF Unicode tag or function somewhere, or do Unicode'd string simply use the ASCII codes for

RE: Page processing twice

2001-12-10 Thread Zac Belado
Are you using CFMODULE or any custom tags? It's possible that it's loading twice because of thistag.executionmode I'm using cfmodule in several locations but at no point am I using, setting, or testing executionmode in the site at all ~~

Does anyone see a problem with this query?

2001-12-10 Thread Douglas Brown
I keep getting this error when I run the query. This is a SQL 2K database ODBC Error Code = 37000 (Syntax error or access violation) [Microsoft][ODBC SQL Server Driver][SQL Server]Line 2: Incorrect syntax near '.'. SELECT topc.id, topc.topics,

RE: Page processing twice

2001-12-10 Thread Joseph DeVore
when you use cfmodule are you using a closing tag? /cfmodule Or are you using closing tags in any of your CT's? If so that will make the page execute twice. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Zac Belado [mailto:[EMAIL PROTECTED]] Sent: Monday, December

Re: Does anyone see a problem with this query?

2001-12-10 Thread Douglas Brown
P.S This same query works great in query analyzer Doug - Original Message - From: Douglas Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 4:41 PM Subject: Does anyone see a problem with this query? I keep getting this error when I run the query.

RE: Is CFGRAPH Crap?

2001-12-10 Thread Ben Koshy
My experience is that its CRAP! I played with it a lot when it first came out excited to have a built in graphing feature. Very quickly I realized that it doesn't scale very well for real-world applications. If its not like a percentage or value out of 100 or you want to customize the look of

RE: Page processing twice

2001-12-10 Thread Zac Belado
when you use cfmodule are you using a closing tag? /cfmodule No closing CFModule tags Or are you using closing tags in any of your CT's? If so that will make the page execute twice. None of the pages use any custom tags either. Any thing that would cause a cfinclude to be executed twice?

getting values from form field

2001-12-10 Thread Baskin, Dave
Hi, i'm working on an app now that using dynamically named text boxes. i need to know the name of the text box (which happens to be an ID value) and the value of that text box so i can loop through a query and set the ID to a new value. I can loop through the form fields list to get the ID, but

Re: Help!

2001-12-10 Thread ehoma
It's an Access table datasource. Eric - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 3:20 PM Subject: Re: Help! I've never seen it, what database are you using? - Original Message - From: ehoma [EMAIL PROTECTED]

Re: Is CFGRAPH Crap?

2001-12-10 Thread Douglas Brown
As per your need of increasing width, have you used graphWidth? fileFormat = Flash, gif or jpg graphHeight = integer number of pixels graphWidth = integer number of pixels backgroundColor = Web color borderColor = Web color borderWidth = integer number of pixels depth = integer

Re: Help!

2001-12-10 Thread ehoma
No, in fact there are 7 very simple queries. Some use Count(*) and a few use DISTINCT, other than that it is very basic stuff. Eric - Original Message - From: Zac Belado [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 3:37 PM Subject: RE: Help!

Re: Help!

2001-12-10 Thread ehoma
No, it seems that the error message, document position (45:1) to (45:53), is pointing to the offending query. If I comment that query out it no longer causes the error. The query in question is: CFQUERY NAME=DistinctHits DATASOURCE=SonyExcess SELECT DISTINCT IncomingIP FROM SiteHits

RE: Three Selects Related Custom Tag

2001-12-10 Thread thanh . nguyen
It should be in allaire's Developer's Exchange. I downloaded from there. -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 12:55 PM To: CF-Talk Subject: Three Selects Related Custom Tag Does anybody have Nate Weiss's Three Selects

How to Sort Multidimensional Array

2001-12-10 Thread Paige Chandler
Happy Holidays All, Is it possible to sort a multidimensional array? If what's the syntax? The following doesn't seem to sort: CFSET SortFile = ArraySort(FileArray[1], Text, ASC) Thanks for you help. Regards, Paige ~~ Your ad

Re: How do u use mySQL with CF on Windows 2000

2001-12-10 Thread one
How do you get CF 4.5 to work with mySQL for Windows? Is there an ODBC driver or is there another way to connect? Thanks, Pardee. ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

Templates executing twice CF bug

2001-12-10 Thread Max Paperno
Greetings, I've identified a somewhat minor but possibly damaging bug in CF 5. It's pretty strange, but true. Zac Belado has confirmed that this was also the problem in his case (see his Page Processing Twice message from earlier today). It seems to only affect CF5 (4.5 was also tried) but

Re: How do u use mySQL with CF on Windows 2000

2001-12-10 Thread Tracy Bost
You can download myodbc from www.mysql.com - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 10:24 PM Subject: Re: How do u use mySQL with CF on Windows 2000 How do you get CF 4.5 to work with mySQL for Windows? Is there

RE: Templates executing twice CF bug

2001-12-10 Thread Garza, Jeff
Ran your test code and I only got a single log entry. Running CF5 Single User on Win2kPro. Will try in the morning on Full Enterprise CF5 on Advanced Server. Jeff Garza Webmaster/Lead Developer Spectrum Astro, Inc. [EMAIL PROTECTED] -Original Message- From: Max Paperno To: CF-Talk

RE: Templates executing twice CF bug

2001-12-10 Thread Norman Elton
I must admit, I was a doubter. Here's how I confirmed your bug: CFPARAM a server variable to zero. Increment it by one, then display it. If you include a non-CFOUTPUTed variable in an image tag, the number is displayed incrementing by two. Take out the mysterious IMG tag, or turn it into a

Re: Does anyone see a problem with this query?

2001-12-10 Thread Marlon Moyer
leave out the 'AS' in the from line At 04:47 PM 12/10/2001 -0800, you wrote: P.S This same query works great in query analyzer Doug - Original Message - From: Douglas Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 4:41 PM Subject: Does anyone see

Re: Templates executing twice CF bug

2001-12-10 Thread Fisichella
I try it for CF 4.5 Server Prof on Win2K Prof. Have the same problem. Double Log entry for no cfoutput. - Original Message - From: Garza, Jeff [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 11, 2001 12:04 PM Subject: RE: Templates executing twice CF bug Ran

Re: Anyone else get solicited? FW: CFX ImageCR

2001-12-10 Thread Massimo Foti
BTW I received the same email -- Massimo Foti [EMAIL PROTECTED] Team Macromedia Member Efflare Systems [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Since I had not read/posted a message since

Re: getting values from form field

2001-12-10 Thread Massimo Foti
cfloop collection=#form# item=i cfoutputThe value for : form.#i# is: #form[i]#br/cfoutput /cfloop -- Massimo Foti [EMAIL PROTECTED] Team Macromedia Member Baskin, Dave [EMAIL PROTECTED] wrote in message Hi, i'm working on an app

RE: Is CFGRAPH Crap?

2001-12-10 Thread Ron Anderson
I keep getting this error: Could not connect to JRun Connector Proxy But I'm only running 1 report with the new CFGraph on it. Are these not scalable?? -Original Message- From: Ben Koshy [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 4:37 PM To: CF-Talk Subject: RE: Is

RE: Help!

2001-12-10 Thread Andrew Scott
My guess would be that the SQL server is not returning in a specified time, might pay to also have a look at the resource monitor and see what is happening, memory wise. I say this because it might be a case of too much being held in memory at one time! In this scenario, is this a single hit or

RE: Templates executing twice CF bug

2001-12-10 Thread Andrew Scott
I am not going to sit here, and get lost in this. I tried everyone of your suggestions and must admit it doesn't do it here. I am going to think this might be an IIS problem, because CF would not be passing this bit of code anyway as it would be headed back to the IIS resources. Sorry guys but I

Page runs twice!!

2001-12-10 Thread Andrew Scott
Guys I want to share something with you!! Depending on your application design, I would be hesitant to say that you either have a case of cfmodule blah= / or cfmodule blah=/cfmodule somewhere as explained for a Tag to run twice it has to be called twice and the above does this. However let me

Re: Templates executing twice CF bug

2001-12-10 Thread Howie Hamlin
I just tried this on the following setup: O'Reilly WebSite Pro 2.5.4 ColdFusion 5 Enterprise Windows 2000 Server The first time the template was executed there was only one timestamp. Each additional time there were two timestamps. So, it looks like the problem occurs when the template gets

<    1   2