Re: Adding a database driver

2005-08-26 Thread Alisa Thomson
I added my jConnect driver (jconn2.jar) to coldfusion/runtime/servers/lib and it works fine. Hope this helps. Hi, A client of mine has an installation of CFMX7 Standard which needs to communicate with a Sybase database on another server on the network. The Standard version of CFMX disables the

Best way to do this? Data structure?

2005-04-06 Thread Alisa Thomson
I know this is a simple problem, but I must have too many projects on my plate because I haven't been able to get this one. I have a query that returns data like: DescriptionOrderDate RatePct 1 Week 4/01/053.5 1 Week 3/01/053.6 1 Week 2/01/05

Requested resource 'null'???

2005-03-28 Thread Alisa Thomson
We just upgraded our CF5 server to CFMX over the weekend and in the cfserver.log, I see the following error a few times each minute: 03/28 10:52:02 error Requested resource 'null' (null) not found This did not occur in any of our development or test environments. We are running CFMX 6.1

Web Service error

2005-03-15 Thread Alisa Thomson
I was receiving a timeout error trying to consume one of my web services, so I decided to try a public one...BabelFish. I get the same error. I tried several other web services listed at xmethods.net and I get the same thing. I am running CFMX 6.1 Updater on Solaris. Here is the error:

chained transactions

2005-02-28 Thread Alisa Thomson
I know there aren't alot of people on the list using Sybase, but I am going to give it a try! We are converting our CF5 development box to CFMX 6.1 Updater. I ran across one stored procedure call that is giving me a problem. It is inside a CFTRANSACTION (read_committed). No errors are

Re: Moving from CF 5 to MX6 or MX7

2005-02-11 Thread Alisa Thomson
I wish that was our experience. We are in the processing of moving from CF5 to CF6.1. We have 10 applications to migrate. The code analyzer found few problem; however, we have been changing/testing code for 3 weeks on our MX development box because we ran into so many problems. I think the

NullPointerException and CFSTOREDPROC

2005-02-01 Thread Alisa Thomson
I am working on migrating our CF5 apps to CFMX and ran into a problem with one of our stored procedure calls. It is a CFSTOREDPROC that has 3 input parameters, 1 output parameter and returns a result set. The only error I get is java.lang.NullPointerException - in : line -1. The exception

Re: NullPointerException and CFSTOREDPROC

2005-02-01 Thread Alisa Thomson
On Tue, 01 Feb 2005 12:36:26 -0400, Alisa Thomson [EMAIL PROTECTED] wrote: I really don't know how much help I can be other than to tell you that the dbVarName attribute no longer works in CFMX because the JDBC drivers don't support it. So I would make sure that the order of your input params match

Re: NullPointerException and CFSTOREDPROC

2005-02-01 Thread Alisa Thomson
stored procedures that dont use CF_SQL_TIMESTAMP would execute. -Adam On Tue, 01 Feb 2005 13:53:49 -0400, Alisa Thomson [EMAIL PROTECTED] wrote: ~| Find out how CFTicket can increase your company's customer support efficiency

SOLVED: Major Driver problems

2004-09-20 Thread Alisa Thomson
Yeah...I mistyped that.I was thinking that the updater included the DataDirect 3.3 drivers and had 3 in my head.Anyway, I have reported this issue and the issue with the DataDirect driver to Macromedia.Since they ship with DataDirect, they looked into that issue first.That issue was that when I

Major Driver problems

2004-09-15 Thread Alisa Thomson
Is anyone else out there using Sybase??? We are TRYING to upgrade to CFMX from CF5 (running on Solaris with Sybase 12.5) and we are running into major issues with database drivers. I have tried the driver that ships with CFMX and I ran into big problems including not being able to use output

Re: Major Driver problems

2004-09-15 Thread Alisa Thomson
Sorry, I should have given more info about my setup.I am running CFMX 6.1 Updater 3.I double-checked the driver and it is the latest and greatest. Is anyone else out there using Sybase??? We are TRYING to upgrade to CFMX from CF5 (running on Solaris with Sybase 12.5) and we are running into

Re: Null null error ARGHHH!

2004-09-14 Thread Alisa Thomson
I am getting the same error except mine is pointing to a CFQUERY.I am running CFMX 6.1 Updater 3 on Solaris with Sybase 12.5 and jConnect 5.5. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

CFMX and 2-digit years

2004-09-09 Thread Alisa Thomson
I must be missing something simple.I know the pivot year changed in MX, but I thought it was 20 years: Locale is: CFOUTPUT#GetLocale()#/CFOUTPUTBR CFSET date1 = CreateDate(30,01,05) Date entered is: CFOUTPUT#date1#/CFOUTPUTBR CFOUTPUT#DateFormat(date1, mm-dd-)#/CFOUTPUTBR BR CFSET date1 =

Proc output params with CFMX 6.1

2004-08-31 Thread Alisa Thomson
I am runnig CFMX6.1 on Solaris and I have a stored procedure that has one input parameter and one output parameter.When I use the Sybase driver that ships with CFMX, I get the following error when I try to execute the proc: Error Executing Database Query. [Macromedia][Sybase JDBC Driver]The

Re: Proc output params with CFMX 6.1

2004-08-31 Thread Alisa Thomson
That is probably what I will end up doing, but I have had other issues with that driver.I am just trying to decide which one has the fewest number of issues! I am runnig CFMX6.1 on Solaris and I have a stored procedure I'm not especially familiar with the DataDirect driver for Sybase, but if

Re: Null Pointer from CFQUERY

2004-04-15 Thread Alisa Thomson
? Mark W. Breneman -Cold Fusion Developer -Network Administrator Vivid Media [EMAIL PROTECTED] www.vividmedia.com 608.270.9770 _ From: Alisa Thomson [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 12:25 PM To: CF-Talk Subject: Null Pointer from CFQUERY I am testing out

Re: checking form elements in CF with JavaScript

2004-04-13 Thread Alisa Thomson
Try checking for the checked attribute instead of the value attribute. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Null Pointer from CFQUERY

2004-04-13 Thread Alisa Thomson
I am testing out an application that we want to migrate to CFMX (currently CF5).I am getting a NullPointerException from one of my queries when I use jConnect 5.5 (Sybase 12.5) instead of the Sybase driver that ships with CFMX.We want to use jConnect because all of our Java apps use that and we

Re: CFSTOREDPROC remediation techniques?

2004-03-03 Thread Alisa Thomson
Dave, Just wondering if you were able to find that white paper.If so, I can post my email address.Our software architect wants to wrap CFSTOREDPROC with a CFX and use a JDBC driver that supports named parameters. Thanks.. I am working on a migration from CF5 to MX.I was working on determining

CFSTOREDPROC remediation techniques?

2004-02-25 Thread Alisa Thomson
I am working on a migration from CF5 to MX.I was working on determining how much effort would be involved in fixing our stored procedure calls (since named parameters are no longer supported).I was curious as to the different techniques people used to fix their proc calls.Brute force?Replacing

Re:Administrator mapping not working

2004-02-18 Thread Alisa Thomson
yes...that is correct.That is what I am expecting. erm... might be off a little.. but the /CFIDE/scripts mapping is at the webserver level not CF HTH -Original Message- From: Alisa Thomson [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 16:28 To: CF-Talk Subject

Re:Administrator mapping not working

2004-02-17 Thread Alisa Thomson
This method does work. However, I am not sure why it doesn't work as designed out of the box.This worked fine under CF5 and is supposed to work the same way under CFMX.We should not have to move those files under the web root. Also, I still have the issue with GetCurrentTemplatePath() including

Re:Administrator mapping not working

2004-02-17 Thread Alisa Thomson
Actually, this isn't working for me.IE was not reporting the _javascript_ error, but when I try it in Mozilla I still see the same error in the _javascript_ console.The error is: Error:_CF_hasValue is not defined. This is one of the functions in cfform.js.The previous poster asked what the log

Re:Administrator mapping not working

2004-02-17 Thread Alisa Thomson
it if it is local, but not if it is mapped.Because of the problem I am having with GetCurrentTemplatePath() I am still wondering if this is not a symbolic link issue. Thanks. On Tuesday 17 February 2004 15:16 pm, Alisa Thomson wrote: This is one of the functions in cfform.js.The previous poster asked