Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
Shareplex for Oracle Cop will not start in SpUtil or Services Manager. Microsoft Management Console dialog box state: "Could not start the SharePlex 2100 service on Local Computer. Error 193: %1 is not a valid Win32 application."
CAUSE 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:
-The path of a services executable file contains spaces. (i.e. Properties of SharePlex 2100 in Services windows). -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 services executable file.
Windows may locate and try to run the file or folder before it locates and runs the executable file for the service.
For example, if the path of the executable file for a service is C:\Program Files\Quest Software\SharePlex\bin\sp_copsrv.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\Quest Software\SharePlex\bin\sp_copsrv.exe file, and then tries to run it.
해결 방안
WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Quest Software cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk. To resolve this issue, add quotation marks around the following value in the Windows registry, where <SharePlex2100> is the name of the service:
The ImagePath value contains the path of the executable file for the service. To add quotation marks around the ImagePath value for a service:
1. Click Start, and then click Run. 2. In the Open box, type regedit, and then click OK. 3. Locate, and then click the following registry entry, where <SharePlex2100> is the name of the service:
4. In the right pane, double-click ImagePath. 5. In the Value data box, add quotation marks around the complete path of the executable file for the service.
For example, "C:\Program Files\Quest Software\SharePlex\bin\sp_copsrv -r2100"
6. Click OK, and then quit Registry Editor. 7. Start Shareplex normally or through Services Manager.
Note: For more detail, please reference Microsoft TechNet.