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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
multiple session
 Login/Join
 
Platinum Member
posted
is there a way to allow a user to have multiple login session in wfc? I don't mean just to get rid of that 19208 error page. I mean actually multiple online sessions.
thanks, mike


wf 7.6.11
unix aix
active reports, HTML, Excel, Text and PDF formats
 
Posts: 102 | Registered: April 20, 2004Report This Post
Virtuoso
posted Hide Post
If your server has multiple virtual host names, you can establish a session for each host name.

Why would you want to do this?


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
 
Posts: 1102 | Location: Toronto, Ontario | Registered: May 26, 2004Report This Post
Virtuoso
posted Hide Post
There is a server setting (available as a console admin option) that can limit the number of connections allowed per user. If the WF admin has limited it to one, you know who you need to talk to to get multiple sessions.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Platinum Member
posted Hide Post
Hi Darian: do you by any chance know the name of this setting?

for dhagen: we need to do it because it has become a user requirement. Our WFC Reports component is invoked from a JAVA application, in which a user's reporting "arena" is defined in a table. The user can, however, open another session with this JAVA app, in which they switch to a different defined arena. So, a user with one session open to arena A can have a second session to do arena B. When he invokes WFC from each session, WFC needs to have two reporting sessions, one for A and one for B.


wf 7.6.11
unix aix
active reports, HTML, Excel, Text and PDF formats
 
Posts: 102 | Registered: April 20, 2004Report This Post
Expert
posted Hide Post
quote:
max_connections_per_user = number of connections (-1 means unlimited)


Internal default: unlimited


This service level keyword is part of the security features. It allows to restrict the number of concurrent connections for the same userid. All new connections will be rejected once the number of connections defined by this keyword have already been established



This can be set on the reporting server web console under Configuration/Data Servers.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Platinum Member
posted Hide Post
Hi Ginny: I don't see Data Servers under Configuration. We have only: Client Settings, MR Security Settings, Startup parameters, Redirection Settings, Custom Settings, NLS Settings, Dynam Language switch. Nothing says max_connections_per_user any where.


wf 7.6.11
unix aix
active reports, HTML, Excel, Text and PDF formats
 
Posts: 102 | Registered: April 20, 2004Report This Post
Virtuoso
posted Hide Post
You are looking at the client console. The max_connections_per_user setting is available on the server console.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Silver Member
posted Hide Post
quote:
Originally posted by mike:

for dhagen: we need to do it because it has become a user requirement. Our WFC Reports component is invoked from a JAVA application, in which a user's reporting "arena" is defined in a table. The user can, however, open another session with this JAVA app, in which they switch to a different defined arena. So, a user with one session open to arena A can have a second session to do arena B. When he invokes WFC from each session, WFC needs to have two reporting sessions, one for A and one for B.


Mike, when you say "WFC", you are referring to the BI Dashboard, right? I'm assuming that based on the 19208 error message in your original post.

In the scenario you describe above, are the two reporting sessions in the same BI Dashboard (same web server host name)? Different views in the same Dashboard environment?
 
Posts: 22 | Location: Atlanta | Registered: January 19, 2007Report This Post
Silver Member
posted Hide Post
I found this posting. In WF 71x, only one Dashboard logon per user is allowed for a single Dashboard environment.

http://techsupport.informationbuilders.com/sps/32952548.html

However, I also found that in 76x, the behavior has changed so that multiple logins are allowed.

There is an outstanding New Feature Request for the ability to configure the environment to allow or disallow multiple logins.
 
Posts: 22 | Location: Atlanta | Registered: January 19, 2007Report This Post
Platinum Member
posted Hide Post
this answer is for Southern Belle: it is two reporting sessions in the same BI Dashboard (same web server host name) and probably the same kind of view.


wf 7.6.11
unix aix
active reports, HTML, Excel, Text and PDF formats
 
Posts: 102 | Registered: April 20, 2004Report This Post
Platinum Member
posted Hide Post
yes, I see it now on the server console. But it is already set at -1. I think per Ginny's new doclink. It is not possible for v7.1?


wf 7.6.11
unix aix
active reports, HTML, Excel, Text and PDF formats
 
Posts: 102 | Registered: April 20, 2004Report This Post
Expert
posted Hide Post
-1 says there is no restriction. If you want to change it to one, you would need to make it a 1.

I don't have 7.1 to test with. Can you go to advanced search and type in 'restrict logon' and see what you get?


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Platinum Member
posted Hide Post
the 'restrict login' does not give any needed info; but, this post from Southern Belle points to this doclink?

In WF 71x, only one Dashboard logon per user is allowed for a single Dashboard environment.

http://techsupport.informationbuilders.com/sps/32952548.html


wf 7.6.11
unix aix
active reports, HTML, Excel, Text and PDF formats
 
Posts: 102 | Registered: April 20, 2004Report This Post
Virtuoso
posted Hide Post
which means that a user can only login in to a single dashboard environment at a time. I don't know what your "WFC Reports" component is, but I am assuming from your description of "sessions" that you are meaning two Dashboard sessions. max_connections_per user is not relevant in this case and Belle's last comment applies. I wasn't aware that the behavior had changed in 7.6 but we're not up to that version yet. Maybe that's your answer Mike.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders