Focal Point
Dashboard login

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

September 13, 2006, 04:09 AM
Karanth
Dashboard login
Hi,
I would like to change the dashboard login view. I would like to create a link which would automatically redirect me to the login page instead of showing the various groups. Depending on who logs in, the various applications/groups available to the user has to be shown. Is this possible>?
September 13, 2006, 05:12 AM
Pete
Hi K,

Is it so that every user has only access to one view ,if so then yes its possible , its a serie of changes you have to apply.

If this is what you need , i will post the changes you will have to make


P.


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

September 13, 2006, 05:30 AM
Pete
K.,

This is what you should do :

  
Redirect user to his own group-view



Information on how to set up the Dashboard so a user will log in automatically
to a group view is listed below:

  1. Edit bid-config.xml using a text editor.
  2. Search for the string login-success
  3. You will see the following code:

<response-redirect request-context="login-success">
  <context-redirect url="&JSP;/WORP_LoginSuccess.jsp"/>
  <!--<context-redirect
url="&JSP;/performance_management_framework/WORP_MultiViewPerformanceManagement
Framework.jsp"/>-->
    <!--<context-redirect
url="&JSP;/performance_management_framework/WORP_SingleViewPerformanceManagemen
tFramework.jsp"/>-->
  </response-redirect>
 
Change into :

 
  <!--  Configure this redirect to go to a different page than Dashboard's
default upon successful login
  -->
  <response-redirect request-context="login-success">
    <!--<context-redirect url="&JSP;/WORP_LoginSuccess.jsp"/>-->
    <!--<context-redirect
url="&JSP;/performance_management_framework/WORP_MultiViewPerformanceManagement
Framework.jsp"/>-->
    <context-redirect
url="&JSP;/performance_management_framework/WORP_SingleViewPerformanceManagemen
tFramework.jsp"/>
  </response-redirect>
 



P.


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

September 14, 2006, 03:36 AM
Karanth
Thanks a million. It worked. Now how do i redirect it back to the login promt when i log off?
September 14, 2006, 04:07 AM
Pete
Hi K,

this is done again in the bid-config file

change :
  
  <response-redirect request-context="logoff-success">
    <context-redirect url="&REDIRECT;" hrefs-per-row="5">
      <href src="&MPV;" text="mpvHREFTextShort" context-asset="true" localize-text="true"/>
      <href src="&GBV;" text="gbvHREFTextShort" context-asset="true" localize-text="true"/>
      <href src="&LOGIN;" text="loginHREFTextShort" context-asset="true" localize-text="true"/>
      <href src="&INDEX;" text="indexHREFTextShort" context-asset="true" localize-text="true"/>
    </context-redirect>
  </response-redirect>

into 

  <response-redirect request-context="logoff-success">
   <!--
    <context-redirect url="&REDIRECT;" hrefs-per-row="5">
      <href src="&MPV;" text="mpvHREFTextShort" context-asset="true" localize-text="true"/>
      <href src="&GBV;" text="gbvHREFTextShort" context-asset="true" localize-text="true"/>
      <href src="&LOGIN;" text="loginHREFTextShort" context-asset="true" localize-text="true"/>
      <href src="&INDEX;" text="indexHREFTextShort" context-asset="true" localize-text="true"/>
    </context-redirect>
   -->
   <x-redirect url="http://www.randstad.be"/>
  </response-redirect>


In our case the user is redirected back to our homepage www.randstad.be

Hope it helps

P.

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


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

September 14, 2006, 06:11 AM
Karanth
Thanks for this..
September 14, 2006, 06:12 AM
Karanth
quote:
Originally posted by Karanth:
Thanks for this..


but what about the look and feel of it.
It says Managed reporting login:
I want to change all of that
September 14, 2006, 06:16 AM
Pete
K.,

i could sent you a word document that contains just about anything for customizing the dashboard

in the ibi_html/images you the images that are used in the login screen , we replaced these one with our own

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


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

September 15, 2006, 08:19 AM
Karanth
Could you send me that document?
September 15, 2006, 08:26 AM
Pete
Sure , just pm an email address


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

September 19, 2006, 12:37 PM
newtofocus
Pete,

Can I have the document too.

Thanks


WF7.1.4 Prod/Test, MRE, self serve, DM
September 19, 2006, 01:08 PM
newtofocus
What is the URL that you are talking about. I use
http://webserver/ibi_apps/bid-login and I am getting the following message

Error occurred.
ERROR: ERROR_MR_CANT_OPEN_DOMAIN_FOR_USER Can't open domain untitled/untitled.htm for user .

Any ideas?


WF7.1.4 Prod/Test, MRE, self serve, DM
September 19, 2006, 04:55 PM
ok_dhs
Hey Pete,

Is it possible to upload that word document for rest of us too? Thanks.

Mike


Prod: WebFOCUS 7.1.3 on Linux Kernel-2.6.5 zSeries 64bit/Apache Tomcat/5.0.28 JAVA version 1.4.2_11 server
September 20, 2006, 02:17 AM
Pete
Mike,

I'm not sure how i can upload it on here

P.


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

September 20, 2006, 02:34 AM
Pete
NewToFocus,


I assume that you only have a public view ,if so does the public group have access to that domain ?

You will have to check this in your webfocus MRE Administration

P.


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

September 25, 2006, 04:04 PM
Denver RSE
This is what I edit in the BID-CFG.XML file to return the user to "customized" login view.


< !--






-->


September 25, 2006, 04:07 PM
Denver RSE
Well, the HTML got stripped... will try adding *- to each line. I wish there was a "preview post" button...


*-

*- < !--
*-
*-
*-

*-
*-

*- -->
*-
*-

September 25, 2006, 04:31 PM
Francis Mariani
Click on "Options" link in the "Post A Reply" window and select the "Disable HTML" checkbox.

I think this should work on a previously posted reply if it's edited by the original poster.


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
September 26, 2006, 04:27 PM
Denver RSE
That option is grayed out. Here's the code in the bid-config.xml doc minus the html tags I substituted ... for < and >:

...context-redirect url="&REDIRECT;" hrefs-per-row="5"...
...href src="&MPV;" text="mpvHREFTextShort" context-asset="true" localize-text="true"/...
...href src="&GBV;" text="gbvHREFTextShort" context-asset="true" localize-text="true"/...
...href src="&LOGIN;" text="loginHREFTextShort" context-asset="true" localize-text="true"/...
...href src="&INDEX;" text="indexHREFTextShort" context-asset="true" localize-text="true"/...
.../context-redirect...
...-->
...x-redirect url="http://machinename/appname/app/index.htm"/...
.../response-redirect...
September 26, 2006, 04:33 PM
Denver RSE
...response-redirect request-context="logoff-success"...
...< !--
...context-redirect url="&REDIRECT;" hrefs-per-row="5"...
...href src="&MPV;" text="mpvHREFTextShort" context-asset="true" localize-text="true"/...
...href src="&GBV;" text="gbvHREFTextShort" context-asset="true" localize-text="true"/...
...href src="&LOGIN;" text="loginHREFTextShort" context-asset="true" localize-text="true"/...
...href src="&INDEX;" text="indexHREFTextShort" context-asset="true" localize-text="true"/...
.../context-redirect...
...-->
...x-redirect url="http://machinename/appname/app/index.htm"/...
.../response-redirect...
-->...
September 27, 2006, 04:07 AM
Adolf Mergulhao
quote:
Originally posted by Pete:
Sure , just pm an email address



Can you please send me the word document my email address is adolf.mergulhao@bt.com


Webfocus 7.6.2 on Windows Enterprise 2003 Server and
Webfocus 7.6.2 on HP Unix Server
September 27, 2006, 10:24 AM
ok_dhs
Pete,

Please email the document at sjadoon99@yahoo.com when you get a chance. Thanks.

Mike


Prod: WebFOCUS 7.1.3 on Linux Kernel-2.6.5 zSeries 64bit/Apache Tomcat/5.0.28 JAVA version 1.4.2_11 server
November 02, 2006, 09:15 AM
valixx
Somebody can send this document at developermax@yahoo.com ?

Thanks
November 02, 2006, 10:32 AM
Tony A
I emailed Peter a while back and suggested hosting this document somewhere for people to download themselves. To that end the document is available here.

Please note that it is as supplied by Peter and thanks must go to him for preparing it.

T
May 14, 2008, 12:51 AM
Chirag
hi Pete,
Can you please send this document to me aswell at nsit.deepak@gmail.com


7.6.11
Linux
Excel, HTML, PDF

May 14, 2008, 02:22 AM
Tony A
Chirag,

Read my previous post and you will realise why you should read all the posts!

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 
May 14, 2008, 04:31 AM
Chirag
Thanks Peter,
I missed the link from tony earlier. Now, i have got it. Thank you very much.
I'll take care in future to read properly.


7.6.11
Linux
Excel, HTML, PDF