Focal Point
[SOLVED] running a report again essbase aggregate storage

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3911031903

December 01, 2008, 02:54 PM
cfish
[SOLVED] running a report again essbase aggregate storage
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,
December 01, 2008, 03:05 PM
Frans
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.
December 01, 2008, 04:04 PM
<JG>
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.
December 01, 2008, 05:14 PM
cfish
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
December 02, 2008, 01:33 AM
<JG>
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.
December 02, 2008, 09:04 AM
cfish
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
December 03, 2008, 08:09 AM
hammo1j
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