Quantcast
Channel: Zimbra :: Forums - Migration
Viewing all 197 articles
Browse latest View live

Extract Mailbox data 5.0.4_GA

$
0
0
Hi All

I have been tasked with backing up a few individual mailboxes on a debain box
Release 5.0.4_GA_2101.DEBIAN4.0 DEBIAN4.0 FOSS edition

I have been trying to use the command line backup

opt/zimbra/bin/zmmailbox-z-m user@domain.com getRestURL "/ /? fmt=tgz" > /backup /user.tgz in

but get the error below. Have done a search the best I can on the forum but can't seem to find anything that includes a fix. Even tried hooking up Outlook as Imap but that's just a disaster.

ERROR: service.FAILURE (system failure: GET failed, status=501 not implemented yet)

Any help her would be great thanks

Glenn

Raise Zimbra soap search limit

$
0
0
Hi,

I'm need to migrate about 8500 accounts from ZCS 5 to ZCS 7.

I've got :

<soap:Fault><soap:faultcode>soap:Server</soap:faultcode><soap:faultstring>number of results exceeded the limit: too many search results returned</soap:faultstring><soap:detail><Error xmlns="urn:zimbra"><Code>account.TOO_MANY_SEARCH_R ESULTS</Code>

Detail :

Code:

[zimbra@lxlyosmc10 ~]$ /opt/zimbra/libexec/zmztozmig -d
[INFO|main:1| 04/12/2013 11:04:16]: ConfigFile: /opt/zimbra/conf/zmztozmig.conf
[INFO|main:1| 04/12/2013 11:04:16]: Version: 1.2
[INFO|main:1| 04/12/2013 11:04:16]: Processing Domain: mydomain.net
Creating account list....
log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle).
log4j:WARN Please initialize the log4j system properly.
[INFO|main:1| 04/12/2013 11:04:16]: AUTH_REQUEST: <soap:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><nsg:context soap:actor="http://schemas.xmlsoap.org/soap/actor/next" soap:mustUnderstand="0" xmlns:nsg="urn:zimbra"/><name:userAgent soap:actor="http://schemas.xmlsoap.org/soap/actor/next" soap:mustUnderstand="0" xmlns:name="ZimbraProvisioningTool"/><type:format soap:actor="http://schemas.xmlsoap.org/soap/actor/next" soap:mustUnderstand="0" xmlns:type="xml"/></soap:Header><soap:Body><nsg:AuthRequest xmlns:nsg="urn:zimbraAdmin"><name xmlns="">admin</name><password xmlns="">myzimbrapassword</password><virtualHost xmlns="">lxlyosmc10.mydomain.net(10.69.200.237)</virtualHost></nsg:AuthRequest></soap:Body></soap:Envelope>
[INFO|main:1| 04/12/2013 11:04:16]: Request URL: https://127.0.0.1:7071/service/admin/soap
ZMSSLSocketFactory instantiated
[INFO|main:1| 04/12/2013 11:04:17]: AUTH_RESPONSE: <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><context xmlns="urn:zimbra"><sessionId type="admin" id="3101122">3101122</sessionId><change token="408899"/></context></soap:Header><soap:Body><AuthResponse xmlns="urn:zimbraAdmin"><authToken>0_b1e285373b348471e0720e757402f9532925b526_69643d33363a38313664303632392d323332392d346137352d383164652d3062343232323236353535323b6578703d31333a313336353736343635373538363b61646d696e3d313a313b747970653d363a7a696d6272613b</authToken><lifetime>7200000</lifetime><a n="zimbraIsDomainAdminAccount">false</a><sessionId type="admin" id="3101122">3101122</sessionId></AuthResponse></soap:Body></soap:Envelope>
[INFO|main:1| 04/12/2013 11:04:18]: *******SOAP Request: : <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><context soap:actor="http://schemas.xmlsoap.org/soap/actor/next" soap:mustUnderstand="0" xmlns="urn:zimbra"><userAgent xmlns="ZimbraProvisioningTool"/><type:format xmlns:type="xml"/><sessionId id="3101122"/><authToken xsi:type="xsd:string">0_b1e285373b348471e0720e757402f9532925b526_69643d33363a38313664303632392d323332392d346137352d383164652d3062343232323236353535323b6578703d31333a313336353736343635373538363b61646d696e3d313a313b747970653d363a7a696d6272613b</authToken></context></soap:Header><soap:Body><SearchDirectoryRequest types="accounts" domain="mydomain.net" sortBy="name" sortAscending="1" applyConfig="false" applyCos="false" offset="0" attrs="name" xmlns="urn:zimbraAdmin"><query xmlns="">(objectclass=zimbraAccount)</query></SearchDirectoryRequest></soap:Body></soap:Envelope>
[INFO|main:1| 04/12/2013 11:04:18]: *******SOAP Response: : <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><context xmlns="urn:zimbra"><sessionId type="admin" id="3101122">3101122</sessionId><change token="408899"/></context></soap:Header><soap:Body><soap:Fault><soap:faultcode>soap:Server</soap:faultcode><soap:faultstring>number of results exceeded the limit: too many search results returned</soap:faultstring><soap:detail><Error xmlns="urn:zimbra"><Code>account.TOO_MANY_SEARCH_RESULTS</Code><Trace>btpool0-37:1365757458493:753be7aff414b911</Trace></Error></soap:detail></soap:Fault></soap:Body></soap:Envelope>
[SEVERE|main:1| 04/12/2013 11:04:18]: GetMultipleAttributeList Exception: org.apache.axis.message.Text
[SEVERE|main:1| 04/12/2013 11:04:18]: ------
java.lang.ClassCastException: org.apache.axis.message.Text
        at com.zimbra.zcsprov.ZMSoapSession.GetMultipleAttributeList(ZMSoapSession.java:410)
        at com.zimbra.zcsprov.ZMSoapSession.GetMultipleAttributeList(ZMSoapSession.java:420)
        at com.zimbra.zcsprov.ZMSoapSession.GetMultipleAttributeList(ZMSoapSession.java:420)
        at com.zimbra.zcsprov.ZMSoapSession.GetMultipleAttributeList(ZMSoapSession.java:420)
        at com.zimbra.zcsprov.ZMSoapSession.GetMultipleAttributeList(ZMSoapSession.java:380)
        at com.zimbra.zcsprov.ZCSAccounts.GetAllAccountsList(ZCSAccounts.java:246)
        at com.zimbra.zcsprov.ZCSACProvision.GetDomainAllAccountList(ZCSACProvision.java:305)
        at com.zimbra.tarformatter.tarFormatter.Init(tarFormatter.java:523)
        at com.zimbra.tarformatter.tarFormatter.main(tarFormatter.java:765)
------

[SEVERE|main:1| 04/12/2013 11:04:18]: GetMultipleAttributeList Exception: org.apache.axis.message.Text
[SEVERE|main:1| 04/12/2013 11:04:18]: ------
java.lang.ClassCastException: org.apache.axis.message.Text
        at com.zimbra.zcsprov.ZMSoapSession.GetMultipleAttributeList(ZMSoapSession.java:410)
        at com.zimbra.zcsprov.ZMSoapSession.GetMultipleAttributeList(ZMSoapSession.java:420)
        at com.zimbra.zcsprov.ZMSoapSession.GetMultipleAttributeList(ZMSoapSession.java:420)
        at com.zimbra.zcsprov.ZMSoapSession.GetMultipleAttributeList(ZMSoapSession.java:420)
        at com.zimbra.zcsprov.ZMSoapSession.GetMultipleAttributeList(ZMSoapSession.java:380)
        at com.zimbra.zcsprov.ZCSAccounts.GetAllAccountsList(ZCSAccounts.java:246)
        at com.zimbra.zcsprov.ZCSACProvision.GetDomainAllAccountList(ZCSACProvision.java:305)
        at com.zimbra.tarformatter.tarFormatter.Init(tarFormatter.java:523)
        at com.zimbra.tarformatter.tarFormatter.main(tarFormatter.java:765)
------

Accounts list created.
[INFO|main:1| 04/12/2013 11:04:18]: Thread count: 2
[INFO|main:1| 04/12/2013 11:04:18]: Request URL: https://lxlyozim31.mydomain.dom:7071/service/admin/soap
[INFO|main:1| 04/12/2013 11:04:18]: ****************SUMMARY**************************
[INFO|main:1| 04/12/2013 11:04:18]: Total Accounts processed        :    0
[INFO|main:1| 04/12/2013 11:04:18]: Successfull Accounts            :    0
[INFO|main:1| 04/12/2013 11:04:18]: Failed accounts                  :    0
[INFO|main:1| 04/12/2013 11:04:18]: Total Migration Time(seconds)    :    0.0
[INFO|main:1| 04/12/2013 11:04:18]: *************************************************


Thanks in advance for your help,

Regards,

Victor

LDAP: error code 17 - ZimbraAutoProvMode: attribute type undefined

$
0
0
Hi,

i decided to give zimbra a try and throw it on an existing RHEL 6.3 Server. Installation was fine and straight forward.
But now i want to import some user accounts from existing ldap-repository and therefore looked at documentation at:

http://www.zimbra.com/docs/ne/8.0.2/...rnal_LDAP.html

but the first step throws the following error:
--
# su - zimbra
$ zmprov
prov> md example.com zimbraAutoProvMode EAGER
ERROR: account.INVALID_ATTR_NAME (invalid attr name: [LDAP: error code 17 - zimbraAutoProvMode: attribute type undefined])
--

What is wrong here? This is a fresh install, and nothing was done except to log in as admin and looking around the page.

regards,
-daniel

Qmail(dovecot IMAP) to Zimbra Migration

$
0
0
Hi Team,

I have installed Zimbra NE 8.0.3 in a multi server environment. We need to migrate user mailboxes from Qmail to Zimbra. Qmail is configured with dovecot IMAP and users are authenticated with the Red Hat directory Server. I tried to migrate some users from Qmail with auth mechanism as a PLAIN with the plain passwords and migration is successful, but we are having 6000 user mailboxes and users are in LDAP with MD5 encryption. SO, it is a hectic situation to get the plain passwords.

I used the below command to migrate the mailboxes.

imapsync --buffersize 8192000 --subscribe --syncinternaldates --authmech1 PLAIN --host1 sourcehost -user1 <user> --password1 456 --host2 desthost --user2 user@domain --password2 456

So, suggest me how to migrate the user mailboxes, i find one document in the forum

Migrating from Dovecot with External LDAP - Zimbra :: Wiki

In document, it is mentioned to make some changes in dovecot configuration file and i am in dilemma whether it will create any issues after changing any configuration. So, please suggest me to move further.


Thanks

Qmail to Zimbra Migration with external LDAP Users

$
0
0
I am facing a problem for the bulk user migration from Qmail to Zimbra. I tested with some users by giving plain passwords and migration is successful by the following command

[root@zmbox1 ~]# imapsync --buffersize 8192000 --subscribe --syncinternaldates --authmech1 PLAIN --host1 siurcehost -user1 user --password1 456 --host2 desthost --user2 user@domain --password2 456

Scenario as follows

1. Users are in LDAP v3 and passwords are in encrypted format MD5.
2. Using Dovecot IMAP in Qmail for the migration.

I have found one document in zimbra forums stated like the same scenario of my environment ( Migrating from Dovecot IMAP with external LDAP )

Migrating from Dovecot with External LDAP - Zimbra :: Wiki

Please suggest me whether this document will be useful on the same.

Migration from Exchange 2007 -> Zimbra 8.03 and Non English Accounts

$
0
0
When attempting to migrate an Exchange 2007 Sp1 user account with non english default folders, it causes an exception loop:

Code:

[2013-04-18 20:41:31.278118] err  Exception caught in ProcessItems->api.AddMessage Object reference not set to an instance of an object.
Raised a bug here -> https://bugzilla.zimbra.com/show_bug.cgi?id=81759

Changing the language to English solves this issue. However there are no powershell tools in Exchange 2007 to reset the default folder language, nor is this available from the admin interface.

The powershell command for 2010 (untested by me at least YMMV):

Code:

Set-MailboxRegionalConfiguration username -Language "en-US" -LocalizeDefaultFolderName:$true
Between wireshark and perl, My colleague and I managed to automate the process to reset the default folder names through OWA

First give the delegate user full rights to the users mailbox

Code:

Add-MailboxPermission NonEnglishUser -User delegateUser -AccessRights FullAccess
Then run this script with the full email address (after changing the OWA url, delegate user/pass)

Code:

#!/usr/bin/perl
#
# Ryan Armanasco (ryan@slowest.net) / Leon Wright (techman83@gmail.com) (wireshark tracing) - 2013-04-19

# Uses OWA to delegate to specified user and change Regional Language setting,
# triggering root folder renaming
#
# Required for 2 reasons:
#  - Zimbra Migration (Console and GUI) 8.0.4.790_x86 and below fails on
#    non-english root folder names, logging error:
#
#    [2013-04-18 20:41:31.278118] err Exception caught in ProcessItems->api.AddMessage
#    Object reference not set to an instance of an object.
#
#        Bug report: https://bugzilla.zimbra.com/show_bug.cgi?id=81759
#
#  - Due to above, the mailbox regionality needs to be changed.  Exchange 2010 has a
#    Set-MailboxRegionalConfiguration commandlet which Exchange 2007 does not have. 
#    The alternative is to log in to Outlook as the user and change the setting - which
#    is non-scalable.
#
# Development Method:
#  - Attempted to use EWS SOAP WSDLs to find the settings, but was unable to locate
#    anything relevant.
#  - Finally performed wireshark trace of an Internet Explorer client making the change
#    in OWA premium mode - change is not possible in Light mode.
#
# Method:
#  - Establishes a mechanized login session to setup delegated cookie session auth, then
#    fires a raw POST XML payload over the session.
#
# Requirements:
#  - Login user must have full-access permissions to the mailbox being altered.
#
# Tested versions:
#  - Exchange 2007 SP1 (OWA 8.1.436.0)
#  - Perl v5.14.2
#  - HTTP::Mechanize 1.71

# Usage: ./x.pl 'email.address@domain.com'

use strict;
use WWW::Mechanize;

# dump out full response and request headers if 1
my $debug = 0;

# base OWA url
my $url_owa = "https://mail.example.com/owa/"; # Replace with your OWA url

die("Need an email address as arguement") if not $ARGV[0]; my $user = $ARGV[0];

# construct full URL for Regional Settings page
my $url_regional_settings = $url_owa.$user."/?ae=Options&t=Regional";

my $mech = WWW::Mechanize->new( autocheck => 1 ); # autocheck makes Mechanize die on error

# optional debugging
$mech->add_handler("request_send", sub { shift->dump; return }) if $debug;
$mech->add_handler("response_done", sub { shift->dump; return }) if $debug;

# LOGIN
$mech->get($url_owa); # login page
$mech->form_name('logonForm');
        $mech->field(username => 'username'); # Replace with a user with delegate access
        $mech->field(password => 'password'); # Password for above user
$mech->click();

$mech->get($url_regional_settings); # options page constructed

# construct full URL for SaveRegOpts POST
my $url_change_region_folders = $url_owa.$user."/ev.owa?oeh=1&ns=Options&ev=SaveRegOpts";

# en_AU setting we want to apply, lng HEX IDs listed here: http://msdn.microsoft.com/en-au/goglobal/bb964664.aspx
my $en_AU_xml = '<params><lng>3081</lng><locDF>1</locDF><dtStl>d/MM/yyyy</dtStl><tmStl>HH:mm</tmStl><tmZn>W. Australia Standard Time</tmZn></params>';

# POST THE SETTINGS CHANGE
$mech->post($url_change_region_folders, Content_Type => 'text/xml; charset=utf-8', Content => $en_AU_xml);

if ( $mech->response->{_rc} eq '200' && $mech->response->{_content} eq '' ) {
        print "success\n";
        exit 0;
} else {
        my $error = $mech->response->{_content};
        $error =~ /.+_msg=\"([^\"]+)\".+/;
        print "FAILED\n$1\n";
        exit 1;
}

__END__

Hope someone finds that useful. We certainly are, a good 1/3 of our users most likely have their default folder names in another language.

add zimbra mail server to exchange 2010 infrastructure

$
0
0
hello,

need some help & guidelines my current setup:
exchange 2010 mail server
120 mailbox:
60 accounts that are allowed only to send and receive internal MSG .
my needs are moving the 60 mailbox from the exchange to zimbra mail server and be able to send and receive email from exchange mailbox to zimbra mailbox ,
and allow to zimbra mailbox only internal send&receive

UPDATE :

now i can sent mail from zimbra user to exchange user but i cannot send from exchange to zimbra.

i follow this :
http://wiki.zimbra.com/wiki/Split_do...007_as_Primary

and what i cannot understand is :

i have to create user in AD for each user i create in zimbra ?

AD user = $$

thanks 4 the helpers :)

Domino migration to ZCS network edition using migration Wizard.

$
0
0
Hi,

I would like to migrate my existing domino server to ZCS network edition.

I am thinking that after the initial ZCS installation, I have to create the same user accounts that I have on my domino to my zimbra server and make the zimbra server my production email platform.

The question is ... can I run the lotus migration wizard to migrate the users from the domino server to my existing zimbra accounts? or I will mess it up?


Thanks in Advance,
Panos

Migration from PST to Zimbra showing invalid account...

$
0
0
Hi,

I have successfully installed Zimbra(8.0.3) and have an existing Exchange Server 2007 in place.
My next goal is to import the pst files of the users which will be migrated to Zimbra.
When I try to do it through PST Import wizard,it goes till last step and fails saying "Migration Failed: Invalid Account".
I have already created the user account on Zimbra.

Please help!!!

Import from .pst completes but no messages shown in mailbox

$
0
0
Hello,

I successfully installed Zimbra 8.0.3 Open Source just to test its features for my company. Everything works great except for the import from a .pst file.

In my test environment I have a few mailbox @testdomain.com.

First test: I've tried to import a .pst file (Outlook.pst generated in Outlook 2010) with the ZimbraMigration tool available in the Administration Console. Everything looked perfect and working but at the end of the wizard, checking in the web UI of the mailbox, there were no message in folders. Inbox, Sent, etc were empty but using "search" I was able to find all imported messages. It looks like the tool correctly upload the emails but not in the right mailbox folder.

Second test: pst with a lot of subfolders inside and calendar with a few appointments. Migration tool worked without apparent errors. Checking the web UI, NO mail in Inbox or Sent, just 3 folders from the .pst were created (draft, Notes and Junk) and correctly filled with messages and the calendar has been correctly imported with tasks inside. Also in this case, if I search for the other emails, I'm able to find 'em through the search function.

Third test: .pst coming from Office 2007. Same as the other test. Not working. Messages were there with "search" but not in folder tree.

Am I missing something? I tried to find a solution in the wiki or in forums but with no luck.

migrate from exchange 2010 to zcs 8.0.3, got error every 30 users.

$
0
0
Dear all

I want to migrate users from exchange 2010 to zimbra.
I start zimbra migration wizard and query the users1~user100.
I select 100 users and press next, it returned error message every 30 users. It said:

Error accessing account user31@exmaple8.com. The remote server returned an error:(503) Server Unavailable.
Error accessing account user62@exmaple8.com. The remote server returned an error:(503) Server Unavailable.
Error accessing account user93@exmaple8.com. The remote server returned an error:(503) Server Unavailable.

How do I resolve this error?

1.gif
2.gif
3.gif
Attached Images

Migrate from Qmail to Zimbra

$
0
0
HI All,

we are using legacy Qmail version, i m not sure about the version, now i am planing to move qmail server to zimbra open source mail server, can u suggest me the procedure,

and need suggestion on stable version in latest ZCS.

Thanks...
Raghav.

How to import Outlook Express 6 email to Zimbra

$
0
0
Can someone tell me how to import Outlook Express 6 email to Zimbra?

Migrating from squirrelmail to zimbra

$
0
0
Hi,


Can I check if there is a possibility for us to do the above mentioned email messages migration?

looking to migrate contacts and emails from zimbra v7 to zimbra v7

$
0
0
i have two servers both running the same os and zimbra versions and i want to migrate users and emails from serverA to serverB with different domain names without interfering with users. how can i export the users and emails from serverA, then import them in the new serverB

Synchronize Zimbra LDAP users and virtual users Postfix+MySQL

$
0
0
Hello
There are two servers in operation, the primary server Zimbra, the second slave Postfix + virtual users.
Is it possible to synchronize users Zimbra on a second server to the database MySQL?
If you are creating a new user in the database Zimbra vmail Postfix also created a new mailbox.

Zimbra Migration 8.0.3.780 - Error Creating Mailbox

$
0
0
Hey everyone,

Having some problems with the migration tool. Here's the steps I'm taking:

1. Select Server Migration
2. Select Exchange Server
3. Enter Exchange server Hostname (tried IP and FQDN)
4. Enter Administrator Credentials (and it has full read/send as/etc on mailbox server)
5. Click Next and see error

Error: Exchange mailbox creation failed.


Environment:
1 x SBS 2003 (DC/Exchange/DNS/+ usual SBS apps)
1 x DC running Windows 2012

Migration Machine
Windows 2003 32bit - Outlook 2007 32bit

HELP!!!! On a successful migration in the test lab I get the strContainer & msExchHomeSvrName whereas here in the live enironment I'm not, i'm only getting strContainer. I've used ADSI Edit to confirm value exists.

Log:
[2013-05-22 16:01:37.955773] info Initializing migration
[2013-05-22 16:04:07.624775] err Check AdminUserName
[2013-05-22 16:04:07.624775] err Check Initialized:%d 0
[2013-05-22 16:04:07.624775] err Do ExchangeMigrationSetup
[2013-05-22 16:04:07.624775] err Going for Exchange mig setup
[2013-05-22 16:04:08.062266] err Going for CreateExchangeMailbox...
[2013-05-22 16:04:08.093516] err strContainer %S msExchHomeSvrName: %S LDAP://CN=Administrator,CN=Users,DC=domain,DC=local
[2013-05-22 16:04:08.140390] err ExchangeMigrationSetup::Setup::CreateExchangeMailB ox ExchangeAdminException exception: %S CreateExchangeMailBox(): ADsOpenObject Failed.
[2013-05-22 16:04:08.140390] err ErrCode:x8007052e Description:CreateExchangeMailBox(): ADsOpenObject Failed. SrcFile:ExchangeAdmin.cpp SrcLine:461

Phased Migration - Basic How to

$
0
0
I'm looking to move my mail server from a sendmail/linux system to Zimbra (v8.0.2). I've set up my Zimbra server (Ubuntu 12.04 LTS) but I've hit a problem.

External name is company.com
Internal AD domain is company.local
Current Email server: oldmail.company.local
All incoming email arrives @ oldmail.company.local
User email address is as myname@company.com
New Zimbra server is mail.company.com
MX records are set up and appear to work fine.
Zimbra domain is company.com with aliases for company.local and mail.company.com
Outgoing email for both servers is direct. I don't route mail.company.com's outgoing email through oldmail.company.local.
If a user is moved to zimbra I set oldmail up to forward the email to username@mail.company.com
This all works fine for incoming email.
Zimbra outgoing to non company addresses is fine.
Outgoing to local addresses on the Zimbra box work fine.

However If a Zimbra user tries to send an email to a user still on oldmail, ie replys to somename@company.com, Zimbra rejects it as a bad address.

Can Zimbra be easily modified to forward these to oldmail? If not how should I configure these systems to allow a phased migration?

How to create groups in an xml file

$
0
0
Suppose I want to upload bulk user from some other mailing server
And then If I want to map these users to specific groups,
how to do dat??

Migrating from Exchange 2010 to Zimbra 8, Some accounts Migrate -- Others Don't

$
0
0
Migrating from an Exchange 2010 on Windows Server 2008 to Zimbra 8.

I have a workstation that is logged as Domain Admin and I am able to migrate some email accounts, but on other email accounts I receive the below error. These accounts have the same domain settings. The email accounts are there and verified. It doesn't seem to be linked by size of the account.

[2013-05-29 15:36:44.360145] info Init host=host location=jcoombs account=jcoombs
[2013-05-29 15:36:44.369144] err ErrCode:x80005010 Description:Util::GetUserDNAndLegacyName(): S_ADS_NOMORE_ROWS SrcFile:MapiUtils.cpp SrcLine:403
[2013-05-29 15:36:44.370144] info Account name jcoombs
[2013-05-29 15:36:44.370144] info Account Id jcoombs
[2013-05-29 15:36:44.370144] info Account Num 0
[2013-05-29 15:36:44.370144] err Unable to initialize jcoombs Please check the admin credentials for permissions/rights to query the directory or verify if source mailbox exists.
[2013-05-29 15:36:44.372144] info schdeulviewmodel- GetThreadNum
[2013-05-29 15:36:44.372144] info in DOWORK -- Migration failed for usernum: 0 and threadnum0
[2013-05-29 15:36:44.375143] info in worker_RunWorkerCompleted -- Migration completed
[2013-05-29 15:36:44.375143] info in worker_RunWorkerCompleted -- Migration completed lets cehck overflow count and it is 0
[2013-05-29 15:36:44.375143] info in worker_RunWorkerCompleted -- Migration completed overflowcount is zero
[2013-05-29 15:36:44.375143] info in worker_RunWorkerCompleted -- Migration completed
Viewing all 197 articles
Browse latest View live