Content-type: text/html Man page of cda_msg

cda_msg

Section: Devices and Network Interfaces (4)
Index Return to Main Contents
 

NAME

cda_msg - CDA run-time messages  

DESCRIPTION

CDA run-time messages may be reported while you are converting or viewing a CDA document, or while you are using a CDA application. These messages refer to conditions that range from successful completion of the operation to termination of processing because of a serious error.

When converting a CDA document, CDA run-time messages are returned to your system's standard error location (your screen, by default).

When viewing a CDA document on a workstation, select Diagnostic Information... from the File pull-down menu in the CDA Viewer window to display messages. When viewing a CDA document on a character-cell terminal, CDA run-time messages appear on your screen by default.

For information on how other CDA applications report CDA run-time messages, consult your application's message documentation.

CDA run-time messages consist of a message number and message text.

The following section lists the CDA run-time messages. A brief explanation and recommended user action follows each message, unless a user action is not required. The messages are listed in alphabetical order, by message name.
 

CDA RUN-TIME MESSAGES


28606465, NORMAL, normal successful completion

 

Level:

Success  

Explanation:

The specified action has been successfully completed.

28606473, DEFAULT, item present by default

 

Level:

Success  

Explanation:

The application called cda_locate_item, which determined that the item was present by default in the input stream.

28606481, SUSPEND, converter is suspended

 

Level:

Success  

Explanation:

The application called cda_convert, which determined that the back end suspended conversion. This message can only be returned by the CDA viewer.

28606489, INHERIT, item present by inheritance

 

Level:

Success  

Explanation:

The application called cda_locate_item, which determined that the item was present by inheritance in the input stream.

28606497, UNRECENC, Unrecognized encodings skipped

 

Level:

Success, Informational  

Explanation:

This success status is returned by the GET AGGREGATE and GET DOCUMENT routines if unrecognized data in the input encoding is skipped. This informational status is logged to the common message log by the bundled DDIF and DTIF converter front ends if data is skipped during the reading within the front-end conversion.

28607267, INFINPLOG, informational messages produced during, input conversion, see error log

 

Level:

Informational  

Explanation:

The input conversion completed but some informational messages were produced.  

User Action:

Refer to the error log for more details.

28607275, INFOUTLOG, informational messages produced during, output conversion, see error log

 

Level:

Informational  

Explanation:

The output conversion completed but some informational messages were produced.  

User Action:

Refer to the error log for more details.

28607283, FILESPEC, missing filespec

 

Level:

Informational  

Explanation:

Missing filespec: `filespec'. This is the name of the missing filespec.

28607291, ITMAGGCNT, aggregate item code: !ZL Aggregate type: !AD Agg count: !ZL

 

Level:

Informational  

Explanation:

Aggregate item code: `integer', Aggregate type: `string', Agg count: `integer'. This is information on a missing item, aggregate name, and the count of the aggregate type.

28607299, AGGCNT, aggregate type: !AD Agg count: !ZL

 

Level:

Informational  

Explanation:

Aggregate type: `string', Agg count: `integer'. This is information on the aggregate name, and the count of the aggregate type.

28607371, TYPEREF, reference to undefined type name

 

Level:

Informational  

Explanation:

The definition of type typeref was not found.

28607419, STYGDEFBK, fallback to non-locale-specific style guide: `filespec'

 

Level:

Informational  

Explanation:

Fallback to non-locale-specific style guide: `filespec'. Since the locale-specific style guide could not be found, the non-locale-specific version of the style guide was used instead.

28608064, MISEXTREF, external reference file missing or could not be read

 

Level:

Warning  

Explanation:

An external reference file is missing or could not be read. A document's external reference could not be found, read, or processed.

28608072, MISSTYGDE, style guide file missing or could not be read

 

Level:

Warning  

Explanation:

Style guide file missing or could not be read. A document's external style guide could not be found, read, or processed.

28608866, ENDOFDOC, end of document

 

Level:

Error  

Explanation:

The application called cda_get_aggregate, which determined that no more aggregates exist in the document.

ENDOFSEQ, end of sequence

 

Level:

Error  

Explanation:

The application called cda_next_aggregate referencing an aggregate that was at the end of a sequence.

28608882, EMPTY, empty item

 

Level:

Error  

Explanation:

The application called a CDA access procedure referencing an item that is empty.

28608890, INDEX, index out of range

 

Level:

Error  

Explanation:

The application called cda_locate_item, cda_store_item, or cda_erase_item referencing an array-valued item, but the index is out of range.

28608898, INVINSERT, invalid insert

 

Level:

Error  

Explanation:

The application called cda_insert_aggregate or cda_store_item referencing an aggregate that was already part of a sequence, but was not the first aggregate of the sequence.

28608906, INVAGGTYP, invalid aggregate type

 

Level:

Error  

Explanation:

The application called a CDA access procedure referencing an aggregate type code that is undefined, or an aggregate that has an undefined type code.

28608914, INVITMCOD, invalid item code

 

Level:

Error  

Explanation:

The application called a CDA access procedure referencing an aggregate item code that is not defined.

28608922, INVDOC, invalid document syntax

 

Level:

Error  

Explanation:

The CDA access procedures determined that the document contains invalid syntax.

28608930, INVITMLST, invalid item list

 

Level:

Error  

Explanation:

The application called cda_open_file or cda_create_root_aggregate with a processing options item list that contained an invalid item.

28608938, VAREMPTY, empty variant item (OBSOLETE)

 

Level:

Error  

Explanation:

The application called cda_locate_item, cda_store_item, or cda_erase_item referencing an item that has a variable data type. The item that specifies the data type is empty.

28608946, VARINDEX, variant index out of range (OBSOLETE)

 

Level:

Error  

Explanation:

The application called cda_locate_item, cda_store_item, or cda_erase_item referencing an array-valued item that has a variable data type, but the index is out of range for the item that specifies the data type.

28608954, VARVALUE, variant value out of range

 

Level:

Error  

Explanation:

The application called cda_locate_item, cda_store_item, or cda_erase_item referencing an item that has a variable data type, but the item that specifies the data type has an invalid value.

28608962, INVTAGCOD, invalid tag code

 

Level:

Error  

Explanation:

The application called cda_store_item referencing an item that has a special tag encoding, but the value of the add-info parameter is not defined for the item.

28608970, INVBUFLEN, invalid buffer length

 

Level:

Error  

Explanation:

The application called cda_store_item referencing an item that is required to have a specified buffer length. The value of the buffer length parameter is not the required value.

28608978, ALLOCFAIL, memory allocation failure

 

Level:

Error  

Explanation:

The standard memory allocation procedure failed to allocate dynamic memory.

28608986, INVFUNCOD, invalid function code

 

Level:

Error  

Explanation:

The application called cda_convert with an invalid function code.

28608994, UNSUPFMT, unsupported document format

 

Level:

Error  

Explanation:

The application called cda_convert with an unsupported document format name. The document format name may be misspelled, or the required conversion module may not be installed.

28609002, READONLY, aggregate is read-only

 

Level:

Error  

Explanation:

The application requested input processing options that require an aggregate to be read-only. The application attempted to write or delete the aggregate.

28609010, DEFNOTFOU, definition not found

 

Level:

Error  

Explanation:

The application called cda_find_definition referencing an entity that is not defined.

28609018, READFAIL, read failure

 

Level:

Error  

Explanation:

The standard read function has failed.

28609026, WRITFAIL, write failure

 

Level:

Error  

Explanation:

The standard write function has failed.

28609034, OPENFAIL, open failure

 

Level:

Error  

Explanation:

The standard open function has failed.

28609042, CLOSEFAIL, close failure

 

Level:

Error  

Explanation:

The standard close function has failed.

28609050, INVSCOCOD, invalid scope code

 

Level:

Error  

Explanation:

The application called cda_enter_scope or cda_leave_scope referencing a scope code that is not defined or invalid in following correct document scoping rules.

28609058, INVSCOTRAN, invalid scope transition

 

Level:

Error  

Explanation:

The application made a call to cda_enter_scope or cda_leave_scope that did not follow correct scoping rules.

28609066, ERRINPLOG, error messages produced during, input conversion, see error log

 

Level:

Error  

Explanation:

The input conversion did not complete and some error messages were produced.  

User Action:

Refer to the error log for more details.

28609074, ERROUTLOG, error messages produced during, output conversion, see error log

 

Level:

Error  

Explanation:

The output conversion did not complete and some error messages were produced.  

User Action:

Refer to the error log for more details.

28609082, INVDATLEN, invalid data length

 

Level:

Error  

Explanation:

The length of the value data exceeded the specified length for the data type.

28609090, UNSUPCNV, unsupported document conversion

 

Level:

Error  

Explanation:

The input and output document formats are incompatible for conversion.

28609098, INVOPTION, invalid converter option

 

Level:

Error  

Explanation:

An invalid option was specified for the converter.  

User Action:

Refer to the documentation for this converter to see the valid options.

28609106, VERSKEW, major version skew between, input file and CDA Toolkit

 

Level:

Error  

Explanation:

The file's major version is different from the Toolkit's. Thus, the Toolkit cannot properly process the file.

28609114, INVADDINF, invalid additional information

 

Level:

Error  

Explanation:

The add-info parameter in a call to cda_locate_item or cda_store_item is invalid.

28609122, INVFLTVAL, invalid floating-point value

 

Level:

Error  

Explanation:

A floating-point datum has a reserved value.

28609130, FLTTRN, floating-point truncation

 

Level:

Error  

Explanation:

During cda_locate_item for a general floating-point value, floating truncation occurred.

28609138, INVINPDMN, invalid input domain

 

Level:

Error  

Explanation:

An invalid input domain was specified for the front end. Only DDIF and DTIF are supported as domains.

28609146, INVOUTDMN, invalid output domain

 

Level:

Error  

Explanation:

An invalid output domain was specified for the back end. Only DDIF and DTIF are supported as domains.

28609154, DCVNOTFND, domain converter not found

 

Level:

Error  

Explanation:

The required domain converter could not be found.

28609162, ICVNOTFND, input converter not found

 

Level:

Error  

Explanation:

The specified input converter could not be found.

28609170, OCVNOTFND, output converter not found

 

Level:

Error  

Explanation:

The specified output converter could not be found.

28609178, INVSTSCOD, invalid status code

 

Level:

Error  

Explanation:

The specified status code's associated message could not be found.

28609186, INVAGGCTX, invalid aggregate context

 

Level:

Error  

Explanation:

The user called PUT AGGREGATE, PUT DOCUMENT, or ENTER SCOPE with an aggregate that is invalid in its context in the document.

28609194, REQITMMIS, required item missing

 

Level:

Error  

Explanation:

The user called PUT AGGREGATE, PUT DOCUMENT, or ENTER SCOPE with an aggregate containing an item that is required, but empty.

28609668, INTERR, internal error

 

Level:

Fatal  

Explanation:

The CDA Toolkit detected an internal error.

 

SEE ALSO

ctod(1), ddifanls(1), ddifps(1), ddiftext(1), dtifanls(1), dtifddif(1), dtoc(1), dxvdoc(1X), textddif(1), vdoc(1), cda(4), ddif(4), ddis(4), dots(4), dtif(4), dvr_msg(4)


 

Index

NAME
DESCRIPTION
CDA RUN-TIME MESSAGES
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
User Action:
Level:
Explanation:
User Action:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
User Action:
Level:
Explanation:
User Action:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
User Action:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
Level:
Explanation:
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:40:09 GMT, October 02, 2010