Hello, I have installed 2.0.6 server and I am having the following problem when I attempt to create a new folder:
[12/10/2004 2:03:22 PM] Preparing data to begin transaction
[12/10/2004 2:03:22 PM] Beginning transaction
[12/10/2004 2:03:22 PM] Create folder $/Rod
[12/10/2004 2:03:22 PM] Ending the transaction
[12/10/2004 2:03:23 PM] Server unavailable for transaction end
[12/10/2004 2:03:23 PM] Transaction failed
[12/10/2004 2:03:23 PM] Found and corrected problems with the a local baseline file. Retrying the transaction.
[12/10/2004 2:03:23 PM] Preparing data to begin transaction
[12/10/2004 2:03:23 PM] Beginning transaction
[12/10/2004 2:03:23 PM] Create folder $/Rod
[12/10/2004 2:03:23 PM] Ending the transaction
[12/10/2004 2:03:23 PM] Server unavailable for transaction end
[12/10/2004 2:03:23 PM] Transaction failed
[12/10/2004 2:03:23 PM] Found and corrected problems with the a local baseline file. Retrying the transaction.
This error continues indefinitely until I abort it... What am I doing wrong ??? Thanks in advance.
Error creating Directory
Moderator: SourceGear
Could you check your Vault server log file to see if it is throwing an error? That could be the cause of the infinite loop. Vault 3.0 will have a fix for the looping problem.
Update
After setting the log mode to "debug" i got this in the log file:
----10/13/2004 9:18:47 AM Admin--ws-203(192.168.0.143)--SSL Disabled
XML stored procedures are not supported in fibers mode.
----10/13/2004 9:18:47 AM Admin--ws-203(192.168.0.143)--SSL Disabled
FailDBInsert
This led me to MSDN:
http://support.microsoft.com/kb/303287/EN-US/
...and because I had "Use Windows NT fibers" checked for the server it would not run transactions.
I corrected this and it now works...
Thank you very much for your assistance.
----10/13/2004 9:18:47 AM Admin--ws-203(192.168.0.143)--SSL Disabled
XML stored procedures are not supported in fibers mode.
----10/13/2004 9:18:47 AM Admin--ws-203(192.168.0.143)--SSL Disabled
FailDBInsert
This led me to MSDN:
http://support.microsoft.com/kb/303287/EN-US/
...and because I had "Use Windows NT fibers" checked for the server it would not run transactions.
I corrected this and it now works...
Thank you very much for your assistance.