Prepare C API Executables for Installation - Aster Execution Engine

Teradata Aster® Developer Guide

Product
Aster Execution Engine
Release Number
7.00.02
Published
July 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
xnl1494366523182.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
ffu1489104705746
lifecycle
previous
Product Category
Software

Follow these rules with respect to packaging your function executables:

  • The file must be a .so file compiled and linked as described above. The executable cannot be packaged in a .zip archive or any other type of archive, and you cannot install a .c source code file.
  • The name of the file must match the name of the function. For example, a function named "foo" must be compiled as foo.so and not as libfoo.so or any other name.

Once you have built your functions, install them in an Aster instance using the ACT client's \install command as shown in Install and Use a Sample Function.