Jdenet error

jgersic64

Active Member
I have been looking for JDE documentation as to what each of the JDEnet
errors are, IE:

Net program ended(JDENET_RunNet), pid = 569, JDENETError = 1

I have not been able to find anything in the JDE manuals, or on the KG. Does
anyone have a table of what the errors are and their significance?

Thanks,
John

Xe, SP16/Update 2, NT, SQL7, WTS/Metaframe 1.8


----------------------------------------------------------------
John Gersic
Financial Systems DBA
703.744-6057
1861 International Drive
McLean, Virginia 22102
MicroStrategy-Best in Business Intelligence
http:/www.microstrategy.com/ <http:/www.microstrategy.com/>
-----------------------------------------------------------------
 
In the b7\system\include dir open JDENET.h there is section there called tagJDENetError which list all errors, but with no number
I have added numbers here for an XE SP16 JDENET.h file:

0 eNoError,
1 eNetNotInitialized,
2 eInvalidMsgHandle,
3 eInvalidRequest,
4 eInvalidParm,
5 eInvalidHostName,
6 eMallocFailed,
7 eFileOpenError,
8 eConnectionFailed,
9 eConnectionClose,
10 eMsgQueueFull,
11 eTimeOut,
12 eIPCError,
13 eMsgTypeOutOfRange,
14 eTimerError,
15 eGDMUndeliverable,
16 eFileWriteError,
17 eAssociateKernelNotExist, /*MJL-S2S*/
18 eMaxKernelTooLow,
19 eMaxKernelTooHigh,
20 eMaxNetTooLow,
21 eMaxNetTooHigh,
22 eKernelDisabled,
23 eKernelNotFound,
24 eOneUserOnlyKernelDisAllowed,
25 eCanNotStartNewKernel,
26 eTestNetCoreDump,
27 eMsgInternallyQueued


HTH
 
Here is what I have:

JDE Net Errors
Description Code
eNoError =0
eNetNotInitialized =1
eInvalidMsghandle =2
eInvalidRequest =3
eInvalidParm =4
eInvalidHostName =5
eMallocFailed =6
eFileOpenError =7
eConnectionFailed =8
eMsgQueueClose =9
eMsgQueueFull =10
eTimeOut =11
eIPCError =12
eMsgTypeOutOfRange =13
eTimerError =14
eGDMUUndeliverabl =15




7321

Dan Doenges
Mgr. Technical Services
Department 56, Inc.
6346 City West Parkway
Eden Prairie, MN 55344
Phone: 952-943-4467 Fax: 952-826-1203
[email protected] <mailto:[email protected]>



OW 7321, SP 12.5, coexistant, ES 400 V4R5, DS NT
 
Back
Top