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 > Replication error sql=-244 db_isam=-107

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-18-10, 08:47
praveen321 praveen321 is offline
Registered User
 
Join Date: Jan 2010
Posts: 2
Replication error sql=-244 db_isam=-107

I am running IDS10 FC6 on Linux platform.

One of my table which receives high updates and select is giving sql error code -244, isam=-107 very frequently. error comes when select statement is executed on this table.

I made sure there is no other process locking the record.

When i turned off the replication error also goes. So i wanted to understand does INformix uses any lock on either node during replication.
Reply With Quote
  #2 (permalink)  
Old 01-22-10, 08:05
mabrar mabrar is offline
Registered User
 
Join Date: May 2006
Posts: 12
Hello,

Kindly use the statement "SET LOCK MODE TO WAIT" For bulk updates

and also check lock level in onconfig file.
Reply With Quote
  #3 (permalink)  
Old 01-24-10, 23:40
praveen321 praveen321 is offline
Registered User
 
Join Date: Jan 2010
Posts: 2
We can not put set lock mode to wait as it is impacting performance, system will stop access to these rows.

My queries is why replication is causing these locks to last longer. As I understand replication shd not put or cause the locks to last longer on source node.
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