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.
JOIN
DIM_CAMPUS.DIM_CAMPUS.CAMPUS_KEY IN DIM_CAMPUS TO MULTIPLE
FACT_REGISTRATION.FACT_REGISTRATION.STUDENT_CAMPUS_KEY IN FACT_REGISTRATION
TAG J0 AS J0
END
JOIN
J0.FACT_REGISTRATION.TERM_KEY IN DIM_CAMPUS TO MULTIPLE
DIM_TERM.DIM_TERM.TERM_KEY IN DIM_TERM TAG J1 AS J1
END
TABLE FILE DIM_CAMPUS
SUM
DIM_CAMPUS.DIM_CAMPUS.CAMPUS AS 'HTML_Value'
BY DIM_CAMPUS.DIM_CAMPUS.CAMPUS_CODE AS 'HTML_Code'
WHERE DIM_CAMPUS.DIM_CAMPUS.CAMPUS_CODE NE MISSING;
WHERE J1.DIM_TERM.TERM_CODE EQ '201220';
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
END
-RUN
In Dev Studio under the data servers, this report runs fine. Under Managed reporting, it fails (seems to run forever). If I comment out the second where statement, the report runs in both the data servers and managed reporting secions in Dev Studio. I can also run reports fine off of dim_term in both areas as well.
I am at a loss as to why it works in dataservers and not in managed reporting thanks in advance.This message has been edited. Last edited by: J,
WebFOCUS 7.7.03/8.0.08 Dev Studio 7.7.03/8.0.08 App Studio 8.0.08 Windows 7 ALL Outputs
Posts: 402 | Location: Upland, IN | Registered: June 08, 2012
1) Add SQL traces to see what SQL is generated in both executions of the code. ( See here )
2) SET XRETRIEVAL=OFF so you don't have to wait "forever" to see the result of the execution.This message has been edited. Last edited by: Francis Mariani,
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
Thank you very much for these techniques. However, the problem magically disappeared as is quite common with many things in the ibi world (not always a good thing) and I no longer am running into the problem.
WebFOCUS 7.7.03/8.0.08 Dev Studio 7.7.03/8.0.08 App Studio 8.0.08 Windows 7 ALL Outputs
Posts: 402 | Location: Upland, IN | Registered: June 08, 2012