CDFAE1307E No operation was performed because the specified IDA command was not recognized. Specified command name: command-name.
Explanation
You can create and manage user-defined extensions (UDXs) by issuing in-database analytics (IDA) commands. The syntax of these commands is:
IDA <command-name> <parameters>
For example:
IDA DEPLOYUDX PARAMFILE pf1.txt
IDA CREATEPACKAGE PROJECT proj5
IDA DEPLOYPACKAGE SOURCE C:\temp\udx3.zip PROJECT proj5
This message is returned when the "IDA" keyword is specified but is followed by something other than an IDA command name.
User response
To create or manage a UDX, issue a complete IDA command. The IDA keyword must be followed by a command name, and the command name must be followed by the parameters for that command.