"Server unavailable for transaction end" - FIX

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
Sean
Posts: 1
Joined: Sat Jul 03, 2004 12:34 pm

"Server unavailable for transaction end" - FIX

Post by Sean » Sat Jul 03, 2004 12:39 pm

If you are getting:

transaction failed
server unavailable for transaction end

or similar.. then you may have SQL NT Fibers turned on SQL Server. Disable them, and try again.

I got this any tracked it down to XML stored procedures not permitted with NT FIbers enabled.

Hope this helps someone else...

Sean

trm

thanks, fixed my prob

Post by trm » Fri Jul 09, 2004 1:20 pm

Thanks - I wish this was easier to find! This fixed exactly the problem I was experiencing w/ a new Vault installation.

-- michael

cside

Post by cside » Tue Jul 20, 2004 10:47 am

how do you do this?

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Tue Jul 20, 2004 10:57 am

Use the following query in a Query Tool:

Code: Select all

sp_configure 'lightweight pooling', 0
RECONFIGURE
GO
or

Disable the "Use Windows NT Fibers" option on the Processor tab within the Database Properties Page within SQL Enterprise Manager.
Jeff Clausius
SourceGear

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Tue Jul 20, 2004 11:03 am

Please note - You can verify this error by checking Vault Server's error log.

As with any unrecognized error you encounter, the Server log will contain more information about the problem. In the case of Sean's post, the sgvault.log will contain a message regarding XML procedures not allowed when SQL Server is using Windows NT Fibers.
Jeff Clausius
SourceGear

Post Reply