JDE Error Messages

Diana_Apple

Well Known Member
I am trying to write a custom program by cloning one of JDE's. I would like to use as much as their standards as I possibly can (except that I don't have the CASE tool to help me).

This program will be checking data fields from a custom file (that are not in JDE's data dictionary -- yet) and if certain errors exist, I would like to handle it in the same way that JDE handles other data errors. My question is, is there a range of error codes that JDE has reserved for user's custom programs, so that in the event of an upgrade, they won't be replaced by JDE? I looked in their APCS manual and couldn't find guidelines concerning this.

We are on 7.3 cum 6.

Thanks in advance.

Diana
 
If you are referring to an interactive program, which it sounds like you are,
JDE reserves message #5001 to 9999 for clients. This is listed in the Advanced
programming manual in the Working with the Data Dictionary section.




Jill Fralick
ABB Flexible Automation
Auburn Hills, MI 48313
A7.3 cum 10
(248) 391-8618
 
I believe those range of error messages are from 5500 to 5999. Check those
out using the glossary screen. I hope that helps.
 
Diana,

According to JDEdwards standards, interactive message should have a data item
between 5000 and 9999. Batch messages should have a data item between JDE7000
and JDE9000 (Technical Foundations page 11-5)

Regards,

Gary
 
There are model pgms in JDE, you have to know what type of pgm you need
(i.e. simple report, batch, interactive ... etc.) The model are in SVR,
inquire on JMODEL01, 02 ... etc. JDE reserve a group of message to client,
sorry I do not remember them of my head(I'm in Focus this week) however as
soon as I return I'l l give it to you.

Emad Banoub
Montgomery Watson Inc.
Pasadena, CA
626.568.6529





Diana_Apple <[email protected]>@jdelist.com on 06/11/2001 10:41:29 AM
 
> The model are in SVR, inquire on JMODEL01, 02 ... etc.

Should be J98MODEL1 through J98MODEL2. These are just CL programs however.


Dave Kahn (World A7.3 cum 10)
=========
 
yes I would love to know what the model programs are. I am the only programmer in this shop and can use all the help I can get.

Thanks in advance.
 
A very big "thank you!" to everyone who helped with this. I had looked up the error handling rountine in the APCS manual. I never even thought to check the Technical Foundations manual.
 
You stated you do have the case tool, do you have the quick start programs?
Menu G93 option #4. This tool builds programs, screens, and CL with Edwards
standards and does alot of the work for you. Feel free to call me if you
want one to one help.






Rae Lynne Woolley
Senior Programmer Analyst
ComDoc, Inc.
330-899-8026



Diana_Apple
<[email protected] To: [email protected]
om> cc:
Sent by: Subject: Re: JDE Error Messages
owner-jdeworldml@j
delist.com


06/12/01 12:02 PM
Please respond to
jdeworld






A very big "thank you!" to everyone who helped with this. I had looked up
the error handling rountine in the APCS manual. I never even thought to
check the Technical Foundations manual.


--------------------------
Visit the forum to view this thread at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat
=&Board=W&Number=12838
 
Back
Top