Pages

Pages - Menu

25.10.10

Volume Shadow copy Service initialization error

Volume Shadow Copy Service initialization error : the control dispatcher cannot be started
[0x80070427,The service process could not connect to the service controller].
volume shadow copy service initialization error

I noticed the above error message in my windows logs file.This event indicates that vss could not register its dispatcher function with the service control manager during VSS service initialization.

To resolve this error we have to verify that the volume shadow copy service is available.To verify do the following steps,

  • start->all programs->accessories->right click cmd and select run as administrator.
  • Type  net start vss.If the service is already started then it displays the message as
The requested service has already been started.
More help is available by typing NET HELPMSG 2182 (i.e syntax is NET HELPMSG message#)
Event id 1.
Note: For detailed help refer from http://technet.microsoft.com/en-us/library/ee264220(WS.10).aspx 

No comments:

Post a Comment