於Windows 2008, Windows 2008R2 server or 以後的版本
開啟PowerShell Console後輸入下列指令:
Import-Module ActiveDirectory
get-aduser -filter * -properties passwordlastset, passwordneverexpires | sort name | ft Name, passwordlastset, Passwordneverexpires
即可於Console中列出所有人的最後更改密碼的時間。
不論是工作所解決的問題或是吃喝玩樂統統記起來。 久而久之這些經驗的累積放在這Birdman知識管理blog供所有人搜尋,自然而然成為自己或大家的知識,這就是知識管理最有價值之處~~~Reuse~~~
搜尋此網誌
2015年1月27日 星期二
2015年1月23日 星期五
Informix ids 9.x error
在查詢某筆資料的時候,database竟出現錯誤訊息如下:
243: Could not position whthin a table (cpu.bb_file).
111: ISAM error: no record found.
這可能是index page損壞所致,可以利用以下指令查查
oncheck -cDI
243: Could not position whthin a table (cpu.bb_file).
111: ISAM error: no record found.
這可能是index page損壞所致,可以利用以下指令查查
oncheck -cDI :
run這個指示很快就會有結果:以下是這次的結果,紅色字是其建議要做的事。
這是個人使用心得,要使用的網友請自行評估風險。
oncheck -cDI ds:bb_file
Validating indexes for ds:cpu.bb_file...
Index bb01_bb02
Index fragment in DBspace dbs1
ERROR:The btree item points to a wrong rowid.
Btree item contains fragid 0x600748 rowid 0x2f5d02, key value:
Key:"7AAVI ":3:
Fragid 0x600748 Rowid 0x2f5d02 contains key value:
Key:"9SMICOR ":107:
Index bb03
Index fragment in DBspace dbs1
ERROR:The btree item points to a wrong rowid.
Btree item contains fragid 0x600748 rowid 0x35c602, key value:
Key:"<00> ":00>
Fragid 0x600748 Rowid 0x35c602 contains key value:
Key:"Mr. Fernando Santos ":
Please Drop and ReCreate Index bb01_bb02 for ds:cpu.bb_file.
Please Drop and ReCreate Index bb03 for ds:cpu.bb_file.
TBLspace data check for ds:cpu.bb_file
訂閱:
文章 (Atom)