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] issue with multidrills and our new VPN

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[Solved] issue with multidrills and our new VPN
 Login/Join
 
Expert
posted
With our new high-security VPN f5, our multidrills no longer work.
Here's what WF puts into your report's htm:
<script language='javascript'> 
var ibiOptions = new Array("multidrill");
var focexurl = "/ibi_apps/WFServlet?IBIF_webapp=/ibi_apps&IBIC_server=EDASERVE&IBIWF_msgviewer=OFF&IBIAPP_app=appname&&IBIMR_drill=X,domain/domain.htm&";
var fochtmlurl = "/ibi_html";
var serverLanguage='en';
</script>


See how there is no full URL , only the relative?
If i try specifying in my fex
SET FOCEXURL='http:/servername.nyumc.orgRazzerortnumber'.... (etc various appends tried,), then what happens is:
<script language='javascript'> 
var ibiOptions = new Array("multidrill");
var focexurl = "http:/servername.nyumc.org:portnumber";
var fochtmlurl = "/ibi_html";
var serverLanguage='en';
</script>


and that's ALL. the whole thing gets replaced by the generic.
i need some way to just glue on the http://server bit to the front of the var focexurl that the Multi Drill creates.

Any brilliant ideas?

This message has been edited. Last edited by: Kathleen Butler,




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Expert
posted Hide Post
In the past I've done this by creating a HTMTABLE file instead of a HTML file, and then hardcoded the WF multi-drilldown JavaScript requirements - still works in v7.7.05:

-SET &ECHO=ALL;

TABLE FILE CAR
SUM 
SALES
BY COUNTRY 
BY MODEL

ON TABLE HOLD AS HOLD1 FORMAT HTMTABLE

ON TABLE SET PAGE NOLEAD

ON TABLE SET STYLESHEET *

TYPE=REPORT, GRID=OFF, FONT='VERDANA', SIZE=8, $

TYPE=DATA, COLUMN=COUNTRY,
DRILLMENUITEM='DRILLDOWN 1',
  FOCEXEC=app/fm_car1.fex (COUNTRY=COUNTRY), TARGET=win_car,
DRILLMENUITEM='DRILLDOWN 2',
  FOCEXEC=app/fm_car2.fex (COUNTRY=COUNTRY), TARGET=win_car,
$
ENDSTYLE
END
-RUN

-HTMLFORM BEGIN
<HTML>
<HEAD>
<script language='javascript'>
var ibiOptions = new Array("multidrill");
var focexurl = "http://dviappvmwebf10:8080/ibi_apps/WFServlet?IBIF_webapp=/ibi_apps|&|IBIC_server=EDASERVE|&|";
var fochtmlurl = "/ibi_html";
</script>

<script language='javascript' src='/ibi_html/javaassist/nls.js'></script>
<script language='javascript' src='/ibi_html/javaassist/ibi/html/js/ibigbl.js'></script>
<script language='javascript'>
ibigblloadCss(null);
</script>

</HEAD>
<!-- BEGIN -->
!IBI.FIL.HOLD1;
<!-- END --></HTML>
-HTMLFORM END


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
Expert
posted Hide Post
gotcha, frankie.
i was looking for a backend way to do exactly that.




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report 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] issue with multidrills and our new VPN

Copyright © 1996-2020 Information Builders