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:223176
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to