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.
All of a sudden this morning, I started receiving a FOC303 message on all my reports that had previously been running fine. There have been no code changes to any of the reports. What would cause this to suddenly appear? I've got 15 to 20 reports that need to be run and they all come back with the same error.This message has been edited. Last edited by: Kerry,
(FOC303) CONTROL LINE NOT RECOGNIZED IN FOCEXEC: The subcommand in the Dialogue Manager starts with a dash and appears to be a control line, but is not correct. Check the list of valid commands.
You may not have changed the code in any of the reports, but there are several ways of introducing an error upon execution of a program:
- INCLUDE - Has any of the included code been modified? - C:\ibi\srv53\wfs\etc\edasprof.prf - Regular WebFOCUS and Dialogue Manager code can be included in this profile file - it will run for every WebFOCUS call - C:\ibi\client53\wfc\etc\site.wfs - This site profile file may have an included fex configured for "_site_profile" - it will run for every WebFOCUS call
The location of the config files may have changed for WF 7.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
(FOC303) CONTROL LINE NOT RECOGNIZED IN FOCEXEC: "The subcommand in the Dialogue Manager starts with a dash and appears to be a control line, but is not correct. Check the list of valid commands."
One way this can occur is if your fex has dynamic content that includes a leading numeric value (perhaps in a dynamically generated -INCLUDE, or a DM &var, providing DATA for a MODIFY). If the numeric value suddenly went negative (say, in reaction to recent events on Wall Street ), and the leading minus sign falls in column 1 or 2, it will look like a line of dialog manager code, and you earn a FOC303.
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005