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, We have upgraded our webfocus server from 7.6.11 to 7.7.03. We were having logic of sorting working in earlier version but now its giving error FOC0003. Field Name Not Recognized. Please suggest some solution. Thanks in advance. Regrads MayankThis message has been edited. Last edited by: Kerry,
We upgraded to 7.7.03 and had several issues one being with IF THEN ELSE statements in defines. Looks like IBI cracked down and now requires the ELSE clause, before we could get away without it. As soon as we changed this our fex's worked again. You might check that.
WebFOCUS Server 8.1.05 Windows 2008 Server WebFOCUS AppStudio 8.1.05 Windows 7 Professional IE 11 and Chrome Version 43.0.2357.124 m. Mostly HTML, PDF, Excel, and AHTML
But my question once again is, Why the Backward compatiblity is not maintained in new Releases of WebFOCUS... The code what we have written in old version, without any changes should work on the latest version. The issues that arise can either be environmental or Configuration stuff. But why we need to debug and do code changes, on every Upgrade ?
Thanks,
Ramkumar. WebFOCUS/Tableau Webfocus 8 / 7.7.02 Unix, Windows HTML/PDF/EXCEL/AHTML/XML/HTML5
Posts: 394 | Location: Chennai | Registered: December 02, 2009
I am getting FOC0003 saying field not found when trying to export AHTML report. And it shows the "Title" of the field as not recognized. If I directly run the fex, I dont have a problem but if I run from HTML page I get this error. Any clues?
I am using double list box to send the fields into table request.
The code what we have written in old version, without any changes should work on the latest version.
If you code as per documented syntax then your code should be OK. It's when (as Michelle mentioned "... before we could get away without it") coded syntax does not follow that which is documented where many people are caught out. It's happened for many years and is not new.
You'll have noticed that Francis is single minded in his determination to ensure he follows and understands the latest, documented, syntax rules. I am sure that it's an example we could all follow.
Safest way is to code correctly, then when you hit a problem (it will happen and WF is not the only language in which this occurs) you can normally assume that it's a bug (but not always .
One of the main reasons for GUIs is that the syntax is controlled - that doesn't help old coders such as myself though
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
I agree with your point, to follow exact synatx rules. Still, It is painful to debug and do changes the application that worked perfect before the upgarde. If not more on the FEX side, but Esp. on the HTML composer side.
Thanks,
Ramkumar. WebFOCUS/Tableau Webfocus 8 / 7.7.02 Unix, Windows HTML/PDF/EXCEL/AHTML/XML/HTML5
Posts: 394 | Location: Chennai | Registered: December 02, 2009
I agree to an extent. I don't understand why IBI would change something like a style. Don't know if many of you noticed or even used it but they changed the endflt.sty in the 7.7.03 upgrade. It messed up the output on several of my reports, that use to look nice. So, I made my own and quit using any of their styles. Lesson learned, but if everyone is doing this, why bother having any IBI styles at all.
WebFOCUS Server 8.1.05 Windows 2008 Server WebFOCUS AppStudio 8.1.05 Windows 7 Professional IE 11 and Chrome Version 43.0.2357.124 m. Mostly HTML, PDF, Excel, and AHTML
Mainly, most of the issues that I have faced on the course of upgrade arouse on the HTML part more than Reports. Anyways, HTML is something that we generate using composer all time, and not hand written code.
Thanks,
Ramkumar. WebFOCUS/Tableau Webfocus 8 / 7.7.02 Unix, Windows HTML/PDF/EXCEL/AHTML/XML/HTML5
Posts: 394 | Location: Chennai | Registered: December 02, 2009