ravi kumar

ravi kumar

  • NA
  • 13
  • 3.2k

SC CreateService FAILED 1057

Jun 27 2016 6:28 AM
I am trying to install winodws service on remote system which is under same network, using below command from cmd.
 
\\11.130.23.105 create "test_service01" binpath= "\11.130.23.105\ServiceLocation\TestWindowService.exe" obj= user password= password123#
 
I m getting the below error :-SC CreateService FAILED 1057 The account name is invalid or does not exist, or the password is invalid for the account name specified.
 
I m verified that the user and passwords are correct. any one can suggest what might be the problem here. Thanks