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.
We just upgraded to WF762, and I'm having problems with creating HOLD files in some routines. The fex runs fine and retrieves the required data, but when I insert the ON TABLE HOLD command, I get the 'EDA no data' message. I've looked for hidden, wierd characters that might prevent it, but can't find anything. Any suggestions?
Release 8.2.1 Microsoft Server 2012R2
Posts: 11 | Location: Kentucky | Registered: February 06, 2007
You get EDA NO DATA when there is no report and nothing in the message output queue. Make sure MESSAGE is set to ON. On a regular hold file, you just see the msg of records and lines. If some how SET MESSAGE =OFF was inssue in a profile, the msg is not produced. You can see the setting of message by issuing ? SET MESSAGE
Or simply add a SET MESSAGE = ON to the fex in question to see what happens.
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007
As Brian mentions, this is proper behavior when you are doing an ON TABLE HOLD. There is nothing to be sent back to the browser (because the output was held in a file on the server) so you get the EDA no data. You can do a ? HOLD holdfilename to see that the layout of the hold file and know that it was created as you specified.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007