Trouble after installing Sharepoint

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

Moderator: SourceGear

Post Reply
pcuce
Posts: 20
Joined: Wed Aug 03, 2005 1:42 pm

Trouble after installing Sharepoint

Post by pcuce » Thu Jan 12, 2006 2:54 am

I'm running the lastest version of Vault on Windows Server 2003. I just installed Sharepoint, and everything else works fine, but Vault is crapping out on me.

When I try to connect from the client, I get the error: No server was found at the specified URL.

When I try to connect from a local web page, I get the error:
Unverifiable assembly 'mmsseclib' failed policy check

Any help would be much appreciated.

pcuce
Posts: 20
Joined: Wed Aug 03, 2005 1:42 pm

Additional steps

Post by pcuce » Thu Jan 12, 2006 3:05 am

So for fun I renamed the above dll and then got the following error when running from the local web page:

Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Request for the permission of type System.Security.Permissions.FileIOPermission, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SecurityException: Request for the permission of type System.Security.Permissions.FileIOPermission, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.]
System.Security.CodeAccessSecurityEngine.CheckHelper(PermissionSet grantedSet, PermissionSet deniedSet, CodeAccessPermission demand, PermissionToken permToken) +675
System.Security.CodeAccessSecurityEngine.Check(PermissionToken permToken, CodeAccessPermission demand, StackCrawlMark& stackMark, Int32 checkFrames, Int32 unrestrictedOverride) +0
System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, StackCrawlMark& stackMark) +88
System.Security.CodeAccessPermission.Demand() +62
System.Web.HttpRequest.get_PhysicalPath() +80
VaultService.Global.Application_BeginRequest(Object sender, EventArgs e) +62
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +59
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87

pcuce
Posts: 20
Joined: Wed Aug 03, 2005 1:42 pm

Another message

Post by pcuce » Thu Jan 12, 2006 3:11 am

And then after verifying that the trust level was set to high in web.config and refreshing, I get the following:

Server Error in '/VaultService' Application.
--------------------------------------------------------------------------------

Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Security error.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SecurityException: Security error.]
VaultService.Global.Application_Start(Object sender, EventArgs e) +0




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300

Jim Clark
Posts: 11
Joined: Tue Jan 17, 2006 9:34 am
Location: Atlanta, GA

Vault and Sharepoint

Post by Jim Clark » Tue Jan 17, 2006 9:37 am

I am new to Vault and I'm struggling through getting it setup on an SBS 2003 server but I do know that the server installation instructions accessible from the Vault website explicity state that Vault and Sharepoint do not play nice together. The need to be installed on separate web sites. See the installation instructions for more details.

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Tue Jan 17, 2006 10:06 am

Here's a KB article that should help:
http://support.sourcegear.com/viewtopic.php?t=3147
Linda Bauer
SourceGear
Technical Support Manager

Post Reply