Start of change

ADBE021E The specified value in the Schema alias input field is invalid because SYSTABLES.TYPE for "schema_alias".EXPLAIN_table_name should be 'A', but it is 'TYPE_value'. Correct the value in the Schema alias input field or delete "schema_alias".EXPLAIN_table_name by action.

Explanation

The specified schema alias combined with the EXPLAIN table name identifies a view or table instead of an alias.
schema_alias
The specified schema alias.
EXPLAIN_table_name
The name of the EXPLAIN table.
TYPE_value
The value of TYPE in the SYSTABLES catalog table for the listed object.
action
An action to take to correct the problem. Possible values are:
using the 'DA' line command
Use the DA line command to drop the listed object.
using the System Catalog - Objects panel ADB21
Drop the listed object by using the System Catalog (ADB21) panel.

System action

Processing stops.

User response

Either specify a different schema alias or delete the listed object by taking the action specified in the message (action).
End of change