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.
The following issue happens only to some machines so I guess it's not a coding error.
Even the simplest selection:
TABLE FILE CAR PRINT CAR WHERE SEATS EQ &SEATS; END
gives error message: (FOC295) A VALUE IS MISSING FOR: &SEATS
Version is not the issue. We had 766 on some machines and 764 on others, while the error message pops up under both versions. And the rest that works also contain both versions.This message has been edited. Last edited by: minos4,
It is a coding error if you haven't defined &SEATS
Try entering at the top of the statement:
-SET &SEATS = '1';
it may be that you are trying to run it from another .fex or caster job which means its not prompting you to enter a value for &SEATS. normally when you don't define a variable it will prompt you for it
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
Tony, thanks for the tip. I think it is the amper auto-prompting issue. I tried to search help file for information, but it just says "Select Configuration -> Select Managed Reporting -> Set IBIMR_prompting" (whici is nowhere to be found), and refers to "WebFOCUS Security and Administration manual".