Hi all,
I am using a batch file with CLIX to automate repository unload/archive and to stop an MDM 7.1 server.
Here is an excerpt of the batch code:
Echo.Stopping MDM Server... Echo ********Stop MDM Server ******** CLIX mdsStop %MDMSERVER% %DBLOGIN%:%DBPASS%
where %MDMSERVER% is the server address; %DBLOGIN% is the Administrator User Name of the MDM server, and %DBPASS% is the password for the Administrator account.
However, when I execute this batch, it gives this error:
Error: 0xffab4010, The command issued is no longer supported
when it comes to the CLIX mdsStop line.
I have already looked in the MDM 7.1 Console Reference Guide, which explicitly shows that the statement IS CLIX mdsStop.
I have used this CLIX command in the past when I created a batch for an MDM 5.5 server, and it worked just fine there.
Now I am lost as to why this same command is not working in 7.1
All help is greatly appreciated.
Thanks,
Bryce