Zimbra Next Generation Modules/Zimbra NG Mobile/Troubleshooting: Difference between revisions

m (1 revision imported: Zimbra NG)
 
Line 1: Line 1:
<div class="col-md-12"><br></div>
#REDIRECT [[Zimbra_NG_Modules/Zimbra_NG_Mobile/Troubleshooting]]
<div class="col-md-12"><br></div>
<ol class="breadcrumb">
  <li>[[Main Page|Zimbra Wiki]]</li>
  <li>[[Zimbra_Next_Generation_Modules]]</li>
  <li>[[Zimbra_NG_Mobile]]</li>
  <li class="active">Zimbra NG Mobile - Troubleshooting</li>
</ol>
__NOTOC__
<div class="col-md-12"><br /></div>
<div class="col-md-9">
    <h2 class="title-header" style="padding-bottom: 9px; border-bottom: 4px solid #0087c3;">Zimbra NG Mobile - Troubleshooting</h2>
    <div class="col-md-12">
        <div class="ibox-content">
            <div class="post animated fadeInLeft animation-delay-8" style="padding-top:5px">
                <div class="panel panel-default">
                    <div class="panel-body">
                        <h5 class="post-title">Zimbra NG Mobile - Troubleshooting</h5>
                        <div class="row">
== Account Loggers and Mobile Troubleshooting ==
Zimbra Next Generation Modules comes with an Account Logger feature to help mobile troubleshooting.
 
It creates a separate logfile for a given user, and the log verbosity of this logfile is completely independent from the verbosity of the main log (/opt/zimbra/log/sync.log).
 
To activate an Account Logger use the following [[Zimbra_Next_Generation_Modules/CLI|CLI]] command (as the Zimbra user):
<pre>
zxsuite mobile doAddAccountLogger {account} {debug|info|warn|err|crit} {log file}
</pre>
To remove an Account Logger use the following command:
<pre>
zxsuite mobile doRemoveLogger {id|all_loggers}
</pre>
To see a list of all active Account Loggers use the following command:
<pre>
zxsuite mobile getAccountLoggers
</pre>
 
'''Exmaple:'''
Mr.User (user@yourdomain.com) is experiencing issues with his mobile device.
 
To have a clearer view of what's going on, add an Account Logger to his account so that all of his sync operations are saved in a separate log:
 
<pre>
zxsuite mobile doAddAccountLogger user@yourdomain.com debug /opt/zimbra/log/user@yourdomain.log
</pre>
If you notice any undocumented problem, post a report in the [https://forums.zimbra.org Zimbra Forums] or file a bug in the [http://bugzilla.zimbra.com Zimbra's Bugzilla]
 
 
'''WARNING'''
 
Restarting the mailboxd service will remove all active AccountLoggers, but the log files will be still available.
 
<div class="col-md-8">
    <div class="alert alert-warning fade in"> <p> <i class="fa  fa-warning"></i> <strong>warning</strong> </p>
    <p class="text-justify">Outlook 2013 users should add the "window_size 1" argument to the doAddAccountLogger command so that items are synchronized one by one. This will both speed up the sync process and provide easier to read logs in order to better detect the frequent Sync Loop issues affecting this particular client</p>
    </div>
</div>
<div class="clearfix"></div>
 
=== Outlook 2013 ===
See the [[Zimbra_Next_Generation_Modules/Zimbra_NG_Mobile/Outlook_2013_Configuration|Foreword to the Outlook 2013 configuration guide]] for additional info about this particular client.
 
The most important Outlook 2013 troubleshooting tip is: '''Make sure that your Outlook2013 is always up to date'''. Older versions had an uncomplete/unstable Exchange ActiveSync implementation, and each new version vastly improves the usability of this software as an EAS client.
 
==== Outlook 2013 Advanced Logging ====
Outlook 2013 includes the option to activate an "Advanced Logging" mode that can sometimes be useful to the troubleshooting process. Please see [http://support.microsoft.com/kb/2260527 this Microsoft KB article] to learn more about "Global" and "Advanced" logging.
 
==== Outlook 2013 Sync Issues folder ====
The "Sync Issues" folder, containing informations about both local and remote synchronization issues, can be seen by swithcing to "Folder List mode" (keyboard shortcut: CTRL + 6)
 
== Folder with "unkn" foldertype not syncing ==
- Rename the folder on the ZWC (e.g."Folder" to "Folder_OLD").
- Create a new folder with the same name of the old folder in your mailbox.
- Verify that the foldertype of the new folder is "mail".
- Move all items from "Folder_OLD" to "Folder"
 
== "Mail for Exchange" in the "From" field on outgoing emails ==
Update your Mail for Exchange app to the latest available version and Zimbra Next Generation Modules to version 1.2.4 or higher.
                        </div>
                    </div>
                    <div class="col-md-9">
                        <div class="panel-footer">
                            <p><i class="fa fa-clock-o"></i> Aug 25, 2016 - [https://www.zimbra.com/email-server-software/ Know more »]</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<div class="col-md-3"><br /></div>
<div class="col-md-3">
    <div class="panel panel-zimbrared-light-border">
        <div class="panel-heading">
            <h3 class="panel-title"><i class="fa fa-gear pull-left"></i> Zimbra Next Generation Modules</h3>
        </div>
        <div class="panel-body">
            {{ZNG}}
        </div>
    </div>
</div>
<div class="col-md-3">
    <div class="panel panel-primary-light-border">
        <div class="panel-heading">
            <h3 class="panel-title"><i class="fa fa-info-circle pull-left"></i> Zimbra Next Generation Modules Resources</h3>
        </div>
        <div class="panel-body">
            {{ZNGL}}
        </div>
    </div>
</div>
<div class="clearfix"></div>
<div class="col-md-12"><br></div>
{{FH}}

Latest revision as of 13:37, 29 November 2017

Jump to: navigation, search