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 have a compound report which outputs as a Powerpoint document. When the user opens the document, an error pops up
"Powerpoint found a problem with the content in Report1.pptx. Powerpoint can attempt to repair the presentation. If you trust the source of this presentation, click to Repair"
Downloading and opening the same Powerpoint report using the actual server name in the WebFOCUS link does not throw any error, and i can see the reports inside https://abcd001p:8121/ibi_apps/
The issue occurs for PDF version too.
Did i forget to set something?
Thanks in advanceThis message has been edited. Last edited by: WF1326,
There are a number of things that could be causing this. Try commenting out everything but one page. See if that runs and then add the next page. Once you determine which page it is you can narrow it down to which report on the page is causing the problem. Painful process but the only way we've been able to work through it.
ENGINE INT CACHE SET ON -DEFAULTH &WF_STYLE_UNITS='PIXELS'; -DEFAULTH &WF_STYLE_HEIGHT='405.0'; -DEFAULTH &WF_STYLE_WIDTH='770.0'; -DEFAULTH &WF_TITLE='WebFOCUS Report'; GRAPH FILE car -* Created by Info Assist for Graph SUM CAR.BODY.DEALER_COST BY CAR.COMP.CAR ON GRAPH PCHOLD FORMAT PPTX ON GRAPH SET VZERO OFF ON GRAPH SET HTMLENCODE ON ON GRAPH SET GRAPHDEFAULT OFF ON GRAPH SET UNITS &WF_STYLE_UNITS ON GRAPH SET HAXIS &WF_STYLE_WIDTH ON GRAPH SET VAXIS &WF_STYLE_HEIGHT ON GRAPH SET GRMERGE ADVANCED ON GRAPH SET GRMULTIGRAPH 0 ON GRAPH SET GRLEGEND 0 ON GRAPH SET GRXAXIS 1 ON GRAPH SET LOOKGRAPH VBAR ON GRAPH SET STYLE * *GRAPH_SCRIPT setPieDepth(0); setPieTilt(0); setDepthRadius(0); setCurveFitEquationDisplay(false); setPlace(true); *END INCLUDE=IBFS:/FILE/IBI_HTML_DIR/javaassist/intl/EN/ENIADefault_combine.sty,$ TYPE=REPORT, TITLETEXT=&WF_TITLE.QUOTEDSTRING, $ *GRAPH_SCRIPT setReportParsingErrors(false); setSelectionEnableMove(false); *END ENDSTYLE END
My issue is the query downloads and opens the PPT without any issue when i use the servername in my webfocus link https://abcd001p:8121/ibi_apps/
When i use the DNS name in the link, https://mytestsite.com/ibi_apps/, the file downloads ok. But opening the file, throws an error as mentioned in my original post