Focal Point
[Solved] Return Code = 8

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

April 13, 2010, 02:04 PM
John_Edwards
[Solved] Return Code = 8
This is what I'm getting, but I'll be damned if I can find anywhere in the documentation where the return codes are defined. Can anyone point me to a doc that has the list of return codes and their meanings?

J.

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



April 13, 2010, 02:22 PM
Tom Flynn
Have no idea what the OS is, so, I'll speculate, MVS:
MVS Abend Codes from GOOGLE, usually empty file...


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
April 13, 2010, 05:43 PM
Waz
I think we need more info, where its happening, OS, Database, etc.

Have a search here for "return code 8", seems many things turn up, including DB2


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!

April 13, 2010, 08:58 PM
John_Edwards
So it's just shipping the error code from SQL*Server?

J.



April 14, 2010, 06:25 AM
Dan Satchell
This page has links to a number of error message lists, including "FOCUS Error Messages By Number":

FOCUS Diagnostics

If you are running MVS batch: return code 8


WebFOCUS 7.7.05
April 15, 2010, 06:37 AM
Dan Satchell
SQL error codes. Error code 8 is near the bottom of the list.


WebFOCUS 7.7.05
April 15, 2010, 07:20 AM
M Cavanaugh
Dan,
If this is a RC=8, not a negative 8, and you are running in MVS - you are missing a FIN at the end of your FOCUS code.

Have fun!
Michelle


WebFOCUS Production: UNIX 7.7.03M
WebFOCUS Test: UNIX EDASERVE 7.7.05 Client 8.0.01
April 15, 2010, 07:43 AM
Jessica Bottone
Also, if you're running in MVS, this could be a controlled error capture within the FOCUS program.
Look for "-QUIT FOCUS 8".


Data Migrator 5.3, 7.1, 7.6
WebFOCUS 7.1, 7.6, 7.7
SQL Server, Oracle, DB2
Windows
May 19, 2010, 11:33 AM
John_Edwards
Just to follow up, this was a pathing issue for me. The application was not in the user's path -- the app seemed to run correctly but it could not access data via the master files within and this is the error it threw. MS SQL*Server though I doubt that matters.

J.