Posted: Wed Sep 22, 2010 4:13 am Post subject: Unable to connect to Database
Newbie
Joined: 16 Sep 2010 Posts: 2
Hi,
When I am trying to write a query in Database ESQL i am getting warning like
" unresolvable database table reference" for the below syntax
DECLARE RESULT CHARACTER;
SET RESULT = select T.ANAME from Database.TBLALPHA as T;
I am getting "ping" as succeeded and I am providing Data source name as same source name as it was in ODBC data source admin. what could the reason or I was missing something?
Table and fieldname already exists in database
schema name : sysalpha
database name : Dalpha
source name :ebdbdatasource
Posted: Wed Sep 22, 2010 4:18 am Post subject: Re: Unable to connect to Database
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
KartheekG wrote:
what could the reason or I was missing something?
You're missing the fact that this is a warning.
Have you tried deploying the flow? Does it deploy and run correctly? I would not be surprised to discover it does.
All this means is that the Toolkit can't resolve the data source. If the data source is correctly set up as you say and it's identified to the broker the code will work.
If you want to eliminate the warning (which will prove nothing about how the code runs) include the database definition in the Toolkit as a data project. _________________ Honesty is the best policy.
Insanity is the best defence.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum