If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > -243 Could not position within a table table-name

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-20-05, 09:09
singhald singhald is offline
Registered User
 
Join Date: Sep 2005
Posts: 9
-243 Could not position within a table table-name

hi all

can u plz give me the solution of this error


thanks

deepak singhal
Reply With Quote
  #2 (permalink)  
Old 09-20-05, 09:22
nitin_math nitin_math is offline
Registered User
 
Join Date: Nov 2004
Posts: 143
Hello,

Also provide the ISAM error. Normally it happens when the table/record is locked.

Bye

Nitin
Reply With Quote
  #3 (permalink)  
Old 09-20-05, 11:59
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi,

Please, run SET ISOLATION TO DIRTY READ, then run sql.

Gustavo.
Reply With Quote
  #4 (permalink)  
Old 09-28-05, 01:12
calyan calyan is offline
Registered User
 
Join Date: Jan 2004
Posts: 28
set ISOLATION LEVEL TO DIRTY READ;
SELECT STATEMENT SHOULD use index on
columns
Reply With Quote
  #5 (permalink)  
Old 09-29-05, 06:33
matute matute is offline
Registered User
 
Join Date: Jun 2004
Location: Madrid, Spain
Posts: 47
It means you cannot access the data. The ISAM error code will tell you why. In the best cases it will be because of other user/processes locking it (use set islation modes, or set lock mode to wait n, but read about them!), and in the worst cases this error could even mean corruption.

So check the ISAM error and act accordingly.
__________________
José Luis Matute.

Regards from Spain.
Reply With Quote
  #6 (permalink)  
Old 10-04-05, 19:13
zhongyu zhongyu is offline
Registered User
 
Join Date: Oct 2005
Posts: 3
Could not position within a file via an index

Hi guys,
I had the same problem (243: Couldn't not position within a table(table name)) first. then I changed my isolation level to "READ_UNCOMMITTED", but now I got stuck on the error 245. when i looked at the lock logs, the other process was getting IX,X table/page/row locks on the table my process was trying to access, plus the X locks on the primary key and foreign keys.
Any suggestion?
Thanks very much!
Zz
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On