Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Documentation for error messages [SOLVED]

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Documentation for error messages [SOLVED]
 Login/Join
 
Guru
posted
Can someone point me to the documentation for the current listing of FOCUS errors?

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


Release: WebFOCUS 7.6.8
OS: Windows
Output formats: HTML, PDF, Excel, csv
 
Posts: 256 | Registered: July 21, 2008Report This Post
<JG>
posted
the best way to check an error is by typing

? error number into the command console window

e.g.

? 255

Prefix it with a language setting and you will get the message in that language if it exists

SET LANG=FRENCH
? 255
SET LANG=GERMAN
? 255
SET LANG=SPANISH
? 255

If you can not access the command console for any reason just create
a simple 1 line fex in a text editor and run it.
 
Report This Post
Guru
posted Hide Post
The reason I was hoping for a complete listing is because there are certain errors we want to log and certain that we don't. We need the listing to know which errors to be testing for.


Release: WebFOCUS 7.6.8
OS: Windows
Output formats: HTML, PDF, Excel, csv
 
Posts: 256 | Registered: July 21, 2008Report This Post
Guru
posted Hide Post
Found this link. The data may be kind of old.

http://techsupport.informationbuilders.com/ibase/master.../ufp/xarc_errdoc.pdf


WebFOCUS 8.1.05M Unix Self-Service/MRE/Report Caster - Outputs Excel, PDF, HTML, Flat Files
 
Posts: 320 | Location: Memphis, TN | Registered: February 12, 2008Report This Post
Guru
posted Hide Post
Thanks - I actually had found that one but thought it might not be current.


Release: WebFOCUS 7.6.8
OS: Windows
Output formats: HTML, PDF, Excel, csv
 
Posts: 256 | Registered: July 21, 2008Report This Post
<JG>
posted
Yes I think that is quite out of date.

To get the latest version if it actually exists raise a case with CSS

However ll error message are in the folder \ibi\srv76\home\nls\ with the extension .err

There are over 400 files as they are in multple languages english, dutch, french, german, japanese and spanish.

Basically look at all the files f*.err except those containing the language extensions

dut , fra , ger , jpn and spa
 
Report This Post
Guru
posted Hide Post
Thanks


Release: WebFOCUS 7.6.8
OS: Windows
Output formats: HTML, PDF, Excel, csv
 
Posts: 256 | Registered: July 21, 2008Report This Post
Virtuoso
posted Hide Post
I count 124 such files (in 7.6.7), but many of those are HELP text (e.g., check.err) rather than error-message lists.


- Jack Gross
WF through 8.1.05
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Guru
posted Hide Post
I opened a case and got the following suggestion.

1. Create a Master File:

FILE=focmcgyv, SUFFIX=FIX
SEGNAME=SEG1
FIELD=CONTROL, BLANK , A1, A1, $
SEGNAME=SEG2, PARENT=SEG1, OCCURS=VARIABLE
FIELD=WHATEVER, , A1, A1, $
FIELD=COUNTER, ORDER, I4, I4,$

2. Create a procedure:

FILEDEF FOCMSGYV DISK FOCMSGYV.TXT (RECFM F LRECL 4000
-RUN
-WRITE FOCMSGYV X
-RUN

TABLE FILE FOCMSGYV
PRINT COMPUTE MSG/A72 = FEXERR(ORDER,'A72'); AS ''
BY ORDER NOPRINT
WHERE TOTAL (MSG NE ' ' OR 'ERROR' OR 'Error Message Undefined')
AND (MSG OMITS 'ERROR MESSAGE TEXT MISSING ')
END

Run the procedure and you will get the error messages.


Release: WebFOCUS 7.6.8
OS: Windows
Output formats: HTML, PDF, Excel, csv
 
Posts: 256 | Registered: July 21, 2008Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Documentation for error messages [SOLVED]

Copyright © 1996-2020 Information Builders