Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
14381 มุมมอง

Hi there,

When selecting Financials a window is opened with the OpenERP Server Error: InternalError: index "ir_translation_src_hash_idx" contains unexpected zero page at block 84 HINT: Please REINDEX it.

Does anybody knows how this can be done? Is there a tool which I can do this?

อวตาร
ละทิ้ง

So how did you solve this?

คำตอบที่ดีที่สุด

You have some database corruption, but probably nothing to worry about. The error report is telling you what you should do . . . use REINDEX.

However, before anything you should use pg_dump to get a text backup copy of your entire database.

Then log in to postgres as admin with psql and run the command REINDEX INDEX ir_translation_src_hash_idx

Just Google it for more details : https://www.google.com/search?q=index+contains+unexpected+zero+page+at+block+HINT%3A+Please+REINDEX+it

If you still have problems after that, try pg_restore with the text backup to a new database and see if that one works. I'm confident it will.

อวตาร
ละทิ้ง
ผู้เขียน

Thanks, pgadminIII and a Reindex did the trick.

I'm glad I was able to help.

คำตอบที่ดีที่สุด

GUI method:

Run pgAdmin3, open database-Schemas-public-Tables-ir_translation-Indexes- right click: ir_translation_src_hash_idx - Maintenance.. REINDEX(by default) - OK!

อวตาร
ละทิ้ง

Excelent information !!!!!

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ธ.ค. 24
3923
0
พ.ย. 24
1607
2
ก.ค. 24
3313
0
เม.ย. 24
2132
3
มี.ค. 24
2083