Forum

exchange 2010 owa e...
 
Bildirimler
Hepsini Temizle

exchange 2010 owa erişim sorunu

8 Yazılar
4 Üyeler
0 Likes
944 Görüntüleme
(@ademkarahan)
Gönderiler: 40
Trusted Member
Konu başlatıcı
 

Arkadaşlar merhaba,


Windows 2008 R2 üzerinde exchange 2010 kullanıyorum. mail almada göndernede ve client pc lerimde ki outlook çalışmasında bir sıkıntım yok. Yanlız owa çalıştıramıyorum. İçerden ve dışardan erişim yaptığım zaman login.aspx açılıyor ama bembeyaz bir sayfa olarak kalıyor. Login olabileceğim kullanıcı adı ve şifre soran ekranı göremiyorum. Farklı pc lerden ve farklı internet ex. versiyonlarından defalarca denedim. Sonuç aynı. sertifika sayfasını geçiyorum sonrasında internet ex. sayfa bitti diyor ama login.aspx görütülenmiyor. Hatada vermiyor. Beyaz bir arkaplanda kalıyor. İçerden local ip ilede aynı şekilde çalışıyor. Bu sorunu nasıl aşacağım. Yardımlarınız acil bekliyorum

 
Gönderildi : 27/02/2011 01:39

(@cozumpark)
Gönderiler: 16309
Illustrious Member Yönetici
 

merhabalar


owa dizinlerini resetleyip tekrar denermisiniz?


yada exchange server 2010 sp1 yüklü ise rolluplarlı da yükleyin.


kolay gelsin

 
Gönderildi : 27/02/2011 02:56

(@ademkarahan)
Gönderiler: 40
Trusted Member
Konu başlatıcı
 

Hocam uğraşırken iis altından owa yı sildim. Elle manuel ekledim ama çalışmadı. Exchange managment consoldaki Client acess bölümündende owa kalkmış durumda . Tekrar nasıl ekleyebilirim. Sitedeki makale ile denedim ama shall de yazdığım ekleme komutları hata verdi. Bana konutları yazma imkanı olacak arkadaşım varmı

 
Gönderildi : 27/02/2011 03:05

(@fatihkaraalioglu)
Gönderiler: 3040
Illustrious Member
 

New-OwaVirtualDirectory -WebSiteName "Contoso.com"

http://technet.microsoft.com/en-us/library/bb123752.aspx


 

 
Gönderildi : 27/02/2011 03:19

(@ademkarahan)
Gönderiler: 40
Trusted Member
Konu başlatıcı
 

Dediğiniz konutu yazdım ama aşağıdaki hatayı alıyorum. Owa dan sonra boşluk bırakırsam hata veriyor. Birleşik yazarsam >> işareti çıkıyor ve bekliyor. Bu alanda yazmam gereken başka konutlarmı var acaba? 


 


[PS] C:\Windows\system32>
[PS] C:\Windows\system32>New-OwaVirtualDirectory -Owa "Default Web Site"
A positional parameter cannot be found that accepts argument 'Default Web Site'.
    + CategoryInfo          : InvalidArgument: (:) [New-OwaVirtualDirectory], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFound,New-OwaVirtualDirectory


[PS] C:\Windows\system32>New-OwaVirtualDirectory -Owa"Default Web Site"
>>

 
Gönderildi : 27/02/2011 03:32

(@fatihkaraalioglu)
Gönderiler: 3040
Illustrious Member
 


Recreate Exchange IIS Virtual Directories with Exchange 2010 SP1




From time to time Exchange’s IIS virtual directories break or have some kind of issue that require them to be re-created. In Exchange 2003 this required using the Metabase editor in the IIS resource kit and restarting the System Attendant service, which in turn restarts the Information Store service and disconnecting all users. This required and outage and had an impact on the end user.


If you need to do this on an Exchange 2003 server please follow this TechNet article.


Exchange 2007 changed things for the better and we were able to recreated the Exchange Virtual Directories using the Exchange Management Shell and then performing an iisreset /noforce.


To perform this the following had to be done



  1. Start the Exchange Management Shell.

  2. Type the following commands. Press ENTER after you type each command.
    Note These commands are case-sensitive.

    • Remove-OwaVirtualDirectory "exchange (default web site)"

    • Remove-OwaVirtualDirectory "public (default web site)"

    • Remove-OwaVirtualDirectory "exchweb (default web site)"

    • Remove-OwaVirtualDirectory "owa (default web site)"

    • Remove-OwaVirtualDirectory “Microsoft-Server-ActiveSync (default web site)”

    • Remove-OwaVirtualDirectory “Autodiscover (default web site)”

To re-create the Outlook Web Access-related virtual directories, type the following commands at the Exchange Management Shell. Press ENTER after you type each command:


In Exchange 2010 RTM things didn’t change much from Exchange 2007 except for PowerShell commands that are issued and that there is the ECP virtual directory. The legacy exchange, exchweb and public virtual directories no longer exist.



  1. Start the Exchange Management Shell.

  2. Type the following commands. Press ENTER after you type each command.
    Note These commands are case-sensitive.


  • Remove-OwaVirtualDirectory "owa (default web site)"

  • Remove-ECPVirtualDirectory "ecp (default web site)"

  • Remove-ActiveSyncVirtualDirectory "Microsoft-Server-ActiveSync (default web site)"

  • Remove-AutodiscoverVirtualDirectory “Autodiscover (default web site)”

To re-create the Outlook Web Access-related virtual directories, type the following commands at the Exchange Management Shell. Press ENTER after you type each command:


*BIG FAT WARNING*


The following describes the process on Exchange2010 SP1 BETA and as such may change by the time it is officially released. You should never use Beta software on productions systems and Microsoft does not support this.


OK so the shell commands still works using Exchange 2010 SP1 but we now have another option. The GUI


image


Clicking on the Recreate Virtual Directory option give use this nifty new wizard


image


Clicking Browse gives us a selection of Virtual Directories to recreate


image


You then select the Virtual Directory you want to create (only one can be selected) and then click Next


You will then be asked where you want the log file to be stored for the recreation process. Make your selection and click next


image


We can now see exactly what is going to happen with the recreation process. Click Reset to perform the task


At the end of the process we are reminded that we need to perform a iisreset /noforce from an elevated command prompt or even from and elevated Exchange Management Shell


image


It’s worth noting that this process does not set the ExternalURL for any virtual Directories it recreates and this will have to be done manually through either the shell or the GUI. It will set the InternalURL to https://e2k10sp1.exchangelab.local/ecp in the case of the ECP Virtual Directory.


To check this the following was entered into Exchange Management Shell


[PS] C:\Windows\system32>Get-EcpVirtualDirectory |fl InternalURL


To Set the ExternalURL just type the following


[PS] C:\Windows\system32>Set-EcpVirtualDirectory -Identity "ecp (default web site)" –InternalUrl “ http://e2k10sp1.exchangelab.local/ec p"


 
Gönderildi : 27/02/2011 03:36

(@ademkarahan)
Gönderiler: 40
Trusted Member
Konu başlatıcı
 

Arkadaşlar ne yaptıysam beceremedim. Komutlar hata veriyor. Bu konu benim için önemli . Pazartesi gününe hazır olmalı. Bedeli karşılığında yaptırabilirim.Şirket olarak destek bedelini ödetebilirm. bana yardımcı olabilecek arkadaşlarım [email protected] a mail atabilir. Servera uzak bağlantı imkanı sunabilirim.


 


 

 
Gönderildi : 27/02/2011 03:59

(@GURCANEFE)
Gönderiler: 1607
Noble Member
 

aynı sorunu bugun yasadım


exchnage server uzerıne cert sertiface rolu kurdugumda sorun cozuldu

 
Gönderildi : 27/08/2011 12:52

Paylaş: