After I have upgraded to 3.1.6 (from 3.1.5), all works fine for client tool but not for server admin tool.
I have this error after logged in admin tool : The upload value must be less than 1048576. However, I can enter into the admin tool without any problem.
I have also this error on client tool on the server : Object reference to set....and I can't not enter client tool.
Thanks
Dominic
Error after upgrading to 3.1.6
Moderator: SourceGear
Check the Vault Service web.config file in C:\Inetpub\wwwroot\Vault service.
What is the value of maxRequestLength in this line:
<httpRuntime executionTimeout="86400" maxRequestLength="102400" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" />
If it's greater than 1048576, try setting it back to the default: 102400.
Not sure about the problem with the Vault Client on the server machine. Is there anything in the Vault Server log (sgvault.log in %windir%\temp\sgvault) or Event Viewer that could provide more information? Is that client a 3.1.6 client?
What is the value of maxRequestLength in this line:
<httpRuntime executionTimeout="86400" maxRequestLength="102400" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" />
If it's greater than 1048576, try setting it back to the default: 102400.
Not sure about the problem with the Vault Client on the server machine. Is there anything in the Vault Server log (sgvault.log in %windir%\temp\sgvault) or Event Viewer that could provide more information? Is that client a 3.1.6 client?
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
It works !!!
Yes, you are right. This is the problem.
Thanks
Dominic
Thanks
Dominic