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 uping to 77. Would anyone like to share an opinion as tothe most stable windows version(s), client and server? I remember last summit that two focwizards shared their opinions , and i'm wondering if there's a consensus today? molto grazie...This message has been edited. Last edited by: <Kathryn Henning>,
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
7703 is stable, but it does lack the one feature that was critical to us as a non - M$ Office company, namely the EXL07 output.
This only appeared with 7704, but we had a lot of grief with that version in terms of the HTML composer (which was still 7703). Since moving to 7705 things appear to be much better from the HTML composer side of things with no issues on the server side.
Our reportcaster jobs are still mostly running on the 7704 server, but the ad hoc menu driven reports are running off of 7705 (I run two datamart rebuilds each night - one on each server).
When we upgraded from v7.7.03 to v7.7.05 we had quite a few issues. Accordion reports beahving a little differently... and some other stuff I haven't had time to compile a list of. One of the biggest things was rounding seemed to have changed, which annoyed our users greatly - I don't have the details right now, but I can dig up the tech support case. We opened several cases to resolve issues upgrading.
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
In 7705 there is an inconsistency in the handling of ORACLE NUMBER fields. In some cases truncation occurs, resulting in incorrect results in the reports.
The Source Data in Oracle is defined just as NUMBER (no precision, no scale).
This is what we get:
Business Date D20.2 D8 P20.2 P16 P20.6 P16
2013/09/26 14.42 14.41 14.415000
2013/09/26 80,733.71 80,733.71 80,733.715000
Why for the D20.2/D8 is the first value rounded "up", and the second rounded "down"?
-------------------
The raw data is:
COL1 COL2
=====================
'AA', 00080733.7150
'BB', 00000014.4150
I've confirmed via in-house testing (Sample Data on the synonym) that in 7703
the results received are:
COL1 COL2
========================
AA 14.42
BB 80733.72
Whereas in all releases 7704 and up the results are:
COL1 COL2
========================
AA 80,733.71
BB 14.42
The customer complaint is that both values in the sample data should be
rounded up because the 3rd less significant decimal is a "5" in both cases:
x.415 => x.42
x.715 => x.72
That's what the product did before 7.7.04
It is inconsistent that:
- x.415 becomes x.42
- while x.715 becomes x.71.
The values in 7703 are the following:
Raw data USAGE=D20.2
--------- --------------
14.415 => 14.42
80733.715 => 80733.72
-------------------
Currently, engineering is in the QA testing phase of these new rounding algorithms. It is our belief that they will produce results that are mathematically guaranteed to be correct.
However, as a by-product of that work, engineering provided this conclusion:
The only way to guarantee decimal accuracy is to use decimal arithmetic, this is accomplished by using a P format.
So the recommendation is to use a P format for any such columns that require decimal accuracy. As far as how the D formats will be rounded, we anticiapate having a fix that includes the new algorithms for 7706.
-------------------
Engineering asked that I point out that it is a common misconception that switching from D20.2CM to D20.4CM adds two extra digits of precision. In fact that only adds two extra digits to the display of what is presumably the same internal value.
In either case, if you wish to use the D format, 7706 gen 784 and higher will have the new algorithms which we have great confidence in. It is scheduled for release this quarter (Q1 2014).
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
holy cow. we'll wait. We're all Oracle here. god bless you Frankie Martini! I've heard that going from 768 to 77n is a PDF formatting nightmare. Any one have any thoughts on that?
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I'll leave the discussion of /P vs /D to Jack, Wep etc ....
Firebird is an open source database much like MySQL.
Our subsidiary company in Guatemala uses a sales/accounting/banking application made by a company called Aspel in Mexico. That application uses Firebird as the back end. Luckily there is an open-source JDBC driver for the database which makes it pretty easy to connect with WF.
It does throw one error about a text field when I run the test connection routine on the WF server, but actual data comes across very nicely. I've even used MODIFY to change values in the database, which is cool.
ah. we've found out some stuff. the rounding issue: D15.2 or lower is safe. (whew) the problems start at 16 and bigger. but it will be fixed with the new oracle adapter due out in the 7706 release end of april. and apparently server/client will all the the same from now on. whew. Corollary: there was an issue with much bigger D numbers (too rich for me), and that is now fixed with a new compiler, independent of the oracle issue. OK, now pdf, i understand what they did, but i don't know why they bothered. they made the cells taller, so that where there was a hyperlink, so you could see the underline. (who cares? really) so there's a case on it. TM4711. the tech memo is titled 'PDF Remediation'...This message has been edited. Last edited by: susannah,
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003