Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > ZCS Client Connectors > Zimbra Connector for Outlook

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-23-2008, 01:11 PM
Special Member
 
Posts: 105
Default ZCO Customizer options

What are the following options in the ZmCustomizeMsi.js?

--connect-timeout
--send-timeout
--receive-timeout

and

--option-receive-timeout
Reply With Quote
  #2 (permalink)  
Old 04-23-2008, 09:59 PM
Moderator
 
Posts: 6,237
Default

How long it waits before giving up on an action.

You might see things like:
-failed on WinHttpReceiveResponse
-SendMessage RpcException The request has timed out.
-Rpc::HandleConnectionFailure.

Timeout options
--connect-timeout,-tc <ms> : connect timeout in miliseconds.
--send-timeout,-ts <ms> : send timeout in miliseconds.
--receive-timeout,-tr <ms> : receive timeout in miliseconds.
--option-receive-timeout,-tor <ms> : option receive timeout in miliseconds.

All those values should be greater than 60000; if less, 60000 is automatically used.
Unless of course you choose to edit the sections like:
if(iValue < 60000) iValue = 60000;
Though logic like that is generally there for tried and tested reasons.

You can also edit these later via the registry:
HKCU\Software\Zimbra\Connection\Timeout

Bug 10669 - connection timeout should be configurable in the registry
Bug 15663 - allow config of connection timeout values with ZmCustomizeMsi.js
Reply With Quote
  #3 (permalink)  
Old 04-24-2008, 08:49 AM
Special Member
 
Posts: 105
Default

Cool,

Thank you.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.