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     SQL/Stylesheet problem -- (FOC3209) UNKNOWN KEYWORD IN STYLESHEET FILE AT LINE: 4

Read-Only Read-Only Topic
Go
Search
Notify
Tools
SQL/Stylesheet problem -- (FOC3209) UNKNOWN KEYWORD IN STYLESHEET FILE AT LINE: 4
 Login/Join
 
Gold member
posted
I have strange problem when I use a SQL stmt. It goes away when I either take out the SQL
or I reduce the length of FOCEXEC parameters. Below I created a proof of concept.

-* Does not matter which table it is
SQL DB2 SELECT * FROM CONF_REGIONPROFILES
;

TABLE FILE CAR
PRINT CAR
ON TABLE SET STYLE *
$
TYPE=DATA,
-*===============================================================================
-*
-* Follg works.
-*
-*   FOCEXEC=app/p1.fex(pOne=0123456789 pTwo=0123456789 pThree=0123456  ),
-*===============================================================================
-* Follg produces an error as shown below
-*
-* (FOC3209) UNKNOWN KEYWORD IN STYLESHEET FILE AT LINE: 4
-*
     FOCEXEC=app/p1.fex(pOne=0123456789 pTwo=0123456789 pThree=0123456789 pFour=0123456789 ),
-*===============================================================================
$
ENDSTYLE
END


WebFOCUS 5.3.3 MRE - Solaris - Sun Web Server - Weblogic
 
Posts: 85 | Registered: December 20, 2005Report This Post
Expert
posted Hide Post
quote:
FOCEXEC=app/p1.fex(pOne=0123456789 pTwo=0123456789 pThree=0123456789 pFour=0123456789 ),

probably just too long
i've had this happen
so do this
FOCEXEC=app/p1.fex(pOne=0123456789 pTwo=0123456789 pThree=0123456789 \
pFour=0123456789 ),




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Gold member
posted Hide Post
You are dead on center!! I wish you were the person in support :-).

BTW, the problem manifested only when I used SQL. Previously I used gazillion parameters when not using SQL.

Thx for the tip.


WebFOCUS 5.3.3 MRE - Solaris - Sun Web Server - Weblogic
 
Posts: 85 | Registered: December 20, 2005Report 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     SQL/Stylesheet problem -- (FOC3209) UNKNOWN KEYWORD IN STYLESHEET FILE AT LINE: 4

Copyright © 1996-2020 Information Builders