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 > DB2 > An error occured during implicit system action type 5

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-08-04, 12:42
nandra nandra is offline
Registered User
 
Join Date: Sep 2004
Posts: 24
An error occured during implicit system action type 5

Hi,
Iam using DB2 8.1 fixpack 4 and solaris.when iam trying to update table iam getting this error,
"A SQL error occured sqlcode: -727QL0727N An error occurred during implicit system action type "5".
Information returned for the error includes SQLCODE "-117", SQLSTATE "42802"
and message tokens "". SQLSTATE=56098"

May i please know the reason why iam getting this error...response will be appreciated.

Thanks in advance
Nandra
Reply With Quote
  #2 (permalink)  
Old 12-08-04, 14:18
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Code:
SQL0117N The number of values assigned is not the same as the
          number of specified or implied columns.

Explanation:



o   The number of insert values in the value list of the INSERT
    statement is not the same as the number of columns specified
    or implied.  If no column list is specified, a column list
    that includes all columns of the table or view is implied.

o   The number of values on the right hand side of an assignment
    in a SET transition-variable statement or SET clause of an
    UPDATE statement does not match the number of columns on the
    left hand side.



 The statement cannot be processed.

User Response:

Correct the statement to specify one value for each of the
specified or implied columns.

 sqlcode :  -117

 sqlstate :  42802
Reply With Quote
  #3 (permalink)  
Old 12-08-04, 14:24
nandra nandra is offline
Registered User
 
Join Date: Sep 2004
Posts: 24
Hi,

Sorry its sql0727 error.........

Thanks in advance
Nandra
Reply With Quote
  #4 (permalink)  
Old 12-08-04, 15:16
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Read you error message carefully. Error 727 is caused by error 117, which is what you need to fix.
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