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     Hybrid MRE/Self Service Login issue

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Hybrid MRE/Self Service Login issue
 Login/Join
 
Expert
posted
I am attempting to replicate an environment that I must support. It uses MRE to login but is a self-service application.

The login page includes this:

<form name="logonForm" action="/ibi_apps/WFServlet" method="POST">

<input type=text name="IBIMR_user" size=20 value="">
<input type=password name="IBIMR_pass" size=20 value=""></td>
<input type="submit" name="Submit" value="Logon">
<input type="reset" name="Reset" value="Reset">

<input type="hidden" name="IBIWF_language" value="en">
<input type="hidden" name="IBIMR_random" value="">
<input type="hidden" name="SIGNON_CORRECT" value="mainmenu.htm">
<input type="hidden" name="SIGNON_CORRECT_ADMIN" value="mainmenu.htm">
<input type="hidden" name="IBIMR_action" value="MR_SIGNON">
<input type="hidden" name="SIGNON_INCORRECT" value="badlogon.htm">
<input type="hidden" name="IBIC_server" value="EDASERVE">
</form>


I just don't know what this code is doing - it's got MRE bits and self-service bits.

Any ideas?

Thanks,


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
[STRANGE]
If you log in with an MRE user that is defined as an "Analytical User" - the self-service redirection works, if you log in with an MRE user that is defined as a "Developer", the self-service redirection does not work - the Domain page is displayed.
[/STRANGE]


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
Francis, there is a manual that describes these calls.

I've created many of these hydrib launch pages, and have not had any issues.

The signon validates the user, and created the session info, after that you can do what you like.


Do you think the eve people could create a new tag for [STRANGE], and make it wobbly green text ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Expert
posted Hide Post
Waz,

Is the manual you suggest the security manual? Does it actually state the user has to be defined as an analytical user?

Also, in our self-service app, we authenticate a user against the db, can this work with an MRE user?

Thanks,


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
Francis, its the WebFOCUS API Developer's Reference.

As for your self service app, the user is authenticated against what db ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Expert
posted Hide Post
I have never played with the API, so I have a bit of reading to do.

We're being forced into having two separate WebFOCUS environments coexist in one. One uses MRE for authentication and then runs self-service. The other is solely self-service.

There are all kinds of issues with Dev Studio - we would like one set of users not see the app folders of the other set of users.

We're trying user profiles, we're trying IBI_REPORT_USER, it's a bit of a mess.


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
here's a possible scenario:

Leave the other group's authentication method alone, MRE authentication then run self-service.

For ours, I was thinking of using MRE authentication with a hidden dummy user/pass, then self-service authenticating to the DB2 database - this I haven't got working yet.


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
I did a similar thing about 5 years ago.

It did MRE authentication with a fixed user password (difficult to hide, did it with calls), then validated against a FOCUS DB od user/passwords.

It works quite well, but locking it down is the hard part.

Its also quite versitile, you can then control the access.

I personally don't like giving access to any app folders, and drive all reporting through menus. If set up correctly, the menus can be controlled via the user db.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report 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     Hybrid MRE/Self Service Login issue

Copyright © 1996-2020 Information Builders