VaultNotifyService in error log

If you are having a problem using Vault, post a message here.
Post Reply
jparkins
Posts: 16
Joined: Wed Dec 05, 2007 9:40 am

VaultNotifyService in error log

Post by jparkins » Wed Sep 05, 2012 12:59 pm

I notice that the following error is being logged (C:\WINDOWS\Temp\sgvault\sgvault.log), often when users are logging in

----9/5/2012 2:39:39 PM --()-- The Plugin at http://127.0.0.1/VaultNotifyService/Vau ... rvice.asmx was not called with Event Login. Exception: The request failed with HTTP status 404: Not Found.

The issue here is that the above is not a valid URL in our case - there are multiple websites on the machine and vault's is not the default website. Some of the web services have entries that allow setting where another service is located (e.g. VaultNotifyService's web.config below which I have fixed) but I do not see an entry for specifying where you can specify where the vault notify service is located to the VaultService

<!--
This section is used as a call back to the vault server.

Example (using loopback) :
key="vault_server" value="http://{VAULT-SERVER-HOSTNAME}/VaultService"
-->
<add key="vault_server" value="http://127.0.0.1/VaultService" />

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: VaultNotifyService in error log

Post by Beth » Wed Sep 05, 2012 3:01 pm

Here are a few links to information about what your Vault admin can do to adjust the URLs in the Vault tblplugins.

http://support.sourcegear.com/viewtopic ... ins#p69562
http://support.sourcegear.com/viewtopic ... ins#p47816
http://support.sourcegear.com/viewtopic ... tblplugins

You should be able to make the changes to the necessary tables based on the information in those posts.
Beth Kieler
SourceGear Technical Support

jparkins
Posts: 16
Joined: Wed Dec 05, 2007 9:40 am

Re: VaultNotifyService in error log

Post by jparkins » Wed Sep 05, 2012 4:28 pm

This appears to have worked, thank you

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: VaultNotifyService in error log

Post by Beth » Thu Sep 06, 2012 12:12 pm

You're welcome.

Thank you for the update.
Beth Kieler
SourceGear Technical Support

Post Reply