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
SQL connection
 Login/Join
 
Guru
posted
Hi,

Our webfocus server is configured to work with sql adapter to connect to sql server 2005.
We are using a read only user within the adapter.
We notice that when a user runs a report, webfocus opens a connection but never closed it.
Therefore we can see a 100 of connection that we have to disconnect manually on the sql server.

Is there a way to tell webfocus to close the connection when data is returned to the user.?

Thanks.


WebFocus 7.6.5
AND WebLogic server as web server
sql2005 as database server
 
Posts: 273 | Location: Europe | Registered: May 31, 2007Report This Post
Expert
posted Hide Post
In an adhoc window or from the console, type this:

SQL SQLMSS ?
or
SQL SQLODBC ?

Pick the one for the adapter you are using.

You should see something like this (cleansed):

(FOC1450) CURRENT JDBC INTERFACE SETTINGS ARE :
(FOC1697) DEFAULT CONNECTION NAME - : XXXXXXXX
(FOC1726) JDBC SOURCE IS - :
jdbc:microsoft:sqlserver://sql.server.com:1433;databasename=ET
(FOC1727) JDBC USER IS - : username
(FOC1728) JDBC ISOLATION IS - : RC
(FOC1729) JDBC AUTODISCONNECT OPTION IS - : ON FIN
(FOC1708) JDBCDRIVERNAME IS com.microsoft.jdbc.sqlserver.SQLServerDriver
(FOC1491) FETCH BUFFERING FACTOR - : 100
(FOC1531) INSERT BUFFERING FACTOR - : 1
(FOC1441) WRITE FUNCTIONALITY IS - : ON
(FOC1445) OPTIMIZATION OPTION IS - : ON
(FOC1763) IF-THEN-ELSE OPTIMIZATION IS - : ON
(FOC1709) NCHAR OPTION IS - : SBCS

Check out alternate settings for AUTODISCONNECT. If it is set to FIN and not working, then you might have to open a case.

You can find all of these parameter settings discussed in the Data Administration manual for your platform.


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
Guru
posted Hide Post
Hi Ginny,

(FOC1450) CURRENT SQLMSS INTERFACE SETTINGS ARE :
(FOC1656) DEFAULT SERVER NAME - : MSSQL 10.200.10.10
(FOC1502) USERID AND PASSWORD ARE - : webfocus
(FOC1758) CURRENT ISOLATION LEVEL IS - : RC
(FOC1496) AUTODISCONNECT OPTION IS - : ON FIN
(FOC1499) AUTOCOMMIT OPTION IS - : ON COMMAND
(FOC1491) FETCH BUFFERING FACTOR - : 100
(FOC1755) CURSORS TYPE IS - : SERVER
(FOC1723) TRANSACTION MODE IS - : LOCAL
(FOC1441) WRITE FUNCTIONALITY IS - : ON
(FOC1445) OPTIMIZATION OPTION IS - : ON
(FOC1763) IF-THEN-ELSE OPTIMIZATION IS - : OFF
(FOC1709) NCHAR OPTION IS - : SBCS

So I think I have to open a case.

Regards


WebFocus 7.6.5
AND WebLogic server as web server
sql2005 as database server
 
Posts: 273 | Location: Europe | Registered: May 31, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders