ZCO license error: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
=== <h1>ZCO license error</h1> ===
{{BC|Certified}}
<hr>
__FORCETOC__
<br>
<div class="col-md-12 ibox-content">
=ZCO license error=
{{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}}


<h2>Problem : </h2>
 
When Zimbra connector for Outlook for a user is configured, following error pops up :
 
====Problem====
When Zimbra Connector for Outlook (ZCO) for a user is configured, the following error pops up :


  zimbra outlook connection Licensed Failure.
  zimbra outlook connection Licensed Failure.
Line 11: Line 15:




<h2>Solution :</h2>
====Solution====
ZCO is a licensed feature. Users need to have a valid MAPI license to use ZCO. <br>
ZCO is a licensed feature. Users need to have a valid MAPI license to use ZCO.
Check MAPI license on server using :
Check the number of MAPI licenses on server, as well as the license validity, using :
  su - zimbra  
  su - zimbra  
  zmlicense -p | grep -i MAPI
  zmlicense -p | egrep 'MAPI|Valid'


 
It should show the available MAPI licenses limit and validity as below :  
It should show the available MAPI license limit as below :  
  MAPIConnectorAccountsLimit=10000
  MAPIConnectorAccountsLimit=10000
ValidFrom=20160606000000Z
ValidUntil=20211231170000Z


If the count is seen as 0, it means the server doesn't have MAPI license and one needs to purchase it from Zimbra sales to use the ZCO feature and avoid the error above.
If the count is seen as 0, it means the server doesn't have MAPI license and one needs to purchase it from Zimbra sales to use the ZCO feature and avoid the error above.
 
Accordingly check the validity as well.
 




Submitted by:  Aarti
Submitted by:  Aarti

Revision as of 12:52, 15 May 2018

ZCO license error

   KB 23294        Last updated on 2018-05-15  




0.00
(0 votes)


Problem

When Zimbra Connector for Outlook (ZCO) for a user is configured, the following error pops up :

zimbra outlook connection Licensed Failure.
You are not licensed to use the Zimbra Connector with this server. You may continue to access your local data. 
Please contact your system administrator.


Solution

ZCO is a licensed feature. Users need to have a valid MAPI license to use ZCO. Check the number of MAPI licenses on server, as well as the license validity, using :

su - zimbra 
zmlicense -p | egrep 'MAPI|Valid'

It should show the available MAPI licenses limit and validity as below :

MAPIConnectorAccountsLimit=10000
ValidFrom=20160606000000Z
ValidUntil=20211231170000Z

If the count is seen as 0, it means the server doesn't have MAPI license and one needs to purchase it from Zimbra sales to use the ZCO feature and avoid the error above. Accordingly check the validity as well.


Submitted by: Aarti

Jump to: navigation, search