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] running a report again essbase aggregate storage

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] running a report again essbase aggregate storage
 Login/Join
 
Member
posted
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.

thanks

This message has been edited. Last edited by: Kerry,
 
Posts: 20 | Location: Nashville, TN | Registered: September 19, 2005Report This Post
Guru
posted Hide Post
Could you post your FOCUS code here and the message you see in your no html output screen?


Test: WF 8.2
Prod: WF 8.2
DB: Progress, REST, IBM UniVerse/UniData, SQLServer, MySQL, PostgreSQL, Oracle, Greenplum, Athena.
 
Posts: 454 | Location: Europe | Registered: February 05, 2007Report This Post
<JG>
posted
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.
 
Report This Post
Member
posted Hide Post
The code is

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

the error is....

No HTML Output!

--------------------------------------------------------------------------------


0 NUMBER OF RECORDS IN TABLE= 0 LINES= 0


I've read in the documentation on setting up a report but haven't found anything to help.

thanks
 
Posts: 20 | Location: Nashville, TN | Registered: September 19, 2005Report This Post
<JG>
posted
No HTML Output is not an ERROR, it's simply telling you that there is no report to display.

quote:
0 NUMBER OF RECORDS IN TABLE= 0 LINES= 0


Remove the filters and see what it does.
 
Report This Post
Member
posted Hide Post
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.

thanks
 
Posts: 20 | Location: Nashville, TN | Registered: September 19, 2005Report This Post
Master
posted Hide Post
cfish

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, 2006Report 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] running a report again essbase aggregate storage

Copyright © 1996-2020 Information Builders