QUESTION :
I’m trying to create a migration store on a server using Scanstate and this is the error I recieve:
C:USMT>scanstate.exe (Server_Name)migrationmystore /f:migdocs.xml /f:
migapp.xml /v:13 /f:scan.log
Failed.
An error occurred processing the command line.
scanstate.exe svdataitfl1migrationmystore ##ERROR## –> /f:migdocs.xml /f
migapp.xml /v:13 /f:scan.log
Undefined or incomplete command line option
ScanState return code: 11
I can’t seem to find the answer to this…need some help.
ANSWER :
read scanstate Syntax rules, log files are preceeded by l (lowercase L) and config options preceeded by i, the f option doesn’t exist for what I can tell so try
scanstate.exe (Server_Name)migrationmystore /i:migdocs.xml /i: migapp.xml /v:13 /l:scan.log