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 and 101 error, strange problem?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-16-04, 22:03
chesterwoo chesterwoo is offline
Registered User
 
Join Date: Apr 2004
Posts: 5
243 and 101 error, strange problem?

log file is big. But I guess it is no problem for your experts.
When I query informix, 243 and 101 error will show up. And if I use informix client to execute the following query (please refer to segment log), it's ok.


Apr 16 18:01:29-Thread 158c-Project TaskManager/initial: Component TMQuery: Executing SQL

Apr 16 18:01:29-Thread 158c-Project TaskManager/initial: Component TMQuery: select vtoid,bpState,overflow,bpTimer,bpTimerOverflow,bpV ersion,bpControlState,numTransitions,timeEntered,t imeCreated,info$,info$model,info$activity,info$per former$,info$performer$type,info$performer$name,in fo$performer$privInfo,info$priority,info$reassigna ble,info$rejectable,info$startDate,info$dueDate,in fo$detailLink,info$supervisorLink,info$cost,info$l abel,performer,activity$,activity$oid,activity$ind ex,referenceData,description from task where vtoid=TID4:7009:/Projects/TaskManager/initial

Apr 16 18:01:30-Thread 158c-Project TaskManager/initial: Component TMQuery: SQL exception with error code -243, SQL state: IX000 and message: Could not position within a table (informix.task)..

Apr 16 18:01:30-Thread 158c-Project TaskManager/initial: Component TMQuery: SQL exception with error code -101, SQL state: IX000 and message: ISAM error: file is not open..

Apr 16 18:01:30-Thread 158c-Project TaskManager/initial: Component TMQuery: The statement that causes error is 'select vtoid,bpState,overflow,bpTimer,bpTimerOverflow,bpV ersion,bpControlState,numTransitions,timeEntered,t imeCreated,info$,info$model,info$activity,info$per former$,info$performer$type,info$performer$name,in fo$performer$privInfo,info$priority,info$reassigna ble,info$rejectable,info$startDate,info$dueDate,in fo$detailLink,info$supervisorLink,info$cost,info$l abel,performer,activity$,activity$oid,activity$ind ex,referenceData,description from task where vtoid=?'.

Apr 16 18:01:30-Thread 158c-Project TaskManager/initial: Component TMQuery: Failed to load object from table 'Task' with id 'TID4:7009:/Projects/TaskManager/initial'.

Apr 16 18:01:30-Thread 158c-Project TaskManager/initial: Component TMQuery: SQL exception with error code -243, SQL state: IX000 and message: Could not position within a table (informix.task)..

Apr 16 18:01:30-Thread 158c-Project TaskManager/initial: Component TMQuery: SQL exception with error code -101, SQL state: IX000 and message: ISAM error: file is not open..

java.sql.SQLException: Could not position within a table (informix.task).
com.informix.jdbc.IfxSqli.addException(IfxSqli.jav a:3082)
com.informix.jdbc.IfxSqli.receiveError(IfxSqli.jav a:3396)
com.informix.jdbc.IfxSqli.dispatchMsg(IfxSqli.java :2259)
com.informix.jdbcx.IfxXASqli.receiveMessage(IfxXAS qli.java:119)
com.informix.jdbc.IfxSqli.sendStatementQuery(IfxSq li.java:1444)
com.informix.jdbc.IfxSqli.executeStatementQuery(If xSqli.java:1383)
com.informix.jdbc.IfxSqli.executeStatementQuery(If xSqli.java:1313)
com.informix.jdbc.IfxResultSet.executeQuery(IfxRes ultSet.java:216)
com.informix.jdbc.IfxStatement.executeQueryImpl(If xStatement.java:839)
com.informix.jdbc.IfxPreparedStatement.executeQuer y(IfxPreparedStatement.java:246)
...
...
Reply With Quote
  #2 (permalink)  
Old 04-27-04, 21:46
chesterwoo chesterwoo is offline
Registered User
 
Join Date: Apr 2004
Posts: 5
Re:

lock mode row can resolve this problem.
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