Previous Topic: Known IssuesNext Topic: Files Overwritten for Duplicate Hostnames


Error Processing User-Defined Functions

Valid on all supported operating environments.

Symptom:

When processing a user-defined function or query, you receive the following message:

Error executing query.

Solution:

The error occurs because a column name that is referenced in the function does not exist in the database. Verify that the column name exists in the database when using user-defined functions. If the column name does not exist, verify that a valid alias is assigned to the column when writing the query or user-defined function.