| How to start, stop, or disable the SmartPosting service |
Resolution | Start or stop SmartPosting - Press the Windows + R keys to open a Run line.
- Type services.msc and press Enter.
- In the list of services, select the SmartPosting service related to your version of Sage 50. It will appear as:
- Sage 50 SmartPosting 20__
- Right-click the service and select Start to start the service or Stop to stop it.
Disable SmartPosting Using the Services Menu (recommended): - Press the Windows key on the keyboard. In the Search, type services.msc.
- Right-click Services and select Run as administrator. This will open the Services window.
- Find the appropriate SmartPosting service that corresponds to your version of Sage 50. It will appear as:
- Sage 50 SmartPosting 20__
- Double-click the SmartPosting service to open the Properties.
- On the Startup type select Disabled.
- Select the Recovery tab.
- For First failure, Second failure, and Subsequent failures, select Take No Action.
- Click OK.
Using a Command Line: NOTE: The following steps use the Windows Management Instrumentation Command-line interface and require Administrative Privileges. - Click Start button.
- Type command.
- Right-click Command Prompt and select Run as administrator.
- Type or copy and paste:
wmic service "Sage 50 SmartPosting [Version]" call stopservice - Replace [Version] with the version number, such as 2024
- Press Enter.
- Type or copy and paste:
wmic service "Sage 50 SmartPosting [Version]" call ChangeStartmode Disabled - Replace [Version] with the version number, such as 2024
- Press Enter.
- Messages will be displayed after each command confirming that the services were stopped and disabled.
[BCB:161:Chat 50 US:ECB] |
|