Running gpmcexport.vbs from QMM resource kit or another VBS script using Migration Manager components produces an error smililar to the following
Line 89
Char:5
Error:ActiveX component cant create object: AMMProjectLib.AMMProject
Code:800A01AD
Script is using 32-bit components and has to be run with 32-bit version of cscript.exe
To run such script on 64-bit OS you should use 32-bit version of script processor that resides in the %windir%\SysWOW64 folder as follows:
%windir%\SysWOW64\cscript.exe scriptname.vbs [optional parameters if needed]
An example for gpmcexport.vbs is:
c:\WINDOWS\SysWOW64\cscript.exe GPMCExport.vbs /host:QMMADAM /pdn:Migration /port:389
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center