Reason:
An error occurred during the CreateService function. See additional information in the output file of the job. The operating system's return code will be entered in the log file, such as 'Can't create service servicename of section sectionname , error 5'. As a result, the Installer aborts the job.
Action:
Check the services.sxp file, depending on the return code:
5 ERROR_ACCESS_DENIED (The handle to the specified service control manager database does not have SC_MANAGER_CREATE_SERVICE access).
6 ERROR_INVALID_HANDLE (The handle to the specified service control manager database is invalid).
52 ERROR_DUP_NAME (The display name already exists in the service control manager database either as a service name or as another display name).
87 ERROR_INVALID_ PARAMETER (A specified parameter is invalid).
123 ERROR_INVALID_NAME (The specified service name is invalid).
1057 ERROR_INVALID_ SERVICE_ACCOUNT (The user account name specified in the lpServiceStartName parameter does not exist. Check if the account specified in services.sxp, in section #InsCreateService1# under ServiceStartName really exists on the target computer).
1059 ERROR_CIRCULAR_ DEPENDENCY (A circular service dependency was specified).
1073 ERROR_SERVICE_EXISTS (The specified service already exists in this database).
|
Copyright © 2013 CA.
All rights reserved.
|
|