Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] FOC03690 Error Due to HTMLTABLE

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] FOC03690 Error Due to HTMLTABLE
 Login/Join
 
Member
posted
Have others experienced an issue in which upgrading from Maintain v5 to v7, you see the following error on Web pages:



After searching the forum, I've discovered that a change as follows fixes the issue:
-* ON TABLE PCHOLD FORMAT HTMLTABLE - FIX FOC03690 ERROR
ON TABLE PCHOLD FORMAT HTML

Basically you drop the TABLE from HTMLTABLE. So now I'm wondering if I should change all my FOCEXECS from HTMLTABLE to HTML as a quick solution, rather than fixing (possibly missing changes) the error as I find them in testing the Web pages. It appears either way results in the same display on the Web page.

Any reasons why I should not mass change my FOCEXECs to fix the FOC 03690 error?


.

This message has been edited. Last edited by: Joe Elliott,


WebFOCUS 7.x (outdated v5 in prod and migrating to version 7.6 in test) VM Windows 2003 server / Windows XP client & MVS z/OS deployed environment
All output
 
Posts: 18 | Location: Columbus, OH or England | Registered: January 24, 2011Report This Post
Platinum Member
posted Hide Post
It has been a while since we took the leap off the cliff from 5.5.3 to 7.6.4 But, if I remember code tightening got us and we had to change all our HTMLTABLE to HTMTABLE (note the L in HTML had to go away)

This may be the root cause of the nonsensical error.

If you look closely at the syntax HTMTABLE is the correct one.


Jim Morrow
Web Focus 7.6.10 under Windows 2003
MVS 7.3.3



 
Posts: 129 | Registered: June 01, 2005Report This Post
Master
posted Hide Post
Sometimes that error is due to data not coming back from the EXEC'd procedure. It could be that the Table can't find the database, the column names have changed, or any other Table issues. There is an easy way to debug anything performed by the EXEC command.

Edit the Focexec and place:
-SET &ECHO=ALL;
at the beginning and a -RUN at the end.

On the form that retrieves the data, place an HTMLTable populated by FOCMSG.MSG. Anything displayed to the screen during the Focexec will be echoed back to the form and you can see any errors.

Mark
 
Posts: 663 | Location: New York | Registered: May 08, 2003Report This Post
Member
posted Hide Post
Thanks for the quick responses! I did not realize that the "HTMLTABLE" was not a valid keyword until you pointed out that the currect keyword would be "HTMTABLE". Changing all instances of HTMLTABLE to HTMTABLE appears to have eliminated any on screen error messages and the maintain called focexecs.


WebFOCUS 7.x (outdated v5 in prod and migrating to version 7.6 in test) VM Windows 2003 server / Windows XP client & MVS z/OS deployed environment
All output
 
Posts: 18 | Location: Columbus, OH or England | Registered: January 24, 2011Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] FOC03690 Error Due to HTMLTABLE

Copyright © 1996-2020 Information Builders