cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to restart the BODS services and Job Server

Former Member
0 Kudos

Hi

Am unable to restart the business objects dataservices and job server. Fails with following error.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Stephen,

This issue may occur if the path of the executable file for the service contains spaces.

When Windows starts a service, it parses the path of the service from left to right.

If both of the following conditions are true, Windows may locate and try to run the file or folder before it locates and runs the executable file for the service:

The path of a service's executable file contains spaces.

There is a file or folder on your computer's hard disk that has the same name as a file or folder in the path to the service's executable file.

For example, if the path of the executable file for a service is C:\Program Files\MyProgram\MyService.exe, and if a folder that is named C:\Program also exists on your hard disk, Windows locates the C:\Program folder on your hard disk before the C:\Program Files\MyProgram\My Service.exe file, and then tries to run it.

Resolution

  1. Add quotation marks around the following entry in the Windows registry, where <ServiceName> is the name of the service:
    1. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<ServiceName>\ImagePath
  2. The ImagePath entry contains the path of the executable file for the service. To add quotation marks around the ImagePath entry for a service:
  3. Click Start, and then click Run.
  4. In the Open box, type regedit, and then click OK.
  5. Locate, and then click the following registry entry, where <ServiceName> is the name of the service:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<ServiceName>. For example, if the service is named MyService, locate the
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MyService
    key.
  6. In the right pane, double-click ImagePath
  7. In the Value data box, add quotation marks around the complete path of the executable file for the service.
  8. For example, if the path of the MyService service is C:\Program Files\MyProgram\MyService.exe, change the entry in the Value data box for the MyService service to the following
    "C:\Program Files\MyProgram\MyService.exe"
  9. Click OK, and then quit Registry Editor.

Please also see note: 1992260

Note 1992260:Error: Windows could not start the SAP Data Services service on local computer, after u...


Hopefully this will remove your Error 193 0xc1.


Regards,


Patrick

Former Member
0 Kudos

Attaching JS error