CFMX Upgrade Woes

2003-02-17 Thread Candace Cottrell
I upgraded to CFMX from CF 5 last week. Everything seemed to be going ok until today I have gotten a bunch of calls. Here's the problem and I have racked my brain and caused an aneurism trying to figure this out. Setup: Win 2000, CFMX Pro w/updater 1, IIS 5.0, SQL Server 2000 When doing a

Re: CFMX Upgrade Woes

2003-02-17 Thread Matthew Walker
, February 18, 2003 8:51 AM Subject: CFMX Upgrade Woes I upgraded to CFMX from CF 5 last week. Everything seemed to be going ok until today I have gotten a bunch of calls. Here's the problem and I have racked my brain and caused an aneurism trying to figure this out. Setup: Win 2000, CFMX Pro w

Re: CFMX Upgrade Woes - correction

2003-02-17 Thread Candace Cottrell
By the way, the code shoud read: CODE: cfquery datasource=HEM name=searchByDate Select * from Visit, Visit_Type, Patients, Physicians Where Visit.Patient_ID = Patients.PatientID AND Visit.Visit_Type_ID = Visit_Type.Visit_Type_ID AND Physicians.Physician_ID = Patients.PhysicianID Order BY

RE: CFMX Upgrade Woes

2003-02-17 Thread Tony Weeg
: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 2:51 PM To: CF-Talk Subject: CFMX Upgrade Woes I upgraded to CFMX from CF 5 last week. Everything seemed to be going ok until today I have gotten a bunch of calls. Here's the problem and I have racked my brain and caused

Re: CFMX Upgrade Woes

2003-02-17 Thread Jochem van Dieten
Candace Cottrell wrote: Here's the problem and I have racked my brain and caused an aneurism trying to figure this out. You should be carefull with those. Setup: Win 2000, CFMX Pro w/updater 1, IIS 5.0, SQL Server 2000 Why not Updater 2? cfoutput query=searchByDate tr

Re: CFMX Upgrade Woes

2003-02-17 Thread Bryan Hogan
Check your syntax. You missed a few pounds cfoutput query=searchByDate tr td#DateFormat(Visit_Date,mm-dd-)#/td td#PatientLName, #Patient_FName#/td tdVisit_Type_Name#/td td#Visit_Description/td td#Patient_Phone#/td td#Medical_Record_No#/td

Re: CFMX Upgrade Woes

2003-02-17 Thread Candace Cottrell
is to open and resave them. - Original Message - From: Candace Cottrell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, February 18, 2003 8:51 AM Subject: CFMX Upgrade Woes I upgraded to CFMX from CF 5 last week. Everything seemed to be going ok until today I have gotten a bunch

RE: CFMX Upgrade Woes - Tony

2003-02-17 Thread Candace Cottrell
: Monday, February 17, 2003 2:51 PM To: CF-Talk Subject: CFMX Upgrade Woes I upgraded to CFMX from CF 5 last week. Everything seemed to be going ok until today I have gotten a bunch of calls. Here's the problem and I have racked my brain and caused an aneurism trying to figure this out. Setup: Win

Re: CFMX Upgrade Woes - Jochem

2003-02-17 Thread Candace Cottrell
Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 02/17/03 15:11 PM Candace Cottrell wrote: Here's the problem and I have racked my brain and caused an

Re: CFMX Upgrade Woes - Bryan

2003-02-17 Thread Candace Cottrell
Thanks Bryan, I fixed those. (I had copied those out of the original page and made a new test page) It seems like a behind the scenes problem versus a code problem because the app has worked great for a year, then all of a sudden it's broken (after I upgraded). Candace K. Cottrell, Web Developer

RE: CFMX Upgrade Woes - Tony

2003-02-17 Thread Tony Weeg
Cottrell [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 3:24 PM To: CF-Talk Subject: RE: CFMX Upgrade Woes - Tony They're coming back as empty strings... Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http

RE: CFMX Upgrade Woes - Tony

2003-02-17 Thread Bryan Hogan
410.548.2337 -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 2:51 PM To: CF-Talk Subject: CFMX Upgrade Woes I upgraded to CFMX from CF 5 last week. Everything seemed to be going ok until today I have gotten a bunch of calls. Here's

Re: CFMX Upgrade Woes

2003-02-17 Thread Frank Mamone
Are you using JDBC or ODBC Socket drivers? - Original Message - From: Candace Cottrell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 2:51 PM Subject: CFMX Upgrade Woes I upgraded to CFMX from CF 5 last week. Everything seemed to be going ok until

Re: CFMX Upgrade Woes - Jochem

2003-02-17 Thread Jochem van Dieten
Candace Cottrell wrote: [EMAIL PROTECTED] 02/17/03 15:11 PM Candace Cottrell wrote: Here's the problem and I have racked my brain and caused an aneurism trying to figure this out. You should be carefull with those. I KNOW IT HRRRTS ;) It kills. 10-30-2002 , MIBG SCAN @0830

RE: CFMX Upgrade Woes - Tony

2003-02-17 Thread Ben Doom
[mailto:[EMAIL PROTECTED]] : Sent: Monday, February 17, 2003 3:24 PM : To: CF-Talk : Subject: RE: CFMX Upgrade Woes - Tony : : : They're coming back as empty strings... : : Candace K. Cottrell, Web Developer : The Children's Medical Center : One Children's Plaza : Dayton, OH 45404 : 937-641-4293

RE: CFMX Upgrade Woes - Dr. Doom

2003-02-17 Thread Candace Cottrell
They are in varchar fields Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 02/17/03 15:55 PM Is the missing data stored in text fields? If so, is the

Re: CFMX Upgrade Woes

2003-02-17 Thread Candace Cottrell
- From: Candace Cottrell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 2:51 PM Subject: CFMX Upgrade Woes I upgraded to CFMX from CF 5 last week. Everything seemed to be going ok until today I have gotten a bunch of calls. Here's the problem and I have

RE: CFMX Upgrade Woes - Tony

2003-02-17 Thread Candace Cottrell
To: CF-Talk Subject: RE: CFMX Upgrade Woes - Tony They're coming back as empty strings... Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 02/17/03 15:15 PM

RE: CFMX Upgrade Woes - Bryan

2003-02-17 Thread Candace Cottrell
: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 2:51 PM To: CF-Talk Subject: CFMX Upgrade Woes I upgraded to CFMX from CF 5 last week. Everything seemed to be going ok until today I have gotten a bunch of calls. Here's the problem and I have racked my brain and caused

Re: CFMX Upgrade Woes - Jochem

2003-02-17 Thread Candace Cottrell
How do I do/check this? But did you set up anything to make sure the charset of the database matches the charset of CF MX? Jochem Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL

CFMX Upgrade Woes!

2002-06-18 Thread Willy Ray
Ok, we just moved our development platform from 5.0 to MX. This will probably be a first-of-many kind of post. First error we come across is this: ByteArray objects cannot be converted to strings. The Error Occurred in /web/live/faculty_staff/index.cfm: line 13 11 : WHERE articleID

Re: CFMX Upgrade Woes!

2002-06-18 Thread todd
find(.,qGetArticle.Text,150) Have you tried taking the ,150 and just making it ,150 ...? ~Todd On Tue, 18 Jun 2002, Willy Ray wrote: Ok, we just moved our development platform from 5.0 to MX. This will probably be a first-of-many kind of post. First error we come across is this:

Re: CFMX Upgrade Woes!

2002-06-18 Thread Willy Ray
OH! I should really try to figure stuff out on my own first... Well... it's early. Here's the story: We're using MySQL and we happen to be storing this column as a BLOB. Binary object. If I set it to medium text, it works fine... I'm sure I'll be running into some more stuff! Willy

RE: CFMX Upgrade Woes!

2002-06-18 Thread Debbie Dickerson
PROTECTED]] Sent: Tuesday, June 18, 2002 10:15 AM To: CF-Talk Subject: Re: CFMX Upgrade Woes! OH! I should really try to figure stuff out on my own first... Well... it's early. Here's the story: We're using MySQL and we happen to be storing this column as a BLOB. Binary object. If I set

More: CFMX Upgrade Woes: CFLDAP

2002-06-18 Thread Willy Ray
Alright, here's another one. This one seems a little more real. Anybody using CFLDAP on MX? We use it to authenticate against our Novell Network. It seems like it doesn't like the DN attribute. Doesn't Like DN. I need DN. How do you do an LDAP operation w/o DN? The documentation includes

Re: CFMX Upgrade Woes!

2002-06-18 Thread Michael Dinowitz
Have you tried cfset truncate = find(.,qGetArticle.Text[1],150) There may have been a change in how CF is referencing the items in a query outside of a CFOUTPUT or CFLOOP. Till now we've assumed that using a reference to the queryname.columnname will always get us the first item. Maybe now we