Windows-Server-2008
Exchange Server 2010 OWA“找不到基本主題”
我在 windows Server 2008 R2 標準版上有一個 Exchange Server 2010 企業版。當我嘗試登錄 OWA 時,收到以下錯誤:
Outlook web app didn't initialize. If the problem continues please contact your helpdesk. Couldn't find a base theme (folder name=base)
我該如何解決這個問題?
您缺少 OWA 文件夾中的主題。預設位置應為:
C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\Owa\Current\themes
預設安裝了 29 個主題,其中一個是“base”。可能需要重新安裝 Exchange。正如上面 Chris 所說,如果您還沒有安裝 SP1,安裝 SP1 也會有所幫助。
您只需要:
- 打開 Exchange 命令行管理程序 (EMS) - 以管理員身份執行。
- 將以下程式碼複製並粘貼到 EMS 中:
cd to ‘C:\Program Files\Microsoft\Exchange Server\V14\Bin’
3. 執行 UpdateCas.ps1
UpdateCas.ps1
就是這樣!OWA 文件夾將再次填充所需的文件,瞧!OWA 重新上線。