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 > migration of v8.2 to v 9.5.0.4

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-16-10, 16:49
sdsu sdsu is offline
Registered User
 
Join Date: Dec 2009
Posts: 22
migration of v8.2 to v 9.5.0.4

i willl try to look it u p

Last edited by sdsu; 01-18-10 at 14:29. Reason: sorry
Reply With Quote
  #2 (permalink)  
Old 01-17-10, 07:02
dr_te_z dr_te_z is offline
Registered User
 
Join Date: Jan 2009
Location: Zoetermeer, Holland
Posts: 555
Yes, the -206 indicates that the colimn in not known in the table. Thinks like this are always more easy in the db2-cli. Just connect and try the SQL. After that just type "db2 ? sql0206" and the error is explained.
Reply With Quote
  #3 (permalink)  
Old 01-17-10, 13:09
sdsu sdsu is offline
Registered User
 
Join Date: Dec 2009
Posts: 22
Hi dr_te_z,

Thanks for the quick reply

Can you let me what should be done ????

Thanks in advance !!!!

Last edited by sdsu; 01-18-10 at 14:30. Reason: i will see
Reply With Quote
  #4 (permalink)  
Old 01-18-10, 02:00
dr_te_z dr_te_z is offline
Registered User
 
Join Date: Jan 2009
Location: Zoetermeer, Holland
Posts: 555
What are you migrating? Just DB2 or a software package which uses DB2 and WAS? You have to go to the person or company who produces the SQL containing errors. This has nothing to do with migrating and everything with SQL and DDL.
I suggest you go to the CLI and execute "db2 describe table mbreel". This will punch the DDL of the table. My 'guess' is that either the column "ordermsgs_id" or "sequence" is missing because they are the only ones mentioned in the "where" clause.
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