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.
Whenever I run a SQL Server 2000 stored procedure within WebFOCUS nobody else can connect to the SQL Server database or run any other stored procedures until it completes. This includes people running Access Projects and Access databases with linked tables, as well as trying to run stored procedures within SQL Server using SQL Query Analyzer. I can run the same stored procedure from within SQL Server using SQL Query Analyzer and the database is available to anyone. This behavior occurs no matter what the stored procedure is.
I opened a case for this several weeks ago. The IBI folks suggested I throw it out to the Focal Point community to see if anyone has (or had) this problem.
Below are two methods of creating the SQL Server table using WebFOCUS I have tried. The first executes the stored procedure. The second passes the SQL code that replicates the stored procedure executed in method one. They both cause the database access lockout problem.
I will try changing the isolation level to 'Read Uncommitted'. I will also try Francis' suggestions on speeding up the stored procedure.
The interesting thing about this problem is that users cannot access any tables (not just HoldNAT) in the database while WebFOCUS runs a stored procedure.
Thanks for the help. I will get back with the results soon.
Posts: 22 | Location: Seattle, WA | Registered: March 29, 2007
Changing the transaction isolation level to 'Read Uncommitted' did not help. The entire database was not available to other users while the HoldNAT table was created.
I am working on speeding up the stored procedure using tips from the article that Francis suggested.
This is all very odd. I wonder if it is a security issue with the way WebFOCUS connects to SQL Server?
Posts: 22 | Location: Seattle, WA | Registered: March 29, 2007
"Adapter Administration for UNIX, Windows, OpenVMS, i5/OS, and z/OS" > "Using the Adapter for Microsoft SQL Server" > "Customizing the Microsoft SQL Server Environment"
There may be a setting you can add to your update program - there's a lot of stuff to read.
Good luck,
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