Re: SQL trouble

2001-02-04 Thread Sean Renet
Dave's right, you need a join to tblModel. Generally when you return some incredible amount of rows that you are not expecting from a query that is joining tables its because you are missing a join or two. One thing you might consider is using a View for this. Then all you would have to do is se

Problems printing an output page

2001-02-04 Thread Michael Kear
I have a user who has problems printing a page. The page has a large table of product profiles, created by CF from a query. But all she prints is a message saying "DATA MISSING - expired from the cache". I have the page set to not cache, because I dont want to get dozens of complaints that p

Re: CFSouth notes

2001-02-04 Thread Howie Hamlin
Yes, fla's are the source files for flash. Regards, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - the World's most configurable mail server Get your free copy of iMS POST-SE Server from CoolFusion! - Or

Update on my timeout problems

2001-02-04 Thread Bud
Well, just to update anyone who may be having problems with timeouts from Access dbs. A little over a week ago I was averaging around 150 timeout errors in my CF logs per day (yuk). I spent several days trying different approaches, and set up a Task to restart CF at 4 AM every day. These are

Re: CFSouth notes

2001-02-04 Thread Paul Hastings
> Steve Drucker said Harpoon source code will be available, he specifically > mentioned fla's will be available, and that's where the wddx parser would > be. fla would be the source for the flash movie? yes, i squat about flash. ~~ Structure yo

Re: CFSouth notes

2001-02-04 Thread Jon Hall
Steve Drucker said Harpoon source code will be available, he specifically mentioned fla's will be available, and that's where the wddx parser would be. jon - Original Message - From: "Paul Hastings" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, February 05, 2001 12:4

Network Scenario

2001-02-04 Thread Les Irvin
I need some advice... I'd like to use Cold Fusion in the following way: - 8 people with laptops networked together. - One laptop acting as the Cold Fusion server. - All 8 people simultaneously querying/updating/editing the database on the server through their browsers. Is it possible? What restr

Re: CFSouth notes

2001-02-04 Thread Paul Hastings
> Harpoon Features: > Perhaps the coolest thing about Harpoon is that it uses WDDX to pass data to > Flash. Since all the source code for Harpoon is going to be available for > free, we should now have a Flash 5 Actionscript WDDX parser! curious. what source code? cf? flash? and who said this?

Re: custom tag submission woes!!

2001-02-04 Thread CF
lol .. yeah .. and crashed 20 times in 5 minutes too .. what a record. Finaly, something CF does better than MS ;) Todd Ashworth You wrote: - Original Message - From: "Michael Kear" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, February 04, 2001 8:22 PM Subject: Re:

Re: DNS error

2001-02-04 Thread CF
You mean DNS or DSN? There is a BIG differance. Todd Ashworth You wrote: - Original Message - From: "Haryono ..." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, February 04, 2001 8:46 PM Subject: DNS error > Hallo everyone. > I use Personal web server and ColdFusi

Re: custom tag submission woes!!

2001-02-04 Thread Jon Hall
I thought the download area was run from Spectra... jon - Original Message - From: "Michael Kear" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, February 04, 2001 8:22 PM Subject: Re: custom tag submission woes!! > I think it's cos they're using ASP to run the dev c

CFSouth notes

2001-02-04 Thread Jon Hall
I just returned from CFSouth and wanted to share a couple of things that we learned about Harpoon, CF5, and Neo. CF5 Features: User Defined Functions Incremental Page Layout - Dont know what this is all about... Application Deployment - Apparently Allaire is developing a product called Harvest th

DNS error

2001-02-04 Thread Haryono ...
Hallo everyone. I use Personal web server and ColdFusion Server in my Computer. I have a problem because DNS is error. So I can't run my application. Why is DNS error frequently? Thank you. ~~ Structure your ColdFusion code with Fusebox. Get the o

Database Connection Pooling

2001-02-04 Thread Haryono ...
Hallo everyone. I get a problem when I was reading about ColdFusion's feature. One of Coldfusion feature is Database Connection Pooling. I don't understand about Database Connection Pooling. Can someone help me to explain about that(detail)? I want to ask something? What is the meaning of Page co

RE: cached queries? huh?

2001-02-04 Thread Peter Benoit
How do I define a cached query and then access it? Problem is that I have a menu built off a query, the pages built from those menu choices off other queries. Click too many menu items too quickly and poof! The CF service reboots. What would be the best way to handle this? Can I set a query t

Re: custom tag submission woes!!

2001-02-04 Thread Michael Kear
I think it's cos they're using ASP to run the dev centre on . Or perhaps their Studio crashed mid-upload of the upload template. Cheers, Mike Kear On Sun, 4 Feb 2001, CF wrote: > Due to the custom tag upload section only working 1 out of every 20 times, Allaire >has managed to royally screwe

custom tag submission woes!!

2001-02-04 Thread CF
Due to the custom tag upload section only working 1 out of every 20 times, Allaire has managed to royally screwed up my custom tag submissions to the DevEx, resulting in the WRONG files being available for download (ones not even remotely associated with my tags), multiple listings of the same

Re: SQL trouble

2001-02-04 Thread Scott Weikert
Also, doing the output on the query inside the new query is kinda odd... you might look at using ValueList()... like WHERE PreID IN (#ValueList(getUsedIDs.preID)#,0,00) (the "0,00" on the end is there based on your query looking for those values - nothing to do with the ValueList() call) --Scot

Re: Best Practice for a persistent variable

2001-02-04 Thread Jon Hall
Query strings, better known as url parameters would be the way to pass the parameter if you cant use a form or CF. On the html page use javascript to read the value of the passed hidden variable. Just append the hidden form field variable as a url parameter to the links on the html page. jon

RE: SQL trouble

2001-02-04 Thread Dave Watts
> Hello all, i'm having trouble with a query and i was hoping > someone could help me find the solution to my problem. I run > a query to get the ids of the objects a customer has stored. > in this case it's two ids. then i run another query that gets > all the details of these items and displ

SQL trouble

2001-02-04 Thread David Baskin
Hello all, i'm having trouble with a query and i was hoping someone could help me find the solution to my problem. I run a query to get the ids of the objects a customer has stored. in this case it's two ids. then i run another query that gets all the details of these items and displays it. i run

RE: CF-NT-Server hangs: no interaction possible

2001-02-04 Thread Cameron Childress
> *grabs the soapbox and runs off* Guess that's that then. -Cameron Cameron Childress elliptIQ Inc. p.770.460.7277.232 f.770.460.0963 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusi

Re: CF-NT-Server hangs: no interaction possible

2001-02-04 Thread Angel Stewart
Noit is a possibility, thus I offered it as such for the person to look into.I also suggested ways by which one might determine definitely if this is indeed the problem, or if it's something else. At no point did I say definitely that it was Cold Fusion server hanging, I said "I think CF

RE: CF-NT-Server hangs: no interaction possible

2001-02-04 Thread JustinMacCarthy
One thing that really confused me recently was an exception within an error template, resulting in infinite loop.. and the server dying (on a Linux box) Quite confusing at first look though ... Justin ~~ Structure your ColdFusion code with Fus

RE: CF-NT-Server hangs: no interaction possible

2001-02-04 Thread Dave Watts
> Hi list, we have a CF-NT-Server (NT 4 Server, SP5, with CF > Enterprise 4.5.1 SP2) that hangs every once in a while. > The bad thing is, that you can't get on the machine (with > PCAny or VNC remotely), because almost every service is > dead. The NIC is working fine. > > When locally coming

Re: Politics RULE grrrrrrrrrrr

2001-02-04 Thread John Allred
I don't think anyone covered the issue of responsibility. If I understand right, there are two contractors working independently. If they are competitors, how can one be turned into the traffic cop for both without some sort of contractual language to spell out the relationships, responsibilities,

Linux Sybase drivers single-threaded?

2001-02-04 Thread Peter Theobald
My application was consistently crashing and generating core-files. I vaguely recall something about the Linux Sybase drivers NOT being thread safe, and I think the problem is related to this. I have just spent the last two hours searching the Allaire knowledge base (http://allaire.com, since h

RE: CF-NT-Server hangs: no interaction possible

2001-02-04 Thread Cameron Childress
> Ehmm..I think CF is running amok and using all the CPU Cycles on your > machine. Unless you have a special 6th sense ability, I'd suggest using care before suggesting something like this. There is no way anyone could have come to this conclusion based on the amount of information given. It's

RE: Allaire.com down?

2001-02-04 Thread Ramon E. Fernandez
Edward: Thanks a million!! Regards,Ray. -Original Message- From: Edward Smith [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 04, 2001 9:37 AM To: CF-Talk Subject: Re: Allaire.com down? I don't know if you'll be able to download, but while 'http://www.allaire.com' is down,

Re: Allaire.com down?

2001-02-04 Thread Edward Smith
I don't know if you'll be able to download, but while 'http://www.allaire.com' is down, you can still reach 'http://allaire.com'. So, if you need knowledgebase, or other things, this should work. Here's a working link for CF Updates: http://allaire11.allaire.com/download/showfamily.cfm?Downlo

RE: Allaire.com down?

2001-02-04 Thread Keith Thornburn
Can't get to it either from UK on BT Connect. -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: 04 February 2001 14:14 To: CF-Talk Subject: OT: Allaire.com down? Hi, Haven't been able to access Allaire's site for 3 days - I'm in the UK on Demon. Is this a UK problem, or

RE: Allaire.com down?

2001-02-04 Thread Ramon E. Fernandez
Will: I am having the same problem. I need to download 4.5.2 update and I am not able to access the site. Is the update anywhere else on the net? Regards,Ray. -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 04, 2001 9:14 AM To: CF-Talk Subject:

Re: Allaire.com down?

2001-02-04 Thread cf-talk
In germany you can't get their server as well. Oops. Uwe - Original Message - From: "W Luke" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, February 04, 2001 3:13 PM Subject: OT: Allaire.com down? Hi, Haven't been able to access Allaire's site for 3 days - I'm in th

OT: Allaire.com down?

2001-02-04 Thread W Luke
Hi, Haven't been able to access Allaire's site for 3 days - I'm in the UK on Demon. Is this a UK problem, or are others also having trouble? Will ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthor

OT-Access to server on NT

2001-02-04 Thread Freddy
I am having a problem I hope someone here can help with. I have a client that I work for remotely. Currently for some reason I cannot access their website or connect via ftp, telnet, or as an rds from any of my NT based machines. 1: NT 4 SP 6 2: Win 2000 professional I have no trouble using m

RE: NT4 Question

2001-02-04 Thread john ellard
I think you can demote PDC domain B, then leave domain B and join domain A. There is some clue as to this in MS Knowledge Base article Q139471. I've never tried it though, so good luck! John At 06:09 04/02/01 -0500, you wrote: > > I got myself a bit of a strange problem here. > > > > I have

AW: CF-NT-Server hangs: no interaction possible

2001-02-04 Thread cf-talk
Gel thanks. I ran several CF-servers the last years. But this I haven't seen before. I the case you described the admin always have the chance to interact with the server. Even CPU is constantly 100 % you can interact (slowly but you can !) with the desktop. What you described happens usually when

RE: NT4 Question

2001-02-04 Thread Dave Watts
> I got myself a bit of a strange problem here. > > I have a Primary Domain Controller for Domain A. > > I'd like to bring another server to Domain A that's > currently configured to be a Primary Domain > Controller for Domain B, and make it a Backup > Domain Controller for Domain A. > > Is the

RE: NT4 Question

2001-02-04 Thread Frank Priest
I have not tried this myself. But if you demote the Primary controller on Domain B, try having that machine join Domain A as a backup controller. Should work. Frank -Original Message- From: paul smith [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 03, 2001 6:21 PM To: CF-Tal