IDMMX.ExportTsModel
With the ExportTsModel procedure, you can export a time series model to a file on a different server.
Syntax
Input parameters
You must specify the following parameters for the ExportTsModel procedure:
- modelName
- The name of the model that you want to export to a different server.
The model is stored in the
IDMMX.TimeseriesModelstable. - exportFileName
- The name of the file on the server where you want the test result exported.
Return values
When the Easy Mining procedure finished successfully,
the value 0 is returned.
If the Easy Mining procedure does not finish successfully, the following exceptions might have occurred:
- The value of the following parameters might be NULL or an empty
string:
- modelName
- exportFileName
- The value of the modelName parameter and the first argument of an Easy Mining procedure that is still running. These values cannot be the same.
- An error occurred when exporting the model.
