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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Spooling SQL
 Login/Join
 
Silver Member
posted
Is there any way to view the sql that is generated from a focus report request?
 
Posts: 38 | Location: Milwaukee | Registered: April 28, 2005Report This Post
Expert
posted Hide Post
You can put the following code in the program you would like to trace, or put the code in the cofgi file edasprof.prf to turn on tracing for all requests. After running the program (the output format should be HTML), just right-click your browser and select View Source, the SQL commands and relevant messages will be displayed.

SET TRACEOFF=ALL
-*SET TRACEON = SQLCALL
SET TRACEON = SQLTRANS
SET TRACEON=STMTRACE//CLIENT
SET TRACEON=SQLAGGR//CLIENT
SET TRACEON = STMTRACE/2/CLIENT
SET TRACEUSER=ON
-RUN
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Silver Member
posted Hide Post
from this forum:

https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3631058331
/r/3631058331

This message has been edited. Last edited by: Kerry,
 
Posts: 46 | Location: San Francisco, California | Registered: April 14, 2003Report This Post
Virtuoso
posted Hide Post
As an addendum to the post on showing sql

If you don't want to get data just see the code
Add as well.

SET XRETRIEVAL=OFF
 
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders