Hi all,
I am trying to deploy ocs but i am getting the "address book cannot sync" error on communicator, and on the server I get all our business phone entries in the Invalid_AD_Phone_Numbers.txt file.
Now we keep our business numbers in full ten digit format in AD. eg: 0215215203
so each user in AD will have the business phone attribute in the format 02152152**
So In OCS, I created a location profile, and have 2 normalization rules.
Internal:
Phone Pattern: ^021521(\d{4})$
Translation: $1
This converts 0215215203 to 5203
External:
Phone Pattern: ^(0\d{9})$
Translation: $1
This converts 0219963236 to 0219963236
but.... I still get the same error... what can I be doing wrong? I still get the normalization errors.
Please help!
Thanks