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" />
VaultNotifyService in error log
Re: VaultNotifyService in error log
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.
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
SourceGear Technical Support
Re: VaultNotifyService in error log
This appears to have worked, thank you
Re: VaultNotifyService in error log
You're welcome.
Thank you for the update.
Thank you for the update.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support