Focal Point
[CLOSED] UFMT returns different values in WF7 (MF) vs WF8 (windows)

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5507029586

March 21, 2017, 04:25 PM
W Kassebaum
[CLOSED] UFMT returns different values in WF7 (MF) vs WF8 (windows)
Any insights here would be greatly appreciated..

We are converting from WF7 on a MF to WF8 on windows. Both systems hit the same DB2 files.

In both..we read a 50 character field which WF parses .and then converts to HEX using UFMT.

In WF7, we correctly get values
In WF8, we get sporadically different values.

Example..
In WF7, value "0000000000000000 0452 ‘" gets turned into a "'" which is converted to '00009C'
in WF8, value "0000000000000000 0452 æ " gets turned into a "æ" which is converted to '0000E6'

my guess it is an EBCIDIC and ASCII translation issue..

Does anyone have any ideas on how to translate this in WF8 so we get the same output as WF7?

Thanks in advance.

Wm

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8
Windows, All Outputs
March 21, 2017, 04:49 PM
Waz
I would suggest opening a case with Techsupport.

If its a difference in operation of a function then, it may be a bug that needs fixing.

The other possibility is:
Is the source data in WF 8 different ?
Is the format of the field different ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

March 21, 2017, 04:54 PM
Francis Mariani
Would this have anything to do with code pages on the reporting server, client server, web server?


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