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.
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,
#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 MamidennaThis 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 !!
Posts: 218 | Location: Jackson, MS | Registered: October 31, 2006