IDMMX.ExportTsModel

With the ExportTsModel procedure, you can export a time series model to a file on a different server.

Syntax

Read syntax diagramSkip visual syntax diagramIDMMX.ExportTsModel ( modelName,exportFileName)

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.TimeseriesModels table.
The modelName is of type VARCHAR and has a maximum size of 240 characters.
exportFileName
The name of the file on the server where you want the test result exported.
You must specify the complete path of the file.
The exportFileName is of type VARCHAR and has a maximum size of 32672 characters.

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.