CDFAE1329E The command failed because source files have conflicting extensions.
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 all the following conditions are satisfied:
- The LANGUAGE parameter was not specified.
- Two or more of the source files to be uploaded have conflicting file extensions.
- More than one of the file extensions indicates that the corresponding file can serve as the basis for a UDX.
For example, if the source files include both ab.cpp and xy.R, the system cannot precisely determine which of these files is to serve as the basis for the UDX, so the command is rejected.
User response
Issue the command again, specifying either:
- A group of source files that includes only one type of file that can serve as the basis for the UDX
- A value for the LANGUAGE parameter that determines which source file is to serve as the basis for the UDX