Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error -243 & -105 on Informix 10...

Status
Not open for further replies.

smathaiv

IS-IT--Management
Feb 20, 2007
5
US
Hi,
I am getting the following error on Informix 10

244: Could not do a physical-order read to fetch next row.
I am just running something like below:
select trandt, count(*) from ... where trandt >= "05/01/2007" group by 1 order by 1

When I checked the log, I realized that these 2 errors occured earlier:
243: Could not position within a table
105: ISAM error: bad isam file format.

could you please help?
Thanks.
 
Seems like a corrupted table.
Did you run the check utility ?

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top