Show TOC

Starting and Stopping SAP Control Center in SAP Mobile PlatformLocate this document in the navigation structure

You can start and stop SAP Control Center through the Windows Services control panel or by using a command-line script.

Starting or stopping SAP Control Center through Windows Services
  1. Open Windows Services by doing one of the following:
    • In Windows XP, open the Windows Control Panel and select Start of the navigation path Administrative Tools Next navigation step Services End of the navigation path.
    • In Windows 7, right click the My Computer icon on the desktop, then select Start of the navigation path Manage Next navigation step Services and Applications Next navigation step Services End of the navigation path .
  2. Locate SAP Control Center <X.X>. If the service is running, the status column displays “Started”.
  3. To start or stop the service, right-click the service and choose Start or Stop.
  4. Double-click the service.
  5. To set the service to automatically start when the system starts, choose the General tab and change the Startup type to Automatic.
  6. To restart the service in case of failover, choose the Recovery tab and change the First, Second, and Subsequent failures to Restart Service.

    Click Apply to save the modifications before closing the dialog.

To start or stop SAP Control Center using a command-line script
  • To start SAP Control Center, enter the start command:SCC_HOME\bin\scc.bat
  • To stop SAP Control Center, enter the stop command:SCC_HOME\bin\scc.bat -stop
    Note You can use scc.bat -stop only to stop an SAP Control Center that was manually started with scc.bat; it cannot stop the SAP Control Center Windows service.