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     [CLOSED] Home page display

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Home page display
 Login/Join
 
<abroit>
posted
I need to display a WebFocus report on the home page after a user log's in to WebFocus.

A customized report will show for their department. Then the user should be able to choose among other reports or choose a different menu system.

Please direct me to documentation or other posts.

Thanks.

This message has been edited. Last edited by: Kerry,
 
Report This Post
Virtuoso
posted Hide Post
On your logon form, add another hidden input tag:

<input type=hidden name="WF_SIGNON_MESSAGE" value="/ibi_apps/WFServlet?&IBIF_ex=ANOTHER">

This directs WF where to go upon a successful logon.

BTW, change "ANOTHER" to the report to execute.
 
Posts: 1102 | Location: Toronto, Ontario | Registered: May 26, 2004Report This Post
Guru
posted Hide Post
Are you using B.I. Dashboard?
 
Posts: 346 | Location: Melbourne Australia | Registered: April 15, 2003Report This Post
<abroit>
posted
No, we are not using the BI dashboard.

Is it included in the base product?

Do you recommend it? Why? Is there an example or demo to view?

Thanks.
 
Report This Post
<abroit>
posted
From searching our production directories for the string WFSERVLET, it seems to me that we have never implemented this approach to executing Focexecs.

I may be getting nearer to my solution, but I still need some help.

This is my web page (with the .. added):

<..html>
<..head>
</..head>
<..body>
<..form method="post" action="/cgi-bin/ibi_cgi/ibiweb.exe" >
Go baby go!
<input type="hidden" name="WF_SIGNON_MESSAGE" VALUE="/ibi_apps/WFSERVLET?&IBIF_ex=CombofimLB">
<input name ="go" type="submit">

</..form>
</..body>
</..html>

and this is the error message I receive:

WebFOCUS was called with an invalid request.

What is incorrect?
 
Report This Post
Virtuoso
posted Hide Post
In <input type="hidden" name="WF_SIGNON_MESSAGE" VALUE="/ibi_apps/WFSERVLET?&IBIF_ex=CombofimLB">

make that just

VALUE=CombofimLB"
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
<abroit>
posted
I get the message:

WebFOCUS was called with an invalid request.

with the code:
<..form method="post" action="/cgi-bin/ibi_cgi/ibiweb.exe" >
Go baby go!
<input type="hidden" name="WF_SIGNON_MESSAGE" VALUE="CombofimLB">
<input name ="go" type="submit">

What am I doing wrong?
<../form>
 
Report This Post
<Pietro De Santis>
posted
<input type="hidden" name="IBIWF_action" value="WF_SIGNON">
<input type="hidden" name="WF_SIGNON_MESSAGE" value="/cgi-bin/ibi_cgi/ibiweb.exe?IBIF_focexec=XXX050">
 
Report This Post
Gold member
posted Hide Post
Hey guys,

I know this is an old topic, but it is something I need to implement now. I cannot seem to find logon form to insert the input tag in. Can someone point me in the right direction?

Thanks,


Kevin
______________________
Production: WebFocus 7.6.11 on Win2K3 Server
Test: WebFocus 7.6.11 on Win2K3 Server
Formats: Excel2K, PDF, HTML
 
Posts: 79 | Registered: February 29, 2008Report This Post
Expert
posted Hide Post
The URL for the default WebFOCUS Reporting Server login page is:
http://server-name/ibi_html/wfsignon.html
This file is located in
Drive:\ibi\WebFOCUS76\ibi_html.


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
Gold member
posted Hide Post
Hmm...this is not exactly what I am looking for.

Do anyone know, is there a way that I can put a custom message on the login page for each GroupView?

This is the URL we direct users to for one of the GroupViews.

http://[servername]/ibi_apps/b...IFY&WORP_MPV=af_gbv&


I would like to put a message containing a security warning before the users log in.

Thanks,


Kevin
______________________
Production: WebFocus 7.6.11 on Win2K3 Server
Test: WebFocus 7.6.11 on Win2K3 Server
Formats: Excel2K, PDF, HTML
 
Posts: 79 | Registered: February 29, 2008Report This Post
Gold member
posted Hide Post
The location below is the location and filename for the GroupView Login page.

You can add anything you need by placing either HTML or JavaScript in this file. It can be a pain because of the formatting so it might take some time to get it to look just right.

"\ibi\WebFOCUSxx\webapps\webfocusxx\worp\jsp\WORP_Login.jsp"


WebFOCUS 7.7.03
Windows Web Server 2008
MS SQL Server 2000
Excel,CSV,PDF,HTML
 
Posts: 71 | Location: Kingston, ON | Registered: May 03, 2011Report This Post
Gold member
posted Hide Post
Perfect! That's exactly what I was looking for. And I was able to just put in a simple HTML statement at the bottom (taken from an HTML launch page header) and the format of it looked fine.

Thank you for your help.


Kevin
______________________
Production: WebFocus 7.6.11 on Win2K3 Server
Test: WebFocus 7.6.11 on Win2K3 Server
Formats: Excel2K, PDF, HTML
 
Posts: 79 | Registered: February 29, 2008Report 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     [CLOSED] Home page display

Copyright © 1996-2020 Information Builders