Focal Point
[SOLVED]: Active Report - Export error

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

November 14, 2017, 05:07 PM
BM
[SOLVED]: Active Report - Export error
Hi,
Has anyone encountered issue when exporting to EXCEL or any format from Active Report in 8201m
I am getting

403 - Forbidden: Access is denied.

Thanks

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8202M
November 14, 2017, 09:46 PM
BM
  
TABLE FILE CAR
PRINT 
     CAR.BODY.BODYTYPE
     CAR.BODY.SEATS
     CAR.CARREC.MODEL
     CAR.COMP.CAR
     CAR.ORIGIN.COUNTRY
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT AHTML
ON TABLE SET WEBVIEWER ON
ON TABLE SET WEBVIEWTARG OFF
ON TABLE SET CACHELINES 100
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
     INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/warm.sty,
$
TYPE=REPORT,
     LINES-PER-PAGE=20,
$
ENDSTYLE
END



If I remove "SET WEBVIEWER ON", I get the pop-up for Active X. It only started in 8201m. It was working fine in 8105M

Thanks


WebFOCUS 8202M
November 15, 2017, 05:34 AM
Frans
Can you try removing:

ON TABLE SET WEBVIEWER ON
ON TABLE SET WEBVIEWTARG OFF
ON TABLE SET CACHELINES 100


Test: WF 8.2
Prod: WF 8.2
DB: Progress, REST, IBM UniVerse/UniData, SQLServer, MySQL, PostgreSQL, Oracle, Greenplum, Athena.
November 15, 2017, 08:07 AM
Marie Eberlein
I opened a case when we had this issue. Here's what they told me, which resolved the problem:

In the admin console, application settings, filters, remove the check on the box for "Cross Site Request Forgery Protection" Click save at the bottom, and clear cache at the top.


WebFOCUS 8201, Windows
November 15, 2017, 12:28 PM
BM
Thanks all .. ADMIN was able to solve the issue by changing some application settings.
Its working now.


WebFOCUS 8202M