If an error occurs during a mining run, an error message is displayed.
With the table function IDMMX.DM_GETERRORS(), you can retrieve a complete list of error messages.
Some messages are truncated by DB2®. To see the complete untruncated message, you can check the idmMxError.log file or use the IDMMX.DM_GETERRORS() functions.
If you intend to use the environment variable TMP or TEMP, it must be set in the environment of the DB2 engine. Scoring services run as part of the DB2 engine. Set the environment variable as a system variable.
You can change the error file name and directory by setting the environment variable IDM_MX_ERRORFILE to the name of an alternative error file. The file name must be given as an absolute path name. If you want to prevent Intelligent Miner from writing to an error file, set the environment variable IDM_MX_ERRORFILE to NONE. The environment variable must be set in the environment of the DB2 engine. On UNIX platforms, add IDM_MX_ERRORFILE to the DB2 registry variable DB2ENVLIST and restart DB2 to activate the changes. See the DB2 Administration Guide to get information on the DB2ENVLIST registry variable. On Windows platforms, IDM_MX_ERRORFILE must be set as a system variable.