How to import from .abf to different mining model name

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



If I export a mining model to an .abf file using the following:

EXPORT MINING MODEL DurationCluster TO 'c:\temp\DurationCluster.abf'

and then I try to import the model to a different name using

IMPORT MINING MODEL DurationCluster2 FROM 'c:\temp
\DurationCluster.abf'

I get the following error: "Query (1, 8) Parser: The syntax for
'MINING' is incorrect."

According to the BOL, the IMPORT statement takes the form:
IMPORT [<object type> <object name>[, <object name>] [<object type>
<object name>[, <object name] ] ] FROM <filename>

However, the only syntax that seems to work at all is
IMPORT FROM <filename>

Is this a bug in the product or just bad documentation? Is it not
possible to import a mining model to a different name?

Rick

.