如何創建Domino工作報告代理
本文主要介紹如何建立一個Domino工作報告代理。接下來的幾個話題是,Domino運行時,針對本主題所出現的一些錯誤信息。
話題1:Warning:Agent is performing full text operations on database 'reports.nsf' which isnot full text indexed. This is extremely inefficient (該數據庫沒有做過全文件索引)。
話題2:Amgr: Error executing agent 'Daily Report Agent' aaDailyReportAgent' in 'reports.nsf':Not documents found (這是因為沒有reports.nsf這個數據庫、或“Daily Report”沒有設定、或Report代理沒有成功執行)。
話題3:Unable to run report, check the Domino MessageTrack Store(沒有指定相關管理人的Message Tracking權限)。
如:IT老板想知道昨天或上一周公司郵件服務器共收到多少郵件?(我們先不要管他為什么要這個數據)。
這個時候,我們就可以用Domino的reports數據庫。通常這個數據庫在安裝好Domino后會自動建立,如果沒有的話,就用模版建立一個也可以。這個數據庫可以自動統計一些Domino相關情況。
允許Domino的message tracking:
在服務器的configurations視圖中,編輯ServerconfigurationsRrouter/mail Message Tracking。Basic中的Message Tracking 設為[Enable]
Access Settings:中 Allowed to track messages: [請在這里選擇適當的管理人員并一定要包括當然的服務器]
Allowed to track subjects: [請在這里選擇適當的管理人員并一定要包括當然的服務器]
建立Report:
打開數據庫report.nsf (不要問我如何打開數據庫啊),我們可以在”Scheduled reports”建立新的報告。
Report type:這里有多種Report類型可供選擇.
Report should be:是設定報告方式,這里把Report結果設成了保存并發郵件。
設定好后,點“Ok”,這樣,我就是可以去Domino的Server Console控制臺手動執行 tell amgr run "reports.nsf" 'Daily Report Agent' 。然后再去看reports.nsf這個數據庫,就可以看到相關的報告了。
如果出現錯誤/警告提示:Warning:Agent is performing full text operations on database 'reports.nsf' which isnot full text indexed.This is extremely inefficient。這是因為數據庫沒有全文索引,在數據庫上點右鍵手動執行一次就可以了。
【編輯推薦】


























