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.
lOOKING FOR PROPER SYNTAX FOR EXECUTING A MSS STORED PROCEDURE Using Webfocus 5.3.2, here is my syntax. Unfortunately all I get is a " (FOC1400) SQLCODE IS -1 (HEX: FFFFFFFF) : ERROR: ncjInit failed L (FOC1405) SQL PREPARE ERROR"
ANY HELP OR SUGGESTIONS WOULD BE APPRECIATED
-MRNOEDIT BEGIN SET SQLENGINE = SQLMSS SQL SQLMSS SET USER TMPSQL01/USER_ID,PASSWORD SQL SQLMSS
SQL EX trac_WO.dbo.lblsp_get_partno_by_workorder; END
You first have to make sure you queue up the remote connection to the SQL server properly, i.e. a hub-sub configuration. Try this example: -MRNOEDIT BEGIN REMOTE DEST = WFSA2003 -REMOTE BEGIN SQL SQLMSS SET SERVER TMPSQL01 SQL SQLMSS EX Trac_WO.dbo.lblsp_get_partno_by_workorder 'W36389'; TABLE FILE SQLOUT PRINT * ON TABLE PCHOLD AS LISTOFWO END -REMOTE END -MRNOEDIT END TABLE FILE LISTOFWO PRINT * END
Robert B. Clark -- Business Systems Analyst Daimler Trucks North America Phone: 503.745.7057 "There's always a better way." IBM Mainframe zOS 8.1.05, DB2 adapter WF 8.1.05 Hub to Sub, Self-Service, SQL Server adapter
Posts: 25 | Location: Portland, OR | Registered: October 13, 2006