Focal Point
Log off MRE and Dashboard redirect to a custom page

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1861051552

November 01, 2007, 01:05 PM
Sayed
Log off MRE and Dashboard redirect to a custom page
Hello,

How can I redirect users to a custom page when users click on the log off button on dashboard or MRE?

Thanks,
Sayed


WF 8.x and 7.7.x Win/UNIX/AS400, MRE/Portal/Self-Service, IIS/Tomcat, WebSphere, IWA, Realmdriver, Active Directory, Oracle, SQLServer, DB2, MySQL, JD Edwards, E-BIZ, SAP BW, R/3, ECC, ESSBASE
November 01, 2007, 01:13 PM
Francis Mariani
For Dashboard, look for "Customizing the Logoff Window" in the Managed Reporting Administrator's Manual.

You'll be playing with the bid-config.xml file in the Webfocus/worp/conf directory.

They may be a method for MRE as well in the same manual.


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
November 01, 2007, 02:06 PM
Sayed
Thanks Francis. I was able to change it for BID but still looking for a way in MRE. For BID I changed the following file


\ibi\WebFOCUS762\worp\conf\bid-config.xml


  <response-redirect request-context="logoff-success">
<x-redirect url="http://google.com"/>
</response-redirect>

 



WF 8.x and 7.7.x Win/UNIX/AS400, MRE/Portal/Self-Service, IIS/Tomcat, WebSphere, IWA, Realmdriver, Active Directory, Oracle, SQLServer, DB2, MySQL, JD Edwards, E-BIZ, SAP BW, R/3, ECC, ESSBASE
November 07, 2007, 05:30 PM
Sayed
http://techsupport.informationbuilders.com/sps/10262008.html

works for version 53x but architecture was chnaged on 76x. Mrrepos.htm file was changed and there is no more mrexit.htm file under workbench. Still looking for a way to redirect when used clicks on logoff from MRE.


WF 8.x and 7.7.x Win/UNIX/AS400, MRE/Portal/Self-Service, IIS/Tomcat, WebSphere, IWA, Realmdriver, Active Directory, Oracle, SQLServer, DB2, MySQL, JD Edwards, E-BIZ, SAP BW, R/3, ECC, ESSBASE
November 07, 2007, 05:57 PM
Tom Flynn
The information can be found by clicking on the Search the Technical Documentation Library at the top of this page:

These may help:

WebFOCUS Security and Administration

Managed Reporting Processing Details

Managed Reporting Configuration Files




EDIT: Yep, Susannah is correct, I can't find it either. Kind of amazed. Keep looking, though!!!!

This message has been edited. Last edited by: Tom Flynn,


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
November 07, 2007, 06:44 PM
susannah
Sayed, i can't find it either.
I can show you how to change the text on the MRE logon page, how to change the images in both the MRE signon and signoff pages...just gave presentation on that at FUSE New England.
but i can't find the exit page either.
-s.




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
November 08, 2007, 03:37 AM
Tony A
Sayed,

Have a look at the file \ibi\WebFOCUS76\ibi_html\workbnch\mr_ie.htm under the function show_logoff().

That may or may not be the area that you need to look at but it's a start! Smiler

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
November 08, 2007, 07:48 AM
Tom Flynn
Tony,

Well Done (as always)...

Also in that same folder is MRSIGNOFF.htm which is called at the end.

FYI...


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
November 08, 2007, 08:22 AM
Tony A
Tom,

Not that clever really as all it required was to hover over the logoff link (with the status bar visible) and seeing that a call would be made to javascript:show_logoff(). A quick search later and I was editing the file to place an alert to prove the file and location.

Easy really, when you think about what you need Smiler

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
November 08, 2007, 08:44 AM
susannah
Tom, we suspect that mrsignoff is an artifact.
we suspect this for 2 reasons
1) the exact text in the .htm page is
'thank you for using mre' doesn't appear on the logoff page, but more importantly, there is no such text in the language translation file .
2) when we change that text slightly, and hit the logoff button, nothing untoward happens. We would expect a crash. Therefore we suspect that this mrsignoff is not being executed anywhere.
We cannot find , in 76, the page that definitely *is* being executed. Further we suspect that whatever page is being executed, is bypassing the language translation file altogether, b/c changing the exact 'Thank you...' phrase in the xlation file seems to have no affect whatsoever on the logoff screen. And similarly, clicking the 'Return..' link similarly bypasses the xlation file and reverts to the standard text. We've opened a case to ask for help from CSS, and we'll post the results. We, too, as Sayed, would like to bypass that logoff page altogether.
-s.




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
November 08, 2007, 09:06 AM
Tom Flynn
Hi Susannah,

The reason I added the comment was:


function showLogoff()
{
document.location.replace( CGIPath+CGIName+"?IBIMR_action=MR_SIGNOFF"+"&IBIMR_Random="+Math.random());
}

which IS different from my previous post.

Apologize for the confusion...


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
November 08, 2007, 09:16 AM
susannah
yep, but that's a function, not a page.
and i can't figure out where that is, Can you?
a .jsp i would guess. but i can't find it. and i'm getting exhausted tracing dead ends...
as, i suspect, Sayed is, as well.




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
November 08, 2007, 09:30 AM
Tony A
Susannah,

The redirection would have to be decyphered from these JS vars -

CGIPath+CGIName+"?

Which, here, equates to /ibi_apps/WFServlet.

The partial URL being /ibi_apps/WFServlet?IBIMR_action=MR_SIGNOFF&IBIMR_Random=0.06444522045025103

T

This message has been edited. Last edited by: Tony A,



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
November 08, 2007, 09:47 AM
susannah
oui, je sais,
which is virtual, yes? moi je suis still clueless how to find that mr_signoff.jsp
maybe its a fex? could that be possible?




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
November 08, 2007, 10:14 AM
Francis Mariani
Would this help you 76ers? It's for 71 but may work:
TECHNIQUE - How to return back to the Managed Reporting login page?


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
November 08, 2007, 12:37 PM
Sayed
I have a case opened with IBI (Case#33052538). Hopefully they will track it down.

Thank you ALL.


WF 8.x and 7.7.x Win/UNIX/AS400, MRE/Portal/Self-Service, IIS/Tomcat, WebSphere, IWA, Realmdriver, Active Directory, Oracle, SQLServer, DB2, MySQL, JD Edwards, E-BIZ, SAP BW, R/3, ECC, ESSBASE