YA~終於知道問題在那邊了~
原因是我們有使用Share Mail的關係,造成郵件檔本身找不到跟sharemal.nsf的對應~我的方式解決如下希望對以後的人會有幫助:
1. >Load Object Unlink USERMAIL.NSF --------------> To unlink share user mail file
where USERMAIL.NSF is the name of the directory containing user mail files.
2. >Load Object Unlink SHARED.NSF --------------> To unlink share object file
where SHARED.NSF is the name of the shared Object database.
3. >Tell Router Use SHARED.NSF --------------> To link share object file
where SHARED.NSF is the name of the shared Object database.
4. > Load Object -Nocompact -Relink USERMAIL SHARED.NSF --------------> To link user mail file
where USERMAIL is the name of the directory containing user mail files
SHARED.NSF is the name of the share object |