Link to home
Start Free TrialLog in
Avatar of cheto06
cheto06

asked on

Outlool Offline Address Book

I have created a new Exchange 2007 Offline Address Book in order to resolve some replication issues i am having with my current one. I used the below command to publish it to myself. However, when i go to my client and try to download the new address book I get the below error.
task 'user@domain.com' reported error (0x80190194) : 'The Operation Failed'

Any help is appreciated.
Avatar of MegaNuk3
MegaNuk3
Flag of United Kingdom of Great Britain and Northern Ireland image

1.)  what command did you use?
2.) what version of Outlook?
3.) what version of Exchange and service pack level?
Avatar of cheto06
cheto06

ASKER

1. Set-Mailbox -Identity user -OfflineAddressBook "My OAB"
Avatar of cheto06

ASKER

2. Outlook 2007
3. Excchange 2007 Version 8.3 (Build 83.6)
thanks,
Do
Get-offlineaddressbook | update-offlineaddressbook

Wait 15 minutes and then restart the msExchangeFDS service on the CAS server
Wait 5 minutes and then try download the offline address book also try on a client that is still assigned the old address book and see what happens
Avatar of cheto06

ASKER

The msExchangeFDS is disabled.  Is this my problem?
ASKER CERTIFIED SOLUTION
Avatar of MegaNuk3
MegaNuk3
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cheto06

ASKER

I only have one server with all the roles. I used to have a hub transport but it has been decom.
Does the service still needs to be running?
Avatar of cheto06

ASKER

OK, That seem to have help, however, I can't seem to be able to published the defualt offline address book back to my mailbox.
I am using
Set-Mailbox -Identity myuser -OfflineAddressBook "Default Offline Address List"

If i do a get-offlineaddressbook  -Identity "Default Offline Address List" command this is what i get.

Name                            : Default Offline Address List
Try setting your default offline address book $Null as this is what it normally is for everyone.
Thanks for the points