Ask a Question related to ASP Database, Design and Development.
-
Debra McCarney #1
Connection to Transaction Manager failed
I am using <%@ transaction=required %> at the top of my
ASP page, then doing several very straightforward ADO
updates to a SQL Server database in the one transaction in
the page. I don't do any explicit CommitTrans etc, as I
understand that MTS then handles the transaction
committing it when the page is finished executing. Most of
the time this works fine, but every now and then the error
message "Provider Error '8004d10c' - connection to the
transaction manager failed" is generated. The only way I
have found to get out of this is to reboot the server, not
the ideal solution!!
Does anyone know why this is happening? My current
solution is to change all my data access to stored
procedures and explicitly handle my transaction processing
there, giving up on the ASP transaction directive.
Debra McCarney Guest
-
CF5 Sybase - data access manager failed to initialize
On our Solaris Test server running CF5 we have Native Driver connections to several test Sybase servers. During testing, our connections all work,... -
Error: Cannot create new connection because in manual or distributed transaction mode
Luke, The first & second SP's both return a Scope_Identity() value for the record that the SP Inserts. However, I ignore the first one, but... -
[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
I have error handling in my application and I get this error message immediately after the conn.open call to an Oracle db... The only reason I... -
CLI connection failed. SQL30082N Attempt to establish connection failed with security reason "24"
Hi, have you found the failure? Because I'm now in the same situation and don't know how to go on??? :( Thanks Originally posted by Prince... -
service connection manager
After setting up and logging on to a user account, I get a message that "SCMan" (service connection manager) is not running or access is denied. I... -
Richard Marr #2
RE: Connection to Transaction Manager failed
Hi Debra
I did some research on the error and saw some cases which were resolve
by the following article
814119 FIX: RPC Bug Causes Threads to Stop Responding in ASP/COM+
Applications
[url]http://support.microsoft.com/?id=814119[/url]
You did not mention what operating system you are running but if this is
the issue that you are running into the article mentions that this is fixed
in SP4 for Windows 2000. If you are unable to test this and need want to
get the hotfix you will need to contact our Product Support 800-936-5800
who will verify the exact problem and supply the hotfix accordingly.
HTH
"This posting is provided "AS IS" with no warranties, and confers no
rights. You assume all risk for your use. © 2002 Microsoft Corporation. All
rights reserved."
Richard Marr
Microsoft IIS Support Professional
Richard Marr Guest
-
Debra McCarney #3
RE: Connection to Transaction Manager failed
I have checked with the Systems Administrator and we are indeed running
Windows 2000 SP3. He is currently awaiting SP4, so I am hoping that will
solve the problem. Thanks for your advice.
Debra McCarney
Systems Consultant
DBR Group Pty Ltd
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Debra McCarney Guest



Reply With Quote

