Can't open the "Admin Web Client" VaultProServer64_6_1_0_305

If you are having a problem using Vault, post a message here.
Post Reply
AnjaS
Posts: 2
Joined: Wed Jan 09, 2013 10:50 am

Can't open the "Admin Web Client" VaultProServer64_6_1_0_305

Post by AnjaS » Wed Jan 09, 2013 11:08 am

We installed the "Free Single User License" on Win 7 64bit, but we can't open the "Admin Web Client". It lloks like an error with ASP.NET. The following error message occurs:
http://vm-w7p64-vault:80/vaultservice/a ... fault.aspx

HTTP-Fehler 500.21 - Internal Server Error

Der Handler "PageHandlerFactory-Integrated" weist das ungültige Modul "ManagedPipelineHandler" in der Modulliste auf.

http://vm-w7p64-vault:80/vaultservice/a ... fault.aspx
C:\inetpub\wwwroot\VaultService\admin\default.aspx
The Client tells me errors as well:
Unable to connect to http://127.0.0.1/VaultService. No server was found at the specified URL. Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client. Web Exception: Der vom Client gefundene Anforderungsinhaltstyp ist 'text/html; charset=utf-8', erwartet wurde 'text/xml'.
Fehler bei der Anforderung mit folgender Fehlermeldung:

What can we do to get it run?

btw. : while installing we give a passwort. What is the user name for the client?

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

Re: Can't open the "Admin Web Client" VaultProServer64_6_1_0

Post by lbauer » Wed Jan 09, 2013 12:04 pm

You may need to re-register your 4.0 .NET framework.

The number of the 4.0 .NET framework you high might be slightly different than what is in the commands below. Check what you have and use that version number.

If a 32-bit machine:

Code: Select all

C:\Windows\Microsoft.net\framework\v4.0.30319\aspnet_regiis -i
If a 64-bit machine:

Code: Select all

C:\Windows\Microsoft.net\framework64\v4.0.30319\aspnet_regiis -i
Linda Bauer
SourceGear
Technical Support Manager

AnjaS
Posts: 2
Joined: Wed Jan 09, 2013 10:50 am

Re: Can't open the "Admin Web Client" VaultProServer64_6_1_0

Post by AnjaS » Thu Jan 10, 2013 1:45 am

Thank you,

now it runs.

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

Re: Can't open the "Admin Web Client" VaultProServer64_6_1_0

Post by lbauer » Thu Jan 10, 2013 9:23 am

Thanks for the update. That's good news. : )
Linda Bauer
SourceGear
Technical Support Manager

Post Reply