CDFAE1306E No operation was performed because the "IDA" keyword was issued, but no IDA command name was specified.
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>
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 no command name is specified after it.
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.