Major Member
|
嗯...這個問題 喵喵以前遇過一次類似的 但當時我的 EVENT ID 是 36
SOURCE 也是來自w3svc... 所以不知能不能幫上你~
我有一份 附表-WIN 2K EVENTS.csv 你先參考一下... 你知道的 微軟的東西呀 就算錯誤訊息是一樣 問題可能也不是出在同一個地方 所以從你貼的問題來看 我建議你去檢查你的 Root 下的各項資料 [...'/LM/W3SVC/1/Root'... ] 我印象中 出錯的地方通常會出現在 '/LM/W3SVC/1/Root' 之後
譬如說 如果訊息是 '/LM/W3SVC/1/Root/ Conferencing' 那就表示是'Conferencing' 出了問題 才知道怎麼去解決... 可是從你的訊息裡 喵喵看不出來問題ㄋㄟ...
不過 跟你說唷~ EVENT ID:36 和 37 的很多問題通常是來自
1). USERNAME 和 PASSWORD 無效
2). Windows 2000 Component Services 和 IIS5.0 發生時間不一致 ( 因為第二項也會導致第一項發生 )
其中第二項幾乎是所有導致程式"意外終止"的原因 可是究竟是哪一個項目造成Windows 2000 Component Services 和 IIS5.0 發生時間不一致 這個就要檢查設定才能曉得
下面貼的這個資訊 請你自行參考檢查你的server 看看是不是這個部份出了問題 如果不是的話 建議你直接寫e給微軟詢問 會比較快
引用:
IIS 5.0 provides the Synciwam.vbs script to update the starting identity of all IIS COM+ application packages that run out-of-process. The Synciwam.vbs script is located in the Inetpub\AdminScripts folder at the root of the drive; use Cscript or Wscript to run it (see the Synciwam.vbs file for more information).
NOTE : If you use Synciwam.vbs, it resets all out-of-process applications (medium and high isolation) to IWAM_machine.
To use Cscript to run Synciwam.vbs:
At a command prompt, change directory to c:\Inetpub\AdminScripts (where c: is the system drive and Synciwam.vbs is located in the AdminScripts directory).
Type the following command:
cscript synciwam.vbs -v
You should see the script complete successfully.
To use Wscript to run Synciwam.vbs:
Click Start , and then click Run .
In the Open box, type:
wscript c:\Inetpub\AdminScripts\synciwam.vbs -v
The output appears in Windows in a graphical user interface (GUI) mode.
NOTE : You can use the -v option for verbose mode or the -h option for help with the cscript and wscript commands.
Because this is really an issue with the Component Services and IIS 5.0, you may see the same event IDs by number in the application log, but referencing an IIS component or a component other than Exchange 2000.
After you run Synciwam.vbs successfully, verify that the Exchange 2000 Conferencing Server has started.
|
|