Forum

Exchange 2010 RPC o...
 
Bildirimler
Hepsini Temizle

Exchange 2010 RPC over HTTPS Offline Address Book Eşitleme Hatası

22 Yazılar
2 Üyeler
0 Likes
693 Görüntüleme
(@bugrakeskin)
Gönderiler: 5088
Illustrious Member
 

tamam

aşağıda ki komutları da uygulayalım. authenticated users a download yetkisi verelim. Sonra exchange management console dan OAB yi manuel update yapalım. internet explorer da tekrar hata verirse göz ardı edip test edelim tekrar eşitleme hatası alacakmısınız diye. Eğer yine hata alırsanız, OAB yi silip yeniden oluşturmaktan başka bir çare kalmıyor. Bu işlem içinde mesai saati dışını planlamak iyi olacaktır çünkü OAB güncellenene kadar hata verebilir. güncelleme ise 1 güne biter.

$oab1 = Get-OfflineAddressBook OAB1

$oab1.DistinguishedName

 

CN=OAB1,CN=Offline
Address Lists,CN=Address Lists Container,CN=First
Organization,CN=Microsoft
Exchange,CN=Services,CN=Configuration,DC=FAFYFJ-dom,DC=extest,DC=microsoft,DC=com

 

$container = "CN=Offline Address Lists,CN=Address Lists
Container,CN=First Organization,CN=Microsoft
Exchange,CN=Services,CN=Configuration,DC=FAFYFJ-dom,DC=extest,DC=microsoft,DC=com"

 

get-adpermission $container -user "NT AUTHORITY\Authenticated Users"|
where {$_.ExtendedRights -match 'ms-Exch-Download-OAB'} |fl

add-adpermission $container -user "NT AUTHORITY\Authenticated Users" -ExtendedRights 'ms-Exch-Download-OAB'

microsof.com gibi domain bilgilerini kendinize göre düzenleyin.

 

 
Gönderildi : 29/04/2011 20:26

(@MuharremGOKTAS)
Gönderiler: 269
Reputable Member
Konu başlatıcı
 

Buğra bey olumsuz aynı hata devam ediyor. Rebuild işlemi için izleyeceğim yol ile ilgili bilgi verebilirmisiniz rica etsem.

 
Gönderildi : 30/04/2011 15:21

(@MuharremGOKTAS)
Gönderiler: 269
Reputable Member
Konu başlatıcı
 

Merhaba bu sorunu yaşayan diğer arkadaşlara bilgi vermek için yazıyorum. Rpc over Https ile bağlantılarda yaşanan offline adress book eşitleme sorunu owa redirect sorunlarından kaynaklanmaktadır. Yazının en altında verilen kodları html olarak kaydedip inetpub klasörüne atıyoruz ve izleyen yönergeleri uyguluyoruz. Sanırım bu konu portal üzerinde Ufuk Tatlıdil tarafından videolu olarak anlatılmış onuda takip edebilirsiniz. İyi çalışmalar dilerim.


Copy the attached file into C:\inetpub
Grant CASSERVER\Users READ and EXECUTE permissions on the file
Open IIS Manager
Select CASSERVER Home -> IIS -> Error Pages
Select Actions -> Add
On Add Custom Error Page:
Status Code: 403.4
Response Action: Insert content from static file into the error response
File Path: C:\inetpub\httpsredir.htm
Click OK
Select Default Web Site -> HTTP Redirect
Check Redirect requests to this destination: /owa
Click Apply
Go through ALL Virtual Directories under Default Web Site and ensure that IIS -> HTTP Redirect is NOT ENABLED
Enable IIS -> SSL Settings for the following Virtual Directories:
- aspnet_client
- Autodiscover
- ecp
- EWS
- Exchange
- Exchweb
- Microsoft-Server-ActiveSync
- owa
- Public
- Rpc
- RpcWithCert
Restart IIS


 

 

<!– beginning of HttpRedirect.htm file –>

<script type="text/javascript">


function redirectToHttps()


{


var httpURL = window.location.hostname+window.location.pathname;


var httpsURL = "https://" + httpURL ;


window.location = httpsURL ;


}


redirectToHttps();


</script>


<!– end of HttpRedirect.htm file –>

 
Gönderildi : 03/07/2011 17:09

Sayfa 2 / 2
Paylaş: