CDFAE1313E The DEPLOYUDX command failed because none of the source files has an extension that indicates that the file can serve as the basis for a UDX.

Explanation

When you issue a DEPLOYUDX command, source files are uploaded to the target system and are used to create a user-defined extension (UDX) there. This message is returned when none of the source files has a file extension that indicates that the file can serve as the basis for a UDX. For example:

  • When deploying a UDX written in C++, at least one of the source files must have the extension .cpp or .c.
  • When deploying a UDX written in R, at least one of the source files must have the extension .R.

User response

Issue the DEPLOYUDX command again, specifying source files that include at least one file that can serve as the basis for a UDX.