Hide Service Accounts in Outlook Calendar

Hello, we're using the "manager" attribute in AD to associate service accounts with their owner.  In Outlook under Calendar this places those service accounts under the "Team: <MANAGER>" group.  So in addition to actual
team members under a manager, service accounts are also listed.  Is there a way to hide those accounts so they aren't listed?
Thank you

I asked which attribute is more appropriate for that task.  You did not answer that nor give any answer on how to replicate what manager/directReport is doing.
Additionally, the original question was if it was possible in Exchange to hide certain accounts so that they would not display as being on a team in Calendar.  You side stepped that question and said those accounts shouldn't be there to begin with,
not how an account could be hidden or if that's even possible.
Finally, I have yet to argue with you.  I've pointed out that your comments came off rude to me.  The doctor analogy did not add value nor represent this issue accurately.  If that were a real doctor it would show lack of empathy for the patient
and a lack of interest in getting into the root of the problem.  The comment on the AD team making a mistake also did not add value or answer either of the two parts to my question.  They know what the manager attribute is for, but at the time chose
to not modify the schema with a custom attribute, or perhaps they too do not know how to replicate the manager/directReport behavior.  In any case, pointing out that they're wrong, doesn't answer my question or show HOW to use an extension attribute to
achieve this.
You're an MVP, a partner, and a consultant.  You should be familiar with the Code of conduct.  Please be considerate and respectful: http://social.technet.microsoft.com/wiki/contents/articles/112.wiki-code-of-conduct.aspx
I'll attempt a more targeted question in the Directory Services forum to see if someone can walk me through the steps to get a extension attribute that will be appropriate for storing service owner type data.

Similar Messages

  • Can't add Office Online Services account to Outlook 2010

    Yesterday, one of our employees changed his webmail password, what it's necessary when that password expires, every three months. But now Outlook don't accept his new password.
    I've checked the password again, changed it to another one, deleted the email profile from windows and created another one, but without success...
    Have someone any advice to solve this? Thanks in advance!

    Hi,
    What is the error message that you get when Outlook doesn't accept the new password? What is the account type?
    The issue may be caused by the corrupted credentials cache, I suggest you remove the credentials from Windows Credentials Manager, then re-add the account to Outlook, check if then the new password can be accepted:
    1. Launch the Credential Manager (from [Control Panel] and [User Settings])
    2. In the Windows Credentials
    section you’ll see a setting for [MS Outlook]. Click the downward-pointing arrow to the right of that value
    3. The section will expand to show further details. Under those details is a link to Remove from vault. Click this and Outlook will no longer have a stored copy of your password
    Hope this helps.
    Regards,
    Melon Chen
    TechNet Community Support

  • EWS API - Impersonating to update a calendar item created by any other user than a service account, raise an error "Access is denied. Check credentials and try again."

    Hi,
    I am new to using EWS managed APIs.
    Following is the issue:
    1. I am using a service account e.g. [email protected]. This user is a global administrator and also has ApplicationImpersonation role assigned. (Sign into Online Office 365 account -> Admin -> select "Exchange" tab- > select Permissions
    on the left panel -> create an impersonation role -> assign ApplicationImpersonation in Roles: and [email protected] in Members: -> Click on save)
    2. Create a calendar item by other user for e.g. [email protected], and invite an attendee - [email protected].
    3. In a c# program, I connect to EWS service using a service account - [email protected], fetch its calendar events. If organizer of an event is some other user - [email protected] then
    I use impersonation in the following way to update the calendar event/item properties- subject, body text etc.
            private static void Impersonate(string organizer)
                string impersonatedUserSMTPAddress = organizer;
                ImpersonatedUserId impersonatedUserId =
                    new ImpersonatedUserId(ConnectingIdType.SmtpAddress, impersonatedUserSMTPAddress);
                service.ImpersonatedUserId = impersonatedUserId;
    4. It was working fine till yesterday afternoon. Suddenly, it started throwing an exception "Access is denied. Check credentials and try again." Whenever I try to
    update that event.
           private static void FindAndUpdate(ExchangeService service)
                CalendarView cv = new CalendarView(DateTime.Now, DateTime.Now.AddDays(30));
                cv.MaxItemsReturned = 25;
                try
                    FindItemsResults<Item> masterResults = service.FindItems(WellKnownFolderName.Calendar, cv);
                    foreach (Appointment item in masterResults.Items)
                        if (item is Appointment)
                            Appointment masterItem = item as Appointment;
                            if (!masterRecurEventIDs.Contains(masterItem.ICalUid.ToString()))
                                masterItem.Load();
                                if (!masterItem.Subject.Contains(" (Updated content)"))
                                    //impersonate organizer to update and save for further use
                                    Impersonate(masterItem.Organizer.Address.ToString());
                                    // Update the subject and body
                                    masterItem.Subject = masterItem.Subject + " (Updated content)";
                                    string currentBodyType = masterItem.Body.BodyType.ToString();
                                    masterItem.Body = masterItem.Body.Text + "\nUpdated Body Info:
    xxxxxxxxxxxx";
                                    // This results in an UpdateItem operation call to EWS.
                                    masterItem.Update(ConflictResolutionMode.AutoResolve);
                                    // Send updated notification to organizer of an appointment
                                    CreateAndSendEmail(masterItem.Organizer.Address.ToString(), masterItem.Subject);
                                    masterRecurEventIDs.Add(masterItem.ICalUid.ToString());
                                else
                                    Console.WriteLine("Event is already updated. No need to update again.:\r\n");
                                    Console.WriteLine("Subject: " + masterItem.Subject);
                                    Console.WriteLine("Description: " + masterItem.Body.Text);
                catch (Exception ex)
                    Console.WriteLine("Error: " + ex.Message);
    5. What could be an issue here? Initially I thought may be its a throttling policy which is stopping same user after making certain API call limits for the day, but I am still seeing this issue today.
    Any help is appreciated.
    Thanks

    Your logic doesn't sound correct here eg
    2. Create a calendar item by other user for e.g. [email protected], and invite an attendee - [email protected]
    3. In a c# program, I connect to EWS service using a service account - [email protected], fetch its calendar events. If organizer of an event is some other user - [email protected] then
    I use impersonation in the following way to update the calendar event/item properties- subject, body text etc.
    When your connecting to [email protected] mailbox the only user that can make changes to items within
    abccalendar is abc (or ABC's delegates). If your impersonating the Organizer of the appointment pqr that wouldn't work unless the organizer had rights to abc's calendar. If you want to make updates to a calendar
    appointment like that you should connect to the Organizers mailbox first update the original, send updates and then accept the updates.
    When you impersonate your impersonating the security context of the Mailbox your impersonating so its the same a logging on as that user in OWA or Outlook.
    Cheers
    Glen

  • BlackBerry Internet Service with Microsoft Outlook Web Access account

    I need to switch my 8820 to a new work account.  They use Outlook Exchange 2003, but do not support BES.  I have access via both regular desktop Outlook and also Outlook Web Access (from a different server).   I read the procedure to use BIS in KnowledgeBase KB03133.  After entering my email address and password, I get a message that it was successfully set up.  But, I get no e-mail messages delivered.  When I check  the settings, it looks like it is not using the correct server for Web Access.  However, I can find no way to manually enter it - I don't get the error message described in Step 5 where I can pick "I will provide the settings."  I try to set up via computer but I get a message that my BIS cannot be accessed via HTML and need to set up on my BB.
    Any suggestions?  Would it work with a newer phone running a newer OS?  Do I need to check with AT&T if it supports Outlook Web Access?  Thanks in advance.

    Hi and Welcome to the Forums!
    Lot's of possible variables...here a several other KBs to try:
    KB03133How to integrate a Microsoft Outlook Web Access email address with a BlackBerry Internet Service account
    KB18567BlackBerry Internet Service cannot connect to a Microsoft Outlook Web Access account using Microsoft Exchange 2007 or Microsoft Exchange 2010
    KB15173Locate the mailbox name for a Microsoft Outlook Web Access 2007 email account
    KB04804Error message appears when attempting to integrate a Microsoft Outlook Web Access 2010 account
    KB02858Unable to integrate a Microsoft Outlook Web Access email address with a BlackBerry Internet Service account
    The trick to getting to the manual settings screen is to provide your valid email address, but an incorrect password...then, it will allow you to manually enter the settings.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Cannot connect to an Exchange account in Outlook 2013 using "Microsoft Exchange Server or Compatible Service"

    Dear All,
    I cannot connect to my Exchange account in Outlook 2013 using "Microsoft Exchange Server or Compatible Service".
    First I would like to present my network environment, I have 4 physical servers;
    The first one is holding the Domain Controller 1, IP@: 192.168.1.10
    The second server is holding the additional Domain Controller which it is DC2, IP@: 192.168.1.11
    The third server is holding the Exchange 2013 Mailbox, IP@: 192.168.1.15
    And the last server is holding the Exchange 2013 CAS-HT, IP@: 192.168.1.16
    I am doing the steps below:
    1-Creating a new profile in outlook and start configuring the exchange account by entering the IP address of the Exchange-CAS Server, 192.168.1.16
    2-entering the account name: [email protected]
    3-Go to "More Settings" > "Connection" > "Connect to Microsoft Exchange using HTTP" > and entering the "Exchange Proxy Settings"
    4-type the exchange CAS Server URL, https://192.168.1.16
    5-Check the "Connect using SSL Only"
    6-Authentication Settings: "NTLM Authentication", and pressing Apply
    7-When I press the "Check Name" button, a message occurred> "The action cannot be completed. The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete this action".
    8-I go back to the "Exchange Proxy Settings" and I Uncheck the "Connect using SSL Only" and pressing Apply
    9-i press the "Check Name" Button, a small window occurred to enter a Username and Password, so I enter the Administrator username and the administrator password and pressing "OK", but nothing is changed, I tried to enter my
    username and password in the small window and I still got the same result.
    I cannot verify the account name and I cannot complete the process.
    I appreciate you kind assistance.

    Hi,
    To narrow down the cause, I’d like to recommend the following troubleshooting:
    1. Try to login the test account through OWA.
    2. Check the Autodiscover settings: get-clientaccessserver |fl autodiscoverserviceinternaluri
    3. Check the result of directly accessing the following URL:
    https://autodiscover.domain.com/autodiscover/autodiscover.xml
    Thanks,
    Angela
    Angela Shi
    TechNet Community Support

  • Outlook calendar items deleted after adding exchange account to iCal

    I added my exchange calendar to iCal last night. When I logged on this morning all of my outlook calendar appointments are gone. How do I retrieve and why did iCal delete all of my exchange/outlook calendar appointments?

    i removed and added in mine. once I rebooted it there asa question to accept the cert and email started to work.
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • How can I sync my outlook calendar with iPhone or calendar on Maverick?

    I have just updated to Mavericks on my iMac. I use Microsoft Outlook for email, contacts and calendars. How do I now sync these on my iPhone ?
    The only sync seems to be via iCloud, this is sharing calendar and contacts on the iMac but if I make any calendar additions to the outlook calendar it doesn't copy to the phone or the iMac calendar and similarly if I add an item to the phone calendar it syncs to the iMac calendar but doesn't copy to outlook.

    1. Apple has removed sync services in OS X Mavericks. Therefore, you cannot sync Outlook 2011 with Contacts or Calendar.
    2. Apple has removed the ability to sync through iTunes in OS X Mavericks, so that, even if you use Contacts and Calendar on the Mac, you can only sync them with your iPhone through iCloud, thus exposing all your contacts and calendar information to the mercies of the Web.
    3. Microsoft does not not support CalDAV and CardDAV in Outlook, so there is no way to sync directly through iCloud, except perhaps by setting up a Microsoft Exchange account.
    4. Apple makes it extremely difficult (virtually impossible) to revert to a version of OSX that is earlier than OS X Mavericks once Mavericks is installed.
    In short, we are screwed and neither company seems to care.

  • Synchronizing with Outlook Calendar and Contacts

    Hello,
    For the past few days I've been having problems synchronizing my BB Torch 9810 with my Outlook 2010 calendar and contacts. This is only recent, and it might be the result of a problem I had with Office, and the fact that the Deskitop Manager was not recognizing the Outlook profile. Now all that has been solved by running a Repair Tool in Office.
    However, I calendar appointments and contacts are no synchronizing properly. With the Calendar, only recurrent items in the BB get transferred to Outllok, like birhtdays and bill payment reminders. I tried all the possible options: synchronize one way from device to PC, replace all entries on PC with BB entries, all entries and upcoming only.
    Other details: I have two email accounts in my BB, a btinternet.com and gmail.com.
    What I have done:
    Removed both accounts and re-added them (re-booting device in the process)
    Deleted the Research in Motion folder in %userprofile%\AppData\Local
    Because I had multiple calendars, in the Service Book I deleted the CICAL entries for Facebook (don't know how that got there) and gmail, leaving only the btinternet.com
    I made sure that btinternet.,com was my default in emails and calendars in Default Services.#
    Made sure that the folders to synchronize are the correct ones in the Desktop Manager options
    Most frustrating is that I don't get any error messages, not even in the logs.
    I am using Blackberry Torch 9810, OS 7.1 bundle 2061
    When I set up the gmail account, it gives me an option to synchronize a calendar, which I don't use. But when I set up the btinternet account, I have no option to synchronize the calenar, only contacts and the option is greyed out (picture).
    Here is the last sync log:
    20:52:58.094 Logging Verbosity Set To '4' - Logging Enabled
    20:52:58.094 SyncAPI logging for product
    20:52:58.094 Sync started at 15/05/2013 20:52:58 (15/05/2013 19:52:58 UTC)
    20:52:58.094 SDK Version is 7.1
    20:52:58.094 Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
    20:56:11.836 Logging Verbosity Set To '2' - Logging Enabled
    20:56:25.048 SyncObject::StartSync
    20:56:25.048 Synchronization Thread Running
    20:56:25.048 Sync Engine Starting
    20:56:25.078 Starting Loading Contracts
    20:56:25.078 Ending Loading Contracts
    20:56:25.078 Starting Translator Verification
    20:56:25.088 Ending Translator Verification
    20:56:25.088 Starting App Validation
    20:56:25.118 Ending App Validation
    20:56:25.118 Starting Sync Status Checks
    20:56:25.118 Begin Sync
    20:56:25.118 Engine working - message event complete for messageId 15006 Getting status information from BlackBerry Calendar
    20:56:25.118 Engine working - message event complete for messageId 15008 Loading field information from 'BlackBerry Calendar' application
    20:56:25.128 Engine working - message event complete for messageId 13000
    20:56:25.128 Engine working - message event complete for messageId 15008 Loading field information from 'Outlook Calendar' application
    20:56:25.168 Engine working - message event complete for messageId 13000
    20:56:25.288
    20:56:25.288 Performing Normal Sync of 'Calendar'. Sync Status before performing synchronization:
    20:56:25.328 Engine working - message event complete for messageId 15006 Getting status information from Outlook Calendar
    20:56:25.338 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:10, recId = 00000000E4E539086D19C24BAF84262E95827323441F3800
    20:56:25.338 Engine working - message event complete for messageId 15011 Read sync status for 1 records
    20:56:25.338 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:10, recId = 00000000E4E539086D19C24BAF84262E95827323641F3800
    20:56:25.338 Engine working - message event complete for messageId 15011 Read sync status for 2 records
    20:56:25.338 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323841F3800
    20:56:25.348 Engine working - message event complete for messageId 15011 Read sync status for 3 records
    20:56:25.348 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323A41F3800
    20:56:25.348 Engine working - message event complete for messageId 15011 Read sync status for 4 records
    20:56:25.348 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323C41F3800
    20:56:25.348 Engine working - message event complete for messageId 15011 Read sync status for 5 records
    20:56:25.348 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323E41F3800
    20:56:25.348 Engine working - message event complete for messageId 15011 Read sync status for 6 records
    20:56:25.348 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732304203800
    20:56:25.348 Engine working - message event complete for messageId 15011 Read sync status for 7 records
    20:56:25.348 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732324203800
    20:56:25.348 Engine working - message event complete for messageId 15011 Read sync status for 8 records
    20:56:25.348 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732344203800
    20:56:25.358 Engine working - message event complete for messageId 15011 Read sync status for 9 records
    20:56:25.358 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732364203800
    20:56:25.358 Engine working - message event complete for messageId 15011 Read sync status for 10 records
    20:56:25.358 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732384203800
    20:56:25.358 Engine working - message event complete for messageId 15011 Read sync status for 11 records
    20:56:25.358 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323A4203800
    20:56:25.358 Engine working - message event complete for messageId 15011 Read sync status for 12 records
    20:56:25.358 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323C4203800
    20:56:25.358 Engine working - message event complete for messageId 15011 Read sync status for 13 records
    20:56:25.358 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323E4203800
    20:56:25.368 Engine working - message event complete for messageId 15011 Read sync status for 14 records
    20:56:25.368 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732304213800
    20:56:25.368 Engine working - message event complete for messageId 15011 Read sync status for 15 records
    20:56:25.368 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732324213800
    20:56:25.368 Engine working - message event complete for messageId 15011 Read sync status for 16 records
    20:56:25.368 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732344213800
    20:56:25.368 Engine working - message event complete for messageId 15011 Read sync status for 17 records
    20:56:25.368 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732364213800
    20:56:25.368 Engine working - message event complete for messageId 15011 Read sync status for 18 records
    20:56:25.368 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732384213800
    20:56:25.368 Engine working - message event complete for messageId 15011 Read sync status for 19 records
    20:56:25.368 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323A4213800
    20:56:25.378 Engine working - message event complete for messageId 15011 Read sync status for 20 records
    20:56:25.378 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323C4213800
    20:56:25.378 Engine working - message event complete for messageId 15011 Read sync status for 21 records
    20:56:25.378 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323E4213800
    20:56:25.378 Engine working - message event complete for messageId 15011 Read sync status for 22 records
    20:56:25.378 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732304223800
    20:56:25.378 Engine working - message event complete for messageId 15011 Read sync status for 23 records
    20:56:25.378 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732324223800
    20:56:25.378 Engine working - message event complete for messageId 15011 Read sync status for 24 records
    20:56:25.378 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732344223800
    20:56:25.388 Engine working - message event complete for messageId 15011 Read sync status for 25 records
    20:56:25.388 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732364223800
    20:56:25.388 Engine working - message event complete for messageId 15011 Read sync status for 26 records
    20:56:25.388 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732384223800
    20:56:25.388 Engine working - message event complete for messageId 15011 Read sync status for 27 records
    20:56:25.388 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323A4223800
    20:56:25.388 Engine working - message event complete for messageId 15011 Read sync status for 28 records
    20:56:25.388 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323C4223800
    20:56:25.388 Engine working - message event complete for messageId 15011 Read sync status for 29 records
    20:56:25.388 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323E4223800
    20:56:25.398 Engine working - message event complete for messageId 15011 Read sync status for 30 records
    20:56:25.398 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732304233800
    20:56:25.398 Engine working - message event complete for messageId 15011 Read sync status for 31 records
    20:56:25.398 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732324233800
    20:56:25.398 Engine working - message event complete for messageId 15011 Read sync status for 32 records
    20:56:25.398 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732344233800
    20:56:25.398 Engine working - message event complete for messageId 15011 Read sync status for 33 records
    20:56:25.398 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732364233800
    20:56:25.398 Engine working - message event complete for messageId 15011 Read sync status for 34 records
    20:56:25.398 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732384233800
    20:56:25.398 Engine working - message event complete for messageId 15011 Read sync status for 35 records
    20:56:25.398 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323A4233800
    20:56:25.408 Engine working - message event complete for messageId 15011 Read sync status for 36 records
    20:56:25.408 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323C4233800
    20:56:25.408 Engine working - message event complete for messageId 15011 Read sync status for 37 records
    20:56:25.408 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323E4233800
    20:56:25.408 Engine working - message event complete for messageId 15011 Read sync status for 38 records
    20:56:25.408 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732304243800
    20:56:25.408 Engine working - message event complete for messageId 15011 Read sync status for 39 records
    20:56:25.408 ModInfo: From Translator: ModInfo = 2013/05/15 19:16:28, recId = 00000000E4E539086D19C24BAF84262E9582732324243800
    20:56:25.408 Engine working - message event complete for messageId 15011 Read sync status for 40 records
    20:56:25.408 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732344243800
    20:56:25.408 Engine working - message event complete for messageId 15011 Read sync status for 41 records
    20:56:25.408 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732364243800
    20:56:25.418 Engine working - message event complete for messageId 15011 Read sync status for 42 records
    20:56:25.418 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732384243800
    20:56:25.418 Engine working - message event complete for messageId 15011 Read sync status for 43 records
    20:56:25.418 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323A4243800
    20:56:25.418 Engine working - message event complete for messageId 15011 Read sync status for 44 records
    20:56:25.418 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323C4243800
    20:56:25.418 Engine working - message event complete for messageId 15011 Read sync status for 45 records
    20:56:25.418 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323E4243800
    20:56:25.418 Engine working - message event complete for messageId 15011 Read sync status for 46 records
    20:56:25.418 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732304253800
    20:56:25.418 Engine working - message event complete for messageId 15011 Read sync status for 47 records
    20:56:25.418 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732324253800
    20:56:25.418 Engine working - message event complete for messageId 15011 Read sync status for 48 records
    20:56:25.418 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732344253800
    20:56:25.428 Engine working - message event complete for messageId 15011 Read sync status for 49 records
    20:56:25.428 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732364253800
    20:56:25.428 Engine working - message event complete for messageId 15011 Read sync status for 50 records
    20:56:25.428 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732384253800
    20:56:25.428 Engine working - message event complete for messageId 15011 Read sync status for 51 records
    20:56:25.428 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323A4253800
    20:56:25.428 Engine working - message event complete for messageId 15011 Read sync status for 52 records
    20:56:25.428 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323C4253800
    20:56:25.428 Engine working - message event complete for messageId 15011 Read sync status for 53 records
    20:56:25.428 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323E4253800
    20:56:25.428 Engine working - message event complete for messageId 15011 Read sync status for 54 records
    20:56:25.428 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732304263800
    20:56:25.438 Engine working - message event complete for messageId 15011 Read sync status for 55 records
    20:56:25.438 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732324263800
    20:56:25.438 Engine working - message event complete for messageId 15011 Read sync status for 56 records
    20:56:25.438 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732344263800
    20:56:25.438 Engine working - message event complete for messageId 15011 Read sync status for 57 records
    20:56:25.438 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732364263800
    20:56:25.438 Engine working - message event complete for messageId 15011 Read sync status for 58 records
    20:56:25.438 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732384263800
    20:56:25.438 Engine working - message event complete for messageId 15011 Read sync status for 59 records
    20:56:25.438 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323A4263800
    20:56:25.438 Engine working - message event complete for messageId 15011 Read sync status for 60 records
    20:56:25.448 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323C4263800
    20:56:25.448 Engine working - message event complete for messageId 15011 Read sync status for 61 records
    20:56:25.448 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323E4263800
    20:56:25.448 Engine working - message event complete for messageId 15011 Read sync status for 62 records
    20:56:25.448 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E9582732304273800
    20:56:25.448 Engine working - message event complete for messageId 15011 Read sync status for 63 records
    20:56:25.448 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E9582732324273800
    20:56:25.448 Engine working - message event complete for messageId 15011 Read sync status for 64 records
    20:56:25.448 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E9582732344273800
    20:56:25.448 Engine working - message event complete for messageId 15011 Read sync status for 65 records
    20:56:25.448 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E9582732364273800
    20:56:25.448 Engine working - message event complete for messageId 15011 Read sync status for 66 records
    20:56:25.448 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E9582732384273800
    20:56:25.458 Engine working - message event complete for messageId 15011 Read sync status for 67 records
    20:56:25.458 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E95827323A4273800
    20:56:25.458 Engine working - message event complete for messageId 15011 Read sync status for 68 records
    20:56:25.458 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E95827323C4273800
    20:56:25.458 Engine working - message event complete for messageId 15011 Read sync status for 69 records
    20:56:25.458 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E95827323E4273800
    20:56:25.458 Engine working - message event complete for messageId 15011 Read sync status for 70 records
    20:56:25.458 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E9582732304283800
    20:56:25.458 Engine working - message event complete for messageId 15011 Read sync status for 71 records
    20:56:25.458 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E9582732324283800
    20:56:25.458 Engine working - message event complete for messageId 15011 Read sync status for 72 records
    20:56:25.458 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:58, recId = 00000000E4E539086D19C24BAF84262E9582732344283800
    20:56:25.468 Engine working - message event complete for messageId 15011 Read sync status for 73 records
    20:56:25.468 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:58, recId = 00000000E4E539086D19C24BAF84262E9582732364283800
    20:56:25.468 Engine working - message event complete for messageId 15011 Read sync status for 74 records
    20:56:25.468 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:58, recId = 00000000E4E539086D19C24BAF84262E9582732384283800
    20:56:25.468 Engine working - message event complete for messageId 15011 Read sync status for 75 records
    20:56:25.468 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:58, recId = 00000000E4E539086D19C24BAF84262E95827323A4283800
    20:56:25.468 Engine working - message event complete for messageId 15011 Read sync status for 76 records
    20:56:25.468 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:58, recId = 00000000E4E539086D19C24BAF84262E95827323C4283800
    20:56:25.468 Engine working - message event complete for messageId 15011 Read sync status for 77 records
    20:56:25.468 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:58, recId = 00000000E4E539086D19C24BAF84262E95827323E4283800
    20:56:25.468 Engine working - message event complete for messageId 15011 Read sync status for 78 records
    20:56:25.468 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E9582732304293800
    20:56:25.478 Engine working - message event complete for messageId 15011 Read sync status for 79 records
    20:56:25.478 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E9582732324293800
    20:56:25.478 Engine working - message event complete for messageId 15011 Read sync status for 80 records
    20:56:25.478 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E9582732344293800
    20:56:25.478 Engine working - message event complete for messageId 15011 Read sync status for 81 records
    20:56:25.478 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E9582732364293800
    20:56:25.488 Engine working - message event complete for messageId 15011 Read sync status for 82 records
    20:56:25.488 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E9582732384293800
    20:56:25.488 Engine working - message event complete for messageId 15011 Read sync status for 83 records
    20:56:25.488 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E95827323A4293800
    20:56:25.488 Engine working - message event complete for messageId 15011 Read sync status for 84 records
    20:56:25.488 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E95827323C4293800
    20:56:25.488 Engine working - message event complete for messageId 15011 Read sync status for 85 records
    20:56:25.488 ModInfo: From Translator: ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E95827323E4293800
    20:56:25.488 Engine working - message event complete for messageId 15011 Read sync status for 86 records
    20:56:25.488 ModInfo: From Translator: ModInfo = 2013/05/15 18:31:09, recId = 00000000E4E539086D19C24BAF84262E95827323442A3800
    20:56:25.498 Engine working - message event complete for messageId 15011 Read sync status for 87 records
    20:56:25.498 ModInfo: From Translator: ModInfo = 2013/05/15 19:58:54, recId = 00000000E4E539086D19C24BAF84262E95827323042B3800
    20:56:25.498 Engine working - message event complete for messageId 15011 Read sync status for 88 records
    20:56:25.498 Engine working - message event complete for messageId 13000
    20:56:25.498 Engine working - message event complete for messageId 15003 Read 1 records
    20:56:25.498 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:10, recId = 00000000E4E539086D19C24BAF84262E95827323441F3800
    20:56:25.498 ModInfo: original previous ModInfo is = 2013/05/15 17:46:10
    20:56:25.498 Engine working - message event complete for messageId 15003 Read 2 records
    20:56:25.498 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:10, recId = 00000000E4E539086D19C24BAF84262E95827323641F3800
    20:56:25.498 ModInfo: original previous ModInfo is = 2013/05/15 17:46:10
    20:56:25.508 Engine working - message event complete for messageId 15003 Read 3 records
    20:56:25.508 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323841F3800
    20:56:25.508 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.508 Engine working - message event complete for messageId 15003 Read 4 records
    20:56:25.508 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323A41F3800
    20:56:25.508 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.508 Engine working - message event complete for messageId 15003 Read 5 records
    20:56:25.508 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323C41F3800
    20:56:25.508 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.508 Engine working - message event complete for messageId 15003 Read 6 records
    20:56:25.508 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323E41F3800
    20:56:25.508 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.508 Engine working - message event complete for messageId 15003 Read 7 records
    20:56:25.508 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732304203800
    20:56:25.508 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.518 Engine working - message event complete for messageId 15003 Read 8 records
    20:56:25.518 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732324203800
    20:56:25.518 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.518 Engine working - message event complete for messageId 15003 Read 9 records
    20:56:25.518 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732344203800
    20:56:25.518 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.518 Engine working - message event complete for messageId 15003 Read 10 records
    20:56:25.518 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732364203800
    20:56:25.518 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.518 Engine working - message event complete for messageId 15003 Read 11 records
    20:56:25.518 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732384203800
    20:56:25.518 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.528 Engine working - message event complete for messageId 15003 Read 12 records
    20:56:25.528 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323A4203800
    20:56:25.528 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.528 Engine working - message event complete for messageId 15003 Read 13 records
    20:56:25.528 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323C4203800
    20:56:25.528 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.528 Engine working - message event complete for messageId 15003 Read 14 records
    20:56:25.528 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323E4203800
    20:56:25.528 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.528 Engine working - message event complete for messageId 15003 Read 15 records
    20:56:25.528 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732304213800
    20:56:25.528 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.538 Engine working - message event complete for messageId 15003 Read 16 records
    20:56:25.538 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732324213800
    20:56:25.538 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.538 Engine working - message event complete for messageId 15003 Read 17 records
    20:56:25.538 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732344213800
    20:56:25.538 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.538 Engine working - message event complete for messageId 15003 Read 18 records
    20:56:25.538 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732364213800
    20:56:25.538 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.538 Engine working - message event complete for messageId 15003 Read 19 records
    20:56:25.538 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E9582732384213800
    20:56:25.538 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.548 Engine working - message event complete for messageId 15003 Read 20 records
    20:56:25.548 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:11, recId = 00000000E4E539086D19C24BAF84262E95827323A4213800
    20:56:25.548 ModInfo: original previous ModInfo is = 2013/05/15 17:46:11
    20:56:25.548 Engine working - message event complete for messageId 15003 Read 21 records
    20:56:25.548 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323C4213800
    20:56:25.548 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.548 Engine working - message event complete for messageId 15003 Read 22 records
    20:56:25.548 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323E4213800
    20:56:25.548 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.548 Engine working - message event complete for messageId 15003 Read 23 records
    20:56:25.548 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732304223800
    20:56:25.548 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.558 Engine working - message event complete for messageId 15003 Read 24 records
    20:56:25.558 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732324223800
    20:56:25.558 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.558 Engine working - message event complete for messageId 15003 Read 25 records
    20:56:25.558 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732344223800
    20:56:25.558 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.558 Engine working - message event complete for messageId 15003 Read 26 records
    20:56:25.558 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732364223800
    20:56:25.558 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.568 Engine working - message event complete for messageId 15003 Read 27 records
    20:56:25.568 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732384223800
    20:56:25.568 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.568 Engine working - message event complete for messageId 15003 Read 28 records
    20:56:25.568 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323A4223800
    20:56:25.568 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.568 Engine working - message event complete for messageId 15003 Read 29 records
    20:56:25.568 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323C4223800
    20:56:25.568 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.568 Engine working - message event complete for messageId 15003 Read 30 records
    20:56:25.568 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323E4223800
    20:56:25.568 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.568 Engine working - message event complete for messageId 15003 Read 31 records
    20:56:25.568 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732304233800
    20:56:25.568 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.578 Engine working - message event complete for messageId 15003 Read 32 records
    20:56:25.578 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732324233800
    20:56:25.578 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.578 Engine working - message event complete for messageId 15003 Read 33 records
    20:56:25.578 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732344233800
    20:56:25.578 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.578 Engine working - message event complete for messageId 15003 Read 34 records
    20:56:25.578 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732364233800
    20:56:25.578 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.578 Engine working - message event complete for messageId 15003 Read 35 records
    20:56:25.588 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E9582732384233800
    20:56:25.588 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.588 Engine working - message event complete for messageId 15003 Read 36 records
    20:56:25.588 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323A4233800
    20:56:25.588 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.588 Engine working - message event complete for messageId 15003 Read 37 records
    20:56:25.588 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323C4233800
    20:56:25.588 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.588 Engine working - message event complete for messageId 15003 Read 38 records
    20:56:25.588 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:12, recId = 00000000E4E539086D19C24BAF84262E95827323E4233800
    20:56:25.588 ModInfo: original previous ModInfo is = 2013/05/15 17:46:12
    20:56:25.588 Engine working - message event complete for messageId 15003 Read 39 records
    20:56:25.588 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732304243800
    20:56:25.588 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.598 Engine working - message event complete for messageId 15003 Read 40 records
    20:56:25.598 ModInfo: untruncated previous ModInfo = 2013/05/15 19:16:28, recId = 00000000E4E539086D19C24BAF84262E9582732324243800
    20:56:25.598 ModInfo: original previous ModInfo is = 2013/05/15 19:16:28
    20:56:25.598 Engine working - message event complete for messageId 15003 Read 41 records
    20:56:25.598 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732344243800
    20:56:25.598 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.598 Engine working - message event complete for messageId 15003 Read 42 records
    20:56:25.598 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732364243800
    20:56:25.598 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.598 Engine working - message event complete for messageId 15003 Read 43 records
    20:56:25.598 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732384243800
    20:56:25.598 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.598 Engine working - message event complete for messageId 15003 Read 44 records
    20:56:25.598 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323A4243800
    20:56:25.598 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.608 Engine working - message event complete for messageId 15003 Read 45 records
    20:56:25.608 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323C4243800
    20:56:25.608 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.608 Engine working - message event complete for messageId 15003 Read 46 records
    20:56:25.608 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323E4243800
    20:56:25.608 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.608 Engine working - message event complete for messageId 15003 Read 47 records
    20:56:25.608 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732304253800
    20:56:25.608 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.608 Engine working - message event complete for messageId 15003 Read 48 records
    20:56:25.608 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732324253800
    20:56:25.608 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.608 Engine working - message event complete for messageId 15003 Read 49 records
    20:56:25.608 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732344253800
    20:56:25.608 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.608 Engine working - message event complete for messageId 15003 Read 50 records
    20:56:25.618 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732364253800
    20:56:25.618 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.618 Engine working - message event complete for messageId 15003 Read 51 records
    20:56:25.618 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732384253800
    20:56:25.618 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.618 Engine working - message event complete for messageId 15003 Read 52 records
    20:56:25.618 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323A4253800
    20:56:25.618 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.618 Engine working - message event complete for messageId 15003 Read 53 records
    20:56:25.618 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323C4253800
    20:56:25.618 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.618 Engine working - message event complete for messageId 15003 Read 54 records
    20:56:25.618 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323E4253800
    20:56:25.618 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.618 Engine working - message event complete for messageId 15003 Read 55 records
    20:56:25.618 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732304263800
    20:56:25.618 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.628 Engine working - message event complete for messageId 15003 Read 56 records
    20:56:25.628 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732324263800
    20:56:25.628 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.628 Engine working - message event complete for messageId 15003 Read 57 records
    20:56:25.628 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732344263800
    20:56:25.628 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.628 Engine working - message event complete for messageId 15003 Read 58 records
    20:56:25.628 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732364263800
    20:56:25.628 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.628 Engine working - message event complete for messageId 15003 Read 59 records
    20:56:25.628 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E9582732384263800
    20:56:25.628 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.628 Engine working - message event complete for messageId 15003 Read 60 records
    20:56:25.628 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323A4263800
    20:56:25.628 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.638 Engine working - message event complete for messageId 15003 Read 61 records
    20:56:25.638 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323C4263800
    20:56:25.638 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.638 Engine working - message event complete for messageId 15003 Read 62 records
    20:56:25.638 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:13, recId = 00000000E4E539086D19C24BAF84262E95827323E4263800
    20:56:25.638 ModInfo: original previous ModInfo is = 2013/05/15 17:46:13
    20:56:25.638 Engine working - message event complete for messageId 15003 Read 63 records
    20:56:25.638 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E9582732304273800
    20:56:25.638 ModInfo: original previous ModInfo is = 2013/05/15 17:46:14
    20:56:25.638 Engine working - message event complete for messageId 15003 Read 64 records
    20:56:25.638 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E9582732324273800
    20:56:25.638 ModInfo: original previous ModInfo is = 2013/05/15 17:46:14
    20:56:25.638 Engine working - message event complete for messageId 15003 Read 65 records
    20:56:25.638 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E9582732344273800
    20:56:25.638 ModInfo: original previous ModInfo is = 2013/05/15 17:46:14
    20:56:25.648 Engine working - message event complete for messageId 15003 Read 66 records
    20:56:25.648 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E9582732364273800
    20:56:25.648 ModInfo: original previous ModInfo is = 2013/05/15 17:46:14
    20:56:25.648 Engine working - message event complete for messageId 15003 Read 67 records
    20:56:25.648 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E9582732384273800
    20:56:25.648 ModInfo: original previous ModInfo is = 2013/05/15 17:46:14
    20:56:25.648 Engine working - message event complete for messageId 15003 Read 68 records
    20:56:25.648 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E95827323A4273800
    20:56:25.648 ModInfo: original previous ModInfo is = 2013/05/15 17:46:14
    20:56:25.648 Engine working - message event complete for messageId 15003 Read 69 records
    20:56:25.648 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E95827323C4273800
    20:56:25.648 ModInfo: original previous ModInfo is = 2013/05/15 17:46:14
    20:56:25.648 Engine working - message event complete for messageId 15003 Read 70 records
    20:56:25.648 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E95827323E4273800
    20:56:25.648 ModInfo: original previous ModInfo is = 2013/05/15 17:46:14
    20:56:25.648 Engine working - message event complete for messageId 15003 Read 71 records
    20:56:25.648 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E9582732304283800
    20:56:25.648 ModInfo: original previous ModInfo is = 2013/05/15 17:46:14
    20:56:25.658 Engine working - message event complete for messageId 15003 Read 72 records
    20:56:25.658 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:14, recId = 00000000E4E539086D19C24BAF84262E9582732324283800
    20:56:25.658 ModInfo: original previous ModInfo is = 2013/05/15 17:46:14
    20:56:25.658 Engine working - message event complete for messageId 15003 Read 73 records
    20:56:25.658 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:58, recId = 00000000E4E539086D19C24BAF84262E9582732344283800
    20:56:25.658 ModInfo: original previous ModInfo is = 2013/05/15 17:46:58
    20:56:25.658 Engine working - message event complete for messageId 15003 Read 74 records
    20:56:25.658 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:58, recId = 00000000E4E539086D19C24BAF84262E9582732364283800
    20:56:25.658 ModInfo: original previous ModInfo is = 2013/05/15 17:46:58
    20:56:25.658 Engine working - message event complete for messageId 15003 Read 75 records
    20:56:25.658 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:58, recId = 00000000E4E539086D19C24BAF84262E9582732384283800
    20:56:25.658 ModInfo: original previous ModInfo is = 2013/05/15 17:46:58
    20:56:25.668 Engine working - message event complete for messageId 15003 Read 76 records
    20:56:25.668 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:58, recId = 00000000E4E539086D19C24BAF84262E95827323A4283800
    20:56:25.668 ModInfo: original previous ModInfo is = 2013/05/15 17:46:58
    20:56:25.668 Engine working - message event complete for messageId 15003 Read 77 records
    20:56:25.668 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:58, recId = 00000000E4E539086D19C24BAF84262E95827323C4283800
    20:56:25.668 ModInfo: original previous ModInfo is = 2013/05/15 17:46:58
    20:56:25.668 Engine working - message event complete for messageId 15003 Read 78 records
    20:56:25.668 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:58, recId = 00000000E4E539086D19C24BAF84262E95827323E4283800
    20:56:25.668 ModInfo: original previous ModInfo is = 2013/05/15 17:46:58
    20:56:25.668 Engine working - message event complete for messageId 15003 Read 79 records
    20:56:25.668 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E9582732304293800
    20:56:25.668 ModInfo: original previous ModInfo is = 2013/05/15 17:46:59
    20:56:25.668 Engine working - message event complete for messageId 15003 Read 80 records
    20:56:25.668 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E9582732324293800
    20:56:25.668 ModInfo: original previous ModInfo is = 2013/05/15 17:46:59
    20:56:25.678 Engine working - message event complete for messageId 15003 Read 81 records
    20:56:25.678 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E9582732344293800
    20:56:25.678 ModInfo: original previous ModInfo is = 2013/05/15 17:46:59
    20:56:25.678 Engine working - message event complete for messageId 15003 Read 82 records
    20:56:25.678 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E9582732364293800
    20:56:25.678 ModInfo: original previous ModInfo is = 2013/05/15 17:46:59
    20:56:25.678 Engine working - message event complete for messageId 15003 Read 83 records
    20:56:25.678 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E9582732384293800
    20:56:25.678 ModInfo: original previous ModInfo is = 2013/05/15 17:46:59
    20:56:25.678 Engine working - message event complete for messageId 15003 Read 84 records
    20:56:25.678 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E95827323A4293800
    20:56:25.678 ModInfo: original previous ModInfo is = 2013/05/15 17:46:59
    20:56:25.678 Engine working - message event complete for messageId 15003 Read 85 records
    20:56:25.678 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E95827323C4293800
    20:56:25.678 ModInfo: original previous ModInfo is = 2013/05/15 17:46:59
    20:56:25.678 Engine working - message event complete for messageId 15003 Read 86 records
    20:56:25.688 ModInfo: untruncated previous ModInfo = 2013/05/15 17:46:59, recId = 00000000E4E539086D19C24BAF84262E95827323E4293800
    20:56:25.688 ModInfo: original previous ModInfo is = 2013/05/15 17:46:59
    20:56:25.688 Engine working - message event complete for messageId 15003 Read 87 records
    20:56:25.688 ModInfo: untruncated previous ModInfo = 2013/05/15 18:31:09, recId = 00000000E4E539086D19C24BAF84262E95827323442A3800
    20:56:25.688 ModInfo: original previous ModInfo is = 2013/05/15 18:31:09
    20:56:25.688 Engine working - message event complete for messageId 15003 Read 88 records
    20:56:25.688 ModInfo: untruncated previous ModInfo = 2013/05/15 19:58:541043524122, recId = 00000000E4E539086D19C24BAF84262E95827323042B3800
    20:56:25.688 ModInfo: truncated previous ModInfo is = 2013/05/15 19:58:54
    20:56:25.698 Engine working - message event complete for messageId 13000
    20:56:25.698 Sync information for application 'Calendar' in translator 'BlackBerry' --
    20:56:25.698 Number of newly added records since last sync (New): 0
    20:56:25.698 Number of records modified since last sync (Modified): 0
    20:56:25.698 Number of records deleted since last sync (Deleted): 0
    20:56:25.698 Sync information for application 'Calendar' in translator 'Outlook' --
    20:56:25.698 Number of newly added records since last sync (New): 0
    20:56:25.698 Number of records modified since last sync (Modified): 0
    20:56:25.698 Number of records deleted since last sync (Deleted): 0
    20:56:25.698 Performing one-way sync
    20:56:25.698 Number of conflicting records : 0
    20:56:25.698 Number of 'Calendar' records to be deleted from 'BlackBerry': 0
    20:56:25.698 Number of 'Calendar' records to be deleted from 'Outlook': 0
    20:56:25.698 Engine working - message event complete for messageId 13000
    20:56:25.698 End Sync Status Check
    20:56:25.698 Ending Sync Status Checks
    20:56:25.698 Starting Conversions
    20:56:25.698 Engine working - message event complete for messageId 15001 Converting BlackBerry Calendar data
    20:56:25.708 Engine working - message event complete for messageId 15001 Converting Outlook Calendar data
    20:56:25.708 Engine working - message event complete for messageId 15001 Converting BlackBerry Calendar data
    20:56:25.708 Engine working - message event complete for messageId 15001 Converting Outlook Calendar data
    20:56:25.708 Engine working - message event complete for messageId 15001 Converting BlackBerry Calendar data
    20:56:25.708 Engine working - message event complete for messageId 15001 Converting Outlook Calendar data
    20:56:25.708 Engine working - message event complete for messageId 15001 Converting BlackBerry Calendar data
    20:56:25.708 Engine working - message event complete for messageId 15001 Converting Outlook Calendar data
    20:56:25.708 Engine working - message event complete for messageId 13000
    20:56:25.718 Ending Conversions
    20:56:25.718 Engine working - message event complete for messageId 15013 Preparing sync preview
    20:56:25.898 Engine working - message event complete for messageId 13000
    20:56:25.898 SyncPreviewContract::LoadRecords - Msg_ExplicitEmptyString
    20:56:25.898 SyncPreviewContract::LoadRecords - syncStatus ActionDbRecord loop
    20:56:25.898 SyncPreviewContract::LoadRecords - syncStatus MergeConflictDbRecord loop
    20:56:25.898 Engine working - message event complete for messageId 13000
    20:56:25.898 SyncPreviewContract::LoadRecords - Msg_ExplicitEmptyString
    20:56:25.908 SyncPreviewContract::LoadRecords - syncStatus ActionDbRecord loop
    20:56:25.908 SyncPreviewContract::LoadRecords - syncStatus MergeConflictDbRecord loop
    20:56:25.908 Engine waiting for user input - WPF message event raised for SyncPreview
    20:56:25.908 Engine working - message event complete for SyncPreviewEvent
    20:56:25.908 Starting Data Updates
    20:56:25.908 Engine working - message event complete for messageId 15002 Updating BlackBerry Calendar data
    20:56:25.908 Starting Status Update for BlackBerry Calendar
    20:56:25.908 Starting Match Order
    20:56:25.908 Ending Match Order
    20:56:25.908 Starting Merge
    20:56:25.908 Ending Merge
    20:56:25.908 Starting Source Translator DB Updates
    20:56:25.918 Ending Source Translator DB Updates
    20:56:25.918 Engine working - message event complete for messageId 15002 Updating Outlook Calendar data
    20:56:25.918 Starting Destination Translator DB Updates
    20:56:25.928 Ending Destination Translator DB Updates
    20:56:25.928 Start Source and Destination Status DB Updates
    20:56:25.928 End Source and Destination Status DB Updates
    20:56:25.928
    20:56:25.928 Sync Status of 'Calendar' after performing synchronization
    20:56:25.928 Synchronized 88 records in 'Calendar'.
    20:56:25.928 CSYNCSTATUS: Contract 65538 has src=0, dst=0 errors
    20:56:25.938 Engine working - message event complete for messageId 13000
    20:56:25.938 Engine working - message event complete for messageId 15014 Completing Synchronization Actions.
    20:56:25.938 Ending Status Update for BlackBerry Calendar
    20:56:25.968 Ending Data Updates
    20:56:25.988 Sync Engine Completed
     Screenshot

    Many thanks. I just spent a couple of hours waiting for Apple technician on the phone, and they said you need to upgrade to Outlook 2003. I do not know if it will still work if I do it, but I will try. What did they say to you on the phone.

  • Wireless Sync my Outlook Calendar

    I ended up updating my Blackberry Bold last night and it changed a lot of the features on my phone, I honestly love the new look and I am happy I upgraded the device however now I cannot sync my outlook calendar no matter what I try to do and it tells me I need to turn off the wireless sync and gives me directions to do so however none of those options are availible anymore... 
    Does anyone know how I can sync my Outlook Calendar Wirelessly? Or better yet any info on how I can turn it off so I can sync my calendar the regular way with the usb? 

    Hi StewartJoseph and welcome to the BlackBerry Support Community Forums!
    This sounds like you have to change your default Calendar option in your BlackBerry.  You can do so, in BlackBerry 6, under Options>Device>Advanced System Settings>Default Services.  You may have one of your email accounts set to the default, which likely has wireless synchronization enabled.  Change the default calendar to another option then try synchronizing with Outlook again.
    On your second question, no, the BlackBerry cannot synchronize wirelessly with Microsoft Outlook unless you are configured on a BlackBerry Enterprise Server (BES).
    I hope this helps!
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Iphone 5 won't sync outlook calendar

    Bare with me as this is my first iphone.  I can't get my outlook calendar to sync with my iphone wirelessly.  I am getting my e-mails just fine, but my calendar is not updating on my phone.  My wife has told me that she has several colleagues who are having the same problem and some believe it is due to the new ios6.
    Details:
    -my e-mail is hosted through a private service provider, not yahoo or gmail etc, and it is pop3
    -I have no problem getting my e-mails
    -in settings
      my calendar is set to sync all events
      the time zone is set correctly
      the default calendar is set to "from My PC ( before I had it set to i cloud and it still didn't work )
      I have fetch new data set to every 15 minutes and push is set to on
    Is this a common problem in ios6 that has to be worked out?  If not could someone please tell me what I am doing wrong?

    Google Calendar Sync http://support.google.com/calendar/bin/answer.py?hl=en&answer=98563 is the solution to all of these issues, at least if you use Windows.
    Google Calendar Sync is a lightweight program you install that automatically syncs whatever is on your Outlook calendar to your  Google Calendar http://calendar.google.com/ account (you'll need to create a Google Calendar account, if you don't already have one). You can sync one-way, to send only stuff on your Outlook calendar to Google or vice-versa. Sync two-way if you want calendar entries made in either place to flow back-and-forth.
    Once Outlook is talking to Google Calendar, life is beautiful for the IPhone user.(and this works for the iPad, as well). Go to "Settings," then "Mail, Contacts, Calendar," then choose "Add Account." You'll see Gmail as one of the options listed.
    Select Gmail, providing your Google information as required. After the account is set up, you'll see it listed within "Mail, Contacts, Calendars." Select it, then be sure you've toggled the "Calendars" link to "On." Once that's done, voila! Now you've channeled your Outlook calendar through the cloud to Google and back down to your iPhone.

  • Is anyone having trouble synching your Outlook Calendar with iCal on recurring events?

    In my Outlook calendar, I created some additional categories for different work events, each with their own name and color on my calendar.
    Sync Services is ON.
    When I went to synch my outlook calendar with my Blackberry, it looks like 10,000 or more new calendar items were created on my Outlook calendar. My Outlook calendar is a mess.  It think the problem is with iCal.
    It looks like all of the recurring events were duplicated 10 - 20 times each, including holidays.
    I have turned OFF Sync Services.
    I have two questions.
    1 - Is anyone else having this problem?
    2 - I have a Apple Time Capsule.  Is there a way I can go back to my Outlook calendar before this problem started today? 
    Thanks for any assistance you can provide.
    Medio Waldt

    All your computers/devices can sign into the same iCloud account and sync between them. It rather sounds as if you've managed to create two separate iCloud accounts. You may have a different ID for iTunes and have been trying to use that - you should keep that ID for iTunes, iTunes in the Cloud and iTunes Match and use the main iCloud ID for syncing.
    On the computer which works, make sure you know what the login for iCloud is. Then on the other computer remove iCloud altogether:
    http://help.apple.com/icloud/#mmb1de40d9 and expand 'Turn off iCloud altogether'.
    Now set up that computer with the same login as on the first computer.
    http://www.apple.com/icloud/setup/mac.html

  • Multiple Exchange email accounts into one calendar?

    I've been looking for a definitive answer for this for awhile now and searches always leave something to be desired. Anyway, if a user has multple exchange accounts with different addresses, is there anyway to combine all of those accounts into one calendar?
    The addresses should be forwarding to the "main" one, but the issue comes when someone sends a calendar invite to the different account([email protected] instead of [email protected], for example), it will only show up on the email1 account even
    though it was forwarded to the email0 account. This is causing people to be double booked in our environment when one calendar shows free because someone looked at the wrong one. 
    To further piggyback that idea, is there anyway to turn OFF the calendar feature with an account so one can not even book it? 
    Most of the answers I have seen say this is NOT possible, and only way to "combine" is to overlay, which isn't the same thing at all. Any ideas?

    Hi,
    Please refer to the link below:
    http://community.office365.com/en-us/forums/158/p/20554/96392.aspx#96392
    Does that meet your scenario? If yes, disable users' access to the calendar in Outlook Web App by connecting to Exchange Online service and running the following command in PowerShell:
           Set-OwaMailboxPolicy OwaMailboxPolicy-Default -CalendarEnabled $false
    More information about using Windows PowerShell in Exchange Online, please refer to this link:
    http://help.outlook.com/en-us/140/cc546278.aspx
    Regards.
    Melon Chen
    TechNet Community Support

  • Some appointmen​ts won't synchronis​e to outlook calendar

    Good afternoon,
    I have a user who recently installed the latest version of the blackberry desktop software. He noticed today that some of his appointments are missing on his outlook calendar but are still showing on his blackberry. He has tried to synchronise the blackberry and PC but the appointments do not reappear.
    He said he always uses outlook to create the appointments and very rarely creates appointments on the blackberry.
    The old software (as far as I'm aware) was working fine. He has only experienced this problem since upgrading to the newer version last week.
    I took a look at the problem earlier today and I checked the appointments on the blackberry. The one's that ARE showing in outlook (and will synchronise) are using a "default account". When you open the appointment in the blackberry calendar it says "default" on a drop down list. You cannot change this to another account.
    If I look at an appointment that IS NOT synchronising, it shows an email address as the account (which is his work email address and the one he uses with outlook/exchange). I can drop the box down but it only shows his work email address and his personal email address. I cannot select "default".
    So I think the problem lies with the account that is set on the appointments, but I cannot figure out how to resolve the issue so that ALL the appointments appear in outlook as expected.
    How can I get all appointments to synchronise with outlook?
    For info:
    - It is a blackberry torch 9800
    -The blackberry desktop software is the latest version and was downloaded/installed last week
    - I do not know what the previous version was, I'm afraid, as this is the first time I've dealt with the blackberry software.
    - We are running outlook 2007 and exchange 2003
    - The PC is running XP professional 32bit

    Hello katrinahoward and welcome to the BlackBerry Support Community Forums.
    Have a look at this article regarding multiple Calendar sync KB19240. Be sure to back up the device before merging Calendars.
    You can changed the default Calendar to be used for synchronization by going to Options>Device>Advanced System Settings>Default Services.
    Let me know how you make out.
    Thanks!
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • IPhone won't sync with Outlook calendars

    My iPhone was set up and syncing fine with my work email address (Outlook 2010). Then I had a second email account added to my Outlook so that I could get within an agency's address book and such. Once that happened, it stopped syncing. I've tried clicking in iTunes to "Replace information on this iPhone" and resetting the sync history. No dice. I've tried uninstalling iTunes and Apple device support and reinstalling, and that didn't help. In iTunes I have the choice of All calendars or Select calendar, but only one calendar (called "Calendar") is my option, and it doesn't sync either of my Outlook calendars.
    Any ideas?
    Thanks.

    Just to add to this. Another thing I thought of, is:
    If your outlook is connecting to an Exchange server (this includes hotmail services, MSN services and Live services) did you set up the iPhone mail account as 'exchange too'?
    If so, the iTunes won't need to sync mail data, calendars and tasks with your iPhone as all of this data is stores centrically on the server. Your iPhone only pulls the last 'x amount of days' OR the exchange server pushes the last 'x amount of days' worth of data.
    Because of this, there is nothing to sync. When you add a contact to iCal on the iPhone, it should sync with the server. IF NOT, check yours ync settings on the iphone mail, calendars and contacts setting for that particular account.
    OTHER SCENARIO: This applies to WebDAV calendars too.
    OTHER SCENARIO No 2: Read my previous post. If that doesn't work, then I would suggest referring to Microsofts Outlook KB's about external programs being blocked access to Outlooks Calendars Stores.

  • Outlook calendar prompts for reminder in wrong folder?

    Running Outlook 2013 (15.0.4615.1000) cached mode with Exchange 2007 SP3 U13.
    A user will create an appt on their Outlook Calendar then try to change the appt time by dragging the appt box. They will get the following - 
    Why is the user getting this prompt when it is their own calendar?
    Thanks

    Hi,
    Is it the default calendar of the user's Exchange account?
    Please first try to run the outlook.exe /cleanreminders command to check if this issue is caused by corrupt reminder. To do this, press Windows key + R to open the Run command, type
    outlook.exe /cleanreminders and press Enter.
    If we are talking about a issue happened in archives and other pst files, please have a look at the following article:
    http://www.slipstick.com/outlook/reminders-archives-pst-files/
    Thanks,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

Maybe you are looking for