Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Transaction Manager error (HELP!!)

Author  Topic 

bashforth
Starting Member

2 Posts

Posted - 2006-02-07 : 11:52:23
Hi all. We are developing a VB6 application that requires transactional control in some (but not all) places. We wrote a common routine that will, based upon params passed, issue a commit, rollback or begin trans. We have ran into a few issues and have solved most, but suddenly (and randomly) we are now getting "A request to establish a connection with the transaction manager was denied". I searched Google, Microsoft Support/KB, etc and the best I could find was a .h file containing the text of the error msg but no discussion as to what caused it.

Can anyone point me in the right direction?

Thank you in advance.

Brad Ashforth

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2006-02-07 : 12:12:19
Are you getting this all the time?

If so, did someone change the password on the account sql uses?
Go to Top of Page

bashforth
Starting Member

2 Posts

Posted - 2006-02-07 : 12:58:37
quote:
Originally posted by RickD

Are you getting this all the time?

If so, did someone change the password on the account sql uses?



Thank you for your reply. No, it is intermittent. I cannot duplicate by stepping through the VB code, it only seems to happen in the compiled code, and it has happened on two different PCs w/different users.
Go to Top of Page
   

- Advertisement -