FW: Problem downloading incomming mails

Hi, I find my OTRS is not accepting incoming mails by itself. I have download all my incoming mails manually using "postmasterpop3.pl -f -d 2" And each time I run this module I get this error message Can't open file: 'process_id.MYI'. (errno: 145), SQL: 'SELECT process_ name, process_id, process_host, process_create FROM process_id WHERE process _name = 'PostMasterPOP3'' Can anyone help me with that. Warm regards, Manish Sharma Programme Manager PTU's Gian Jyoti School of TQM & Entrepreneurship Mobile: +91 98554 06222 Telephone: 0172 223 6187, 0172 5541187

Can't open file: 'process_id.MYI'. (errno: 145), SQL: 'SELECT process_ name, process_id, process_host, process_create FROM process_id WHERE process_name = 'PostMasterPOP3''
That's a MySQL problem, looks like the table "process_id" is damaged. Try to repair with "REPAIR TABLE process_id" at the mysql prompt (http://www.mysql.com/doc/en/REPAIR_TABLE.html). See MySQL docs on corrupted tables: http://www.mysql.com/doc/en/Corrupted_MyISAM_tables.html And on repairing tables: http://www.mysql.com/doc/en/Repair.html Regards, Richard
participants (2)
-
Manish Sharma
-
Richard Hinkamp - BeSite