GMMFit fails when schema for output table is specified. - Aster Analytics

Teradata AsterĀ® Analytics Release NotesUpdate 3

Product
Aster Analytics
Release Number
7.00.02.01
Published
December 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
qhy1497542629412.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
zdi1474411568514
lifecycle
previous
Product Category
Software

Issue ID: ANLY-4017

Details: If the user specifies the schema for the output table, the function displays this error message:ERROR: SQL-MR function GMMFIT failed: [AsterData][ASTERJDBCDSII](34) ERROR: schema "_temp_table_for_gmmfit_test" does not exist ()

Workaround:
  1. Change the user's search path as follows:
    ALTER USER user_name SET search_path='test','public';
  2. Have the user run GMMFit without specifying the schema for the output table.