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.
I am getting that error message in my reports when I have -SET &ECHO=ALL;. But the reports work perfectly, so it is some kind of warning message I assume. This makes me nervous since I have seen errors like this that start to crash at some point.
Anybody have any idea what might trigger this?My report has a ton of ampers in it but they are all working fine.
I found the problem. I was debugging something and had an exit right after table file. Like this...
TABLE FILE CAR -EXIT
this triggers the error. Which is a strange error given that there is no SET.
I am sure I have seen that error in the past in reports that work perfectly. Do a view source of the html and there is the error at the very end. But I do not have anything to reproduce that right now.
Ive had the same experience as Glenda, as you go on there are a number of errors you will begin to recognise straight away and be able to fix. In fact these two errors still happen to me when im doing multi-statement fex's but ill just flick through it looking for the missing 'END'
if you type in
? (number from error code)
like this:
? 002
and turn the 'display command lines on'
you'll get this description
0(FOC002) A WORD IS NOT RECOGNIZED:A word which is not a reserved word begins a phrase. A reservedword may have been misspelled or there is a syntax error. Reservedwords are IF, BY, AND, etc.:
works for all the error codes ive tried so far and can be a good way of learning more about the errors you may come across
also you can find a summary of all error descriptions here:
Developer Studio 7.64 Win XP Output: mostly HTML, also Excel and PDF
"Never attribute to malice that which can be adequately explained by stupidity." - Heinlein's Razor
Posts: 285 | Location: UK | Registered: October 26, 2007
Suggestion: when issuing TABLE FILE XXX issue an 'END' on the next line right away, and then just insert blank lines to write the body of the code. OR when code is completed use your editor do a find on 'table file', note the line number. then do a search on 'end' if you run into two 'table file' commands without an end in between you know what to do. or if you do not run into ANY 'end' commands for a single table file command - same thing. Good luck.. Ira wf 5.3.x aix 533