Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

Error in technet : Release state store hardlink in sccm

Publié le par damcuvelier

here "http://technet.microsoft.com/en-us/library/ee344267.aspx" it is write
that to release the statestore by SCCM hardlink user state migration:
use:
.\%PROCESSOR_ARCHITECTURE%\usmtutils.exe /rd %OSDStateStorePath%
and some have this problem:
stay in this position and not pass with on error in log:
"Failed to set log directory. Some execution history may be lost.
The system cannot find the file specified. (Error: 80070002; Source: Windows)"
the solution, is to add "echo y|" before that command line, like this:
"echo y|.\%PROCESSOR_ARCHITECTURE%\usmtutils.exe /rd %OSDStateStorePath%"
because "usmtutils.exe" prompt a yes/no and wait for answer.

Commenter cet article