2013年7月17日 星期三

已停用處理序效能計數器

查看事件檢事器訊息有下列幾種

System.InvalidOperationException 已停用處理序效能計數器,所以無法執行所要求的作業

無法讀取伺服器服務的效能資料。Data 區段的前四個位元組 (DWORD) 包含狀態碼、接下來的四個位元組包含 IOSB.Status,再接下來的四個位元組包含 IOSB.Information。

解除載入服務WmiApRpl (WmiApRpl) 的效能計數器字串時失敗。 錯誤碼是資料區段中的第一個DWORD。

參考 Event ID 3012 — Performance Counter Loading

Resolve

Rebuild the list of available counters

Membership in the local Administrators group is required to complete this procedure.
To rebuild the list of counters in the registry:
  1. Click Start, expand All Programs, and expand Accessories.
  2. Right-click Command Prompt, and then click Run as administrator.
  3. At the command prompt, type lodctr /r, and then press ENTER.

沒有留言:

張貼留言

SSAS 作業已因鎖定衝突而取消

SSAS在process 與 mdx query並存應用時,如果mdx 語法含crossjoin或維度member很多時,就容易顯示錯誤【作業已因鎖定衝突而取消。】 當然,SSAS應是process與 query分開時段執行,但因種種先知後知原因,專案就是有需要這樣應用,即使是已...