That's interesting.
So doe sthis mean that CFTRANSACTION doesn't work unless your
username/passwor dare in the DSN?

Russ 

-----Original Message-----
From: Adrocknaphobia [mailto:[EMAIL PROTECTED] 
Sent: 04 November 2005 14:04
To: CF-Talk
Subject: Re: MSDE / CFTransaction

Deanna is right on. For some reason cftransaction makes seperate db calls
outside of the <cfquery> and it does not use the the username/password
specified in the <cfquery>. If you do not store the username/password in the
DSN (which you shouldn't) you are going to get theses errors.

Like Deanna, we just removed all transactional processing out of CF and into
stored procedures.

-Adam

On 11/4/05, Deanna Schneider <[EMAIL PROTECTED]> wrote:
> The same thing happened with Oracle for us. We moved everything that 
> required a transaction to stored procs, or creating special 
> datasources when converting to stored procs was unreasonable. I don't 
> think we ever did find out the underlying cause.
>
> On 11/4/05, Peter Shaw <[EMAIL PROTECTED]> wrote:
> >
> > When I use <cftransaction> around queries run against a MSDE 
> > datasource - Username and Password passed in the CFQuery tag rather 
> > than stored in the Datasource - then I get a warning error in my
Application Log:
> >
> > [Macromedia][SQLServer JDBC Driver]Could not establish a connection 
> > using integrated security: No LoginModules configured for 
> > JDBC_DRIVER_01
> >
> > The transaction processing appears to be honoured and roles-back if 
> > not all queries complete. As there seems to be no problem, why am I 
> > getting this warning and can I do anything about it?
> >
> >
> >
>
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223181
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to