Errors When Opening the ODX Project

Error Message

Error Description

Remedy

Diagnostic signal description file error: {Error, Line, Position}

A syntax error is contained in the description file (DSL file).

Exchange the DSL file or have the programmer correct the DSL file.

Failed to open DiagSignalListSchema.xsd.

The file DiagSignalListSchema.xsd was not found.

Check whether the file lies in the correct folder (ETAS\INCA7.6\ODX) and is properly named. If the file was not revised, instal ODX anew.

Failed to open VirtualDeviceTemplate.a2l.

The file VirtualDeviceTemplate.a2l was not found.

Check whether the file lies in the correct folder (ETAS\INCA7.6\ODX) and is properly named. If the file was not revised, instal ODX anew.

Logical Link '{logical link}' not found inside the diagnostic signal description.

The logical link which you have assigned to a hardware is not described in the DSL file. This means that no diagnostic signal is available to you with this logical link.

Assign the hardware another logical link, if necessary.

No valid request found in DSL file for signal: '{signal name}'

An appropriate request (inquiry) is missing or the referenced request is faulty for a diagnostic signal in the DSL file. A faulty Request is localized by one of the following error messages (see below).

Exchange the DSL file or have the programmer correct the DSL file.

Request: '{request name}' doesn't contain a parameter with name: '{parameter name}'

The Request contains no parameters with the appropriate name in the DSL file.

Exchange the DSL file or have the programmer correct the DSL file.

Request: '{request name}' incorrect: value missing

In the DSL file, the applicable value is missing by a parameter with this Request.

Exchange the DSL file or have the programmer correct the DSL file.

Request: '{request name}' incorrect: short name missing.

In the DSL file, the appropriate short name is missing by a parameter with this Request.

.

Exchange the DSL file or have the programmer correct the DSL file.

Request: '{request name}' incorrect: type not 'const'.

In the DSL file, the Request does not have the correct type ('const') for the above signal.

Exchange the DSL file or have the programmer correct the DSL file.

Request: '{request name}' incorrect: type for parameter '{parameter name}' isn't 'variable' or 'field'.

In the DSL file, the Request does not have the correct type ('variable'or 'field') for the above signal .

Exchange the DSL file or have the programmer correct the DSL file.

Request: '{request name}' doesn't contain a valid PDU: '{incorrect PDU}'

The data input in the DSL file for the PDU is missing or is faulty.

Exchange the DSL file or have the programmer correct the DSL file.