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.
I am trying to run a report using webfocus 7.6.7 against essbase 7.1.3. I either get an error or no html output with zero records...is there something "special" that I need to do? I think I'm trying a very basic report.
thanksThis message has been edited. Last edited by: Kerry,
Reporting against ANY multi-dimensional source, ESSBASE, MS OLAP or SAP BW has special rules. First question has to be what is the error? Second question is have you looked up the error.
TABLE FILE TNTEST6 PRINT NETBILLING BY SCENARIO BY CHANNELS BY PRODUCT BY CUSTOMER BY TIM2 WHERE TIM2 EQ 'Oct'; WHERE SCENARIO EQ 'CY'; WHERE CHANNELS EQ 'CRS'; WHERE RECORDLIMIT EQ 100 HEADING "" FOOTING "" ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT EXL2K END
sorry...you are correct...that is not an error...i guess the "error" to me was getting no output. I removed the filters and the report runs and runs...all i get is "waiting for response...". I easily run a report against this in the essbase excel addin.
You need READLIMIT EQ 100 to restrict retrieval from the essbase server. Currently wf is waiting for essbase to return a huge result set and then returning the first 100 records from that.
Stick with wf and you will get to see how it works - there is nothing inherently wrong with it.
Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2 Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
Posts: 888 | Location: Airstrip One | Registered: October 06, 2006