Sign in
Dgoldman's WebLog
The daily adventures of an Escalation Engineer
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Blog - News
This posting is provided "AS IS" with no warranties, and confers no rights. OR if you wish to include a script sample in your post please add "Use of included script samples are subject to the terms specified at the
Terms Of Use.
Search Blogs
Tags
Exchange Information Store
Offline Address Book Related
Pages
Archive
Archives
January 2011
(1)
September 2010
(1)
May 2010
(2)
April 2010
(2)
March 2010
(5)
February 2010
(2)
January 2010
(1)
December 2009
(1)
November 2009
(1)
October 2009
(2)
August 2009
(2)
July 2009
(2)
May 2009
(1)
April 2009
(1)
March 2009
(1)
February 2009
(2)
January 2009
(1)
December 2008
(4)
November 2008
(2)
October 2008
(1)
August 2008
(6)
July 2008
(1)
June 2008
(2)
May 2008
(1)
April 2008
(3)
March 2008
(3)
February 2008
(4)
January 2008
(1)
December 2007
(3)
November 2007
(3)
October 2007
(4)
September 2007
(1)
August 2007
(3)
July 2007
(2)
June 2007
(4)
May 2007
(3)
April 2007
(5)
March 2007
(5)
February 2007
(6)
January 2007
(5)
December 2006
(1)
November 2006
(5)
October 2006
(6)
September 2006
(5)
August 2006
(5)
July 2006
(4)
June 2006
(3)
May 2006
(2)
April 2006
(3)
February 2006
(2)
January 2006
(1)
December 2005
(2)
November 2005
(1)
October 2005
(1)
September 2005
(1)
August 2005
(3)
July 2005
(1)
April 2005
(1)
March 2005
(1)
June 2004
(1)
MSDN Blogs
>
Dgoldman's WebLog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Dgoldman's WebLog
How to resolve the 0x8004010F error and Not Authorized (Error Code: 403 Forbidden) errors for Outlook 2007 clients
Posted
over 6 years ago
by
DGoldman [MSFT]
1
Comments
Certificates are a big problem for most administrators if they are configured incorrectly. Out of the box Exchange 2007 has a self signed certificate that will work. Since I don't want to reinvent the wheel here I will point you to this blog for more...
Dgoldman's WebLog
Exchange 2007 objects are not stamped with ShowInAddressBook and never end up in the GAL after a gal sync
Posted
over 6 years ago
by
DGoldman [MSFT]
8
Comments
When mailbox enabled objects are created they go through a stamping process to mail enable them. In Exchange 2003 the RUS (Recipient Update Service) is responsible for doing this. One of the main tasks of the Recipient Update Service is to populate the...
Dgoldman's WebLog
Missing permissions on the Address Lists Container breaks the OAB Generation process
Posted
over 6 years ago
by
DGoldman [MSFT]
1
Comments
Many times people often play with permissions when they should not. One common mistake administrators make is that they remove the Authenticated Users from the security mask on the Address Lists Container thus hiding it from everybody. Once this is done...
Dgoldman's WebLog
After installing an Exchange 2007 or Exchange 2010 server in to a mixed site the OAB generation fails with error 9342 and Outlook clients fail to download the OAB with error 0x8004010f
Posted
over 6 years ago
by
DGoldman [MSFT]
2
Comments
After setting up a mixed org with exchange 2007 and or Exchange 2010 the OAB generation fails with error 9342 Public folders are widely used with all version of Exchange. For the OAB public folders are a must. With the introduction of Exchange 2007...
Dgoldman's WebLog
Outlook 2003 and 2007 clients receive error 0x8004010f when downloading the Offline Address Book
Posted
over 6 years ago
by
DGoldman [MSFT]
2
Comments
There are a multiple reasons for why an Outlook client can receive the 0x8004010f sync error. Unfortunately, 0x8004010f is just a generic MAPI error and will show up for a variety of problems. Here is what the error looks like under err.exe ( Microsoft...
Dgoldman's WebLog
You receive an 0x8004010F error message in Outlook when you try to synchronize the OAB with an Exchange Server 2003 server
Posted
over 6 years ago
by
DGoldman [MSFT]
5
Comments
When you try to synchronize the offline address list on a Microsoft Exchange Server 2003 server in Microsoft Office Outlook 2003, you may receive the following error message in the Sync Issues folder: 0x8004010F An object could not be found If you...
Dgoldman's WebLog
Downloading the OAB fails with 0x8004010F and 'The operation failed. An object could not be found.'
Posted
over 6 years ago
by
DGoldman [MSFT]
3
Comments
Through out migrations and site consolidations it is common for administrators to create multiple accounts for users. Certain situations can cause problem for clients when they are trying to download the OAB. Below is the break down on the process: ...
Dgoldman's WebLog
Outlook OAB download fails with 0X80004005 and 0x8004010f
Posted
over 6 years ago
by
DGoldman [MSFT]
4
Comments
When a Microsoft Outlook client tries to download the offline Address Book in Microsoft Outlook, the offline Address Book may not be downloaded successfully. Events that are similar to the following are added to the synchronization log: 12:45:53 Synchronizing...
Dgoldman's WebLog
You receive error 8004010F, and event IDs 3043, 3048, 9335, and 9331 are logged when you try to download the offline address book in Exchange Server 2003 or in Exchange 2000 Server
Posted
over 6 years ago
by
DGoldman [MSFT]
1
Comments
There are several reasons for why an Outlook client can receive the 8004010F error when trying to download the Offline Address Book files from an Exchange Server. Additionally you can end up with some events in the application log when diagnostic logging...
Dgoldman's WebLog
Minimizing excessive Offline Address Book downloads with Exchange 2003
Posted
over 6 years ago
by
DGoldman [MSFT]
1
Comments
If your organization needs to minimize the effects of the full offline address book downloads across a WAN link, there are some best practices you can employ. • Limit large sets of full offline address book downloads The first option is to limit large...
Dgoldman's WebLog
How to create an Offline Address Book using Visual Basic
Posted
over 6 years ago
by
DGoldman [MSFT]
1
Comments
I thought that this would be fun to post, so here it is :) '////////////////////////////////////////////////////////////////////// ' Function: createOfflineAddressBook() ' Purpose: Creates an Offline Address Book. ' ' Input: szDomainName...
Dgoldman's WebLog
New Version of OABInteg has been posted on Gotdotnet
Posted
over 6 years ago
by
DGoldman [MSFT]
3
Comments
I have finished the new code for OABInteg and have posted the new version. Some of the new features include: 1. The ability to detect if you are running OABInteg on an Exchange server. If you are running OABInteg on an Exchange server all of the Exchange...
Dgoldman's WebLog
How to programmatically create Offline Address Books in Exchange 2003
Posted
over 6 years ago
by
DGoldman [MSFT]
2
Comments
In Exchange 2003 and in Exchange 2000, an Offline Address Book is an Active Directory Object that exists in the Configuration namespace of the directory. Creating an Offline Address Book involves creating an "msExchOAB" class object, under the "CN=Offline...
Dgoldman's WebLog
How to use OABInteg's oabfldcheck and proxytest to troubleshoot OAB Generation issues and Missing objects after an OAB downloads
Posted
over 6 years ago
by
DGoldman [MSFT]
2
Comments
This blog covers two very important tests from the Offline Address Book Integrity (OABINTEG) tool: 1. The OAB Folder Check – oabfldcheck 2. The OAB Proxy Test - proxytest OAB Folder Check [oabfldcheck] and Proxy Test [proxytest] are two essential...
Dgoldman's WebLog
Installing Outlook 2007 on an Exchange 2007 server
Posted
over 6 years ago
by
DGoldman [MSFT]
3
Comments
There has been some questions on the newsgroups with regards to installing Outlook 2007 on an Exchange 2007 server. With *previous* versions of Exchange this was not possible due to an incompatibility with the outlook MAPI binaries, and the versions that...
Dgoldman's WebLog
OAB Downloads fail with 0x80190197
Posted
over 6 years ago
by
DGoldman [MSFT]
3
Comments
An Outlook 2007 client now uses web services for most of its features (OAB, OFF, Calendar, etc) when connecting to an Exchange 2007 server. One thing that might not be very apparent is that when an Outlook client makes it's connections it will check the...
Dgoldman's WebLog
How to Add, Edit, Change and Revert Address and Details Templates
Posted
over 6 years ago
by
DGoldman [MSFT]
5
Comments
What are details templates and how are they used? Details templates control the appearance of the address lists your Exchange users see when they look up recipient properties in address lists. You can change the appearance of address lists by modifying...
Dgoldman's WebLog
OAB Generation on a cluster server fails with event id 9395 or 9396
Posted
over 6 years ago
by
DGoldman [MSFT]
1
Comments
When you are building an OAB Version 4 Offline Address Book on a cluster server (CCR or SCC) we can fail to generate the OAB with an event id 9395 or event id 9396. In Exchange 2007 RTM (Release Build) our support for the OAB Generation process running...
Dgoldman's WebLog
How to configure Active Directory diagnostic logging for Windows 2000 and Windows 2003
Posted
over 6 years ago
by
DGoldman [MSFT]
3
Comments
There are situations where the System Attendant can fail to contact the Active Directory, and when this happens certain tasks like OABGen, Free/Busy, Mailbox Manager, etc can stop working. When this happens the System Attendant will log a Windows Application...
Dgoldman's WebLog
Exchange 2007 OAB Generation fails with errors 9348 and 9109
Posted
over 6 years ago
by
DGoldman [MSFT]
5
Comments
The OAB Generation process can fail when rebuilding an Offline Address List if permissions on the Default Global Address List have been restricted or removed. If this happens you might see the following errors in the Windows Application Log: Event...
Dgoldman's WebLog
Laptop and high CPU consumption caused by ccmexec.exe
Posted
over 6 years ago
by
DGoldman [MSFT]
1
Comments
What is ccmexec.exe and inventory.exe and what do they? Most people with laptops gripe about these two process all the time. It is quite that you will turn on your laptop, and watch the performance drop as your hard disk activity goes through the roof...
Dgoldman's WebLog
OAB Generation fails with 9108, 9126, 9175 and MAPI Error code 0x80040402
Posted
over 6 years ago
by
DGoldman [MSFT]
4
Comments
Under certain conditions the OAB generation process can fail with the following errors: 9108, 9126 and 9175. These event id's are common and will always be logged if the OAB Generation process has a failure. 9108 - The Address List that is linked to your...
Dgoldman's WebLog
OPATH filters and Exchange 2007
Posted
over 6 years ago
by
DGoldman [MSFT]
0
Comments
If you are not familiar with what OPATH is, then you must read these two blogs when you are done reading this one!!! OPATH is basis for the filtering syntax now used by The Microsoft Management Shell (Powershell), and is therefore the filtering syntax...
Dgoldman's WebLog
Offline Address Book web distribution in Exchange Server 2007
Posted
over 6 years ago
by
DGoldman [MSFT]
0
Comments
Vladimir Kritchko is one of the developers who has worked directly with OAB and the FDS component. A while back he posted a great write up on how OAB Web Distribution works. If you missed this blog, you can read it here. http://msexchangeteam.com/archive...
Dgoldman's WebLog
How to fix the Outlook Express spelling checker when the French Dictionary is the only dictionary
Posted
over 6 years ago
by
DGoldman [MSFT]
25
Comments
A few days ago I was working on a new laptop and I noticed that after I installed Office 2007 the English dictionary in Outlook Express had been changed to the French dictionary. I also noticed that I was unable to change it back to the English dictionary...
Page 4 of 6 (149 items)
«
2
3
4
5
6