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.
I have a complicated Dashboard that includes a tab that presents Maintain logic. When the Maintain tab is accessed and then the user logs out, they are unable to log back in until they close down the IE browser session. The error I receive is this:
-******************************************************************************** Error Number 19301 Severity Error Description Access denied. Your Managed Reporting session has expired. Generator Class ibi.worp.cgi.WORP_CGICommunicator
Possible causes ibi.mrcgi.IBICGIErrorException: text/html;charset=ISO-8859-1
Actions Please logoff then login to restart your session. If the problem persists please contact your administrator. -********************************************************************************
When other non-Maintain tabs are used this does not appear to happen. The user is able to log back in immediately. Does anyone have any insight?
J.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
Hi John How are you exiting out of your Maintain application? Are you closing the browser window that is displaying the Maintain application? If you use a javascript trigger of:
window.close();
does that make any difference? Let me know.
Mark
Posts: 663 | Location: New York | Registered: May 08, 2003
I am in a Maintain case and this is where it currently stands:
If Next_Screen EQ 'exitprocedure' Then
Begin
document.referrer="http://webfocus0.globe.com/ibi_apps/WFServlet?IBIS_connect=on&IBIMR_domain=jm91aq2q/jm91aq2q.htm&IBIMR_folder=#testw20unep5&ibif_ex=app/testscla.htm";
document.referrer = web_server || image_path || 'SCMReturnPage.html';
frmSalesCommission.WinExit();
Winform Close;
GOTO END;
EndBegin
Part of my concern is that the nature of the interface is that they will leave the form up and logoff of the portal as part of their normal processing. This is a reasonable use case for this interface as there is a permanent set of tabs across the top of the page (implemented in Maintain) that the user chooses from for their work. Clicking on the Exit tab on any form takes you to the Maintain screen that simply shows the tabs and nothing else.
I'm curious to know what part of Maintain is resulting in the error. Clicking on the Logoff on the dashboard should drop the MRE session cookie regardless of Maintain's state, and for some reason that cookie seems to persist with an obsolete end date.This message has been edited. Last edited by: John_Edwards,
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
Try these steps... 1) Create a VERY small button on your form that is visible, but not really seen. Name it XBUTTON. 2) On the FOCUS trigger of XBUTTON create a JavaScript trigger with window.close(); 3) In your Maintain code, instead of with winform.close() and GOTO END have: WINFORM SET form.XBUTTON.FOCUS to here; Where form is the name of your form. This will force Maintain to exit AND the browser to close.
Mark
Posts: 663 | Location: New York | Registered: May 08, 2003
I noticed last night when reviewing this for tech support that the guy who developed the Dashboard called the Maintain in an out-of-the-ordinary way. Tomorrow I will be at a project site where I called it differently and don't see the same problem. That may fix it, and I will post here when I find out.
My concern with your option is that it still requires pressing the close button, when it's more likely that the user will use the Maintain tab in conjunction with the other tabs on the dashboard and then proceed to the logoff function in the upper-right without thinking to close the Maintain app. That is, I need this to happen without an explicit close.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
I'm having the same problem with this. I followed your suggestion and I'm still seeing agents crashing.
This really causing frustration with the users. It makes the application ineffective.
We are running 7.17. Can we do a remote session on Monday so that you can look at it. Maybe you can shed some lights. This has been going on too long and I have an open case with Hot Tracks on this issue.