Focal Point
[CLOSED] Compound report is giving Internet Explorer cannot display error message

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

March 05, 2014, 07:27 AM
souji
[CLOSED] Compound report is giving Internet Explorer cannot display error message
Hi All,

I have an issue with my compound report.
I have a Landing page where i can run the reports for different levels(Total Company,division,department levels).If individual report for total company its working fine.If i run compound report for Totla company iam getting timedout and internet explorer error message.And Compound report lower levels(division,departments) are working fine. It would be a great help if someone can help us with this issue. Each report for Total company individually is taking 2 mins of time.But compound report iam facing the issue.

SET LINES = 99999
SET ALL=ON
SET NODATA='-'
SET ACROSSLINE = OFF
SET PAGE-NUM = OFF
SET SHOWBLANKS = ON
SET PRINTPLUS = ON
-*SET STYLEMODE = FIXED
SET PAGE-NUM=NOPAGE

SET HTMLARCHIVE=ON
COMPOUND LAYOUT PCHOLD FORMAT PDF
UNITS=IN,$
SECTION=section1, LAYOUT=ON, METADATA='0.5^0.5^0.5^0.5', MERGE=OFF, ORIENTATION=LANDSCAPE, PAGESIZE=TABLOID, $
PAGELAYOUT=1, NAME='Page layout 1', text='Page layout 1', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.5, ORIENTATION=LANDSCAPE, PAGESIZE=TABLOID,$


COMPONENT='report0', TEXT='report0', TOC-LEVEL=2, POSITION=(0.1 0.000), DIMENSION=(* *),$
COMPONENT='report1', TEXT='report1', TOC-LEVEL=2, POSITION=(0.1 1.300), DIMENSION=(* *),$
COMPONENT='report2', TEXT='report2', TOC-LEVEL=2, POSITION=(5.4 1.300), DIMENSION=(* *), $
COMPONENT='report3', TEXT='report3', TOC-LEVEL=2, POSITION=(8.0 1.300), DIMENSION=(* *), $
COMPONENT='report4', TEXT='report4', TOC-LEVEL=2, POSITION=(12.0 1.300), DIMENSION=(* *), $

COMPONENT='report5', TEXT='report5', TOC-LEVEL=2, POSITION=(0.1 4.400), DIMENSION=(* *),$
COMPONENT='report6', TEXT='report6', TOC-LEVEL=2, POSITION=(5.0 4.400), DIMENSION=(* *), $
COMPONENT='report7', TEXT='report7', TOC-LEVEL=2, POSITION=(5.0 5.100), DIMENSION=(* *), $
COMPONENT='report8', TEXT='report8', TOC-LEVEL=2, POSITION=(13.1 4.400), DIMENSION=(* *), $
OBJECT=IMAGE, IMAGE=vi_metric.jpg, POSITION=(0.1 8.000), DIMENSION=(* *), $


END

SET COMPONENT='report0'
-INCLUDE vipdashboard2014/dashboard_heading.fex
-RUN

SET COMPONENT='report1'
-INCLUDE vipdashboard2014/tot_coll_report1.fex
-RUN
SET COMPONENT='report2'
-INCLUDE vipdashboard2014/sls_report2.fex
-RUN
SET COMPONENT = 'report3'
-INCLUDE vipdashboard2014/aggre_report3.fex
-RUN
SET COMPONENT='report4'
-INCLUDE vipdashboard2014/reversals_report4.fex
-RUN

SET COMPONENT='report5'
-INCLUDE vipdashboard2014/vip_doc_after_strt_date.fex
-RUN

SET COMPONENT='report6'
-INCLUDE vipdashboard2014/uncol_titles.fex
-RUN

SET COMPONENT='report7'
-INCLUDE vipdashboard2014/swati_uncol.fex
-RUN
-
SET COMPONENT='report8'
-INCLUDE vipdashboard2014/vip_interst_lost.fex
-RUN

COMPOUND END

This message has been edited. Last edited by: <Kathryn Henning>,


WebFocus 7.1.4 xp html,excel,pdf
March 19, 2014, 02:52 PM
<Kathryn Henning>
Hi Souji,

Without knowing more about your volume of data and the logic in the individual FOCEXECs, it's hard to identify what is occurring here. What is the exact error message that you're receiving in the browser?

Have you turned on any traces? Are there any error messages in the Web/Application server logs?

There is a good article on the WebFOCUS timeout parameters here:

WebFOCUS Timeout Parameters

Cheers!

Kathryn