Focal Point
[SOLVED (issue w/fex)] Unofficial WF7.x syntax checking tool for WF8 compatibility?:

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

October 12, 2015, 02:59 PM
CoolGuy
[SOLVED (issue w/fex)] Unofficial WF7.x syntax checking tool for WF8 compatibility?:
So, there's been word floating around that there is an unofficial syntax checking tool that one or more people have that allows you to see if your WF7.x code will work in WF8.x. Does anyone know about this tool, and where one could get his hands on a copy of such?

I'm currently dealing with a procedure that continues to give me the 32027 hard kill error or fails to run but never gives me an adequate error to work with despite my efforts to place -EXITs throughout the .fex, add -SET &ECHO = 'ALL', or even set XRETRIEVAL = OFF in my tracing. It is VERY aggravating! Does anyone else know of any other tricks that may help to troubleshoot a procedure that I haven't already tried? That, and know where I could go to get me a copy of this "tool" if it exists?

Thanks in advance!

This message has been edited. Last edited by: CoolGuy,


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
October 12, 2015, 05:14 PM
Waz
I think everyone would be interested.


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!

October 12, 2015, 05:41 PM
CoolGuy
Waz,

I bet.

All,

IBI really needs to focus on documenting things completely and correctly (proof: lacking documentation referenced in this discussion), fix the poor search they have implemented for their online docs, and provide adequate troubleshooting methods and messaging for existent functionality, while pausing on the product releases. This is pretty bad.


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
October 12, 2015, 06:45 PM
CoolGuy
The issue with my procedure was that there were incorrectly applied actual and usage data types for a specific field in the new environment where the old one had something different for them. Made the corrections and it now works.


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
October 13, 2015, 08:28 AM
Craig Thummel
About a year ago we had this done and I had to zip up our source code and send it to IBI for them to scan. They, in turn, will provide a high-level listing of SET’s, INCLUDE’s, HTML compatibility issues, Syntax Warnings, etc.


8.8.09 - z/Linux (WF, Report Caster, Report Library).
Iway FFS on MVS (HFS)
October 13, 2015, 08:32 AM
Doug
CoolGuy,
quote:
The issue with my procedure was...
Would you please be so kind as to post the incorrect and correct formats which caused this issue.

Thanks, Doug
October 13, 2015, 10:49 AM
CoolGuy
Doug,

Old environment - Actual: I4  Usage:  I11

New environment - Actual: P20  Usage:  P10  (It may have been P10 then P20.  Can't remember.  Sorry.)



8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.