CDFAE1328E The command failed because none of the source files can serve as the basis for a UDX written in language.
Explanation
You can create and manage user-defined extensions (UDXs) by issuing in-database analytics (IDA) commands. Some IDA commands upload source files to the target system so that they can be used to create a user-defined extension (UDX) there. This message is returned when you specify a value for the LANGUAGE parameter, but none of the source files to be uploaded has a file extension that indicates that the file can serve as the basis for a UDX written in that language. For example:
- When you specify the value CPP for the LANGUAGE parameter (for a UDX written in C++), at least one of the source files must have the extension .cpp or .c.
- When you specify the value R for the LANGUAGE parameter (for a UDX written in R), at least one of the source files must have the extension .R.
User response
Issue the command again, specifying source files that include at least one file that can serve as the basis for the UDX.