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.
Currently this works fine on my WebFOCUS 7.7 server. But when I change the URL to my WebFOCUS 8 server I get the following message at the bottom of the browser:
"Do you want to open or save WFServlet (334 KB) from webfocusservername? Open Save Cancel"
The 7.7 server is on Win2003, the v8 server is on Win2008, both using IIS/Tomcat. Both servers use LDAP authentication and it works correctly on the v8 server.This message has been edited. Last edited by: <Kathryn Henning>,
I believe this is an IIS/Tomcat configuration issue. Requesting anything with a URL beginning http://localhost:8080/ibi_apps results in a message as follows:
Do you want to Save or Open?
The same URL works fine on an existing 8006 server.
I've checked the following and appear to be the same on both servers:
We solved part of this problem. Our server support team had hijacked port 8080 to do some troubleshooting and had not yet reversed their changes. However, the following problem still exists:
When I use a form (in asp or aspx) to perform a WF_SIGNON I get the following error:
405 - HTTP verb used to access this page is not allowed. The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.
This code works on other WIN2008/WebFOCUS v8 servers:
Mcatala, thanks for your reply, my results are identical to the response you posted above. I have an SE scheduled to be onsite 8/11/2014. I will repost if we get anywhere.
We found that the /ibi_html/wfsignon.html page worked. I dug through the code and found the ibigblgetCgiPath() function returns "/ibi_apps/WFServlet.ibfs" so I modified my .asp code with the .ibfs extension and it works now.
It looks like WFServlet without the extension only works pre-v8.