RE: CFexecute calling directory

2006-03-10 Thread Ian Tait
in your batch file, cd C:\batfolder\batfolder2\ etc > -Original Message- > From: Andy Jarrett [mailto:[EMAIL PROTECTED] > Sent: 10 March 2006 10:31 > To: CF-Talk > Subject: CFexecute calling directory > > Hi > > I have a bat file which I am using CFexecute to run at > C:\batfolder\ba

RE: cold fusion server monitor

2006-01-25 Thread Ian Tait
Big brother has a win32 client and some plugins that can report stuff like processor useage. Server best runs on linux. http://bb4.com HTH, Ian > -Original Message- > From: John Beynon [mailto:[EMAIL PROTECTED] > Sent: 25 January 2006 16:06 > To: CF-Talk > Subject: Re: cold fusion se

RE: Why doesn't this query return more than 1 record?

2005-10-03 Thread Ian Tait
Hi, If you script the table and data, and post it, we could all play. Ian > -Original Message- > From: Adrian Lynch [mailto:[EMAIL PROTECTED] > Sent: 03 October 2005 17:45 > To: CF-Talk > Subject: RE: Why doesn't this query return more than 1 record? > > Now don't get mad when I sugge

RE: problem using a text list variable in a query statement

2005-09-29 Thread Ian Tait
Doesn't IN just work with integers, or am I remembering wrongly? Ian > -Original Message- > From: Adrian Lynch [mailto:[EMAIL PROTECTED] > Sent: 29 September 2005 14:03 > To: CF-Talk > Subject: RE: problem using a text list variable in a query statement > > A nice way to debug dynamica

RE: INNER JOIN

2005-09-29 Thread Ian Tait
You need to use something like ORDER BY authorID if you're grouping on it. Ian > -Original Message- > From: Saturday (Stuart Kidd) [mailto:[EMAIL PROTECTED] > Sent: 29 September 2005 12:37 > To: CF-Talk > Subject: Re: INNER JOIN > > Hi, > > I've simplified it a bit: > > > SELECT

RE: SQL row select?

2005-09-28 Thread Ian Tait
Maybe you could do a top 50 to start with, figure out the id of the next record, and then do a top 50 where id > next_id? Don't know if this works though. Ian > -Original Message- > From: Mike Klostermeyer [mailto:[EMAIL PROTECTED] > Sent: 28 September 2005 15:01 > To: CF-Talk > Subjec

Re: HASH() reverse

2005-05-06 Thread Ian Tait
Thats OK - we all use 27 character (hashed) 'administrator' passwords, eh? > http://www.antsight.com/zsl/rainbowcrack/ > One interesting stuff among them is the lm #6 table, with which we can break any windows password > up to 14 characters in a few minutes. - Original Message - F

Re: HASH() reverse

2005-05-06 Thread Ian Tait
In as much seriousness as I can manage, that actually doesn't look too much like a hash to me > xc231vx231cx2v1x2cv132xc1v23 - Original Message - From: "Asim Manzur" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, May 06, 2005 9:45 PM Subject: Re: HASH() reverse > So, it means there

Re: HASH() reverse

2005-05-06 Thread Ian Tait
Hey - that one is easy - it is 'make mine a large one' in plain text :-) - Original Message - From: "Asim Manzur" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, May 06, 2005 9:31 PM Subject: HASH() reverse > is there any possiblity to reverse the hash() > > I have a value 1xc231v

Re: SQL IF/ELSE or CASE Statement Help

2005-05-06 Thread Ian Tait
One (maybe) easy solution would be to store both parts of the pub number in seperate colums... Ian - Original Message - From: "Kamie Curfman" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, May 06, 2005 8:01 PM Subject: SQL IF/ELSE or CASE Statement Help > Hello, everyone. I posted

RE: Encrypting email with CF5.0

2005-05-06 Thread Ian Tait
We use the gdata Outlook plugin (uses gpg encryption) http://www3.gdata.de/gpg/download.html You could encrypt the contents of the mail with cfexecute and gpg, open it in Outlook, voila. (Maybe) :-) Ian > -Original Message- > From: Jim Louis [mailto:[EMAIL PROTECTED] > Sent: 06 May 20

Re: import from MySQL to MS SQL

2005-05-05 Thread Ian Tait
We are talking about importing from MySQL to MSSQL here, no? I've had a modicum of success in the past by exporting to something like Excel might understand (using DBtools or somesuch), and then importing that file into MSSQL using DTS (if neccessary, making row format alterations in the exported

Re: cf on linux

2005-01-13 Thread Ian Tait
Re: cf on linuxsNaKe case? On Thu, 13 Jan 2005 15:21:59 -0800, Dick Applebaum <[EMAIL PROTECTED]> wrote: > On Jan 13, 2005, at 1:11 PM, Rob wrote: > > > In Unix cASe doEs MaTteR, > > what is this? AnacondaCase? > > :) > > Dick > > > ~

RE: tip of the day

2004-08-04 Thread Ian Tait
Hi, The only (potential) problem with NEWID is that it does a tablescan, and hence can be very expensive. AFAIK, It only works properly in SQL 2000 too. Ian -Original Message- From: Michael Kear [mailto:[EMAIL PROTECTED] Sent: 04 August 2004 15:36 To: CF-Talk Subject: RE: tip of

RE: Coldfusion & UNICODE Characters

2004-08-04 Thread Ian Tait
Hi, As a matter of interest, what encoding do you have your browser set to? Ian -Original Message- From: Ian Vaughan [mailto:[EMAIL PROTECTED] Sent: 04 August 2004 14:34 To: CF-Talk Subject: RE: Coldfusion & UNICODE Characters Just tried the following in the page template a

CF and Sage Data Objects

2004-08-04 Thread Ian Tait
Hi, Anybody got SDO to work with cf, talking to Line 50? Ta, Ian Thoughtbubble Ltd Full Service Agency United Kingdom http://www.thoughtbubble.net Ph: +44 (0) 20 7387 8890 [Todays Threads] [

RE: CFMAIL flagged as spam

2004-06-09 Thread Ian Tait
Some spam detection engines - notably spamassasin - will detect that outlook didn't actually send the message, and bump up the spam score. Forged headers (which is what you are doing) aren't neccessarily a good thing. :-) Ian   _   From: Robert Redpath [mailto:[EMAIL PROTECTED] Sent: 0

RE: bandwidth test

2004-04-08 Thread Ian Tait
If you mean that you want to see how much bandwith you're using, and your router talks SNMP, you could use MRTG:http://people.ee.ethz.ch/~oetiker/webtools/mrtg/ HTH, Ian   _   From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: 08 April 2004 14:51 To: CF-Talk Subject: bandwidth test D

RE: OT: CFX_SNMP, usefulness in the CF community

2002-12-03 Thread Ian Tait
Would be very useful! Ian -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: 02 December 2002 18:06 To: CF-Talk Subject: RE: OT: CFX_SNMP, usefulness in the CF community Ya, sounds awesome! -Stace -Original Message- From: jon hall [mailto:[EMAIL PROTECTED]]

RE: Coldfusion timing

2002-10-31 Thread Ian Tait
If you're using MSSQL, set up a scheduled job and run your page using curl maybe? Ian -Original Message- From: Jason Miller [mailto:millerj@;etcnj.com] Sent: 31 October 2002 02:08 To: CF-Talk Subject: Re: Coldfusion timing find a unix box and set a cron tab up. :) jay miller Ben Doom

RE: Need More Input - Windows Mailserver

2002-10-31 Thread Ian Tait
There is always what used to be NTMail www.gordano.com or without some of the stuff you want, but free, JAMES - http://jakarta.apache.org/james/ Ian -Original Message- From: Joshua Miller [mailto:josh@;joshuasmiller.com] Sent: 31 October 2002 06:30 To: CF-Talk Subject: OT: Need More Inpu

topdoc.gif (WAS RE: CFFORM - BUG)

2002-10-02 Thread Ian Tait
On a similar note, Why is there a link in the debugging (classic look) info to a gif within /CFIDE?: /CFIDE/debug/images/topdoc.gif In one scenario, if /CFIDE exists, but is password protected NTLM popup stylee, you get prompted for the user/password - a tad annoying, if /CFIDE hasn't been map

application.applicationname caching?

2002-09-26 Thread Ian Tait
Hi, We're experencing what seems to be MX caching application.applicationname. This is on a new win2000/iis5/MX setup. Going from one site on that box to another, looking at the debugging info, shows the application.applicationname remain the same (unless you press refresh on the browser repeat

RE: opening cold fusion administrator

2002-09-12 Thread Ian Tait
- Original Message - From: "Ian Tait" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, September 12, 2002 3:38 AM Subject: RE: opening cold fusion administrator > Upgrading to CF5 fixes it too :-) > Err...this *is* CF 5 :) and I'

RE: opening cold fusion administrator

2002-09-12 Thread Ian Tait
Upgrading to CF5 fixes it too :-) Ian -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]] Sent: 12 September 2002 10:28 To: CF-Talk Subject: RE: opening cold fusion administrator I've seen CFAdmin open up within itself! Ade -Original Message- From: [EMAIL PROTECT

RE: Shrinking a SQL7 log file

2002-09-11 Thread Ian Tait
Hi, If you can take the db offline, you could try this: /* This routine will reduce vast logfiles to mere trifles... BACKUP BEFORE YOU DO THIS... */ -- take your culprit database with large logfile offline... EXEC sp_detach_db @dbname = 'YOUR DATABASE NAME' -- rename/delete existing log fi

RE: OT: Nutscrape & document.form.action

2002-08-27 Thread Ian Tait
Ian - Try using instead of . I think your problem may be in the fact that using has a built-in document.form.submit action...which may be interfering with your function running correctly. worth a shot :) charlie Ian Tait writes: > Hi, > > I've got a form with two submi

OT: Nutscrape & document.form.action

2002-08-27 Thread Ian Tait
Hi, I've got a form with two submit buttons, and running onclick on them, pointing at two different functions, one of which is here... function transfer(){ document.entrant.action="blah.cfm"; document.entrant.submit(); } works fine in IE, Nutscrape seems to just re

RE: SQL Help

2002-08-20 Thread Ian Tait
I bought a copy before I even realised it was by the man... Damn eh? -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: 20 August 2002 16:37 To: CF-Talk Subject: RE: SQL Help had to go there huh neil :) on a serious note, I would get the SQL in 10 minutes book by Mr Fo

RE: CFEncrypt Utility

2002-06-21 Thread Ian Tait
Utility > > > Thanks good for Linux but what if it is under IIS or similar. > > >>> [EMAIL PROTECTED] 06/21/02 09:15AM >>> > Sure, just make sure you're logged in as root and you're at / :p > > > On Fri, 21 Jun 2002, Ian Tait wrote: > > &

RE: CFEncrypt Utility

2002-06-21 Thread Ian Tait
An alternative for Linux would be to use the 'rm' security feature... Instead of cfencrypt, use 'rm' with switches like '-Rf'. This offers a fairly high degree of security - far surpassing cfencrypt - in that not even the owner of the files will be able to read them. :) -Original Message--

RE: How can i filter more than one file type in cfdirectory

2002-06-21 Thread Ian Tait
Right. -Original Message- From: Todd [mailto:[EMAIL PROTECTED]] Sent: 21 June 2002 11:38 To: CF-Talk Subject: RE: How can i filter more than one file type in cfdirectory You do know you can do a query of queries on this, right? right. At 09:28 AM 6/21/2002 +0100, you wrote: >What about

RE: How can i filter more than one file type in cfdirectory

2002-06-21 Thread Ian Tait
What about doing one cfdirectory call, and something like: #name# Ian -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: 20 June 2002 23:32 To: CF-Talk Subject: Re: How can i filter more than one file type in cfdir

RE: What Email Server software is being used

2002-06-14 Thread Ian Tait
What is inspiring your upgrade/change? Ian -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: 14 June 2002 14:51 To: CF-Talk Subject: What Email Server software is being used We have been using Sendmail server for quite some time now, and are looking at upgrading o

RE: Disguising the URL

2002-06-07 Thread Ian Tait
Well... Are the sites being accessed as www.domain.com, www.sub1.domain.com etc, with each subdomain is in its own directory, if that is the question - then virtual hosts are the way, no? Ian "I have a site using subdomains, with each subdomain in it's own subdirectory. The main domain is in

RE: Disguising the URL

2002-06-07 Thread Ian Tait
Eh? Apache - Virtualhost directive in httpd.conf IIS - create a virtual site and point it at whatever dir you like... Or am I missing some vital piece of info? :-) Ian -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: 07 June 2002 15:52 To: CF-Talk Subject:

RE:

2002-06-05 Thread Ian Tait
What is supposed to happen when you run the batch file? Ian -Original Message- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: 05 June 2002 18:33 To: CF-Talk Subject: The log file contains the lines above and *not* the output that I get if I run the batch file from a command prompt.

RE: restarting a service

2002-05-10 Thread Ian Tait
Another option if you've got SQL, is to schedule a SQL job and use xp_cmdshell and a cmd file. You can do error checking based on errorlevels and send mail, write to error log etc etc. Ian -Original Message- From: Weaver, Anthony [mailto:[EMAIL PROTECTED]] Sent: 10 May 2002 15:28 To: CF

RE: Editor Woes (was RE: Macromedia Folks: What are you thinking? )

2002-05-07 Thread Ian Tait
- | From: Ian Tait [mailto:[EMAIL PROTECTED]] | Sent: Tuesday, May 07, 2002 9:16 AM | To: CF-Talk | Subject: RE: Editor Woes (was RE: Macromedia Folks: What are | you thinking? ) | | | I think it's time you got some new friends :-) | | Ian | | -Original Message- | From: Van Vliet,

RE: Editor Woes (was RE: Macromedia Folks: What are you thinking? )

2002-05-07 Thread Ian Tait
I think it's time you got some new friends :-) Ian -Original Message- From: Van Vliet, Scott [mailto:[EMAIL PROTECTED]] Sent: 07 May 2002 17:14 To: CF-Talk Subject: Editor Woes (was RE: Macromedia Folks: What are you thinking?) I wish I could code with VI. Everyone that I know who use

RE: cfhttp not post cfhttpparams to remote server

2002-05-02 Thread Ian Tait
Hi, Can your new server resolve rtt.colorado.edu ? Ian -Original Message- From: Joyce E. Evans [mailto:[EMAIL PROTECTED]] Sent: 02 May 2002 05:18 To: CF-Talk Subject: cfhttp not post cfhttpparams to remote server Hello, I am having an issue that I think may be a server configuration

RE: Truncating Logs

2002-03-14 Thread Ian Tait
http://www.sqlserverfaq.com Has some useful info on this subject. One thing I did recently was to back up the database, detatch the db files using sp_detatch_db, and reattach just the data file using sp_attach_db, forcing it to create a new log file. This was for a log file that just would not

RE: NT authentication

2002-03-04 Thread Ian Tait
Test for the cgi.AUTH_USER var. Ian -Original Message- From: Paul Bowley [mailto:[EMAIL PROTECTED]] Sent: 04 March 2002 09:13 To: CF-Talk Subject: NT authentication We are building an intranet for a client. The client does not want his users to have to log in to the intranet, but stil

RE: Change Server Time, is this possible ???

2002-03-01 Thread Ian Tait
Maybe cfexecute or xp_cmdshell and the dos 'date' command? Ian -Original Message- From: Gregory Harris [mailto:[EMAIL PROTECTED]] Sent: 01 March 2002 05:53 To: CF-Talk Subject: RE: Change Server Time, is this possible ??? Well if you know a little C++ you could probably do a CFX tag th

RE: Bulk restoring databases

2002-02-27 Thread Ian Tait
You could script it... >From tsql help: This example restores a full database and transaction log and moves the restored database into the C:\Program Files\Microsoft SQL Server\MSSQL\Data directory. RESTORE DATABASE MyNwind FROM MyNwind_1 WITH NORECOVERY, MOVE 'MyNwind' TO 'c:\Pro

Getting the whole page...

2002-02-21 Thread Ian Tait
Hi, Anyone have any pointers for downloading all the images etc along with the html for a given page - in a cfhttp stylee? Cheers, Ian Thoughtbubble Ltd Media Development United Kingdom http://www.thoughtbubble.net http://www.thoughtbubble.

RE: CF Oracle ODBC Drivers

2002-02-21 Thread Ian Tait
Hi, AKAIK thats one of the differences between 'professional' and 'enterprise' - the extra money goes towards Merants ODBC/Native drivers (not cheap :-). HTH, Ian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 21 February 2002 14:22 To: CF-Talk Subject: C

RE: Accessing FoxPro database

2002-02-19 Thread Ian Tait
Hi, You need to set up an ODBC DSN in CF administrator, (foxpro) that points to S:\pro50\ARDATA\ and specify 'free table directory' Then do SELECT custno FROM arcust10 HTH, __ Why Share? Dedicated Win 2000 Server · PIII

RE: Forcing a process to stop on WIN2K server

2002-02-19 Thread Ian Tait
I'd second that. Ian -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: 19 February 2002 17:06 To: CF-Talk Subject: RE: Forcing a process to stop on WIN2K server > I'm running a process in the background on my server > which, when it crashes, win2K server won't

RE: asp dns managment object

2002-02-04 Thread Ian Tait
Go for it. Ian -Original Message- From: Bill Davidson [mailto:[EMAIL PROTECTED]] Sent: 03 February 2002 22:32 To: CF-Talk Subject: Re: asp dns managment object I have written a pretty feature rich DNS manager in CF (lots of built intelligence - error checking and resolution, etc..). T

RE: scripting windows 2000 dns

2002-02-01 Thread Ian Tait
I had problems (mainly slowness) with the Bind 9 port. Just FYI. Ian -Original Message- From: Tom Nunamaker [mailto:[EMAIL PROTECTED]] Sent: 01 February 2002 04:27 To: CF-Talk Subject: RE: scripting windows 2000 dns Jim I downloaded the BIND 9.2.0 windows package but it didn't have a

RE: CF 4.0 custom 404 page...

2002-01-16 Thread Ian Tait
It's under Virtual Directory -> Configuration button -> select .cfm -> click Edit -> check box for "check that file exists". Then if a cfm page doesn't exist it gets redirected to your IIS 404 page. HTH, Kay. "Ian Tait&

CF 4.0 custom 404 page...

2002-01-15 Thread Ian Tait
Hi, Anybody know of a way to 'customise' the ColdFusion 404 page in CF4.0?, or to enable redirection to a custom error page etc? Doesn't seem to work the same as in 4.5. Cheers, Ian Internet Email Confidentiality Footer

RE: Fax notification

2002-01-09 Thread Ian Tait
There are various email to sms and email to fax gateways you could use. My (home) isp has a free email to fax gateway (has advertising). http://www.deltica.com offers email to sms. HTH, Ian -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] Sent: 08 January 2002 15:53

RE: VNC vs PC Anywhere

2001-12-19 Thread Ian Tait
True enough - (although zvnc addresses that issue [windows only]) - but the best feature of vnc has got to be the cross platform stylee. Ian -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: 19 December 2001 18:35 To: CF-Talk Subject: RE: VNC vs PC Anywhere > Just n

RE: VNC vs PC Anywhere

2001-12-19 Thread Ian Tait
Just noticed that there's a pocket pc version of vnc too... :-) http://www.uk.research.att.com/vnc/download.html Ian -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: 19 December 2001 18:03 To: CF-Talk Subject: RE: VNC vs PC Anywhere > Has anyone had any experience

RE: VNC vs PC Anywhere

2001-12-19 Thread Ian Tait
With vnc you can also use IP based rules to allow/disallow connection. -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: 19 December 2001 17:40 To: CF-Talk Subject: RE: VNC vs PC Anywhere VNC is nice, we use it on most boxes at school since they don't give

RE: OT: VNC vs PC Anywhere

2001-12-19 Thread Ian Tait
Zvnv is worth a look It encapsulates zebedee technology... http://people.we.mediaone.net/ddyer/znc/zvnc.html Ian -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: 19 December 2001 17:22 To: CF-Talk Subject: Re: OT: VNC vs PC Anywhere Ben Whalley wrote: >

RE: CFMAIL and MS SMTP

2001-08-07 Thread Ian Tait
Hiya, Can you telnet to port 25 on the MS machine and send mail 'manually'? HELO MAIL FROM: RCPT TO: DATA etc This may shed more light on your problem... Ian -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED]] Sent: 07 August 2001 15:38 To: CF-Talk Subject: RE: CFMA

RE: OT Network weirdness

2001-03-28 Thread Ian Tait
I guess you've looked at the routing tables on the NT box? Ian > -Original Message- > From: Jason [mailto:[EMAIL PROTECTED]] > Sent: 27 March 2001 17:04 > To: CF-Talk > Subject: RE: OT Network weirdness > > > I would check the subnet mask to make sure it 'thinks' it can > get to the >

RE: Why wont this advance to the next record

2001-03-23 Thread Ian Tait
Is the code below called cfoutput-default2.cfm? Ian > -Original Message- > From: Michael [mailto:[EMAIL PROTECTED]] > Sent: 23 March 2001 17:43 > To: CF-Talk > Subject: Why wont this advance to the next record > > > Appreciate it someone could tell me why this wont advance to the next

RE: Can I tell if a browser is 128 bit with CF

2001-03-22 Thread Ian Tait
Would the cgi variable HTTPS_KEYSIZE tell you? Ian > -Original Message- > From: Dave Hannum [mailto:[EMAIL PROTECTED]] > Sent: 22 March 2001 12:50 > To: CF-Talk > Subject: Re: Can I tell if a browser is 128 bit with CF > > > CF is server side. Browser detection must be done client sid