Re: MSDE / CFTransaction

2005-11-08 Thread Peter Shaw
>That's interesting.
>So doe sthis mean that CFTRANSACTION doesn't work unless your
>username/passwor dare in the DSN?
>
>Russ 

The transaction processing appears to be honoured so the warning would seem to 
be merely an inconvenience. Or am I missing something?

~|
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:223577
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


RE: MSDE / CFTransaction

2005-11-04 Thread Snake
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  and it does not use the the username/password
specified in the . 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  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


Re: MSDE / CFTransaction

2005-11-04 Thread Adrocknaphobia
Deanna is right on. For some reason cftransaction makes seperate db
calls outside of the  and it does not use the the
username/password specified in the . 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  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


Re: MSDE / CFTransaction

2005-11-04 Thread Deanna Schneider
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  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:223173
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


RE: MSDE / CFTransaction

2005-11-04 Thread Snake
What happens if u do put the username/passwor dinto the DSN ? 

-Original Message-
From: Peter Shaw [mailto:[EMAIL PROTECTED] 
Sent: 04 November 2005 07:10
To: CF-Talk
Subject: MSDE / CFTransaction

When I use  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?



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223161
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


MSDE / CFTransaction

2005-11-04 Thread Peter Shaw
When I use  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:223159
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