Hi All,
I'm curently using the appliance version of ActiveIQ Unified Manager 9.8
In my previous company I was using a Powershell script for managing ocum alerts and adapt them to my infrastructure. I want to reuse it.
As it's not possible to use powershell scripts with Active IQ Appliance, I need to install ActiveIQ Unified Manager on a windows server.
So I made a mysqldump of the appliance database using ocum menu and I put the dump on windows server.
There is a script named "restore.bat" in bin folder of Windows OCUM. I used it with the dump from my appliance ... but an error message is indicating that the backup is from unix environment and it's not possible to restore it on windows ... (parameter "supportedOSType" in "restore.bat" prevents from going any further).
As it's a mysql database ... I dont get the point why there coulb be any difference between unix and windows ...
Is there any way to get my 13 months old data on my fresh installation on Windows ... ?