CDFAE1023E An attempt to process a package failed because it does not contain a DDL file. Package name: package-name.

Explanation

A user-defined extension (UDX) package must contain, among other things, a DDL file that holds the registration data for the UDXs in the package. This message is returned when a function is called to process a package, but the specified package file does not contain the requisite DDL file.

User response

Re-create the package. Ensure that it contains a DDL file that holds the registration data for the UDXs in the package. Then, call the function again.