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 06-10-2010, 01:10 PM
Intermediate Member
 
Posts: 22
Default Support for Mail Merge?

We are using ZimbraOlkConnector-6.0.5_GA_2213_6.0.5846.5 and 6.0.5 of the server as well, client has Outlook 2007.

They are trying to do a mail merge, and pretty often, for example, start around 9 for about 70 messages, and at 10 or so there are still 5 remaining. They eventually send, but it seems to take way longer than it should. This happens I think on two different machines.

I searched for Mail Merging and didn't find much with regards to bugs I don't believe - but just wondering what support there is for this, if any.

If logging is needed from the machine, please let me know how to turn it on and where it is located on the PC. TIA
Reply With Quote
  #2 (permalink)  
Old 06-14-2010, 09:34 AM
dcb dcb is offline
Intermediate Member
 
Posts: 17
Default

Hi

Can you give me a bit more detail on exactly how you are doing the mail merge?

Thanks
Reply With Quote
  #3 (permalink)  
Old 06-15-2010, 02:01 PM
Junior Member
 
Posts: 6
Default

Our client is using an Excel spreadsheet with the mailing addresses. This goes to the Word document which generates the messages to be sent.

There are about 120 total messages getting sent each morning at 7:15 a.m. Outlook is open during the entire process.

The problem is that a few of the messages get stuck in Outlook. Our client wishes to know if this can be speeded up.

Is there something in particular that we should be looking out for in this situation that might cause this?
Reply With Quote
  #4 (permalink)  
Old 06-18-2010, 02:16 AM
New Member
 
Posts: 4
Default

Quote:
Originally Posted by jmcmahon View Post
Our client is using an Excel spreadsheet with the mailing addresses. This goes to the Word document which generates the messages to be sent.

There are about 120 total messages getting sent each morning at 7:15 a.m. Outlook is open during the entire process.

The problem is that a few of the messages get stuck in Outlook. Our client wishes to know if this can be speeded up.

Is there something in particular that we should be looking out for in this situation that might cause this?
One thing that might speed up the process is to us VBA to turn off screen refreshes in Excel, Word and Outlook during the script run. You might need to use late binding. This has give me anywhere from a 10% to a 80% performance increase depending on what exactly is being performed. In one extreme case with a 40 excel workbook merge, turning off screen updates reduced a 6 hour process down to an avg of 40 minutes. If possible, tell Outlook to go offline while the mail merge is running and then go online and deliver the messages. It could possibly help with the stuck messages if Outlook gets slowed down with the creation of new messages. Then again, it could not help. It's worth a try.

To turn off the screen updates use:
Application.ScreenUpdating = FALSE

Then to turn it back on use:
Application.ScreenUpdating = TRUE

David
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.