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] PROB:Drilldown link in PDF is missing full webapp srvr name

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] PROB:Drilldown link in PDF is missing full webapp srvr name
 Login/Join
 
Platinum Member
posted
I have a FEX that creates a report in PDF format. The PDF report has drillsdown to another report. Instead a message is displayed stating that Adobe will not allow the website to connect.
This is displayed at the top of the message /ibi_apps/WFServlet?......
instead of http://webapp_srvname/ibi_apps.
We have redirect turned on for PDF files.
When I run it in HTML the drilldown works perfectly.

What could be causing this security block? I went into Trust Manager in Adobe and made sure the URL was entered correct to Always Allow Access.
Brlow is the code for the drilldown

Windows 7.7.03, Windows 7, IE 8, Adobe 10.1

TYPE=DATA, COLUMN=N5,
TARGET="_blank",
PSTL_ST_AB=N7 \
STAT_CODE=N8 \
PROC_D_FLT = '&PROCDFLTS' \
DEAD_RSK_FLT = '&DEADRSKFLTS' \
OR = '&OR' \
TIME_PERIOD = &TIME_PERIOD \
TYEAR = &TYEAR \
STATE_NAME = N1 \
STATUS_STR = '&STATUS_STR' \
STATUS_NAME = N4 \
DISP_TPER = '&DISP_TPER' \
DRILL_LEVEL='HOMEOFFICE_DETAIL'),$

This message has been edited. Last edited by: Kerry,


WebFOCUS & ReportCaster 8.1.05, 7.7.03 - AIX/LINUX, FOCUS 7.6.13 MVS, Output PDF, XLS-XLSX, DOCX and HTML
 
Posts: 146 | Location: Atlanta, GA | Registered: May 31, 2007Report This Post
Expert
posted Hide Post
PDF or EXCEL Drill


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Platinum Member
posted Hide Post
Thanks for the recommendation, it pointed me in the right direction. This is the code that I ended up having to include at the beginning of the FEX file that has the drill down.
-***********************************************************************************
-SET &&SERVER = 'http://abc-dd' ;
-SET &&FOCEXURL ='/ibi_apps/WFServlet?IBIF_webapp=/ibi_apps&|IBIC_server=Cluster_Name&';
-SET &DRILLURL=&&SERVER||&&FOCEXURL ;
SET FOCEXURL = &DRILLURL
-***********************************************************************************
I am in 7.7.03 on AIX with load balancing.
Note the concatenation and the ampersand in the IBIF_webapp declaration.
Don't know where this is documented, the tech person I worked with advised me what was needed.


WebFOCUS & ReportCaster 8.1.05, 7.7.03 - AIX/LINUX, FOCUS 7.6.13 MVS, Output PDF, XLS-XLSX, DOCX and HTML
 
Posts: 146 | Location: Atlanta, GA | Registered: May 31, 2007Report This Post
Expert
posted Hide Post
Hi Rhonda,

Glad it worked for you.

1 recommendation:

What happens if they change server IP's. Happens all the time! Put &&SERVER on the server so you don't have to change EVERY SINGLE FEX that has a drill to PDF/EXCEL; the only change will be in 1 spot...

Tom


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Platinum Member
posted Hide Post
Problem Solved: Yes, we were thinking in the sae vein. Will be testing this afternoon!


WebFOCUS & ReportCaster 8.1.05, 7.7.03 - AIX/LINUX, FOCUS 7.6.13 MVS, Output PDF, XLS-XLSX, DOCX and HTML
 
Posts: 146 | Location: Atlanta, GA | Registered: May 31, 2007Report This Post
Expert
posted Hide Post
If you add a few variables to your Custom Settings, You can avoid hard-coding the server name...


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Member
posted Hide Post
here is a sample of code I have used to set the FOCEXURL

-SET &FOCEXURL='/ibi_apps/WFServlet?IBIF_webapp=/ibi_apps' | '&';
-SET &FOCEXURL=&FOCEXURL | 'IBIC_server=EDASERVE' | '&';
-SET &FOCEXURL=&FOCEXURL | 'IBIWF_msgviewer=OFF' | '&';
SET FOCEXURL=&FOCEXURL
 
Posts: 12 | Registered: June 08, 2010Report 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] PROB:Drilldown link in PDF is missing full webapp srvr name

Copyright © 1996-2020 Information Builders