Error after upgrading to 3.1.6

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
dsevigny
Posts: 8
Joined: Fri Feb 25, 2005 9:20 am

Error after upgrading to 3.1.6

Post by dsevigny » Fri Dec 30, 2005 10:59 am

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

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

Post by lbauer » Fri Dec 30, 2005 11:31 am

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?
Linda Bauer
SourceGear
Technical Support Manager

dsevigny
Posts: 8
Joined: Fri Feb 25, 2005 9:20 am

It works !!!

Post by dsevigny » Fri Dec 30, 2005 11:43 am

Yes, you are right. This is the problem.

Thanks
Dominic

Post Reply