| Author | Message | 
		
		  | vsethi007 | 
			  
				|  Posted: Thu Jul 03, 2008 7:33 am    Post subject: Database reference warnings |   |  | 
		
		  | Novice
 
 
 Joined: 17 Apr 2008Posts: 19
 
 
 | 
			  
				| I am getting some warnings for database reference whenver I interacts with databases using flows.... "unresolvable database table refrence"
 
 is there any ways to remove them
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | MrSmith | 
			  
				|  Posted: Thu Jul 03, 2008 8:33 am    Post subject: |   |  | 
		
		  |  Master
 
 
 Joined: 20 Mar 2008Posts: 215
 
 
 | 
			  
				| You need to supply a bit more information than this:- 
 for a start what versions, what platforms, what nodes you get the errors from, what are the warnings and how are they being returned (exceptionlist) etc etc.
 
 Any trace logs would be helpful along with the other information stated previously at least!
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | jeeth_m | 
			  
				|  Posted: Thu Jul 03, 2008 8:38 am    Post subject: |   |  | 
		
		  | Voyager
 
 
 Joined: 21 Jan 2002Posts: 93
 
 
 | 
			  
				| You are getting this error in the toolkit or while you deploy? |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | AkankshA | 
			  
				|  Posted: Thu Jul 03, 2008 8:51 pm    Post subject: Re: Database reference warnings |   |  | 
		
		  |  Grand Master
 
 
 Joined: 12 Jan 2006Posts: 1494
 Location: Singapore
 
 | 
			  
				| 
   
	| vsethi007 wrote: |  
	| I am getting some warnings for database reference whenver I interacts with databases using flows.... "unresolvable database table refrence"
 
 is there any ways to remove them
 |  
 if i am not wrong then u get these warnings in the warning tab for eSQL...
 
 well u can ignore these warnings... happily...
 _________________
 Cheers
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | Gaya3 | 
			  
				|  Posted: Thu Jul 03, 2008 9:58 pm    Post subject: |   |  | 
		
		  |  Jedi
 
 
 Joined: 12 Sep 2006Posts: 2493
 Location: Boston, US
 
 | 
			  
				| if you dont like that  and likes to get rid off from it 
 "Yellow Yellow" warnings
 
 Get in to DATA Perspective and give the detail over there...
 _________________
 Regards
 Gayathri
 -----------------------------------------------
 Do Something Before you Die
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | Gaya3 | 
			  
				|  Posted: Thu Jul 03, 2008 9:58 pm    Post subject: |   |  | 
		
		  |  Jedi
 
 
 Joined: 12 Sep 2006Posts: 2493
 Location: Boston, US
 
 | 
			  
				| if you dont like that  and likes to get rid off from it 
 "Yellow Yellow" warnings
 
 Get in to DATA Perspective and give the details over there...
 _________________
 Regards
 Gayathri
 -----------------------------------------------
 Do Something Before you Die
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | vsethi007 | 
			  
				|  Posted: Thu Jul 03, 2008 10:22 pm    Post subject: |   |  | 
		
		  | Novice
 
 
 Joined: 17 Apr 2008Posts: 19
 
 
 | 
			  
				| I can give one example for more clarity 
 SELECT  name, salary
 FROM Database.DSN.Schemaname.tablename
 
 if we use this query then, in problem tab in toolkit showsa warning
 "unresolvable database table reference" and in your esql u'll see a yellow mark in front of that select query.
 
 I just wanna remove that warning and yellow mark from code, although we can ignorethis warning and code will work, but still if somebody knows it'll be GREAT..!!!
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | AkankshA | 
			  
				|  Posted: Thu Jul 03, 2008 10:24 pm    Post subject: |   |  | 
		
		  |  Grand Master
 
 
 Joined: 12 Jan 2006Posts: 1494
 Location: Singapore
 
 | 
			  
				| follow what gaya3 told you.. 
 
 you need to create db files in toolkit if u want to get rid of these warnings...
 _________________
 Cheers
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  |  |