Recompiling UDX/AE for INZA
Deployment options: IBM Netezza Appliance
Learn how to recompile the code and reregister UDX/AE for INZA.
Before you begin
- Ensure that you have the source code of the UDX/AE (for example, Java, LUA, C++, Python) from your old PDA system.
- Ensure that you have the compile_ae script installed.
The script is part of INZA utilities, and the location of compile_ae is /nz/export/ae/utilities/bin/compile_ae.
- Ensure that you have the register_ae script installed.
The script is part of INZA utilities, and the location of register_ae is /nz/export/ae/utilities/bin/register_ae.
Note: Check the -h options of the compile_ae and register_ae scripts to successfully provide correct parameters for your AE language.
In the following steps, TestJavaInterface.java is used as the source code.