Repeated polling of the vault service times users out
Moderator: SourceGear
Repeated polling of the vault service times users out
Hi there,
We have this script:
:label
cd "d:\Work\testing\"
"c:\\program files\\sourcegear\\vault client\\vault.exe" versionhistory "$/Testing Settings" -beginversion 15 -rowlimit 1 -host devnet3 -user CruiseControl -password pwd -repository "Rep_01"
sleep 60000
goto label
And when we run it, we find that other users time out over the day, this is polling every minute.
Is there a way around this?
Thanks
Chris
We have this script:
:label
cd "d:\Work\testing\"
"c:\\program files\\sourcegear\\vault client\\vault.exe" versionhistory "$/Testing Settings" -beginversion 15 -rowlimit 1 -host devnet3 -user CruiseControl -password pwd -repository "Rep_01"
sleep 60000
goto label
And when we run it, we find that other users time out over the day, this is polling every minute.
Is there a way around this?
Thanks
Chris
Have you checked your Vault Server Log for errors related to the timeout?
If you have one user who times out more than others, could you have that user start Client Side Logging? All they need to do is open their GUI and press Ctrl-Alt-Shift-F12.
Also, can you tell me what version of Vault you are using?
If you have one user who times out more than others, could you have that user start Client Side Logging? All they need to do is open their GUI and press Ctrl-Alt-Shift-F12.
Also, can you tell me what version of Vault you are using?
Hi, sorry for not getting back quicker - very busy here!
There don't appear to be any errors in the log, we get messages like this in the log:
----20/03/2007 15:06:31 sgvaultsystem--()--
System Started
Version 3.5.0.4741
Cache Level = 1
...
every time someone has been timed out, so I guess it's the system restarting. But without the polling this doesn't happen at all... (well not annoyingly so).
The version is : (above)
Thanks
Chris
There don't appear to be any errors in the log, we get messages like this in the log:
----20/03/2007 15:06:31 sgvaultsystem--()--
System Started
Version 3.5.0.4741
Cache Level = 1
...
every time someone has been timed out, so I guess it's the system restarting. But without the polling this doesn't happen at all... (well not annoyingly so).
The version is : (above)
Thanks
Chris
Usually when I see Vault restart, it's a case of where IIS had a restart or reset of some sort.
You might want to give this a try and see if the resets stop: http://support.sourcegear.com/viewtopic.php?p=8430.
If that takes care of it, when I know it's something with how the AppPool is configured and we can start looking at that to get you back to IIS 6.
You might want to give this a try and see if the resets stop: http://support.sourcegear.com/viewtopic.php?p=8430.
If that takes care of it, when I know it's something with how the AppPool is configured and we can start looking at that to get you back to IIS 6.