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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     WebFocus webservice timeout

Read-Only Read-Only Topic
Go
Search
Notify
Tools
WebFocus webservice timeout
 Login/Join
 
Member
posted
Hi,

Can anyone please tell me how to increase WebFocus webservice timeouts?


WebFocus 7.6.4
Unix/Windows
HTML, PDF, Excel, AHTML
 
Posts: 3 | Registered: January 16, 2008Report This Post
Member
posted Hide Post
I'm not sure if it is a solution for your problem, but I recently had a WebFocus program that timed out after 1 minute. The problem was Internet Explorer. I changed the following in the Windows Registry, rebooted, and it fixed the problem.

--Insert standard "Be careful messing with the Registry" comments here --

Mike Honeycutt
UNC Asheville

=============================

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
Value Name: ReceiveTimeout
Data Type: REG_DWORD (DWORD Value)
Value Data: Time in milliseconds

Default seemed to be 60000 (1 minute) - changed to 180,000 - then reboot

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
Value Name: KeepAliveTimeout
Data Type: REG_DWORD (DWORD Value)
Value Data: Time in milliseconds (default = 120,000)


WebFocus 7.6.6, Windows
 
Posts: 17 | Registered: September 25, 2007Report This Post
Platinum Member
posted Hide Post
Where is the Timeout happening.
In your Browser or your application.
What language is your application written in.
Need details.
 
Posts: 229 | Location: New York | Registered: July 27, 2004Report This Post
Member
posted Hide Post
The timeout is happening at the call to the webservice. Most of the time the service returns data fine, but for a larger set of data it has a tendency to timeout.

The application is written in ASP.NET 2.0.


WebFocus 7.6.4
Unix/Windows
HTML, PDF, Excel, AHTML
 
Posts: 3 | Registered: January 16, 2008Report This Post
Platinum Member
posted Hide Post
Your problem is in .NET.
I remember running into this a few years ago.

I think the following code solved my timeout issue.

Dim wfss As New WF.WebFocus
wfss.Timeout = -1

Let me know if this works.
 
Posts: 229 | Location: New York | Registered: July 27, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     WebFocus webservice timeout

Copyright © 1996-2020 Information Builders