This document describes error messages of the common part of the IDL extractors.
The messages have the format:
2005nnnn
where | 2005 | is the message class, and |
nnnn | is the message number in the range 0000 - 9999 |
20050001 | 20050002 | 20050005 | 20050007 | 20050009 | 20050016 | 20050020 | 20050021 | 20050030 | 20050047
20050001 | Parsing error |
Explanation |
Parser cannot run the analysis on specified element. |
Action |
Contact Software AG support and provide the source to be extracted. |
20050002 | Syntax error |
Explanation |
Parser read an unexpected token. |
Action |
Check and correct specified line. |
20050005 | No parent element |
Explanation |
Could not find parent element for specified element. |
Action |
Check source code above the specified line for correct parameter declaration. Parent/group elements should have a level smaller than their children and no data type declaration. |
20050007 | No child element |
Explanation |
Specified group element introduced without any child elements. |
Action |
Either remove empty group at line above, add new parameter to group at line above or adjust level of parameter at specified line. |
20050009 | Unexpected object |
Explanation |
Internal error. |
Action |
Contact Software AG support and provide the source to be extracted. |
20050016 | Linkage section not found |
Explanation |
The source to be extracted does not include or contain a Linkage Section; therefore the parser cannot generate an IDL file. |
Action |
Ensure that selected source includes or contains a Linkage Section. |
20050020 | Referenced file name not found |
Explanation |
Referenced file could not be loaded. |
Action |
Check source code for correct file reference or that the referenced file exists on the file system. |
20050021 | Parsing process failed for a file |
Explanation |
Exception caught during parsing of specified file. |
Action |
Check that specified file exists and is valid. |
20050030 | Nested exception |
Explanation |
Other component throws an exception. |
Action |
Check documentation of encapsulated exception. |
20050047 | Storage is empty |
Explanation |
Internal error. |
Action |
Contact Software AG support and provide the source to be extracted. |