Managing UDX projects

In addition to the deployment and delivery tasks, you can carry out additional UDX management tasks.

To manage your UDXs and UDX projects using the Db2® web console, navigate to the Managing Analytic Objects > User-Defined Extension page. There, you can list and work with your UDXs and UDX projects.

Alternatively, you can carry out the following UDX management tasks by issuing CLPPlus commands:
Task Description CLPPlus Command
List projects List all the projects of the current user IDA LISTPROJECTS
List files List all the files for a particular project of the current user IDA LISTFILES
List UDXs List UDXs registered by the current user. IDA LISTUDXS
Download samples Download samples and templates that you can use to test functions or to help you create your own UDXs. IDA DOWNLOADSAMPLES
Download files Download files from a project. IDA DOWNLOADFILES
Delete a project Delete a project and its project directory. IDA DELETEPROJECT
Drop UDXs Remove all registration info from the catalog for the specified UDXs. You can delete only those UDXs of which you are the owner. IDA DROPUDXS