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.
We're seeing above error when clicking a date control on a few launch pages on our production server, while they are fine on our test server. The HTML and launch-fex are binary equal.
The problem only occurs in IE, the script works fine in Firefox and Chrome, which makes debugging the issue a bit tedious.
Any idea what might be causing this?!?
The HTML is nothing complicated, I'll add it here for posterity:
This message has been edited. Last edited by: Wep5622,
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
A bit off-topic, but wouldn't it be a good idea to wrap content that's in code-tags in a div with style="width: 800px; overflow-x: scroll;"? I'm just guesstimating the required width here, but something like that
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
I got some additional information; in Firefox on a colleagues PC it didn't work. Investigation turned up that WF tries to load a HTML file named NLolapctltrans.js, which doesn't exist (returns an HTTP 404 as a result).
The reason I wasn't getting this issue and my colleague(s) are, is that I only have english set up as preferred language in Firefox, while my colleagues have Dutch (nl) as well and with a higher order of precedence in the list.
Removing Dutch from my colleagues languages made the code work in Firefox.
We tried a similar setting in IE, but that bore no fruit unfortunately.
Is there some central setting in WebFOCUS where we can force the language to English? We looked, but didn't find any...
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
As a workaround for our Dutch users, we created a copy of the EN directory in ibi_html/javaassist and renamed the files to start with NL instead of EN plus some files that didn't have a prefix for the EN case (but do for the NL case).
Of course, this will only work for our Dutch users, but those were the ones with the immediate problem. We still need a proper solution.This message has been edited. Last edited by: Wep5622,
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :