Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] SQL Passthrough to the DB2

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] SQL Passthrough to the DB2
 Login/Join
 
Platinum Member
posted
Hi
Working with SQL Pass-through to the DB2 Data base, Getting following error message while i try to get the result,

Can anyone help me on this?

My Code

 SET SQLENGINE=DB2
ENGINE DB2 SET CONNECTION_ATTRIBUTES REEQCDPD

SQL
SELECT REBUSOBJ.F0006.MCRP09 FROM REBUSOBJ.F0006;
END
-EXIT 


My ERROR
(FOC1400) SQLCODE IS -204 (HEX: FFFFFF34) XOPEN: 42S02
: [S0002] [IBM][CLI Driver][DB2/AIX64] SQL0204N "REBUSOBJ.F0006" is an un
: defined name. SQLSTATE=42704
L (FOC1405) SQL PREPARE ERROR.

Thanks..

This message has been edited. Last edited by: Kerry,


WebFocus-8/Windows/HTML, PDF, EXCEL
 
Posts: 106 | Registered: September 20, 2010Report This Post
Platinum Member
posted Hide Post
Couple of suggestions:

#1) Make sure that the fex is being run on the correct server-node / DB2 instance. The -204 errors we have seen are when the fex was pointed to wrong server / DB2 instances.

#2) Try if this passthru format makes any difference..
 
SQL DB2
SELECT A.MCRP09 
FROM F0006 A;
END
-EXIT 
 


#3) Try coding it as a TABLE file step and trap generated SQL to see how the focus adapter is generating the SQL. This should tell you if the fex is pointed to the correct source.

Hope that helps.
Sandeep Mamidenna

This message has been edited. Last edited by: BlueZone,


-------------------------------------------------------------------------------------------------
Blue Cross & Blue Shield of MS
WF.76-10 on (WS2003 + WebSphere) / EDA on z/OS + DB2 + MS-SQL
MRE, BID, Dev. Studio, Self-Service apps & a dash of fun !! Music
 
Posts: 218 | Location: Jackson, MS | Registered: October 31, 2006Report This Post
Expert
posted Hide Post
Another option would be to use the WebFOCUS server to start the create synonym process.

This will list all the tables and views available to the user being used to access DB2.

You can then make sure the Table Name is correct.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] SQL Passthrough to the DB2

Copyright © 1996-2020 Information Builders