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 > the file is locked

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-10-05, 03:02
koeningskind koeningskind is offline
Registered User
 
Join Date: Mar 2005
Posts: 4
the file is locked

Hello togehter,

we´ve got another problem, that while trying to access a table, which seems like no one is using it at the time, we get the ISAM error 113 the file is locked. This happens since we installed Informix 9.4, the error didn´t show up on out last Informix version. Does anybody have the same or similar problem and ist able to help us ? Thanks in advance.

koeningskind
Reply With Quote
  #2 (permalink)  
Old 03-10-05, 06:38
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi,
Please test level lock for table (page or row).
Run select hex(partnum) rom systables where tabname = 'tabname', next search this output in onstat -k.
If the table mode lock is page, then change it to row.

Gustavo.
Reply With Quote
  #3 (permalink)  
Old 03-10-05, 07:25
koeningskind koeningskind is offline
Registered User
 
Join Date: Mar 2005
Posts: 4
Hi Gustavo,

I should have metioned it, but the table is set on lock mode row, thats why it is kinda hard for us to find the problem, we thought that maybe it is an Informix 9.4 bug ?

Thanks

koeningskind
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