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 > regarding db exception

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-20-07, 08:12
sree1030 sree1030 is offline
Registered User
 
Join Date: Jul 2007
Location: Bangalore
Posts: 18
regarding db exception

Hello all,

i am getting one exception when trying to get acess my application "server side error, please try later' . When i checked about this in log files ... it given the following message .. and i not much awear of db2..
"[IBM][CLI Driver][DB2/LINUX] SQL0206N "ONLINE_FLAG" is not valid in the context where it is used. SQLSTATE=42703"
can any one help to resolve this issue....
Reply With Quote
  #2 (permalink)  
Old 07-20-07, 09:06
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
online_flag is an non existing column in the selected table
describe the table and check column names
if column exists in more than 1 selected table, alwas qualify the table and columns
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
Reply With Quote
  #3 (permalink)  
Old 07-20-07, 16:50
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
The "server side error, please try later" must be an error raised by your application. You should figure out what the application tries and fails to do.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #4 (permalink)  
Old 07-23-07, 01:30
sree1030 sree1030 is offline
Registered User
 
Join Date: Jul 2007
Location: Bangalore
Posts: 18
Hello Guy Przytula, Knut Stolze,

Thanks for responding ........
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