Hi all, here I added list errors continue from previous article, if you have thought this blog helpful please write some comment J

Symptom

' the following errors are considered to belong to the set

' Of database error codes but they are not returned by the database

' Layer itself. They are returned by modules which extend the Functionality of the db layer.

Database pgm version conflict 45056

Database bad org id 45057

Database orgtbl error 45058

Database apptbl error 45059

Database bad request 49152

Database not mapped 49153


Application return codes (from GL. AR and AP COBOL code only)

return null 0

status OK 0

return ignored 1005

stat end 10

stat key 23

return bad appl parameter 1005

return bad key 1010

stat conc 24

stat sec 25

stat input 29

stat log1 41

1 error unclassified

2 system error

3 syntax error

4 symbol (varaible) error

5 type mismatch error

6 expression error

7 function usage error

8 control statement error

9 realizer command error

10 INPUT command error

11 Error trying to run a macro

12 Error in formatting a value

13 Error using PRINT

14 Error accessing a DLL

15 Out of memory error

16 Array manipulation error

17 Value out of range error

18 Matrix Invert failed error

19 Value overflow error

20 Array subscript error

21 File command error

22 Stack overflow error

23 FileDB error

24 FileImport/Export error

25 Serial communication error

26 Floating point error

General Macro running error code

5000 object already open

5001 link open

5002 memory allocation

5003 object not found

5004 bad object

5005 bad composite

5006 bad field

5007 object open

5008 buffer size

5009 number convert

5010 calculate field

CA Realizer (user interface error code)

1 Unclassified error
2 System error
3 Syntax error
4 Symbol (variable) error
5 Type mismatch error
6 Expression error
7 function usage error
8 Control statement error
9 Realizer command error
10 INPUT command error
11 Error Trying to RUN a macro
12 Error informatting a value
13 Error using PRINT
14 Error accessing a DLL
15 Out of memory
16 Array manipulation error
17 Value out of range error
18 Matrix Invert failed error
19 Value overflow error
20 Array subscript error
21 File command error
22 Stack overflow error
23 FileDB error
24 FileImport/Export error
25 Serial communication error
26 Floating point error

Accpac SQL return code
[context=]

0 = none
1 = all
2 = Drop
3 = create
4 = select
5 = fetch
6 = create index
7 = drop index
8 = insert
9 = delete
10 = update
11 = connect

Thanks to visiting my blog

0 comments