Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
  #1 (permalink)  
Old 11-13-2007, 06:34 AM
azilber azilber is offline
Senior Member
 
Join Date: Feb 2007
ZCS Version: Release 4.5.10_GA_1575.RHEL4_64_20071117095807 RHEL4_64 NETWORK edition
Posts: 51
azilber is on a distinguished road
Exclamation 4.5.9 ZCO crashed with Debug message.

Hi,

The new 4.5.9 connector crashes with a debug message on addin.cpp. I've opened a new support case: #00017286

I can't track down why it crashes. One time it had something to do with the BB Desktop. When BB Desktop was shut down, everything seems ok. Now it's happening to me, and I'm not running the BB Desktop.

The specific error is:

Debug Assertion Failed!

Program: C:\PROGRA~1\MICROS~2\OFFICE11\OUTLOOK.EXE
File: c:\src\frank\mapi\src\sharingaddin\addin.cpp
Line: 1717

Expression: g_pAddingInstance
Attached Images
File Type: gif error.gif (6.5 KB, 91 views)
Reply With Quote
  #2 (permalink)  
Old 11-13-2007, 06:54 AM
phoenix phoenix is online now
Zimbra Employee
 
Join Date: Sep 2005
Location: Vannes, France
Posts: 7,407
phoenix is on a distinguished road
Default

See if the details in this bug report help.
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 11-13-2007, 07:09 AM
azilber azilber is offline
Senior Member
 
Join Date: Feb 2007
ZCS Version: Release 4.5.10_GA_1575.RHEL4_64_20071117095807 RHEL4_64 NETWORK edition
Posts: 51
azilber is on a distinguished road
Default Seems to have fixed it.

The registery change seems to have fixed it.

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\SharingAddin.Addin]
"FriendlyName"="Zimbra Sharing Addin"
"Description"="Zimbra Outlook Sharing Addin"
"LoadBehavior"=dword:00000003
"CommandLineSafe"=dword:00000000
Though this is still a bug. The installer should change this registery key during the install/upgrade.

Last edited by azilber : 11-13-2007 at 07:32 AM. Reason: add
Reply With Quote
  #4 (permalink)  
Old 11-13-2007, 07:43 AM
fsiegel fsiegel is offline
Zimbra Employee
 
Join Date: Sep 2006
Posts: 141
fsiegel is on a distinguished road
Default

Also, for the future, make sure you don't have more than one copy of sharingaddin.dll on your desktop where the PATH variable could pick up the wrong one. See bug 21274. This was fixed in our next release, 4.5.10, and in version 5.
Reply With Quote
  #5 (permalink)  
Old 11-13-2007, 08:54 AM
azilber azilber is offline
Senior Member
 
Join Date: Feb 2007
ZCS Version: Release 4.5.10_GA_1575.RHEL4_64_20071117095807 RHEL4_64 NETWORK edition
Posts: 51
azilber is on a distinguished road
Default Office 2003 SP3 resets the registry key.

Quote:
Originally Posted by fsiegel View Post
Also, for the future, make sure you don't have more than one copy of sharingaddin.dll on your desktop where the PATH variable could pick up the wrong one. See bug 21274. This was fixed in our next release, 4.5.10, and in version 5.

No other sharingaddin.dll's were hanging around my system. But, applying the Office 2003 SP3 reset the registery key back and I had to re-apply the fix.
Reply With Quote
  #6 (permalink)  
Old 11-21-2007, 08:29 AM
azilber azilber is offline
Senior Member
 
Join Date: Feb 2007
ZCS Version: Release 4.5.10_GA_1575.RHEL4_64_20071117095807 RHEL4_64 NETWORK edition
Posts: 51
azilber is on a distinguished road
Lightbulb Additions...

Quote:
Originally Posted by azilber View Post
The registery change seems to have fixed it.

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\SharingAddin.Addin]
"FriendlyName"="Zimbra Sharing Addin"
"Description"="Zimbra Outlook Sharing Addin"
"LoadBehavior"=dword:00000003
"CommandLineSafe"=dword:00000000
Though this is still a bug. The installer should change this registery key during the install/upgrade.
The following little script will make sure it all works:


create a Zimbra-Sharing.reg file with the contents of the code above.
create a fixzco459.cmd file that can be accessed via a shared drive with the contents of the code below.

Code:
@echo off
echo "%USERNAME%, make sure Outlook is shut down"
pause
echo Loading Reg fix
\\<share server>\<shared path>\Zimbra-Sharing.reg
echo "Deleting: %APPDATA%\Microsoft\Outlook\outcmd.dat"
del "%APPDATA%\Microsoft\Outlook\outcmd.dat"
And startup outlook.

I was going to either make an installer wrapper or rebuild the zco msi with this fix, but I just don't have that luxury right now.

Enjoy!
Reply With Quote
  #7 (permalink)  
Old 11-27-2007, 11:16 AM
kilrathi kilrathi is offline
Junior Member
 
Join Date: Sep 2007
Location: Arkansas
ZCS Version: Release 5.0.3_GA_2101.UBUNTU6 DEBIAN4.0 NETWORK edition
Posts: 7
kilrathi is on a distinguished road
Default

I've followed the above instructions and I am still getting the same debug error on this workstation. I've experimented with Connection version 4.5.7 and 4.5.10 and the results are the same each time. I've reinstalled Outlook and the connector. I am still receiving this error message every time an email is sent from this workstation. Please help me fix this.

Outlook 2003
Windows Xp Pro
Zimbra 4.5.7
Reply With Quote
  #8 (permalink)  
Old 11-27-2007, 12:11 PM
henry's Avatar
henry henry is offline
Zimbra Employee
 
Join Date: Aug 2006
Posts: 105
henry is on a distinguished road
Default

"the same" is not enough
I'd like to have the details.
First i need steps to reproduce.
Version of the Outlook connector.
Screenshot of the debug dialog.
__________________
Regards
Henry
Reply With Quote
  #9 (permalink)  
Old 11-27-2007, 12:53 PM
kilrathi kilrathi is offline
Junior Member
 
Join Date: Sep 2007
Location: Arkansas
ZCS Version: Release 5.0.3_GA_2101.UBUNTU6 DEBIAN4.0 NETWORK edition
Posts: 7
kilrathi is on a distinguished road
Default

I've solved this problem but wanted to add my solution here to help any others who are experiencing this problem as well. Apparently Office Service Pack 3 is the culprit in this. Upon installing Microsoft Office SP3 it disabled the Zimbra Sharing Addin, thus causing the debug error. To fix this you have to re-enable the addin through outlook.

In outlook go to Help -> About -> Disabled Addins
Re-enable the Zimbra sharing addin
Restart outlook

Debug error gone. I've restarted the machine and outlook several times to verify.

I am running Outlook 2003 SP3 (11.8169.8172) and the Zimbra Outlook Connector (4.5.7_GA_1310_4.5.373). Windows Xp Sp2.
Reply With Quote
  #10 (permalink)  
Old 12-03-2007, 03:13 PM
rusty rusty is offline
Senior Member
 
Join Date: Nov 2007
Posts: 31
rusty is on a distinguished road
Default

I have someone with this same problem. A screen shot of the dialog box showing the error is already part of this thread in an earlier post. Mine looks exactly the same.

I suspect that the client was upgrading Outlook Connector 4.5.9 just after a Outlook crash and although the program looked like it was closed, there was an outlook.exe process still running.

I have removed and re-installed connector, and I have done a Detect and Repair in Outlook to no avail.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hangs on "Loading" screen gbr General Questions 16 06-19-2008 01:01 PM
Sending mail to china (!) fails with SMTP 551 error... tommy Administrators 3 07-19-2007 02:00 AM
Migration ERR. :could not open the default message store nabmed Administrators 42 08-11-2006 09:50 AM
IMAPStore Replication/Failover IDEA - Multiple Virtual message stores kbaker Developers 4 08-10-2006 10:55 PM
Can not send email! sshgz Users 10 11-19-2005 09:10 AM


freshmeat.net sourceforge.net The best Java IDE



 

Search Engine Optimization by vBSEO 3.0.0