Re: The error occurred on line -1

2008-07-10 Thread David Critchley
I sure hope it fixes your problem. If not, you'll have problems Googling for that error number. :) http://www.codersrevolution.com/index.cfm/2008/7/9/The-Side-of-the-Net-G oogle-wont-show-you ~Brad We are upgrading to 8.0.1 now. Hopefully this addresses the problem, Our problem is the

The error occurred on line -1

2008-07-09 Thread David Critchley
Index: 2, Size: 2 null The error occurred on line -1 This is the error I seem to be getting since I upgraded to CF8. Any ideas? I can't seem to nail it down. I've read a ton of posts online (Everywhere) and I can't seem to replicate it either. Our server has been crashing and we've been

Re: The error occurred on line -1

2008-07-09 Thread David Critchley
Well before you do anything else I would upgrade to 8.01 along with the latest hotfixes. You might as well be sure that it isn't something that has been fixed before you spend more time on it. We are upgrading to 8.0.1 now. Hopefully this addresses the problem, if not I will post back here

Variable or CFFILE issue

2005-08-19 Thread David Critchley
I've tried to do a little digging, but with little success. Im looking for the Max Size of a file that the CFFILE tag (Or could be the variable) can handle. We regularily parse large files (larger than 10mb some upwards around 100mb). Currently we have been splitting the file into sections

Changing email address

2005-08-19 Thread David Critchley
How does one change their email address for the mail list? My old email account is no longer active. I've tried changing it in my settings here, but it still retains the old email address after I have changed it. I did a search and someone else had this problem, but it looks as though this

Re: Variable or CFFILE issue

2005-08-19 Thread David Critchley
found a limit? I would think it would depend mostly upon how much RAM you have on you server. The more RAM you have, the larger the file you could read in with CFFILE. Maybe someone else can expound more on this? Now you've got me curious. Dave -Original Message- From: David

Re: Variable or CFFILE issue

2005-08-19 Thread David Critchley
Thanks, I will have to try that when I get a chance to. Might I direct you to the post about parsing the iTunes xml file as that could be a solution to your problem. On 8/19/05, David Critchley [EMAIL PROTECTED] wrote

CF Scheduled tasks

2005-07-19 Thread David Critchley
Out of CuriosityWhat would happen if you had it scheduled to run everday and every 3 hours between 9:40 and 18:40? Here's an odd one that I can't get my head round. - cfmx61 I've got a scheduled task to run at 9:40 every day and then repeat every three hours until 19:40. At 9:40 the task runs

CF MySQL Administrator

2005-06-23 Thread David Critchley
I was wondering if there is a preferred Coldfusion version of a MySQL Administrator similar to or better than phpmyadmin. Dave C ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

Re: CF MySQL Administrator

2005-06-23 Thread David Critchley
I was wondering if there is a preferred Coldfusion version of a MySQL Administrator similar to or better than phpmyadmin. I'm not aware of one, but I could build one pretty quickly... You would need what? Create/alter/drop table scripts and something to view the existing tables, columns and

reverse compliment a sequence

2005-06-14 Thread David Critchley
ReplaceList()? Dave I need to to reverse compliment a nucleotide sequence, so C become a G G becomes a C A becomes a T T becomes an A I need to go through a string a character at a time and build a new string. So: ACTG becomes TGAC Is there an easy way to do this? Richard Colman Institute

CPU usage per page

2005-05-27 Thread David Critchley
What version of CF are you running? We ran into a problem with CF MX7 where jrun had high CPU usage on our server (up around 90%), everytime someone hit one of our pages, hence our server began running very slowly and crashed a lot. Memory also went wonky, for some queries, memory wasnt being

Re: why use coldfusion 7?

2005-05-17 Thread David Critchley
CF7 also has a nice little utility in CF admin, where you can analyze your code for errors and deprecated tags/properties. We are in the process of upgrading from CF5 to CF7 ourselves. I used this utility to analyze our code prior to moving it to our CF7 server. It worked like a charm. Dave

Man, this is so OT...

2005-05-13 Thread David Critchley
Black. I would go for white too, but it has to be a really nice shirt for me to choose white. Don't attack me for posting this question. Just trust me. What color teeshirts do most of you like to wear? And if you had a choice of black or white, which would you prefer? Thanks! Will

RE: LDAP Authentication

2005-05-11 Thread David Critchley
password, if this binds you authed. What LDAP server are you using? DK On 5/10/05, David Critchley [EMAIL PROTECTED] wrote: I was wondering if anyone knows anything about LDAP authentication. Examples from macromedia on this subject are very sketchy and I cant seem to get mine to work properly

RE: LDAP Authentication

2005-05-11 Thread David Critchley
) is stored in the directory. Once you have that syntax, you are pretty much set. M!ke -Original Message- From: David Critchley [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 1:37 PM To: CF-Talk Subject: RE: LDAP Authentication It's not my server, we only have access to it. I believe

RE: LDAP Authentication - Resolved

2005-05-11 Thread David Critchley
words) is stored in the directory. Once you have that syntax, you are pretty much set. M!ke -Original Message- From: David Critchley [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 1:37 PM To: CF-Talk Subject: RE: LDAP Authentication It's not my server, we only

cfm startup script

2005-05-10 Thread David Critchley
I would like to run a cfm file after the ColdFusion Server starts up. We have a couple of servers that check one another to make sure they are running, if one goes down, we are notified when it goes down by an email. I would like to add a script that sends out another email notifying us when

LDAP Authentication

2005-05-10 Thread David Critchley
I was wondering if anyone knows anything about LDAP authentication. Examples from macromedia on this subject are very sketchy and I cant seem to get mine to work properly. I can query the LDAP server, but I am unable to authenticate. Here is my tag info: CFLDAP server=ldapserver port=389

CFHTTP problem

2005-05-05 Thread David Critchley
the replace function on the variable and replacing all double tabs with a tabspacetab. But this to me seems like a poor work around. I am using CFHTTP url=#pathtofile# columns=field1,field2,field3 firstrowasheaders=yes delimiter=tab/CFHTTP David Critchley

CFHTTP problem

2005-05-05 Thread David Critchley
suggestions? I have considered using the replace function on the variable and replacing all double tabs with a tabspacetab. But this to me seems like a poor work around. I am using CFHTTP url=#pathtofile# columns=field1,field2,field3 firstrowasheaders=yes delimiter=tab/CFHTTP David

RE: level 1, level 2

2005-05-03 Thread David Critchley
I agree with Rebecca and Pascal, this would be a better approach. As for using dreamweaver, I generally prefer to look after my own paths to files rather than letting a program do that. For that matter I really don't like using WYSIWYG editors like dreamweaver or frontpage, just for that

Re: CFMX: Dissed by Breeze and FlashLite?

2005-05-03 Thread David Critchley
Can we end this thread... It's turning into a Soap. So to quote a past thread... You get what you pay for! So, that means It's called sarcasm...look it up ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264

MX7 + CFFile + Security Sandbox = Error

2005-04-29 Thread David Critchley
Have you tried using the ColdFusion Code Analyzer in the Administration Page already? Today, while testing a application that handles a file upload that was previously working in previous versions of CF (with Security Sandbox turned on), I got the following error message: Security: The

KavaChart Installation

2005-04-27 Thread David Critchley
Im having trouble installing KavaChart 5 on UNIX and integrating the tag library with ColdFusion. I am needing to install both the Applets and Servlets. Does anyone have step-by-step instructions for installing this beast, or are willing to help out a newbie? I imagine it can't be that hard,

SameTime Even Gateway

2005-04-25 Thread David Critchley
Im thinking about setting up a Sametime Event Gateway. I was wondering how involved this is and where one could get some documentation on setting this gateway up. ~| Logware (www.logware.us): a new and convenient web-based

Preventing Automated Logins Registrations

2005-04-25 Thread David Critchley
I've done this using a program which you install on the server called ImageMagick. You can get this free. As well you will want to install the custom coldfusion tags from Alagad (? not sure of the spelling). There is a slight change needed to be made to the custom tags for the newer

Re: Problem connecting to an Oracle Database

2005-04-20 Thread David Critchley
I've been fiddling with this for a while, and have ruled out username and/or password problem. I do have this database setup on a ColdFusion 5 server and using the TNSNAMES.ORA file. However, like I said the only difference between this setup and the one on the ColdFusion 5 Server is the

Re: Problem connecting to an Oracle Database

2005-04-20 Thread David Critchley
as an Other datasource. What are your thoughts on this? Well, I'm sure this may be obvious, but it cant hurt for to ask. Does the client installed on your CF server match the version installed on the server? -Adam On 4/20/05, David Critchley [EMAIL PROTECTED] wrote: I've been fiddling

RE: Problem connecting to an Oracle Database

2005-04-20 Thread David Critchley
Yes I am migrating, and this is throwing a monkey wrench in it all. I am actually migrating from CF5 to CF MX7. I belive he is running CF5. I'm not really sure if you need the client or not for CF5. Everything I have dealt with in Oracle has been post CFMX. I do know that the OCI / Thin